mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
fix
This commit is contained in:
parent
1c8ffd91e3
commit
d924c358b4
1 changed files with 1 additions and 3 deletions
|
|
@ -77,6 +77,7 @@ function M._load(options)
|
|||
fg = p.text,
|
||||
bg = (options.dim_nc_background and p.none) or maybe.base,
|
||||
},
|
||||
['Substitute'] = { bg = p.base },
|
||||
['StatusLine'] = { fg = p.subtle, bg = groups.panel },
|
||||
['StatusLineNC'] = { fg = p.muted, bg = groups.panel_nc },
|
||||
['StatusLineTerm'] = { link = 'StatusLine' },
|
||||
|
|
@ -578,9 +579,6 @@ function M._load(options)
|
|||
['AlphaButtons'] = { fg = p.foam },
|
||||
['AlphaShortcut'] = { fg = p.rose },
|
||||
['AlphaFooter'] = { fg = p.gold },
|
||||
|
||||
-- folke/flash.nvim
|
||||
['Substitute'] = { bg = p.love },
|
||||
}
|
||||
|
||||
vim.g.terminal_color_0 = p.overlay -- black
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue