Skip to content

Commit

Permalink
GHI-#7 Use nord1 instead of nord3 as visual selection color
Browse files Browse the repository at this point in the history
Fixes unreadable (visual) selected comments.
  • Loading branch information
arcticicestudio committed Jan 2, 2017
1 parent e0f9e52 commit 9a5c4b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions colors/nord.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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, "", "")
Expand Down

0 comments on commit 9a5c4b6

Please sign in to comment.