daymoon: set all dark theme info

master
thyttan 2025-02-12 17:18:02 +01:00 committed by GitHub
parent 1721a7521f
commit 4c4831fd43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -210,5 +210,5 @@ widgets know if they're being loaded into a clock app or not */
Bangle.setUI("clock"); Bangle.setUI("clock");
// Load widgets // Load widgets
Bangle.loadWidgets(); Bangle.loadWidgets();
g.setTheme({ bg: "#000" }); g.setTheme({fg:"#fff", bg:"#000", fg2:"#fff", bg2:"#004", fgH:"#fff", bgH:"#00f", dark:true });
Bangle.drawWidgets(); Bangle.drawWidgets();