mirror of https://github.com/espruino/BangleApps
tinyhead: change widget bg and fg colour so that widgets blend in with the rest of the face
parent
7da28950e6
commit
8903215f3b
|
@ -214,6 +214,8 @@
|
|||
};
|
||||
|
||||
let init = function init() {
|
||||
g.setTheme({bg:lib.settings.hairColour,fg:lib.settings.faceColour,dark:true}).clear();
|
||||
|
||||
Bangle.on('lock', lockHandler);
|
||||
Bangle.on('charging', chargingHandler);
|
||||
if (lib.settings.btStatusEyes) {
|
||||
|
@ -227,7 +229,7 @@
|
|||
activeEyesNum = disconnectedEyes;
|
||||
}
|
||||
|
||||
Bangle.setUI({
|
||||
Bangle.setUI("clock", {
|
||||
mode:"custom",
|
||||
clock: true,
|
||||
touch: (button, xy) => {
|
||||
|
|
Loading…
Reference in New Issue