feat: better styling for the active lsp signature parameter

This commit is contained in:
Folke Lemaitre 2022-10-27 20:59:55 +02:00
parent 16a294bea9
commit 66c9e8cc05
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040

View File

@ -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 },