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 + + +