From 74659e877c722fe38d70dcd2dd67e0e370605554 Mon Sep 17 00:00:00 2001 From: Candifloss Date: Thu, 23 Jul 2026 14:26:02 +0530 Subject: [PATCH] Styles for Comments --- themes/candy_json/candy_json.tmTheme | 100 +++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) diff --git a/themes/candy_json/candy_json.tmTheme b/themes/candy_json/candy_json.tmTheme index b24e060..141df40 100644 --- a/themes/candy_json/candy_json.tmTheme +++ b/themes/candy_json/candy_json.tmTheme @@ -432,6 +432,106 @@ + + + + name + Line Comment + + scope + comment.line.double-slash.json + + settings + + foreground + #6C7A89 + + fontStyle + italic + + + + + + + + name + Block Comment + + scope + comment.block.json + + settings + + foreground + #6C7A89 + + fontStyle + italic + + + + + + + + name + Documentation + + scope + comment.block.documentation.json + + settings + + foreground + #8C9AA7 + + fontStyle + italic + + + + + + + + name + Empty Block + + scope + comment.block.empty.json + + settings + + foreground + #8C9AA7 + + fontStyle + italic + + + + + + + + name + Comment Delimiters + + scope + + punctuation.definition.comment.begin.json, + punctuation.definition.comment.end.json, + punctuation.definition.comment.json + + + settings + + foreground + #59636D + + +