Merge pull request #62 from yetone/patch-1

fix: remove redundant highlights
This commit is contained in:
siduck 2022-05-10 09:10:16 +05:30 committed by GitHub
commit a0d1322b9e
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 },