We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18f791b commit 8bb8e20Copy full SHA for 8bb8e20
lua/astrotheme/groups/lsp.lua
@@ -18,6 +18,7 @@ local function callback()
18
LspDiagnosticsFloatingWarn = { fg = C.dark_orange },
19
LspFloatWinBorder = { fg = C.overlay0 },
20
LspFloatWinNormal = { fg = C.text, bg = C.crust },
21
+ LspInlayHint = { link = "Comment" },
22
LspReferenceRead = { fg = C.none, bg = C.surface1 },
23
LspReferenceText = { fg = C.none, bg = C.surface1 },
24
LspReferenceWrite = { fg = C.none, bg = C.surface1 },
0 commit comments