diff --git a/colors/onedark.vim b/colors/onedark.vim index 2230af5..164115f 100644 --- a/colors/onedark.vim +++ b/colors/onedark.vim @@ -192,6 +192,9 @@ call s:h("javaScriptNumber", { "fg": s:dark_yellow }) call s:h("rubyBlockParameterList", { "fg": s:red }) call s:h("rubyInterpolation", { "fg": s:green }) call s:h("rubyInterpolationDelimiter", { "fg": s:red }) +call s:h("jsonKeyword", { "fg": s:red }) +call s:h("jsonQuote", { "fg": s:white }) +call s:h("jsonString", { "fg": s:green }) " +---------------------+ " | Plugin Highlighting |