mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat: color for flash
This commit is contained in:
parent
76cae45b4e
commit
1c8ffd91e3
1 changed files with 3 additions and 0 deletions
|
|
@ -578,6 +578,9 @@ function M._load(options)
|
||||||
['AlphaButtons'] = { fg = p.foam },
|
['AlphaButtons'] = { fg = p.foam },
|
||||||
['AlphaShortcut'] = { fg = p.rose },
|
['AlphaShortcut'] = { fg = p.rose },
|
||||||
['AlphaFooter'] = { fg = p.gold },
|
['AlphaFooter'] = { fg = p.gold },
|
||||||
|
|
||||||
|
-- folke/flash.nvim
|
||||||
|
['Substitute'] = { bg = p.love },
|
||||||
}
|
}
|
||||||
|
|
||||||
vim.g.terminal_color_0 = p.overlay -- black
|
vim.g.terminal_color_0 = p.overlay -- black
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue