diff --git a/colors/codedark.vim b/colors/codedark.vim index 1d151ee..36b4e84 100644 --- a/colors/codedark.vim +++ b/colors/codedark.vim @@ -264,6 +264,7 @@ call hi('jsObjectKey', s:cdLightBlue, {}, 'none', {}) call hi('jsGlobalObjects', s:cdBlueGreen, {}, 'none', {}) call hi('jsModuleKeyword', s:cdLightBlue, {}, 'none', {}) call hi('jsClassDefinition', s:cdBlueGreen, {}, 'none', {}) +call hi('jsFuncCall', s:cdYellow, {}, 'none', {}) " Ruby: call hi('rubyClassNameTag', s:cdBlueGreen, {}, 'none', {})