From ed4bdd467911f36b1a3410984c1a6298cc5dcb93 Mon Sep 17 00:00:00 2001 From: Marterich <47688561+Marterich@users.noreply.github.com> Date: Mon, 16 Sep 2024 16:44:57 +0200 Subject: [PATCH] Reimplement Theme Chagnes from #2722 --- config/themes.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/themes.json b/config/themes.json index 098fa8f019..abf7f5759d 100644 --- a/config/themes.json +++ b/config/themes.json @@ -69,12 +69,12 @@ }, "Dark": { - "ComboBoxForegroundColor": "#81a1c1", + "ComboBoxForegroundColor": "#1e3747", "ComboBoxBackgroundColor": "#232629", - "LabelboxForegroundColor": "#f7f7f7", + "LabelboxForegroundColor": "#0567ff", "MainForegroundColor": "#F7F7F7", - "MainBackgroundColor": "#232629", - "LabelBackgroundColor": "#232629", + "MainBackgroundColor": "#121212", + "LabelBackgroundColor": "#121212", "LinkForegroundColor": "#add8e6", "LinkHoverForegroundColor": "#F7F7F7", "ProgressBarForegroundColor": "#222222", @@ -94,7 +94,7 @@ "ButtonBackgroundSelectedColor": "#5E81AC", "ButtonForegroundColor": "#F7F7F7", "ToggleButtonOnColor": "#2e77ff", - "BorderColor": "#0060CC", + "BorderColor": "#2F373D", "BorderOpacity": "0.2" } }