diff --git a/colors/codedark.vim b/colors/codedark.vim index ca848ce..f837e98 100644 --- a/colors/codedark.vim +++ b/colors/codedark.vim @@ -66,7 +66,7 @@ endif " (some of them may be unused) let s:cdNone = {'gui': 'NONE', 'cterm': 'NONE', 'cterm256': 'NONE'} -let s:cdFront = {'gui': '#D4D4D4', 'cterm': s:cterm05, 'cterm256': '188'} +let s:cdFront = {'gui': '#e6e2e9', 'cterm': s:cterm05, 'cterm256': '188'} let s:cdBack = {'gui': '#1E1E1E', 'cterm': s:cterm00, 'cterm256': '234'} let s:cdTabCurrent = {'gui': '#1E1E1E', 'cterm': s:cterm00, 'cterm256': '234'} @@ -121,7 +121,7 @@ let s:cdOrange = {'gui': '#CE9178', 'cterm': s:cterm0F, 'cterm256': '173'} let s:cdLightRed = {'gui': '#D16969', 'cterm': s:cterm08, 'cterm256': '167'} if g:codedark_conservative | let s:cdLightRed = s:cdOrange | endif let s:cdYellowOrange = {'gui': '#D7BA7D', 'cterm': s:cterm0A, 'cterm256': '179'} -let s:cdYellow = {'gui': '#DCDCAA', 'cterm': s:cterm0A, 'cterm256': '187'} +let s:cdYellow = {'gui': '#dde0a1', 'cterm': s:cterm0A, 'cterm256': '187'} 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 @@ -191,7 +191,7 @@ call hi('Conditional', s:cdPink, {}, 'none', {}) call hi('Repeat', s:cdPink, {}, 'none', {}) call hi('Label', s:cdPink, {}, 'none', {}) call hi('Operator', s:cdFront, {}, 'none', {}) -call hi('Keyword', s:cdPink, {}, 'none', {}) +call hi('Keyword', s:cdBlue, {}, 'none', {}) call hi('Exception', s:cdPink, {}, 'none', {}) call hi('PreProc', s:cdPink, {}, 'none', {}) @@ -200,10 +200,11 @@ call hi('Define', s:cdPink, {}, 'none', {}) call hi('Macro', s:cdPink, {}, 'none', {}) call hi('PreCondit', s:cdPink, {}, 'none', {}) -call hi('Type', s:cdBlue, {}, 'none', {}) +call hi('Type', s:cdBlueGreen, {}, 'none', {}) call hi('StorageClass', s:cdBlue, {}, 'none', {}) call hi('Structure', s:cdBlue, {}, 'none', {}) call hi('Typedef', s:cdBlue, {}, 'none', {}) +call hi('Pragma', s:cdBlue, {}, 'none', {}) call hi('Special', s:cdYellowOrange, {}, 'none', {}) call hi('SpecialChar', s:cdFront, {}, 'none', {})