diff --git a/colors/codedark.vim b/colors/codedark.vim index b4af7cc..b8af5df 100644 --- a/colors/codedark.vim +++ b/colors/codedark.vim @@ -280,7 +280,6 @@ call hi('jsClassKeyword', s:cdBlue, {}, 'none', {}) call hi('jsExtendsKeyword', s:cdBlue, {}, 'none', {}) call hi('jsExportDefault', s:cdPink, {}, 'none', {}) call hi('jsFuncCall', s:cdYellow, {}, 'none', {}) -call hi('jsObjectKey', s:cdLightBlue, {}, 'none', {}) call hi('jsObjectValue', s:cdLightBlue, {}, 'none', {}) call hi('jsParen', s:cdLightBlue, {}, 'none', {}) call hi('jsObjectProp', s:cdLightBlue, {}, 'none', {})