From 32865c1944a54dc381921df08d77c4d9cd3ac9ab Mon Sep 17 00:00:00 2001 From: Kristi Date: Thu, 13 Aug 2020 09:31:46 -0400 Subject: [PATCH] Update JSDoc comment colors --- CHANGELOG.md | 4 ++++ themes/tokyo-night-color-theme.json | 7 ++++++- themes/tokyo-night-light-color-theme.json | 7 ++++++- themes/tokyo-night-storm-color-theme.json | 7 ++++++- 4 files changed, 22 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a0bb1b..5d97a7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Release Notes +## 0.6.3 +`2020-08-13` +- Update JSDoc comment colors + ## 0.6.2 `2020-08-10` - Fix Tokyo Night Light's windows menubar update reversion diff --git a/themes/tokyo-night-color-theme.json b/themes/tokyo-night-color-theme.json index e81ee41..f7580e9 100644 --- a/themes/tokyo-night-color-theme.json +++ b/themes/tokyo-night-color-theme.json @@ -359,7 +359,12 @@ }, { "name": "Comment Doc Emphasized", - "scope": "meta.other.type.phpdoc.php support.class", + "scope": [ + "meta.other.type.phpdoc.php support.class", + "comment.block.documentation storage.type", + "comment.block.documentation punctuation.definition.block.tag", + "comment.block.documentation entity.name.type.instance" + ], "settings": { "foreground": "#646e9c" //"fontStyle": "bold" diff --git a/themes/tokyo-night-light-color-theme.json b/themes/tokyo-night-light-color-theme.json index c89bde6..a6975d6 100644 --- a/themes/tokyo-night-light-color-theme.json +++ b/themes/tokyo-night-light-color-theme.json @@ -381,7 +381,12 @@ }, { "name": "Comment Doc Emphasized", - "scope": "meta.other.type.phpdoc.php support.class", + "scope": [ + "meta.other.type.phpdoc.php support.class", + "comment.block.documentation storage.type", + "comment.block.documentation punctuation.definition.block.tag", + "comment.block.documentation entity.name.type.instance" + ], "settings": { "foreground": "#73767d" //"fontStyle": "bold" diff --git a/themes/tokyo-night-storm-color-theme.json b/themes/tokyo-night-storm-color-theme.json index 84dd7c5..4c4eb35 100644 --- a/themes/tokyo-night-storm-color-theme.json +++ b/themes/tokyo-night-storm-color-theme.json @@ -358,7 +358,12 @@ }, { "name": "Comment Doc Emphasized", - "scope": "meta.other.type.phpdoc.php support.class", + "scope": [ + "meta.other.type.phpdoc.php support.class", + "comment.block.documentation storage.type", + "comment.block.documentation punctuation.definition.block.tag", + "comment.block.documentation entity.name.type.instance" + ], "settings": { "foreground": "#7582ba" //"fontStyle": "bold"