From f88fecd6e4db62cb0ebd4bce24320787014db898 Mon Sep 17 00:00:00 2001 From: Candifloss Date: Thu, 23 Jul 2026 14:23:39 +0530 Subject: [PATCH] Styles for Structure --- themes/candy_json/candy_json.tmTheme | 97 ++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) diff --git a/themes/candy_json/candy_json.tmTheme b/themes/candy_json/candy_json.tmTheme index 0140279..b24e060 100644 --- a/themes/candy_json/candy_json.tmTheme +++ b/themes/candy_json/candy_json.tmTheme @@ -335,6 +335,103 @@ + + + + name + Object Scope + + scope + meta.mapping.json + + + + + + + + name + Object Braces + + scope + + punctuation.section.mapping.begin.json, + punctuation.section.mapping.end.json + + + settings + + foreground + #7E848D + + + + + + + + name + Array Scope + + scope + meta.sequence.json + + + + + + + + name + Array Brackets + + scope + + punctuation.section.sequence.begin.json, + punctuation.section.sequence.end.json + + + settings + + foreground + #7E848D + + + + + + + + name + Colon + + scope + punctuation.separator.key-value.json + + settings + + foreground + #BFC5CE + + + + + + + + name + Comma + + scope + punctuation.separator.sequence.json + + settings + + foreground + #666C75 + + +