vim-airline / vim-airline-themes

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

Improve the text color for diagnostics (coc and ale) in base 16 #173

Closed shuwens closed 5 years ago

shuwens commented 5 years ago
Screen Shot 2019-05-03 at 3 31 34 PM

Like what is shown in the screenshot, currently the text color is not very distinguishable from the orange background for some base 16 themes ( the one I am using is base 16 atelierdune). How can we improve this? I have played with the config but no luck.

Edited:

Screen Shot 2019-05-03 at 4 00 47 PM
chrisbra commented 5 years ago

I guess the airline_warning and airline_error sections could need some tweaks.

shuwens commented 5 years ago

Yeah that is right. Turns out not every theme set up the warning and error color explicitly so the default one is kind of ugly and hard to read. I copy the part from dracula and now the base16 atelierdune works fine (see here ). Do you think I should push a PR for base16 atelierdune?

Screen Shot 2019-05-06 at 10 45 42 AM
chrisbra commented 5 years ago

sure go ahead please.