diff options
author | 2017-01-02 11:39:59 +0100 | |
---|---|---|
committer | 2017-01-02 11:39:59 +0100 | |
commit | d3bb24a8991c142d5b5beeabe0140494bd21c1ed (patch) | |
tree | 0256d5d286d29c7fe17e67b4cb156f9f9d0890d1 | |
parent | e0f9e5281da4752682eb620cee30b5f50bf2276d (diff) | |
download | nord-vim-d3bb24a8991c142d5b5beeabe0140494bd21c1ed.tar.gz |
GHI-#9 Use "nord0" foreground color to fix unreadable block cursor text
-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..d2a9443 100755 --- a/colors/nord.vim +++ b/colors/nord.vim @@ -79,9 +79,9 @@ call s:hi("Underline", "", "", "", "", "underline", "") "+--- Editor ---+ call s:hi("ColorColumn", "", s:nord1_gui, "NONE", s:nord1_term, "", "") -call s:hi("Cursor", "", s:nord4_gui, "", "NONE", "", "") +call s:hi("Cursor", s:nord0_gui, s:nord4_gui, "", "NONE", "", "") call s:hi("CursorLine", "", s:nord1_gui, "NONE", s:nord1_term, "NONE", "") -call s:hi("iCursor", "", s:nord4_gui, "", "NONE", "", "") +call s:hi("iCursor", s:nord0_gui, s:nord4_gui, "", "NONE", "", "") call s:hi("LineNr", s:nord3_gui, s:nord0_gui, s:nord3_term, "NONE", "", "") call s:hi("MatchParen", s:nord0_gui, s:nord8_gui, s:nord1_term, s:nord8_term, "", "") call s:hi("NonText", s:nord2_gui, "", s:nord3_term, "", "", "") |