diff options
author | 2017-01-02 14:47:09 +0100 | |
---|---|---|
committer | 2017-01-02 14:47:09 +0100 | |
commit | bdb209f563ba00edb20c5cbacb6fe3fa28533fdf (patch) | |
tree | a380707136df4ec1f5cc988e823b1da311047fb7 | |
parent | e0f9e5281da4752682eb620cee30b5f50bf2276d (diff) | |
parent | 9a5c4b6200c1626861e2c58a619fb0923bc47383 (diff) | |
download | nord-vim-bdb209f563ba00edb20c5cbacb6fe3fa28533fdf.tar.gz |
Merge branch 'improvement/ghi-#7-adjust-visual-selection-colour' into develop
-rwxr-xr-x | colors/nord.vim | 4 |
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, "", "") |