Update twilight.vim

This commit is contained in:
Kenneth Benzie 2015-01-02 20:09:05 +00:00
parent 9190ffa4df
commit 0a0d2fbb7a

View File

@ -80,7 +80,7 @@ if has("gui_running") || &t_Co == 256
"call <SID>HiGroup("IncSearch", s:empty, s:empty, "none") "call <SID>HiGroup("IncSearch", s:empty, s:empty, "none")
call <SID>HiGroup("LineNr", s:white, s:dark_grey, "none") call <SID>HiGroup("LineNr", s:white, s:dark_grey, "none")
call <SID>HiGroup("CursorLineNr", s:light_orange, s:dark_grey, "none") call <SID>HiGroup("CursorLineNr", s:light_orange, s:dark_grey, "none")
call <SID>HiGroup("MatchParen", s:none, s:dark_green_blue, "none") call <SID>HiGroup("MatchParen", s:none, s:blue, "none")
"call <SID>HiGroup("ModeMsg", s:empty, s:empty, "none") "call <SID>HiGroup("ModeMsg", s:empty, s:empty, "none")
"call <SID>HiGroup("MoreMsg", s:empty, s:empty, "none") "call <SID>HiGroup("MoreMsg", s:empty, s:empty, "none")
call <SID>HiGroup("NonText", s:blue, s:empty, "none") call <SID>HiGroup("NonText", s:blue, s:empty, "none")
@ -101,7 +101,7 @@ if has("gui_running") || &t_Co == 256
call <SID>HiGroup("TabLine", s:light_grey, s:mid_grey, "bold") call <SID>HiGroup("TabLine", s:light_grey, s:mid_grey, "bold")
call <SID>HiGroup("TabLineFill", s:none, s:mid_grey, "none") call <SID>HiGroup("TabLineFill", s:none, s:mid_grey, "none")
call <SID>HiGroup("TabLineSel", s:white, s:dark_grey, "bold") call <SID>HiGroup("TabLineSel", s:white, s:dark_grey, "bold")
"call <SID>HiGroup("Title", s:empty, s:empty, "none") call <SID>HiGroup("Title", s:violet, s:empty, "bold")
call <SID>HiGroup("Visual", s:empty, s:grey, "none") call <SID>HiGroup("Visual", s:empty, s:grey, "none")
"call <SID>HiGroup("VisualNOS", s:empty, s:empty, "none") "call <SID>HiGroup("VisualNOS", s:empty, s:empty, "none")
"call <SID>HiGroup("WarningMsg", s:empty, s:empty, "none") "call <SID>HiGroup("WarningMsg", s:empty, s:empty, "none")