From 8c90717a21878b6cea029a5b2ffbc4fa2af14714 Mon Sep 17 00:00:00 2001 From: Ahmad Awais Date: Thu, 6 Sep 2018 08:18:48 +0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8C=20IMPROVE:=20Foreground=20color=20?= =?UTF-8?q?for=20textInputForeground?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/shades-of-purple-color-theme.json | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/shades-of-purple-color-theme.json b/themes/shades-of-purple-color-theme.json index 9ba01a1..202062f 100644 --- a/themes/shades-of-purple-color-theme.json +++ b/themes/shades-of-purple-color-theme.json @@ -331,6 +331,7 @@ "settings.textInputBackground": "#1E1E3F", "settings.numberInputBackground": "#1E1E3F", "settings.dropdownForeground": "#E5E4FB", + "settings.checkboxForeground": "#E5E4FB", "settings.dropdownBorder": "#1E1E3F", "settings.checkboxBorder": "#1E1E3F", "settings.textInputBorder": "#1E1E3F",