Skip to content

Commit

Permalink
Merge branch 'improvement/ghi-#7-adjust-visual-selection-colour' into…
Browse files Browse the repository at this point in the history
… develop
  • Loading branch information
arcticicestudio committed Jan 2, 2017
2 parents e0f9e52 + 9a5c4b6 commit bdb209f
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 bdb209f

Please sign in to comment.