From 4fa6c80ab33bcbf3c0377ece4773a69b8facd041 Mon Sep 17 00:00:00 2001 From: Smit Patil Date: Sun, 8 Mar 2026 12:19:06 -0400 Subject: [PATCH] Remove background from LspInlayHint to match buffer --- lua/shale/highlights.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lua/shale/highlights.lua b/lua/shale/highlights.lua index 11b8d69..dd83f13 100644 --- a/lua/shale/highlights.lua +++ b/lua/shale/highlights.lua @@ -374,7 +374,7 @@ M.setup = function() LspSignatureActiveParameter = { fg = c.type, bold = true }, LspCodeLens = { fg = c.comment, italic = true }, LspCodeLensSeparator = { fg = c.border }, - LspInlayHint = { fg = c.comment, bg = c.surface, italic = true }, + LspInlayHint = { fg = c.comment, italic = true }, LspInfoBorder = { link = "FloatBorder" }, LspFloatWin = { link = "NormalFloat" }, @@ -958,7 +958,6 @@ M.setup = function() } set_highlights(groups) - end return M -- 2.51.2