mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat: color for flash (#174)
This commit is contained in:
parent
805a183dde
commit
eb4c5591c7
1 changed files with 1 additions and 0 deletions
|
|
@ -77,6 +77,7 @@ function M._load(options)
|
||||||
fg = p.text,
|
fg = p.text,
|
||||||
bg = (options.dim_nc_background and p.none) or maybe.base,
|
bg = (options.dim_nc_background and p.none) or maybe.base,
|
||||||
},
|
},
|
||||||
|
['Substitute'] = { fg = p.base, bg = p.love },
|
||||||
['StatusLine'] = { fg = p.subtle, bg = groups.panel },
|
['StatusLine'] = { fg = p.subtle, bg = groups.panel },
|
||||||
['StatusLineNC'] = { fg = p.muted, bg = groups.panel_nc },
|
['StatusLineNC'] = { fg = p.muted, bg = groups.panel_nc },
|
||||||
['StatusLineTerm'] = { link = 'StatusLine' },
|
['StatusLineTerm'] = { link = 'StatusLine' },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue