diff --git a/colors/codedark.vim b/colors/codedark.vim index a0685c2..915f03c 100644 --- a/colors/codedark.vim +++ b/colors/codedark.vim @@ -269,6 +269,7 @@ call hi('jsExtendsKeyword', s:cdBlue, {}, 'none', {}) call hi('jsExportDefault', s:cdPink, {}, 'none', {}) call hi('jsFuncCall', s:cdYellow, {}, 'none', {}) call hi('jsObjectKey', s:cdYellow, {}, 'none', {}) +call hi('jsObjectValue', s:cdLightBlue, {}, 'none', {}) " Ruby: call hi('rubyClassNameTag', s:cdBlueGreen, {}, 'none', {})