From a37917e5c2645b3e2188ef0d83827be20e607613 Mon Sep 17 00:00:00 2001 From: Martin Wiethan <47688561+Marterich@users.noreply.github.com> Date: Mon, 23 Sep 2024 19:30:00 +0200 Subject: [PATCH] Fix Dark Color Scheme (#2788) * fixes the ComboBoxForegroundColor to be more easily readable on dark mode * Fix Background * Change DNS Dropdown to Button Color --- config/themes.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/themes.json b/config/themes.json index 829cfd0e11..18f55b5649 100644 --- a/config/themes.json +++ b/config/themes.json @@ -73,12 +73,12 @@ }, "Dark": { - "ComboBoxForegroundColor": "#1e3747", - "ComboBoxBackgroundColor": "#232629", + "ComboBoxForegroundColor": "#F7F7F7", + "ComboBoxBackgroundColor": "#1E3747", "LabelboxForegroundColor": "#0567ff", "MainForegroundColor": "#F7F7F7", - "MainBackgroundColor": "#121212", - "LabelBackgroundColor": "#121212", + "MainBackgroundColor": "#232629", + "LabelBackgroundColor": "#232629", "LinkForegroundColor": "#add8e6", "LinkHoverForegroundColor": "#F7F7F7", "ScrollBarBackgroundColor": "#2E3135",