diff --git a/colors/codedark.vim b/colors/codedark.vim index fad7ef0..a479938 100644 --- a/colors/codedark.vim +++ b/colors/codedark.vim @@ -553,6 +553,7 @@ call hi('yamlConstant', s:cdBlue, {}, 'none', {}) call hi('CocExplorerIndentLine', s:cdCursorDark, {}, 'none', {}) " nvim-cmp +call hi('CmpItemAbbrDeprecated', s:cdGray, {}, 'none', {}) call hi('CmpItemAbbrMatch', s:cdBlue, {}, 'none', {}) call hi('CmpItemAbbrMatchFuzzy', s:cdBlue, {}, 'none', {}) call hi('CmpItemKindVariable', s:cdLightBlue, {}, 'none', {})