mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
fix bg color
This commit is contained in:
parent
d924c358b4
commit
d2f4b96640
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +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'] = { bg = p.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