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