diff options
author | Arctic Ice Studio <development@arcticicestudio.com> | 2017-09-28 15:24:53 +0200 |
---|---|---|
committer | Arctic Ice Studio <development@arcticicestudio.com> | 2017-09-28 15:24:53 +0200 |
commit | 7bdc220cf6941f133c62c797612a0c96a9c6acd7 (patch) | |
tree | b7306874376d9884ed474d650843bcb0d8efd730 /assets | |
parent | 0992126892c8d98a150375327182d106bf609f09 (diff) | |
download | nord-vim-7bdc220cf6941f133c62c797612a0c96a9c6acd7.tar.gz |
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
Diffstat (limited to 'assets')
-rwxr-xr-x | assets/scrot-config-uniform-diff-default.png | bin | 0 -> 84251 bytes |
-rwxr-xr-x | assets/scrot-config-uniform-diff.png | bin | 0 -> 76274 bytes |
2 files changed, 0 insertions, 0 deletions
diff --git a/assets/scrot-config-uniform-diff-default.png b/assets/scrot-config-uniform-diff-default.png Binary files differnew file mode 100755 index 0000000..db96f9a --- /dev/null +++ b/assets/scrot-config-uniform-diff-default.png diff --git a/assets/scrot-config-uniform-diff.png b/assets/scrot-config-uniform-diff.png Binary files differnew file mode 100755 index 0000000..16b9aae --- /dev/null +++ b/assets/scrot-config-uniform-diff.png |