mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
groups.background now overrides all base instances
This commit is contained in:
parent
5e48e3083a
commit
af49f208f0
1 changed files with 2 additions and 2 deletions
|
|
@ -42,7 +42,7 @@ function M._load(options)
|
|||
h('FloatTitle', { fg = p.muted })
|
||||
h('FoldColumn', { fg = p.muted })
|
||||
h('Folded', { fg = p.text, bg = maybe.surface })
|
||||
h('IncSearch', { fg = p.base, bg = p.rose })
|
||||
h('IncSearch', { fg = groups.background, bg = p.rose })
|
||||
h('LineNr', { fg = p.muted })
|
||||
h('MatchParen', { fg = p.text, bg = p.highlight_med })
|
||||
h('ModeMsg', { fg = p.subtle })
|
||||
|
|
@ -294,7 +294,7 @@ function M._load(options)
|
|||
h('BufferInactiveMod', { fg = p.foam })
|
||||
h('BufferInactiveSign', { fg = p.muted })
|
||||
h('BufferInactiveTarget', { fg = p.gold })
|
||||
h('BufferTabpageFill', { fg = p.base, bg = p.base })
|
||||
h('BufferTabpageFill', { fg = groups.background, bg = groups.background })
|
||||
h('BufferVisible', { fg = p.subtle })
|
||||
h('BufferVisibleIndex', { fg = p.subtle })
|
||||
h('BufferVisibleMod', { fg = p.foam })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue