How would one go about modifying the colour of vim's tab bar?
I have tried using
:hi TabLineFill ctermbg=N
which does change the colour of the tab bar's background to the colour that 'N' signifies, but this is all I have managed to glean from Googling. I had a look at :help cterm-colors
, but I did not gain much more of an understanding from it.
Would I be able to use this highlight facility to change the colour of an active tab's foreground and background, and an inactive tab's foreground and background? If so, how would I go about doing this?
question from:https://stackoverflow.com/questions/7238113/customising-the-colours-of-vims-tab-bar