updated clock module: added animations and removed redundancies
This commit is contained in:
@@ -157,4 +157,19 @@ QtObject {
|
||||
readonly property color notifHistoryShadow: "#552d1621"
|
||||
readonly property color notifHistoryHover: "#11ff7eb9"
|
||||
readonly property color notifHistoryEmpty: textDim
|
||||
|
||||
// new variables adaptated
|
||||
readonly property color frameBorder: "transparent"
|
||||
readonly property color clockPopupDate: textMain
|
||||
readonly property color clockPopupUtc: textDim
|
||||
readonly property color calArrowIcon: textDim
|
||||
readonly property color calArrowIconHover: accent
|
||||
readonly property color calArrowBg: "transparent"
|
||||
readonly property color calArrowBgHover: "#22ff7eb9"
|
||||
readonly property color calArrowBgPress: accent
|
||||
|
||||
// ── BgDate Module ──────────────────────────────────────────────────────────
|
||||
readonly property color bgDateText: textMain
|
||||
readonly property color bgDateShadow: "#662d1621"
|
||||
readonly property color bgDateSecondsText: textMain
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user