From 8d795815348a2fd5e9346f041b8a37ee6092ee9b Mon Sep 17 00:00:00 2001 From: Candifloss Date: Thu, 23 Jul 2026 14:13:16 +0530 Subject: [PATCH] Styles for numbers --- themes/candy_json/candy_json.tmTheme | 87 ++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) diff --git a/themes/candy_json/candy_json.tmTheme b/themes/candy_json/candy_json.tmTheme index fc417b8..73890ed 100644 --- a/themes/candy_json/candy_json.tmTheme +++ b/themes/candy_json/candy_json.tmTheme @@ -189,6 +189,93 @@ + + + + name + Integer Numbers + + scope + meta.number.integer.decimal.json + + settings + + foreground + #C792EA + + + + + + + + name + Floating Numbers + + scope + meta.number.float.decimal.json + + settings + + foreground + #C792EA + + + + + + + + name + Numeric Digits + + scope + constant.numeric.value.json + + settings + + foreground + #C792EA + + + + + + + + name + Decimal Point + + scope + punctuation.separator.decimal.json + + settings + + foreground + #D7B8F3 + + + + + + + + name + Minus Sign + + scope + keyword.operator.arithmetic.json + + settings + + foreground + #D08AE8 + + fontStyle + bold + + +