From 26465cb6086201916e284acef1b4bcca927f30e8 Mon Sep 17 00:00:00 2001 From: Kristi Russell Date: Fri, 10 Nov 2023 13:00:37 -0500 Subject: [PATCH] Brighten comment colors in dark themes --- CHANGELOG.md | 4 ++++ themes/tokyo-night-color-theme.json | 7 +++---- themes/tokyo-night-storm-color-theme.json | 8 ++++---- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00be2bf..013bc1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Release Notes +## 1.0.6 +2023-11-10 +- Brighten comment colors in dark themes + ## 1.0.5 `2023-10-13` - Specify js for module keyword diff --git a/themes/tokyo-night-color-theme.json b/themes/tokyo-night-color-theme.json index ae30c86..30fd03a 100644 --- a/themes/tokyo-night-color-theme.json +++ b/themes/tokyo-night-color-theme.json @@ -225,7 +225,7 @@ "editorSuggestWidget.selectedBackground": "#20222c", "editorSuggestWidget.highlightForeground": "#6183bb", - "editorCodeLens.foreground": "#484f70", + "editorCodeLens.foreground": "#51597d", "editorLightBulb.foreground": "#e0af68", "editorLightBulbAutoFix.foreground": "#e0af68", @@ -452,7 +452,7 @@ "comment.block.documentation punctuation" ], "settings": { - "foreground": "#444b6a" + "foreground": "#51597d" } }, { @@ -486,7 +486,6 @@ ], "settings": { "foreground": "#646e9c" - //"fontStyle": "bold" } }, { @@ -1523,7 +1522,7 @@ "scope": "meta.separator", "settings": { "fontStyle": "bold", - "foreground": "#444b6a" + "foreground": "#51597d" } }, { diff --git a/themes/tokyo-night-storm-color-theme.json b/themes/tokyo-night-storm-color-theme.json index e60797b..b2ec851 100644 --- a/themes/tokyo-night-storm-color-theme.json +++ b/themes/tokyo-night-storm-color-theme.json @@ -225,7 +225,7 @@ "editorSuggestWidget.selectedBackground": "#282e44", "editorSuggestWidget.highlightForeground": "#668ac4", - "editorCodeLens.foreground": "#565f89", + "editorCodeLens.foreground": "#5f6996", "editorLightBulb.foreground": "#e0af68", "editorLightBulbAutoFix.foreground": "#e0af68", @@ -451,7 +451,7 @@ "comment.block.documentation punctuation" ], "settings": { - "foreground": "#565f89" + "foreground": "#5f6996" } }, { @@ -472,7 +472,7 @@ "log.date" ], "settings": { - "foreground": "#6a75a8" //"#7982a9" + "foreground": "#6f7bb0" //"#7982a9" } }, { @@ -1523,7 +1523,7 @@ "scope": "meta.separator", "settings": { "fontStyle": "bold", - "foreground": "#565f89" + "foreground": "#5f6996" } }, {