mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat: support folke/flash.nvim
This commit is contained in:
parent
75dd31f5ca
commit
6929b05666
1 changed files with 3 additions and 0 deletions
|
|
@ -361,6 +361,9 @@ local function set_highlights()
|
|||
NeoTreeGitUntracked = { fg = groups.git_untracked },
|
||||
NeoTreeTitleBar = { link = "StatusLineTerm" },
|
||||
|
||||
-- folke/flash.nvim
|
||||
FlashLabel = { fg = palette.base, bg = palette.love },
|
||||
|
||||
-- folke/which-key.nvim
|
||||
WhichKey = { fg = palette.iris },
|
||||
WhichKeyDesc = { fg = palette.gold },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue