Update clock-impword.js

Time-word now readable on Bangle.js 2
pull/1341/head
Hilmar Strauch 2022-01-24 19:12:15 +01:00 committed by GitHub
parent 5360bfb5a9
commit d17f60554d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ const dy = big ? 22 : 16;
const fontSize = big ? 3 : 2; // "6x8"
const passivColor = 0x3186 /*grey*/ ;
const activeColorNight = 0xF800 /*red*/ ;
const activeColorDay = 0xFFFF /* white */;
const activeColorDay = g.theme.fg;
var hidxPrev;
var showDigitalTime = false;