adigitoleo / vim-mellow-statusline

A simple ASCII statusline for (neo)vim, best served with the mellow colorscheme
BSD Zero Clause License
8 stars 0 forks source link

Better fallbacks when User1..9 colors unavailable #2

Open adigitoleo opened 3 years ago

adigitoleo commented 3 years ago

To decouple from the mellow colorscheme a bit more, it would be nice if the statusline didn't require User1..9 colors by default. Need to think about how best to do this, since most group-name colors are defined with a background color that doesn't match hl-StatusLine. Alternatively, some colorscheme-agnostic defaults for User1..9 could be provided.

adigitoleo commented 1 month ago

Neovim 0.10 has a lot more default colors, what with the whole treesitter stuff. Could use some of those instead, and still require the User groups on Vim8.