fix: remove redundant highlights

This commit is contained in:
yetone 2022-05-09 22:15:08 +08:00 committed by GitHub
parent fdcf47cd59
commit b26bc3c5f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,6 @@ return {
CmpItemKindIdentifier = { fg = theme.base08 },
CmpItemKindField = { fg = theme.base08 },
CmpItemKindVariable = { fg = theme.base0E },
Special = { fg = theme.base0C },
CmpItemKindSnippet = { fg = base_30.red },
CmpItemKindText = { fg = theme.base0B },
CmpItemKindStructure = { fg = theme.base0E },