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

Merge pull request #3 from coolabhays/master

added foreground color for CursorLineNr
This commit is contained in:
2021-07-20 11:13:10 +02:00
committed by GitHub

View File

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