widget bar follows settings colour

pull/2250/head
thyttan 2022-11-09 11:19:53 +01:00 committed by GitHub
parent 4de39617c1
commit ab24b214e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ Bangle.setLCDBrightness(1);
Bangle.setLCDPower(1);
Bangle.setLCDTimeout(0);
g.reset();
g.setTheme({bg:"#fff",fg:"#000"})
g.setTheme({settings.bg,fg:"#000"})
g.setColor(settings.bg);
g.fillRect(0,0,g.getWidth(),g.getHeight());
Bangle.setUI({