From e26a0dd2c3f0800c5152d48561a5f6428ac281a7 Mon Sep 17 00:00:00 2001 From: Martin Aeschlimann Date: Thu, 23 Apr 2020 09:52:24 +0200 Subject: [PATCH] Dark+/Light+: constant color that is closer to the variable color (for #95346) --- extensions/theme-defaults/themes/dark_plus.json | 2 +- extensions/theme-defaults/themes/light_plus.json | 2 +- 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 560fd159a0d..f83f763b9a6 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": "#D4D4D4", + "foreground": "#51B6C4", } }, { diff --git a/extensions/theme-defaults/themes/light_plus.json b/extensions/theme-defaults/themes/light_plus.json index 8f65dc5b4f0..00c2a6cb470 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": "#000000", + "foreground": "#328267", } }, {