From d5931de71ad599bbfbae5a649d19366d53e27c03 Mon Sep 17 00:00:00 2001 From: Shaun Clayton Date: Sun, 21 Jul 2024 15:18:30 -0400 Subject: [PATCH] feat: set WhichKeyIcon hl group to 'pine' by default Used when the colors option is set to false. --- lua/rose-pine.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/rose-pine.lua b/lua/rose-pine.lua index 7707be5..afea3ea 100644 --- a/lua/rose-pine.lua +++ b/lua/rose-pine.lua @@ -529,7 +529,7 @@ local function set_highlights() WhichKeyDesc = { fg = palette.gold }, WhichKeyFloat = { bg = groups.panel }, WhichKeyGroup = { fg = palette.foam }, - WhichKeyIcon = { link = "Normal" }, + WhichKeyIcon = { fg = palette.pine }, WhichKeyIconAzure = { fg = palette.pine }, WhichKeyIconBlue = { fg = palette.pine }, WhichKeyIconCyan = { fg = palette.foam },