mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
update search highlights
This commit is contained in:
parent
7ecc4a9dfb
commit
6a4eeaaac3
1 changed files with 2 additions and 2 deletions
|
|
@ -53,7 +53,7 @@ local theme = {
|
|||
FloatBorder = { fg = p.subtle },
|
||||
FoldColumn = { fg = p.muted },
|
||||
Folded = { fg = p.text, bg = p.surface },
|
||||
IncSearch = { bg = p.highlight_med },
|
||||
IncSearch = { bg = p.highlight_high },
|
||||
LineNr = { fg = p.muted },
|
||||
MatchParen = { fg = p.text, bg = p.highlight_med },
|
||||
ModeMsg = { fg = p.subtle },
|
||||
|
|
@ -68,7 +68,7 @@ local theme = {
|
|||
PmenuThumb = { bg = p.muted },
|
||||
Question = { fg = p.gold },
|
||||
-- QuickFixLine = {},
|
||||
Search = { fg = p.iris, bg = p.highlight_high },
|
||||
Search = { bg = p.highlight_med },
|
||||
SpecialKey = { fg = p.foam },
|
||||
SpellBad = { style = 'undercurl', sp = p.love },
|
||||
SpellCap = { style = 'undercurl', sp = p.subtle },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue