1
0
mirror of https://github.com/gryf/wombat256grf.git synced 2025-12-17 11:30:19 +01:00

added foreground color for CursorLineNr

This commit is contained in:
coolabhays
2021-07-20 08:49:57 +05:30
parent 98a08140ac
commit 8460c7081c

View File

@@ -153,6 +153,7 @@ call s:hi("NonText", "4c4c36", "", "none", "")
call s:hi("Cursor", "222222", "ecee90", "none", "")
call s:hi("CursorLine", "", "32322e", "none", "")
call s:hi("CursorLineNr", "caeb82", "", "bold", "")
hi link CursorColumn CursorLine
call s:hi("ColorColumn", "", "2d2d2d", "", "")