Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Aeschlimann <martinae@microsoft.com>2020-05-29 01:08:51 +0300
committerMartin Aeschlimann <martinae@microsoft.com>2020-05-29 01:08:56 +0300
commit6933f3185437a56df449ea85326b1d4898519846 (patch)
tree5de8931230fa47335345afab4c936988926b5924
parent1a547aaaee6103c2550daf3178a79ecf59d3e055 (diff)
Improve new constant color. For #97373
-rw-r--r--extensions/theme-defaults/themes/dark_plus.json2
-rw-r--r--extensions/theme-defaults/themes/light_plus.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/extensions/theme-defaults/themes/dark_plus.json b/extensions/theme-defaults/themes/dark_plus.json
index f83f763b9a6..fdadd4e5c3c 100644
--- a/extensions/theme-defaults/themes/dark_plus.json
+++ b/extensions/theme-defaults/themes/dark_plus.json
@@ -104,7 +104,7 @@
"variable.other.enummember"
],
"settings": {
- "foreground": "#51B6C4",
+ "foreground": "#4FC1FF",
}
},
{
diff --git a/extensions/theme-defaults/themes/light_plus.json b/extensions/theme-defaults/themes/light_plus.json
index 63e97356983..a5ea49d4d36 100644
--- a/extensions/theme-defaults/themes/light_plus.json
+++ b/extensions/theme-defaults/themes/light_plus.json
@@ -104,7 +104,7 @@
"variable.other.enummember"
],
"settings": {
- "foreground": "#328267",
+ "foreground": "#0070C1",
}
},
{