You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a modified version of nord-vim with the Polar Night grays shifted one slot darker each for contrast that I prefer. Is there a way to simplify this setup and just override these s:nord variables in my init.vim? I tried getting it to work with augroup/autocmd, but I didn't have much luck.
The text was updated successfully, but these errors were encountered:
Even if the plugin is already very dynamic in terms of certain themes configurations, one of the main points is exactly the use of the Nord color palette as it is. Otherwise this project would only be a kind of theme plugin template that can be used with any color palette (such projects exist, e.g. theme generators or lush.nvim). The syntax highlighting groups are especially optimized for the use with the Nord colors to achieve a consistent style across other Nord ports (e.g. JetBrains IDEs, VS Code etc.).
In short: overriding Nord colors was never a goal for this plugin since it is optimized for the color palette. At the moment I also don't see any real benefit in implementing such a configuration, but the upcoming Neovim specific "Nord Neovim" port could make this possible because the possibilities with Lua are more flexible.
Thanks for the detailed response, @svengreb. I definitely wouldn't expect color variable overrides to be a supported feature. I was just curious if there was a way to not have to maintain a fork for my preferred grays.
I have a modified version of nord-vim with the Polar Night grays shifted one slot darker each for contrast that I prefer. Is there a way to simplify this setup and just override these
s:nord
variables in myinit.vim
? I tried getting it to work withaugroup
/autocmd
, but I didn't have much luck.The text was updated successfully, but these errors were encountered: