diff options
author | Arctic Ice Studio <development@arcticicestudio.com> | 2019-04-23 21:49:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-23 21:49:44 +0200 |
commit | de24841addad54593eccccb36528336aec2fa30b (patch) | |
tree | 2c96a8847e8793110a7bfbbc7ee25dcb06198064 | |
parent | d8105311e0af76fedbc79e8a393dac8055e9ef65 (diff) | |
parent | 329ae173fa2a0a0b152c516ae9233b15d0151083 (diff) | |
download | nord-vim-de24841addad54593eccccb36528336aec2fa30b.tar.gz |
changes of IncSearch color so that were difference from Search color (#140)
changes of IncSearch color so that were difference from Search color
-rwxr-xr-x | colors/nord.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/colors/nord.vim b/colors/nord.vim index 2e633c6..0d0ccf1 100755 --- a/colors/nord.vim +++ b/colors/nord.vim @@ -242,7 +242,7 @@ call s:hi("WarningMsg", s:nord0_gui, s:nord13_gui, s:nord1_term, s:nord13_term, call s:hi("WildMenu", s:nord8_gui, s:nord1_gui, s:nord8_term, s:nord1_term, "", "") "+--- Search ---+ -call s:hi("IncSearch", s:nord1_gui, s:nord8_gui, s:nord1_term, s:nord8_term, s:underline, "") +call s:hi("IncSearch", s:nord6_gui, s:nord10_gui, s:nord6_term, s:nord10_term, s:underline, "") call s:hi("Search", s:nord1_gui, s:nord8_gui, s:nord1_term, s:nord8_term, "NONE", "") "+--- Tabs ---+ |