diff --git a/colors/twilight.vim b/colors/twilight.vim index aee63ec..6a9e99b 100644 --- a/colors/twilight.vim +++ b/colors/twilight.vim @@ -95,9 +95,9 @@ if has("gui_running") || &t_Co == 256 "call HiGroup("SpellRare", s:empty, s:empty, "none") "call HiGroup("StatusLine", s:empty, s:empty, "none") "call HiGroup("StatusLineNC", s:empty, s:empty, "none") - "call HiGroup("TabLine", s:empty, s:empty, "none") - "call HiGroup("TabLineFill", s:empty, s:empty, "none") - "call HiGroup("TabLineSel", s:empty, s:empty, "none") + call HiGroup("TabLine", s:light_grey, s:mid_grey, "bold") + call HiGroup("TabLineFill", s:none, s:mid_grey, "none") + call HiGroup("TabLineSel", s:white, s:dark_grey, "bold") "call HiGroup("Title", s:empty, s:empty, "none") call HiGroup("Visual", s:empty, s:grey, "none") "call HiGroup("VisualNOS", s:empty, s:empty, "none")