ishan9299 / nvim-solarized-lua

solarized colorscheme in lua for nvim 0.5
MIT License
183 stars 54 forks source link

Solarize the gray tab bar #53

Open erikw opened 2 years ago

erikw commented 2 years ago

Hey,

I just switched from NeoSolarized to this theme to get support for nvim-treesitter in the colorscheme.

One thing that I directly noticed that I miss is to have the tab bar stylized in solarized colors.

In this theme the tab bar is gray: Screen Shot 2022-10-19 at 08 26 31

However in NeoSolarized the tab bar looked more pleasing by applying the solarized colors to the tab bar as well: Screen Shot 2022-10-19 at 08 29 08

It would be great to have a nicer tab bar! :)

rbjorklin commented 2 years ago

You might want to check out bufferline.nvim.

Screenshot from 2022-10-23 00-00-59

erikw commented 2 years ago

@rbjorklin thanks for the tip. I've tried it out in the past and it wasn't for me ¯_(ツ)_/¯

I'd prefer this theme to apply the Solarized colors to the tab bar directly without the need for further plugins.