Skip to content

Commit

Permalink
add contrast to vim colors
Browse files Browse the repository at this point in the history
  • Loading branch information
ucodery committed Jan 27, 2023
1 parent c6bf2d8 commit 8251ca9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions colors/witchhazel-hypercolor.vim
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ call <SID>X("Special", s:sunflower, "", "")
call <SID>X("Cursor", "", s:linen, "")
call <SID>X("CursorLine", "", s:amethyst, "")
call <SID>X("ColorColumn", "", s:shadow, "")
call <SID>X("Search", s:linen, s:amethyst, "")
call <SID>X("Visual", s:purps, s:amethyst, "")
call <SID>X("Search", s:midnight, s:sunflower, "")
call <SID>X("Visual", s:purps, s:lilac, "")
call <SID>X("Todo", s:brick, s:purps, "bold")
call <SID>X("Error", s:rouge, s:midnight, "")

Expand Down
4 changes: 2 additions & 2 deletions colors/witchhazel.vim
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ call <SID>X("Special", s:sunflower, "", "")
call <SID>X("Cursor", "", s:linen, "")
call <SID>X("CursorLine", "", s:amethyst, "")
call <SID>X("ColorColumn", "", s:shadow, "")
call <SID>X("Search", s:linen, s:amethyst, "")
call <SID>X("Visual", s:purps, s:amethyst, "")
call <SID>X("Search", s:midnight, s:sunflower, "")
call <SID>X("Visual", s:purps, s:lilac, "")
call <SID>X("Todo", s:brick, s:purps, "bold")
call <SID>X("Error", s:rouge, s:midnight, "")

Expand Down

0 comments on commit 8251ca9

Please sign in to comment.