diff options
-rw-r--r-- | lua/no-clown-fiesta/groups/lsp.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/no-clown-fiesta/groups/lsp.lua b/lua/no-clown-fiesta/groups/lsp.lua index 553ec2c..1e6f2d6 100644 --- a/lua/no-clown-fiesta/groups/lsp.lua +++ b/lua/no-clown-fiesta/groups/lsp.lua @@ -35,6 +35,8 @@ function M.highlight(palette, opts) ), LspSignatureActiveParameter = { bg = palette.alt_bg, bold = true }, LspCodeLens = { fg = palette.comment }, + LspInlayHint = { bg = palette.hint }, + LspInfoBoarder = { fg = palette.light_gray, bg = palette.hint }, } end |