mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
update active match highlight
This commit is contained in:
parent
8b704ffdf4
commit
a42c0e69df
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ local theme = {
|
||||||
FloatBorder = { fg = group.border },
|
FloatBorder = { fg = group.border },
|
||||||
FoldColumn = { fg = palette.muted },
|
FoldColumn = { fg = palette.muted },
|
||||||
Folded = { fg = palette.text, bg = palette.surface },
|
Folded = { fg = palette.text, bg = palette.surface },
|
||||||
IncSearch = { bg = palette.highlight_high },
|
IncSearch = { fg = palette.base, bg = palette.rose },
|
||||||
LineNr = { fg = palette.muted },
|
LineNr = { fg = palette.muted },
|
||||||
MatchParen = { fg = palette.text, bg = palette.highlight_med },
|
MatchParen = { fg = palette.text, bg = palette.highlight_med },
|
||||||
ModeMsg = { fg = palette.subtle },
|
ModeMsg = { fg = palette.subtle },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue