* monochrome displays now do _not_ invert titlebar

This commit is contained in:
Scott Powell
2026-07-24 15:14:56 +10:00
parent 56274db4ad
commit 3857f45826
6 changed files with 24 additions and 24 deletions
+4 -4
View File
@@ -2,11 +2,11 @@
// Color scheme
ColorVal UIColor::window_bkg = 0;
ColorVal UIColor::title_bkg = 1;
ColorVal UIColor::title_txt = 0;
ColorVal UIColor::title_bkg = 0;
ColorVal UIColor::title_txt = 1;
ColorVal UIColor::primary_txt = 1;
ColorVal UIColor::secondary_txt = 1;
ColorVal UIColor::warning_txt = 1;
ColorVal UIColor::popup_bkg = 1;
ColorVal UIColor::popup_txt = 0;
ColorVal UIColor::popup_bkg = 0;
ColorVal UIColor::popup_txt = 1;
ColorVal UIColor::corp_blue = 1;