feat(lsp): make reference highlights colored
This commit is contained in:
@@ -49,9 +49,9 @@ return function(theme, palette)
|
|||||||
LspInlayHint = theme.conceal,
|
LspInlayHint = theme.conceal,
|
||||||
LspCodeLens = { link = "LspInlayHint" },
|
LspCodeLens = { link = "LspInlayHint" },
|
||||||
LspCodeLensSeparator = { link = "LspCodeLens" },
|
LspCodeLensSeparator = { link = "LspCodeLens" },
|
||||||
LspReferenceRead = theme.active,
|
LspReferenceRead = { fg = palette.none, bg = palette.colored_backgrounds.aqua },
|
||||||
LspReferenceWrite = { fg = palette.none, bg = palette.harder_bg },
|
LspReferenceWrite = { fg = palette.none, bg = palette.colored_backgrounds.orange },
|
||||||
LspReferenceText = theme.active,
|
LspReferenceText = { fg = palette.none, bg = palette.bg_gradiant[1] },
|
||||||
|
|
||||||
["@annotation"] = { fg = palette.yellow },
|
["@annotation"] = { fg = palette.yellow },
|
||||||
["@attribute"] = { fg = palette.yellow },
|
["@attribute"] = { fg = palette.yellow },
|
||||||
|
|||||||
Reference in New Issue
Block a user