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 also ran into the same issue. Until the PR gets merged, I was able to fix it with a workaround, by setting the Visual mode's foreground color manually after loading the theme (the fix does the same through the nord plugin).
# .vimrc
colorscheme nord
highlight Visual ctermfg=NONE
Hey, I'm using nord theme for xfce terminal as well as for vim, when I'm using visual mode, the highlighted text are blocked out.
I was wondering if you have any ideas on how to fix this? Thank you!
This is my entire .vimrc if it helps:
The text was updated successfully, but these errors were encountered: