aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Arctic Ice Studio <development@arcticicestudio.com>2017-01-02 11:57:28 +0100
committerGravatar Arctic Ice Studio <development@arcticicestudio.com>2017-01-02 11:57:28 +0100
commit9a5c4b6200c1626861e2c58a619fb0923bc47383 (patch)
treea380707136df4ec1f5cc988e823b1da311047fb7
parente0f9e5281da4752682eb620cee30b5f50bf2276d (diff)
downloadnord-vim-9a5c4b6200c1626861e2c58a619fb0923bc47383.tar.gz
GHI-#7 Use nord1 instead of nord3 as visual selection color
Fixes unreadable (visual) selected comments.
-rwxr-xr-xcolors/nord.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/colors/nord.vim b/colors/nord.vim
index 2e53fa8..e1b5d1f 100755
--- a/colors/nord.vim
+++ b/colors/nord.vim
@@ -95,8 +95,8 @@ call s:hi("SpellBad", "", s:nord0_gui, "", "NONE", "undercurl", s:nord11_gui)
call s:hi("SpellCap", "", s:nord0_gui, "", "NONE", "undercurl", s:nord13_gui)
call s:hi("SpellLocal", "", s:nord0_gui, "", "NONE", "undercurl", s:nord5_gui)
call s:hi("SpellRare", "", s:nord0_gui, "", "NONE", "undercurl", s:nord6_gui)
-call s:hi("Visual", "", s:nord2_gui, "", s:nord3_term, "", "")
-call s:hi("VisualNOS", "", s:nord2_gui, "", s:nord3_term, "", "")
+call s:hi("Visual", "", s:nord2_gui, "", s:nord1_term, "", "")
+call s:hi("VisualNOS", "", s:nord2_gui, "", s:nord1_term, "", "")
"+--- Gutter ---+
call s:hi("CursorColumn", "", s:nord1_gui, "NONE", s:nord1_term, "", "")