diff --git a/colors/twilight.vim b/colors/twilight.vim index e087821..d96f653 100644 --- a/colors/twilight.vim +++ b/colors/twilight.vim @@ -162,7 +162,7 @@ if has("gui_running") || &t_Co == 256 "" custom syntax groups {{{ call HiGroup("Note", s:dark_green, s:empty, "bold") call HiGroup("Important", s:bright_yellow, s:empty, "bold") - call HiGroup("Research", s:orange, s:empty, "bold") + call HiGroup("Research", s:bright_yellow, s:empty, "bold") call HiGroup("SyntasticErrorSign", s:white, s:red, "bold") call HiGroup("SyntasticWarningSign", s:white, s:purple, "bold")