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
s:nord3_term is actually quite difficult to see (as indicated in nordtheme/vim#227) where the solution was to :set termguicolors.
The same logic unfortunately seems to apply here too - the darker variant (term3) is used for line numbers making them really difficult to see even with termguicolors.
EDIT: I suppose this isn't entirely consistent since we have other areas (folds, etc) which are also using nord3. I don't completely understand the rationale behind using nord3 vs nord3_bright.
I'm not sure what the solution here is. I can override this locally in my vimrc I suppose..
The text was updated successfully, but these errors were encountered:
The rationale behind nord3_bright is documented in #94 that also includes information why only comments are affected. When nord3 is really that hard to see I can also recommend to make sure that your system uses the correct color profile for your monitor or maybe use one that is explicitly optimized for text. I also use a sRGB color profile (IEC61966-2.1) on my macOS system for my Samsung wide-screen monitor to make sure that colors are "real" (color codes match the rendered color) for best experience for design tasks and also the smoothest and "crispest" rendering for text. nord3 is good as it is and I often have to make sure that users understand the fact that a good local setup matters.
Changing the highlighting of line numbers for all users will cause more problems as it solves, but you can still simply resolve it on your own by customizing the Nord styles to match your own preferences without having to change the source code at all.
Currently comments are set as such
However line numbers are set:
s:nord3_term is actually quite difficult to see (as indicated in nordtheme/vim#227) where the solution was to
:set termguicolors
.The same logic unfortunately seems to apply here too - the darker variant (term3) is used for line numbers making them really difficult to see even with
termguicolors
.Would you accept a PR to change to:
EDIT: I suppose this isn't entirely consistent since we have other areas (folds, etc) which are also using nord3. I don't completely understand the rationale behind using nord3 vs nord3_bright.
I'm not sure what the solution here is. I can override this locally in my vimrc I suppose..
The text was updated successfully, but these errors were encountered: