Skip to content

Commit

Permalink
Fix Dark App Mode
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmaehl committed Jul 9, 2021
1 parent eda3687 commit 4936e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/_Theming.au3
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Func _SetTheme()
ContinueCase
Case $dWindow = 0xFFFFFF And Not $bLTheme
$aColors[0] = 0x070707
$aColors[1] = $dText
$aColors[1] = 0xFFFFFF
$aColors[2] = 0x191919
$aColors[3] = 0x0D0D0D
Case 0xFFFFFF > $dWindow > 0x000000
Expand Down

0 comments on commit 4936e78

Please sign in to comment.