zefei / vim-wintabs

Modern buffer manager for Vim
MIT License
325 stars 25 forks source link

Colors and styles support #58

Closed f0s3 closed 4 years ago

f0s3 commented 4 years ago

I have installed a colorscheme called vim-one and my panel looks like this: image

I wonder how can I remove the underline from the unselected tabs (besides changing the colorscheme itself, of course)? Or it is the thing that this plugin shouldn't do?

f0s3 commented 4 years ago

nvm, it only occurs with vim-wintabs-powerline installed.

f0s3 commented 4 years ago

For anyone who has this issue (and for future me), here's how I worked it around:

hi TabLineCustom guifg=#ffffff guibg=#3E4452
autocmd VimEnter,Colorscheme * highlight link WintabsInactive TabLineCustom