Skip to content

Commit

Permalink
feat: added support for LspSignatureActiveParameter
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jul 8, 2021
1 parent 50b1e71 commit b40cc52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/tokyonight/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ function M.setup(config)
LspDiagnosticsUnderlineInformation = { style = "undercurl", sp = c.info }, -- Used to underline "Information" diagnostics
LspDiagnosticsUnderlineHint = { style = "undercurl", sp = c.hint }, -- Used to underline "Hint" diagnostics

LspSignatureActiveParameter = { fg = c.orange },

-- LspDiagnosticsFloatingError = { }, -- Used to color "Error" diagnostic messages in diagnostics float
-- LspDiagnosticsFloatingWarning = { }, -- Used to color "Warning" diagnostic messages in diagnostics float
-- LspDiagnosticsFloatingInformation = { }, -- Used to color "Information" diagnostic messages in diagnostics float
Expand Down

0 comments on commit b40cc52

Please sign in to comment.