mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
line numbers
This commit is contained in:
parent
9f8166f90a
commit
ce7a9ee308
1 changed files with 2 additions and 1 deletions
|
|
@ -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},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue