From 6210cdca9ff9986cd4fa74fd0c326033f1933b84 Mon Sep 17 00:00:00 2001 From: Marterich <47688561+Marterich@users.noreply.github.com> Date: Sat, 21 Sep 2024 18:50:38 +0200 Subject: [PATCH] Fix Background --- config/themes.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/themes.json b/config/themes.json index a5a93f5c3b..9ac7f9a1e8 100644 --- a/config/themes.json +++ b/config/themes.json @@ -77,8 +77,8 @@ "ComboBoxBackgroundColor": "#232629", "LabelboxForegroundColor": "#0567ff", "MainForegroundColor": "#F7F7F7", - "MainBackgroundColor": "#121212", - "LabelBackgroundColor": "#121212", + "MainBackgroundColor": "#232629", + "LabelBackgroundColor": "#232629", "LinkForegroundColor": "#add8e6", "LinkHoverForegroundColor": "#F7F7F7", "ScrollBarBackgroundColor": "#2E3135",