Skip to content

Commit

Permalink
Fix cursorline for dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
A committed Sep 10, 2022
1 parent 387dfc2 commit a1af8a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colors/trash-polka.vim
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ call s:hl("Normal", "NONE", s:color_bg, "")
call s:hl("LineNr", s:color_secondary, "NONE", "")
call s:hl("ColorColumn", "", s:color_bg_alt, "")
call s:hl("Cursor", "", "NONE", "")
call s:hl("CursorLine", "", "NONE", "NONE")
call s:hl("CursorLine", "NONE", s:color_bg_alt, "NONE")
call s:hl("iCursor", "", "NONE", "")
call s:hl("MatchParen", s:color_primary, s:color_bg_accent, "")
call s:hl("NonText", s:color_bg_alt, "", "")
Expand Down

0 comments on commit a1af8a6

Please sign in to comment.