Made current symbol highlight look less annoying
This commit is contained in:
parent
2ac9d07cef
commit
e4f6d92e34
|
@ -31,7 +31,7 @@ return {
|
||||||
CmpItemMenu = { fg = palette.dark2 },
|
CmpItemMenu = { fg = palette.dark2 },
|
||||||
CmpItemKindFunction = { fg = palette.bright_red },
|
CmpItemKindFunction = { fg = palette.bright_red },
|
||||||
CmpSelection = { fg = palette.dark0, bg = palette.bright_blue },
|
CmpSelection = { fg = palette.dark0, bg = palette.bright_blue },
|
||||||
LspReferenceText = { fg = palette.dark0, bg = palette.neutral_purple },
|
LspReferenceText = { bg = palette.dark1 },
|
||||||
LspReferenceRead = { link = "LspReferenceText" },
|
LspReferenceRead = { link = "LspReferenceText" },
|
||||||
LspReferenceWrite = { link = "LspReferenceText" },
|
LspReferenceWrite = { link = "LspReferenceText" },
|
||||||
TodoCommentError = { fg = palette.bright_red },
|
TodoCommentError = { fg = palette.bright_red },
|
||||||
|
|
Loading…
Reference in New Issue
Block a user