mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
parent
6fe2a605ca
commit
b4bb4d0574
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ local theme = {
|
||||||
Folded = { fg = p.text, bg = p.surface },
|
Folded = { fg = p.text, bg = p.surface },
|
||||||
IncSearch = { bg = p.highlight_med },
|
IncSearch = { bg = p.highlight_med },
|
||||||
LineNr = { fg = p.inactive },
|
LineNr = { fg = p.inactive },
|
||||||
MatchParen = { fg = p.text, bg = p.overlay },
|
MatchParen = { fg = p.text, bg = p.highlight_med },
|
||||||
ModeMsg = { fg = p.subtle },
|
ModeMsg = { fg = p.subtle },
|
||||||
MoreMsg = { fg = p.iris },
|
MoreMsg = { fg = p.iris },
|
||||||
NonText = { fg = p.inactive },
|
NonText = { fg = p.inactive },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue