From 1389556a198e88fd763f772dec4f4c95bf08ec1c Mon Sep 17 00:00:00 2001 From: Shaun Clayton Date: Sun, 14 Jul 2024 09:28:34 -0400 Subject: [PATCH] fix: use explicit fg and bg for WhichKeyTitle --- 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 fbc5445..0b46bde 100644 --- a/lua/rose-pine.lua +++ b/lua/rose-pine.lua @@ -525,7 +525,7 @@ local function set_highlights() WhichKeyGroup = { fg = palette.foam }, WhichKeyNormal = { link = "NormalFloat" }, WhichKeySeparator = { fg = palette.subtle }, - WhichKeyTitle = make_border(palette.foam), + WhichKeyTitle = { fg = palette.foam, bg = groups.panel, bold = styles.bold }, WhichKeyValue = { fg = palette.rose }, -- lukas-reineke/indent-blankline.nvim