overcache / NeoSolarized

NeoSolarized: A fixed solarized colorscheme for better truecolor support.
MIT License
517 stars 99 forks source link

vim-airline uses default colors #30

Closed ssipos90 closed 2 years ago

ssipos90 commented 2 years ago

Hi,

I installed this theme and all works great, but vim-airline doesn't switch. I have neovim 0.5 and minpac.

set background=light
set termguicolors
colorscheme NeoSolarized

Any help would be appreciated. Thanks

jhscheer commented 2 years ago

You could try:

To use solarized dark, set :AirlineTheme solarized and add the following to your .vimrc: let g:airline_solarized_bg='dark'

However, this seems like a question for vim-airline.

ssipos90 commented 2 years ago

@jhscheer thanks!

I've since discovered that vim-airline has different theming and you need to add yet another package for those extras. I'm gonna close this