diff --git a/colors/codedark.vim b/colors/codedark.vim index f837e98..be4e196 100644 --- a/colors/codedark.vim +++ b/colors/codedark.vim @@ -190,7 +190,7 @@ call hi('Statement', s:cdPink, {}, 'none', {}) 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('Operator', s:cdPink, {}, 'none', {}) call hi('Keyword', s:cdBlue, {}, 'none', {}) call hi('Exception', s:cdPink, {}, 'none', {})