Change vim Research highlight to be different than Todo
This commit is contained in:
parent
539fd69c0a
commit
486c7e2d55
@ -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")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user