Color for current line and visual blocks missing #208
Replies: 10 comments 1 reply
-
Hi @welblaud, I need some more information regarding your setup (like mentioned in the issue template), otherwise there's no way trying to reproduce the problem:
Also, if you're using the |
Beta Was this translation helpful? Give feedback.
-
I am currently facing these issues running iTerm with Fish on MacOS, so it's definitely not an isolated issue. |
Beta Was this translation helpful? Give feedback.
-
Terminal: simple terminal st
|
Beta Was this translation helpful? Give feedback.
-
@dagolinuxoid Thanks for testing and sharing your results, looks like both problems are related to Vim's color space again. @Benjamin-Lee @welblaud Could you please try to add the following option to your configuration? It looks like Vim uses the 256 color palette instead of the hexadecimal colors defined by Nord. if (has("termguicolors"))
set termguicolors
endif |
Beta Was this translation helpful? Give feedback.
-
BTW unfortunately in some cases in order to enable true color support (make sure your terminal support it), using just " set Vim-specific sequences for RGB colors | enable true colors
let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum"
let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum"
set termguicolors |
Beta Was this translation helpful? Give feedback.
-
I've got the same problem using Windows Terminal. Setting |
Beta Was this translation helpful? Give feedback.
-
I'd add the lines to the install guide so people are aware of the issue |
Beta Was this translation helpful? Give feedback.
-
Confirming that adding the |
Beta Was this translation helpful? Give feedback.
-
It's documented in the readme that only true colours are supported. |
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. @welblaud @Benjamin-Lee Since there has been some time without further communication, it would be great if you could quickly give some feedback if the problem has been “resolved“ in the meantime using the mentioned |
Beta Was this translation helpful? Give feedback.
-
Despite I have set
cursoline
highlighting up, there is no visible color. The same with visual block selections. The only clue about what is being selected is thanks to vim-indentline chars disappearing. (In gVim it works perfectly.)At the moment, I have no idea how to run bare-bones Vim with the nord theme without broking my .vim directory.
This is what I get with both nord theme in terminal and in vim (besides the current line highlighting problem, it seems all colors are distorted a bit too):
Beta Was this translation helpful? Give feedback.
All reactions