aonemd / kuroi.vim

A very dark colorscheme for Vim. JOIN THE DARK SIDE!
MIT License
200 stars 16 forks source link

white/gray area in vim-buftabline #2

Closed sandrodz closed 5 years ago

sandrodz commented 5 years ago

When using vim-buftabline strange white area appears at the top, where buffer tabs live.

Screen Shot 2019-05-18 at 12 24 42 PM
aonemd commented 5 years ago

Hello! I think this is an intended behavior by the maintainers of vim-buftabline since they are linking the BufTabLineFill highlight group to TabLineFill https://github.com/ap/vim-buftabline/blob/master/plugin/buftabline.vim#L35.

Anyway, I don't mind changing the theme for Tabs; however, I'm not sure how it should look like. For starters, I can change the fill color to the background color. How about the background color of the currently selected tab? Do you have any suggestions?

sandrodz commented 5 years ago

Hey, thanks for the quick reply ^_^

I've no clue actually, I'm not very design-inclined :) But what you propose sounds good.

aonemd commented 5 years ago

This is what it looks like after changing the fill color. If it looks okay to you, I will gladly merge it.

screenshot_2019-05-18_17:52:20

sandrodz commented 5 years ago

Looks awesome!

aonemd commented 5 years ago

I just pushed the change. Thanks for opening the issue!

sandrodz commented 5 years ago

That was quick, thanks!