LineNr highlight is too dark compared to comments #234
Replies: 2 comments
-
Hi @yiyang-dev 👋, thanks for your contribution 👍 The rationale behind 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. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your patience! 🙏🏼 I recently published the first “Northern Post — The state and roadmap of Nord“ announcement which includes all details about the plans and future of the Nord project, including the goal of catching up with the backlog. This issue is part of the backlog and therefore I want to triage and process it to get one step closer to a “clean state“. Read the announcement about reaching the “clean“ contribution triage state in Nord‘s discussions for more details about the goal. Due to the scope of this issue of not being “purely technical“, or being related to the project‘s code at all, I‘ll convert it into a discussion for Nord‘s central community hub on GitHub. This way the repository is easier to maintain by separating conversations about the actual code while also making help requests, ideas and other contributions from users more visible and supportable by the community. |
Beta Was this translation helpful? Give feedback.
-
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..
Beta Was this translation helpful? Give feedback.
All reactions