From bbd8a2d72eddda9dd884e19cb5d80df848a75687 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Sat, 18 Aug 2018 10:12:09 +0200 Subject: [PATCH] fix: Fix some workbench input graphic glitches --- src/themes/settings/specific/darker-hc.json | 2 +- src/themes/settings/specific/darker.json | 2 +- src/themes/settings/specific/default-hc.json | 2 +- src/themes/settings/specific/default.json | 2 +- src/themes/settings/specific/lighter-hc.json | 2 +- src/themes/settings/specific/lighter.json | 2 +- src/themes/settings/specific/ocean-hc.json | 2 +- src/themes/settings/specific/ocean.json | 2 +- src/themes/settings/specific/palenight-hc.json | 2 +- src/themes/settings/specific/palenight.json | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/themes/settings/specific/darker-hc.json b/src/themes/settings/specific/darker-hc.json index 120a3f9..a88a13d 100644 --- a/src/themes/settings/specific/darker-hc.json +++ b/src/themes/settings/specific/darker-hc.json @@ -19,7 +19,7 @@ "lineHighlight": "#000000", "selection": "#61616150", "shadow": "#00000030", - "inputBackground": "#FFFFFF05", + "inputBackground": "#2B2B2B", "inputForeground": "#EEFFFF", "inputBorder": "#FFFFFF10", "scrollbarsHover": "#00000030", diff --git a/src/themes/settings/specific/darker.json b/src/themes/settings/specific/darker.json index 7c1e6c9..9eeee5b 100644 --- a/src/themes/settings/specific/darker.json +++ b/src/themes/settings/specific/darker.json @@ -17,7 +17,7 @@ "lineHighlight": "#000000", "selection": "#61616150", "shadow": "#00000030", - "inputBackground": "#FFFFFF05", + "inputBackground": "#2B2B2B", "inputForeground": "#EEFFFF", "inputBorder": "#FFFFFF10", "scrollbars": "#00000050", diff --git a/src/themes/settings/specific/default-hc.json b/src/themes/settings/specific/default-hc.json index 013fae0..c569e63 100644 --- a/src/themes/settings/specific/default-hc.json +++ b/src/themes/settings/specific/default-hc.json @@ -19,7 +19,7 @@ "lineHighlight": "#000000", "selection": "#80CBC420", "shadow": "#00000030", - "inputBackground": "#FFFFFF05", + "inputBackground": "#303C41", "inputForeground": "#EEFFFF", "inputBorder": "#FFFFFF10", "scrollbarsHover": "#00000030", diff --git a/src/themes/settings/specific/default.json b/src/themes/settings/specific/default.json index cee0445..dea4bab 100644 --- a/src/themes/settings/specific/default.json +++ b/src/themes/settings/specific/default.json @@ -17,7 +17,7 @@ "lineHighlight": "#000000", "selection": "#80CBC420", "shadow": "#00000030", - "inputBackground": "#FFFFFF05", + "inputBackground": "#303C41", "inputForeground": "#EEFFFF", "inputBorder": "#FFFFFF10", "scrollbars": "#00000050", diff --git a/src/themes/settings/specific/lighter-hc.json b/src/themes/settings/specific/lighter-hc.json index 09e31c4..a300351 100644 --- a/src/themes/settings/specific/lighter-hc.json +++ b/src/themes/settings/specific/lighter-hc.json @@ -19,7 +19,7 @@ "lineHighlight": "#CCD7DA", "selection": "#80CBC440", "shadow": "#00000020", - "inputBackground": "#00000005", + "inputBackground": "#EEEEEE", "inputForeground": "#90A4AE", "inputBorder": "#00000010", "scrollbarsHover": "#00000030", diff --git a/src/themes/settings/specific/lighter.json b/src/themes/settings/specific/lighter.json index 0e694dc..226cd1c 100644 --- a/src/themes/settings/specific/lighter.json +++ b/src/themes/settings/specific/lighter.json @@ -17,7 +17,7 @@ "lineHighlight": "#CCD7DA", "selection": "#80CBC440", "shadow": "#00000020", - "inputBackground": "#00000005", + "inputBackground": "#EEEEEE", "inputForeground": "#90A4AE", "inputBorder": "#00000010", "scrollbars": "#00000050", diff --git a/src/themes/settings/specific/ocean-hc.json b/src/themes/settings/specific/ocean-hc.json index cb47930..29f7b62 100644 --- a/src/themes/settings/specific/ocean-hc.json +++ b/src/themes/settings/specific/ocean-hc.json @@ -17,7 +17,7 @@ "lineHighlight": "#000000", "selection": "#717CB450", "shadow": "#00000030", - "inputBackground": "#FFFFFF05", + "inputBackground": "#1A1C25", "inputForeground": "#EEFFFF", "inputBorder": "#FFFFFF10", "scrollbars": "#00000050", diff --git a/src/themes/settings/specific/ocean.json b/src/themes/settings/specific/ocean.json index 522bf0d..4c2a0a3 100644 --- a/src/themes/settings/specific/ocean.json +++ b/src/themes/settings/specific/ocean.json @@ -17,7 +17,7 @@ "lineHighlight": "#000000", "selection": "#717CB450", "shadow": "#00000030", - "inputBackground": "#FFFFFF05", + "inputBackground": "#1A1C25", "inputForeground": "#EEFFFF", "inputBorder": "#FFFFFF10", "scrollbars": "#00000050", diff --git a/src/themes/settings/specific/palenight-hc.json b/src/themes/settings/specific/palenight-hc.json index 5a99295..cd55031 100644 --- a/src/themes/settings/specific/palenight-hc.json +++ b/src/themes/settings/specific/palenight-hc.json @@ -19,7 +19,7 @@ "lineHighlight": "#000000", "selection": "#717CB450", "shadow": "#00000030", - "inputBackground": "#FFFFFF05", + "inputBackground": "#333747", "inputForeground": "#EEFFFF", "inputBorder": "#FFFFFF10", "scrollbarsHover": "#00000030", diff --git a/src/themes/settings/specific/palenight.json b/src/themes/settings/specific/palenight.json index 867a080..c6fb208 100644 --- a/src/themes/settings/specific/palenight.json +++ b/src/themes/settings/specific/palenight.json @@ -17,7 +17,7 @@ "lineHighlight": "#000000", "selection": "#717CB450", "shadow": "#00000030", - "inputBackground": "#FFFFFF05", + "inputBackground": "#333747", "inputForeground": "#EEFFFF", "inputBorder": "#FFFFFF10", "scrollbars": "#00000050",