From 0e3fbbee09c657cb2c759e2f5618e50ebb2cc782 Mon Sep 17 00:00:00 2001 From: Shaun Clayton Date: Sun, 14 Jul 2024 03:38:25 -0400 Subject: [PATCH] Revert "feat: add additional highlight groups for icons in which-key" Need to come up with a different solution. This reverts commit 18d70420a2a0ff9fa70a0ca88b84b147ff494a39. --- lua/rose-pine.lua | 9 --------- 1 file changed, 9 deletions(-) diff --git a/lua/rose-pine.lua b/lua/rose-pine.lua index f52e033..fbc5445 100644 --- a/lua/rose-pine.lua +++ b/lua/rose-pine.lua @@ -523,15 +523,6 @@ local function set_highlights() WhichKeyDesc = { fg = palette.gold }, WhichKeyFloat = { bg = groups.panel }, WhichKeyGroup = { fg = palette.foam }, - WhichKeyIconAzure = { fg = palette.pine }, - WhichKeyIconBlue = { fg = palette.pine }, - WhichKeyIconCyan = { fg = palette.foam }, - WhichKeyIconGreen = { fg = palette.foam }, - WhichKeyIconGrey = { fg = palette.subtle }, - WhichKeyIconOrange = { fg = palette.rose }, - WhichKeyIconPurple = { fg = palette.iris }, - WhichKeyIconRed = { fg = palette.love }, - WhichKeyIconYellow = { fg = palette.gold }, WhichKeyNormal = { link = "NormalFloat" }, WhichKeySeparator = { fg = palette.subtle }, WhichKeyTitle = make_border(palette.foam),