mirror of
https://github.com/gabehf/base46.git
synced 2026-03-14 09:46:00 -07:00
fix: remove redundant highlights
This commit is contained in:
parent
fdcf47cd59
commit
b26bc3c5f9
1 changed files with 0 additions and 1 deletions
|
|
@ -7,7 +7,6 @@ return {
|
||||||
CmpItemKindIdentifier = { fg = theme.base08 },
|
CmpItemKindIdentifier = { fg = theme.base08 },
|
||||||
CmpItemKindField = { fg = theme.base08 },
|
CmpItemKindField = { fg = theme.base08 },
|
||||||
CmpItemKindVariable = { fg = theme.base0E },
|
CmpItemKindVariable = { fg = theme.base0E },
|
||||||
Special = { fg = theme.base0C },
|
|
||||||
CmpItemKindSnippet = { fg = base_30.red },
|
CmpItemKindSnippet = { fg = base_30.red },
|
||||||
CmpItemKindText = { fg = theme.base0B },
|
CmpItemKindText = { fg = theme.base0B },
|
||||||
CmpItemKindStructure = { fg = theme.base0E },
|
CmpItemKindStructure = { fg = theme.base0E },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue