vim-airline / vim-airline-themes

A collection of themes for vim-airline
MIT License
2.04k stars 349 forks source link

Fixes colouring in base16 for INSERT/VISUAL #274

Closed mrworkman closed 1 year ago

mrworkman commented 1 year ago

This fixes a colouring issue in the base16 theme where airline#themes#base16#constant is not set or 0. In this mode the theme takes its colouring hints from the editor theme (which is Papercolor, in this case)

In the first screenshots (before) you can see that in insert mode (same issue in visual mode) there are black/grey arrowheads in the status-line and the colouring doesn't look consistent with other modes.

image

image

Here it is after.

image image
chrisbra commented 1 year ago

thank you!

mrworkman commented 1 year ago

Any time! :)