Skip to content

Commit

Permalink
improve vim highlight contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
ucodery committed Oct 20, 2023
1 parent 8c80c91 commit ffcd5ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colors/witchhazel-hypercolor.vim
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ call <SID>X("Cursor", "", s:linen, "")
call <SID>X("CursorLine", "", s:amethyst, "")
call <SID>X("ColorColumn", "", s:shadow, "")
call <SID>X("Search", s:sunflower, s:shadow, "reverse")
call <SID>X("Visual", "", s:amethyst, "")
call <SID>X("Visual", "", s:clay, "")
call <SID>X("Todo", s:brick, "NONE", "")
call <SID>X("Error", s:brick, s:linen, "reverse")

Expand Down

0 comments on commit ffcd5ee

Please sign in to comment.