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