diff --git a/colors/codedark.vim b/colors/codedark.vim index 121ce87..62b4c76 100644 --- a/colors/codedark.vim +++ b/colors/codedark.vim @@ -126,9 +126,6 @@ if g:codedark_conservative | let s:cdYellow = s:cdFront | endif let s:cdPink = {'gui': '#C586C0', 'cterm': s:cterm0E, 'cterm256': '176'} if g:codedark_conservative | let s:cdPink = s:cdBlue | endif - - - " Vim editor colors " hi(GROUP, FOREGROUND, BACKGROUND, ATTRIBUTE, SPECIAL) call hi('Normal', s:cdFront, s:cdBack, 'none', {}) @@ -222,7 +219,7 @@ call hi('Ignore', s:cdFront, {}, 'none', {}) call hi('Error', s:cdRed, s:cdBack, 'undercurl', s:cdRed) -call hi('Todo', s:cdPink, s:cdLeftMid, 'none', {}) +call hi('Todo', s:cdNone, s:cdLeftMid, 'none', {}) call hi('SpellBad', s:cdRed, s:cdBack, 'undercurl', s:cdRed) call hi('SpellCap', s:cdRed, s:cdBack, 'undercurl', s:cdRed)