From 7bdc220cf6941f133c62c797612a0c96a9c6acd7 Mon Sep 17 00:00:00 2001 From: Arctic Ice Studio Date: Thu, 28 Sep 2017 15:24:53 +0200 Subject: Implement uniform diff background theme config Added a theme configuration to let the users decide whether they want to use colorful or uniform diff backgrounds. The colorful diff is the default using the current colors for added, changed and deleted elements and the default background color (nord0). The "reverse" attribute gets applied which results in a colored background and a dark foreground. Setting the "g:nord_uniform_diff_background" variable to "1" enables the uniform diff background using "nord1". GH-60 --- assets/scrot-config-uniform-diff-default.png | Bin 0 -> 84251 bytes assets/scrot-config-uniform-diff.png | Bin 0 -> 76274 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100755 assets/scrot-config-uniform-diff-default.png create mode 100755 assets/scrot-config-uniform-diff.png (limited to 'assets') diff --git a/assets/scrot-config-uniform-diff-default.png b/assets/scrot-config-uniform-diff-default.png new file mode 100755 index 0000000..db96f9a Binary files /dev/null and b/assets/scrot-config-uniform-diff-default.png differ diff --git a/assets/scrot-config-uniform-diff.png b/assets/scrot-config-uniform-diff.png new file mode 100755 index 0000000..16b9aae Binary files /dev/null and b/assets/scrot-config-uniform-diff.png differ -- cgit v1.2.3-70-g09d2