line numbers

This commit is contained in:
Eric Xiao 2022-10-21 10:03:00 -07:00
commit ce7a9ee308

View file

@ -73,7 +73,8 @@ function M.get()
FoldColumn = {fg = p.muted},
Folded = {fg = p.text, bg = groups.panel},
IncSearch = {fg = p.base, bg = p.rose},
LineNr = {fg = p.muted},
-- LineNr = {fg = p.muted},
LineNr = {fg = p.subtle},
MatchParen = {fg = p.text, bg = p.highlight_med},
ModeMsg = {fg = p.subtle},
MoreMsg = {fg = p.iris},