feat(lsp): make reference highlights colored

This commit is contained in:
2024-07-27 12:50:40 +02:00
parent 214b7f2611
commit 8bbdc8639c

View File

@@ -49,9 +49,9 @@ return function(theme, palette)
LspInlayHint = theme.conceal,
LspCodeLens = { link = "LspInlayHint" },
LspCodeLensSeparator = { link = "LspCodeLens" },
LspReferenceRead = theme.active,
LspReferenceWrite = { fg = palette.none, bg = palette.harder_bg },
LspReferenceText = theme.active,
LspReferenceRead = { fg = palette.none, bg = palette.colored_backgrounds.aqua },
LspReferenceWrite = { fg = palette.none, bg = palette.colored_backgrounds.orange },
LspReferenceText = { fg = palette.none, bg = palette.bg_gradiant[1] },
["@annotation"] = { fg = palette.yellow },
["@attribute"] = { fg = palette.yellow },