diff --git a/colors/codedark.vim b/colors/codedark.vim index 00ec0c6..051992a 100644 --- a/colors/codedark.vim +++ b/colors/codedark.vim @@ -188,6 +188,7 @@ 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('pythonOperator', s:cdPink, {}, 'none', {}) call hi('Exception', s:cdPink, {}, 'none', {}) call hi('PreProc', s:cdPink, {}, 'none', {})