From 6929b05666dcb0c8d7a2265b8f99d070b802a32b Mon Sep 17 00:00:00 2001 From: mvllow Date: Fri, 12 Jan 2024 20:44:32 -0600 Subject: [PATCH] feat: support folke/flash.nvim --- lua/rose-pine.lua | 3 +++ 1 file changed, 3 insertions(+) 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 },