feat: add LspReference* support #13
This commit is contained in:
@@ -43,6 +43,9 @@ hl.predef = {
|
||||
|
||||
hl.legacy = {
|
||||
Normal = { fg = p.fg, bg = cfg.bg and p.none or p.bg0 },
|
||||
LspReferenceRead = { bg = p.bg3 },
|
||||
LspReferenceWrite = { bg = p.bg3 },
|
||||
LspReferenceText = { bg = p.bg3 },
|
||||
}
|
||||
|
||||
hl.common = {
|
||||
|
||||
@@ -6,7 +6,7 @@ local colors = {
|
||||
bg0 = "#11121D",
|
||||
bg1 = "#1A1B2A",
|
||||
bg2 = "#212234",
|
||||
bg3 = "#392B41",
|
||||
bg3 = "#353945",
|
||||
bg4 = "#4A5057",
|
||||
bg5 = "#282c34",
|
||||
bg_red = "#FE6D85",
|
||||
|
||||
Reference in New Issue
Block a user