diff --git a/colors/codedark.vim b/colors/codedark.vim index ff6272d..77bd8ba 100644 --- a/colors/codedark.vim +++ b/colors/codedark.vim @@ -220,6 +220,12 @@ call hi('Error', s:cdRed, s:cdBack, 'undercurl', s:cdRed) call hi('Todo', s:cdNone, s:cdLeftMid, 'none', {}) +" JSON: +call hi('jsonKeyword', s:cdLightBlue, {}, 'none', {}) +call hi('jsonEscape', s:cdYellowOrange, {}, 'none', {}) +call hi('jsonNull', s:cdBlue, {}, 'none', {}) +call hi('jsonBoolean', s:cdBlue, {}, 'none', {}) + " HTML: call hi('htmlTag', s:cdGray, {}, 'none', {}) call hi('htmlEndTag', s:cdGray, {}, 'none', {})