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