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