Skip to content

Commit

Permalink
feat: better styling for the active lsp signature parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Oct 27, 2022
1 parent 16a294b commit 66c9e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/tokyonight/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down

0 comments on commit 66c9e8c

Please sign in to comment.