feat: support folke/flash.nvim (#211)

This commit is contained in:
not 2024-01-12 20:46:04 -06:00 committed by GitHub
commit e0674e5e5c

View file

@ -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 },