How can I change the color of vim's tab bar and its font?

I also notice that the colors differ between gVim and vim opened in a terminal, so I'd like to adjust that.

I had a look in my color schemes and vim's documentation but didn't find anything.

link|improve this question

75% accept rate
feedback

1 Answer

up vote 3 down vote accepted

Got it!

hi TabLine      guifg=#333 guibg=#222 gui=none ctermfg=254 ctermbg=238 cterm=none
hi TabLineSel   guifg=#666 guibg=#222 gui=bold ctermfg=231 ctermbg=235 cterm=bold
hi TabLineFill  guifg=#999 guibg=#222 gui=none ctermfg=254 ctermbg=238 cterm=none
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.