Fix Dark Color Scheme (#2788)

* fixes the ComboBoxForegroundColor to be more easily readable on dark mode

* Fix Background

* Change DNS Dropdown to Button Color
This commit is contained in:
Martin Wiethan 2024-09-23 19:30:00 +02:00 committed by GitHub
parent 102231c0e3
commit 02751c706d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -73,12 +73,12 @@
}, },
"Dark": { "Dark": {
"ComboBoxForegroundColor": "#1e3747", "ComboBoxForegroundColor": "#F7F7F7",
"ComboBoxBackgroundColor": "#232629", "ComboBoxBackgroundColor": "#1E3747",
"LabelboxForegroundColor": "#0567ff", "LabelboxForegroundColor": "#0567ff",
"MainForegroundColor": "#F7F7F7", "MainForegroundColor": "#F7F7F7",
"MainBackgroundColor": "#121212", "MainBackgroundColor": "#232629",
"LabelBackgroundColor": "#121212", "LabelBackgroundColor": "#232629",
"LinkForegroundColor": "#add8e6", "LinkForegroundColor": "#add8e6",
"LinkHoverForegroundColor": "#F7F7F7", "LinkHoverForegroundColor": "#F7F7F7",
"ScrollBarBackgroundColor": "#2E3135", "ScrollBarBackgroundColor": "#2E3135",