From a67f5ef34bb269692ede83fd7f7397e0b5c3736d Mon Sep 17 00:00:00 2001 From: Andrei Heidelbacher Date: Thu, 1 May 2025 03:53:00 +0200 Subject: [PATCH] fix(blink.cmp): remove dedicated BlinkCmpDoc highlight (#355) The default `BlinkCmpDoc` highlight is linked to `NormalFloat`, which is a sensible default. However, due to overriding the default link with only `fg` provided, the `bg` is cleared and the documentation popup is indistinguishable from regular text. This change is technically a no-op in terms of intended palette, because `NormalFloat` should already use `palette.text`, and only fixes the cleared `bg` bug. --- lua/rose-pine.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/rose-pine.lua b/lua/rose-pine.lua index 73c9534..600ac4e 100644 --- a/lua/rose-pine.lua +++ b/lua/rose-pine.lua @@ -977,7 +977,6 @@ local function set_highlights() AvanteReversedThirdTitle = { fg = palette.iris }, -- Saghen/blink.cmp - BlinkCmpDoc = { fg = palette.text }, BlinkCmpDocBorder = { fg = palette.highlight_high }, BlinkCmpGhostText = { fg = palette.muted },