RRethy / base16-nvim

Neovim plugin for building a sync base16 colorscheme. Includes support for Treesitter and LSP highlight groups.
MIT License
523 stars 77 forks source link

Color Operators like Keywords #84

Closed mcourteaux closed 1 year ago

mcourteaux commented 1 year ago

They had the default "plain text" color, which made things harder to read. Note that the Operator group is, AFAIK, used to highlight textual operators, and not symbols.

My affected use case was Python syntax, where operators like: and, not, or, and in were not colored. After this change, my syntax highlighting looks now like this:

image Note that == and % in this example are unaffected.