Skip to content

Commit 6d5109f

Browse files
committed
colors/nord.vim: fix: visual selection not wisible when termguicolors disabled
From nordtheme#350
1 parent f13f5df commit 6d5109f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

colors/nord.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ call s:hi("SpellBad", s:nord11_gui, s:nord0_gui, s:nord11_term, "NONE", "undercu
146146
call s:hi("SpellCap", s:nord13_gui, s:nord0_gui, s:nord13_term, "NONE", "undercurl", s:nord13_gui)
147147
call s:hi("SpellLocal", s:nord5_gui, s:nord0_gui, s:nord5_term, "NONE", "undercurl", s:nord5_gui)
148148
call s:hi("SpellRare", s:nord6_gui, s:nord0_gui, s:nord6_term, "NONE", "undercurl", s:nord6_gui)
149-
call s:hi("Visual", "", s:nord2_gui, "", s:nord1_term, "", "")
150-
call s:hi("VisualNOS", "", s:nord2_gui, "", s:nord1_term, "", "")
149+
call s:hi("Visual", "", s:nord2_gui, "None", s:nord1_term, "", "")
150+
call s:hi("VisualNOS", "", s:nord2_gui, "None", s:nord1_term, "", "")
151151

152152
"+- Vim 8 Terminal Colors -+
153153
if has('terminal')

0 commit comments

Comments
 (0)