@@ -106,7 +106,7 @@ let s:cdDiffGreenLight = {'gui': '#4B5632', 'cterm': s:cterm09, 'cterm256': '58'
106106let s: cdDiffBlueLight = {' gui' : ' #87d7ff' , ' cterm' : s: cterm0C , ' cterm256' : ' 117' }
107107let s: cdDiffBlue = {' gui' : ' #005f87' , ' cterm' : s: cterm0D , ' cterm256' : ' 24' }
108108
109- let s: cdSearchCurrent = {' gui' : ' #4B5632' , ' cterm' : s: cterm09 , ' cterm256' : ' 58' }
109+ let s: cdSearchCurrent = {' gui' : ' #4B5632' , ' cterm' : s: cterm09 , ' cterm256' : ' 58' }
110110let s: cdSearch = {' gui' : ' #264F78' , ' cterm' : s: cterm03 , ' cterm256' : ' 24' }
111111
112112" Syntax colors:
@@ -616,7 +616,7 @@ call <sid>hi('CocHighlightText', {}, s:cdSelection, 'none', {})
616616call <sid> hi (' CocExplorerIndentLine' , s: cdCursorDark , {}, ' none' , {})
617617
618618" nvim-cmp
619- call <sid> hi (' CmpItemAbbrDeprecated' , s: cdGray , {}, ' strikethrough ' , {})
619+ call <sid> hi (' CmpItemAbbrDeprecated' , s: cdGray , {}, ' none ' , {})
620620call <sid> hi (' CmpItemAbbrMatch' , s: cdBlue , {}, ' none' , {})
621621call <sid> hi (' CmpItemAbbrMatchFuzzy' , s: cdBlue , {}, ' none' , {})
622622call <sid> hi (' CmpItemKindVariable' , s: cdLightBlue , {}, ' none' , {})
0 commit comments