feat(lsp): make reference highlights colored
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user