Skip to content

Commit

Permalink
Fix Dark Color Scheme (ChrisTitusTech#2788)
Browse files Browse the repository at this point in the history
* fixes the ComboBoxForegroundColor to be more easily readable on dark mode

* Fix Background

* Change DNS Dropdown to Button Color
  • Loading branch information
Marterich authored and Real-MullaC committed Sep 29, 2024
1 parent 21f75b8 commit a37917e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/themes.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a37917e

Please sign in to comment.