5 ms·
Am I the only one who doesn't like the new color scheme that much? It seems that it just plainly removes all the syntax highlighting more or less.
by edvards 2y ago
Am I the only one who doesn't like the new color scheme that much? It seems that it just plainly removes all the syntax highlighting more or less.
- ms-menardi 2y agoI like bright and bold colors, vibrant and flavorful. these colors feel pastel, weak, and faded. I don't like them.
- kzrdude 2y agoFunctionally it's good - adapts to both light and dark background, adapts to both 256 and truecolor terminals. I think I miss some of the color even if bright color in light background themes is often detrimental. Only real dislike is the too gray tinted background. Should be more towards white for light background, to be more neutral.
- pynappo 2y agoyou might want to try linking @variable to Identifier, i think the original author decided to keep @variable unhighlighted to keep the color diff between having `termguicolors` on/off to a minimum (Identifier assumes `termguicolors` is enabled, but for default colorscheme it's likely not always the case). see https://github.com/neovim/neovim/pull/26334 https://github.com/neovim/neovim/pull/26334 and the comments in highlight_group.c