Add Error and Question highlights to fresh.vim

This commit is contained in:
Kenneth Benzie 2016-05-20 13:29:14 +01:00
parent 3cbbe22ac6
commit 02de482df9

View File

@ -118,7 +118,7 @@ if has("gui_running") || &t_Co == 256
call s:hi("PmenuSel", "", "", "reverse")
call s:hi("PmenuSbar", "", "", "")
call s:hi("PmenuThumb", "", "", "")
call s:hi("Question", "", "", "")
call s:hi("Question", "69", "", "")
call s:hi("Search", "11", "", "")
call s:hi("SpecialKey", "", "", "")
call s:hi("SpellBad", "160", "", "")
@ -181,7 +181,7 @@ if has("gui_running") || &t_Co == 256
call s:hi("Underlined", "33", "", "underline")
call s:hi("Ignore", "", "", "")
call s:hi("Error", "", "", "")
call s:hi("Error", "1", "", "")
call s:hi("Todo", "202", "", "bold")
"" }}}