Minor color changes

pull/1141/head
David Peer 2022-01-03 17:48:57 +01:00
parent 9551f77510
commit 4856788e9e
1 changed files with 1 additions and 2 deletions

View File

@ -23,7 +23,6 @@ let cBlue = "#0094FF";
let cOrange = "#FF9900";
let cPurple = "#FF00DC";
let cWhite = "#FFFFFF";
let cRed = "#FF0000";
/*
* Global lcars variables
@ -202,7 +201,7 @@ function drawState(){
// Alarm within symbol
g.setFontAntonioMedium();
g.setFontAlign(0, 0, 0);
g.setColor(cRed);
g.setColor(cPurple);
g.drawString("ALARM", 117+25, 107);
g.setFontAntonioLarge();
g.drawString(getAlarmMinutes(), 117+25, 107+35);