From 9956f918821e2a95cf36c7fbad2c09cb835c8780 Mon Sep 17 00:00:00 2001 From: Candifloss Date: Thu, 23 Jul 2026 14:19:31 +0530 Subject: [PATCH] Styles for literals --- themes/candy_json/candy_json.tmTheme | 95 ++++++++++++++++++++++------ 1 file changed, 77 insertions(+), 18 deletions(-) diff --git a/themes/candy_json/candy_json.tmTheme b/themes/candy_json/candy_json.tmTheme index 73890ed..0140279 100644 --- a/themes/candy_json/candy_json.tmTheme +++ b/themes/candy_json/candy_json.tmTheme @@ -22,14 +22,14 @@ settings - + settings - foreground - #BBBBBB + foreground + #BBBBBB caret #FFFFFF @@ -56,7 +56,7 @@ - + name @@ -75,7 +75,7 @@ - + name @@ -91,7 +91,7 @@ - + name @@ -107,7 +107,7 @@ - + name @@ -115,8 +115,8 @@ scope - punctuation.definition.string.begin.json, - punctuation.definition.string.end.json + punctuation.definition.string.begin.json, + punctuation.definition.string.end.json settings @@ -125,8 +125,8 @@ #8A8F98 - - + + name @@ -145,7 +145,7 @@ - + name @@ -167,7 +167,7 @@ - + name @@ -189,7 +189,7 @@ - + name @@ -206,7 +206,7 @@ - + name @@ -223,7 +223,7 @@ - + name @@ -240,7 +240,7 @@ - + name @@ -257,7 +257,7 @@ - + name @@ -276,6 +276,65 @@ + + + + name + true + + scope + constant.language.boolean.true.json + + settings + + foreground + #A9DC76 + + fontStyle + bold + + + + + + + + name + false + + scope + constant.language.boolean.false.json + + settings + + foreground + #A9DC76 + + fontStyle + bold + + + + + + + + name + null + + scope + constant.language.null.json + + settings + + foreground + #FF6188 + + fontStyle + italic + + +