diff --git a/lua/rose-pine.lua b/lua/rose-pine.lua index 5e143d4..7707be5 100644 --- a/lua/rose-pine.lua +++ b/lua/rose-pine.lua @@ -530,15 +530,15 @@ local function set_highlights() WhichKeyFloat = { bg = groups.panel }, WhichKeyGroup = { fg = palette.foam }, WhichKeyIcon = { link = "Normal" }, - WhichKeyIconAzure = { fg = "pine" }, - WhichKeyIconBlue = { fg = "pine" }, - WhichKeyIconCyan = { fg = "foam" }, - WhichKeyIconGreen = { fg = "leaf" }, - WhichKeyIconGrey = { fg = "subtle" }, - WhichKeyIconOrange = { fg = "rose" }, - WhichKeyIconPurple = { fg = "iris" }, - WhichKeyIconRed = { fg = "love" }, - WhichKeyIconYellow = { fg = "gold" }, + WhichKeyIconAzure = { fg = palette.pine }, + WhichKeyIconBlue = { fg = palette.pine }, + WhichKeyIconCyan = { fg = palette.foam }, + WhichKeyIconGreen = { fg = palette.leaf }, + 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),