diff --git a/lua/rose-pine.lua b/lua/rose-pine.lua index 3deaebd..c9ab80e 100644 --- a/lua/rose-pine.lua +++ b/lua/rose-pine.lua @@ -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 },