vim-airline / vim-airline-themes

A collection of themes for vim-airline
MIT License
2.05k stars 350 forks source link

Base16 Atelier Forest looks really ugly #23

Closed ketsuban closed 8 years ago

ketsuban commented 8 years ago

I use the base16-atelierforest colour scheme; airline picks the base16_atelierforest theme which turns the statusbar an ugly green and black, rather than the base16 theme which looks more correct. screenshot from 2016-03-02 10-03-54 I can work around this by setting g:airline_theme in my vimrc, but I'm not sure what's going on—is base16_atelierforest not inheriting data from base16 when it's supposed to?

chrisbra commented 8 years ago

The various base16 themes have been generated externally and do not inspect the base16 theme. If you don't like those specific themes, please set the g:ailrine_theme variable, as documented. Closing.