Index: sources/gui/qml/globals/Colors.qml =================================================================== diff -u -r320972a712c31e94413056591634859b4b3d564e -r12f90ddffb7782e94d1ce55079f5cd575258b091 --- sources/gui/qml/globals/Colors.qml (.../Colors.qml) (revision 320972a712c31e94413056591634859b4b3d564e) +++ sources/gui/qml/globals/Colors.qml (.../Colors.qml) (revision 12f90ddffb7782e94d1ce55079f5cd575258b091) @@ -141,7 +141,7 @@ readonly property color textNotificationNoneBg : white readonly property color textNotificationNoneFg : "#1b2b3e" - readonly property color textNotificationLowBg : "#f5a623" // ? + readonly property color textNotificationLowBg : "#01C8C8" // ? readonly property color textNotificationLowFg : white // ? readonly property color textNotificationMedBg : "#f5a623" // ? @@ -156,7 +156,7 @@ readonly property color alarmTopBarMedBg : "#db8f00" readonly property color alarmTopBarMedFg : white - readonly property color alarmTopBarLowBg : "#db8f00" + readonly property color alarmTopBarLowBg : "#01C8C8" readonly property color alarmTopBarLowFg : white readonly property color alarmTopBarNoneBg : "#db8f00"