diff --git a/colors/codedark.vim b/colors/codedark.vim index 5e89687..ec57996 100644 --- a/colors/codedark.vim +++ b/colors/codedark.vim @@ -219,6 +219,12 @@ call hi('Error', s:cdRed, {}, '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', {})