sonph / onehalf

Clean, vibrant and pleasing color schemes for Vim, Sublime Text, iTerm, gnome-terminal and more.
MIT License
1.78k stars 236 forks source link

Red tabline background in vim #12

Closed sonph closed 8 years ago

sonph commented 8 years ago

screen shot 2016-05-20 at 2 33 28 pm

:hi TabLine
TabLine        xxx ctermfg=248 ctermbg=255 guifg=White guibg=Red
:hi tablinesel
TabLineSel     xxx ctermfg=60 ctermbg=231 guifg=White guibg=Red
:hi tablinefill
TabLineFill    xxx ctermfg=247 ctermbg=255 guifg=#a0a1a7 guibg=#f0f0f0

Have to reload the colorscheme once to get the values right.

sonph commented 8 years ago

Seems like related to another plugin.