Skip to content

Commit ffcd5ee

Browse files
committed
improve vim highlight contrast
1 parent 8c80c91 commit ffcd5ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

colors/witchhazel-hypercolor.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ call <SID>X("Cursor", "", s:linen, "")
125125
call <SID>X("CursorLine", "", s:amethyst, "")
126126
call <SID>X("ColorColumn", "", s:shadow, "")
127127
call <SID>X("Search", s:sunflower, s:shadow, "reverse")
128-
call <SID>X("Visual", "", s:amethyst, "")
128+
call <SID>X("Visual", "", s:clay, "")
129129
call <SID>X("Todo", s:brick, "NONE", "")
130130
call <SID>X("Error", s:brick, s:linen, "reverse")
131131

0 commit comments

Comments
 (0)