From b2299663fb1d606f9b09c493cc4896ce2930aac9 Mon Sep 17 00:00:00 2001 From: David <12832280+David-Else@users.noreply.github.com> Date: Sun, 28 Nov 2021 22:50:59 +0000 Subject: [PATCH] Add CmpItemAbbrDeprecated --- colors/codedark.vim | 1 + 1 file changed, 1 insertion(+) 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', {})