Updated colors

pull/1141/head
David Peer 2022-01-03 17:56:10 +01:00
parent 4856788e9e
commit 9ecfb20fbc
2 changed files with 2 additions and 1 deletions

View File

@ -173,6 +173,7 @@ function drawLock(){
g.drawString("NOCON", 128, 33);
}
if(Bangle.isLocked()){
g.setColor(cPurple);
g.drawString("LOCK", 128, 53);
}
}
@ -201,7 +202,7 @@ function drawState(){
// Alarm within symbol
g.setFontAntonioMedium();
g.setFontAlign(0, 0, 0);
g.setColor(cPurple);
g.setColor(cOrange);
g.drawString("ALARM", 117+25, 107);
g.setFontAntonioLarge();
g.drawString(getAlarmMinutes(), 117+25, 107+35);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB