From 66c9e8cc058b63fa08b3f4b3b0cc6120cfa68376 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Thu, 27 Oct 2022 20:59:55 +0200 Subject: [PATCH] feat: better styling for the active lsp signature parameter --- lua/tokyonight/theme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/tokyonight/theme.lua b/lua/tokyonight/theme.lua index 17d3ac0..d3cfe2f 100644 --- a/lua/tokyonight/theme.lua +++ b/lua/tokyonight/theme.lua @@ -190,7 +190,7 @@ function M.setup() DiagnosticUnderlineInfo = { undercurl = true, sp = c.info }, -- Used to underline "Information" diagnostics DiagnosticUnderlineHint = { undercurl = true, sp = c.hint }, -- Used to underline "Hint" diagnostics - LspSignatureActiveParameter = { fg = c.orange }, + LspSignatureActiveParameter = { bg = util.darken(c.bg_visual, 0.4), bold = true }, LspCodeLens = { fg = c.comment }, LspInfoBorder = { fg = c.border_highlight, bg = c.bg_float },