Skip to content

Commit

Permalink
Merge pull request #53 from dylnmc/fix-high-contrast-todo
Browse files Browse the repository at this point in the history
Fixes the yellow high contrast background color for TODO strings in
gvim/neovim.

GH-52
  • Loading branch information
arcticicestudio authored Sep 22, 2017
2 parents 27d335b + ea708c1 commit 063620f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colors/nord.vim
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ call s:hi("StorageClass", s:nord9_gui, "", s:nord9_term, "", "", "")
call s:hi("String", s:nord14_gui, "", s:nord14_term, "", "", "")
call s:hi("Structure", s:nord9_gui, "", s:nord9_term, "", "", "")
call s:hi("Tag", s:nord4_gui, "", "", "", "", "")
call s:hi("Todo", s:nord13_gui, "", s:nord13_term, "NONE", "", "")
call s:hi("Todo", s:nord13_gui, "NONE", s:nord13_term, "NONE", "", "")
call s:hi("Type", s:nord9_gui, "", s:nord9_term, "", "NONE", "")
call s:hi("Typedef", s:nord9_gui, "", s:nord9_term, "", "", "")
hi! link Macro Define
Expand Down

0 comments on commit 063620f

Please sign in to comment.