Skip to content

Commit

Permalink
feat: LspInlayHint
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jun 20, 2023
1 parent 74fdfa7 commit 3c3f82a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/tokyonight/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ function M.setup()

LspSignatureActiveParameter = { bg = util.darken(c.bg_visual, 0.4), bold = true },
LspCodeLens = { fg = c.comment },
LspInlayHint = { bg = util.darken(c.blue7, 0.1), fg = c.dark3 },

LspInfoBorder = { fg = c.border_highlight, bg = c.bg_float },

Expand Down

0 comments on commit 3c3f82a

Please sign in to comment.