Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
7525ce55fe update theme 2025-11-08 15:43:27 -05:00

View file

@ -69,7 +69,7 @@ function M.apply()
hi('NonText', { fg = cs.grey }, { 'SpecialKey' })
hi('LineNr', { fg = cs.light_black }, { 'SignColumn' })
hi('CursorLine', { bg = cs.dark_grey }, { 'ColorColumn', 'Folded', 'Visual' })
hi('CursorLine', { bg = cs.med_grey }, { 'ColorColumn', 'Folded', 'Visual' })
hi('CursorLineNr', { fg = cs.medium_emphasis })
hi('Conceal', { fg = cs.light_black, bg = cs.black })