diff --git a/colors/twilight.vim b/colors/twilight.vim index d544c51..d96f653 100644 --- a/colors/twilight.vim +++ b/colors/twilight.vim @@ -90,7 +90,7 @@ if has("gui_running") || &t_Co == 256 "call HiGroup("PmenuSbar", s:empty, s:empty, "none") "call HiGroup("PmenuThumb", s:empty, s:empty, "none") "call HiGroup("Question", s:empty, s:empty, "none") - call HiGroup("Search", s:none, s:dark_grey, "none") + call HiGroup("Search", s:dark_grey, s:light_orange, "none") "call HiGroup("SpecialKey", s:emptnoney, s:empty, "none") call HiGroup("SpellBad", s:bright_red, s:empty, "bold") call HiGroup("SpellCap", s:blue, s:empty, "bold") @@ -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")