Skip to content

Commit a40dc19

Browse files
authored
Merge pull request #108 from saccarosium/master
Fix remove strikethough for retro compatability (#104)
2 parents f002d6d + 6ba98ec commit a40dc19

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

colors/codedark.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ let s:cdDiffGreenLight = {'gui': '#4B5632', 'cterm': s:cterm09, 'cterm256': '58'
106106
let s:cdDiffBlueLight = {'gui': '#87d7ff', 'cterm': s:cterm0C, 'cterm256': '117'}
107107
let 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'}
110110
let s:cdSearch = {'gui': '#264F78', 'cterm': s:cterm03, 'cterm256': '24'}
111111

112112
" Syntax colors:
@@ -616,7 +616,7 @@ call <sid>hi('CocHighlightText', {}, s:cdSelection, 'none', {})
616616
call <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', {})
620620
call <sid>hi('CmpItemAbbrMatch', s:cdBlue, {}, 'none', {})
621621
call <sid>hi('CmpItemAbbrMatchFuzzy', s:cdBlue, {}, 'none', {})
622622
call <sid>hi('CmpItemKindVariable', s:cdLightBlue, {}, 'none', {})

0 commit comments

Comments
 (0)