diff --git a/colors/codedark.vim b/colors/codedark.vim index a8480e5..a0685c2 100644 --- a/colors/codedark.vim +++ b/colors/codedark.vim @@ -268,6 +268,7 @@ 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:cdYellow, {}, 'none', {}) " Ruby: call hi('rubyClassNameTag', s:cdBlueGreen, {}, 'none', {})