Change vim Research highlight to be different than Todo

This commit is contained in:
Kenneth Benzie (Benie) 2014-12-15 09:23:11 +00:00
parent 02197c2bbf
commit 4fda260e0d

View File

@ -162,7 +162,7 @@ if has("gui_running") || &t_Co == 256
"" custom syntax groups {{{ "" custom syntax groups {{{
call <SID>HiGroup("Note", s:dark_green, s:empty, "bold") call <SID>HiGroup("Note", s:dark_green, s:empty, "bold")
call <SID>HiGroup("Important", s:bright_yellow, s:empty, "bold") call <SID>HiGroup("Important", s:bright_yellow, s:empty, "bold")
call <SID>HiGroup("Research", s:orange, s:empty, "bold") call <SID>HiGroup("Research", s:bright_yellow, s:empty, "bold")
call <SID>HiGroup("SyntasticErrorSign", s:white, s:red, "bold") call <SID>HiGroup("SyntasticErrorSign", s:white, s:red, "bold")
call <SID>HiGroup("SyntasticWarningSign", s:white, s:purple, "bold") call <SID>HiGroup("SyntasticWarningSign", s:white, s:purple, "bold")