From 9403f2c3c24b4f6b1c133d9e1a9b49c9704d346e Mon Sep 17 00:00:00 2001 From: Leeor Aharon Date: Tue, 23 Oct 2018 15:33:00 +0300 Subject: [PATCH] fixed a few gaps with the colors of some javascript types --- colors/codedark.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/colors/codedark.vim b/colors/codedark.vim index 529ce0c..225a7a0 100644 --- a/colors/codedark.vim +++ b/colors/codedark.vim @@ -252,6 +252,9 @@ call hi('jsVariableDef', s:cdLightBlue, {}, 'none', {}) call hi('jsFuncArgs', s:cdLightBlue, {}, 'none', {}) call hi('jsRegexpString', s:cdLightRed, {}, 'none', {}) call hi('jsThis', s:cdBlue, {}, 'none', {}) +call hi('jsDestructuringBlock', s:cdLightBlue, {}, 'none', {}) +call hi('jsObjectKey', s:cdLightBlue, {}, 'none', {}) +call hi('jsGlobalObjects', s:cdBlueGreen, {}, 'none', {}) " Ruby: call hi('rubyClassNameTag', s:cdBlueGreen, {}, 'none', {})