From fee4cd571b76110ed2fe1f09d4e971dcd13fe5fd Mon Sep 17 00:00:00 2001 From: hosseintoussi Date: Sat, 5 Jan 2019 16:54:09 +0100 Subject: [PATCH] added light blue to parentheses in javascript --- colors/codedark.vim | 1 + 1 file changed, 1 insertion(+) 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', {})