New theme variables + removed RUN mode from Launcher

This commit is contained in:
SomeElse
2026-05-25 06:32:13 +00:00
parent 8d6406284f
commit 7adef7e7f9
15 changed files with 159 additions and 7 deletions

View File

@@ -59,6 +59,15 @@ QtObject {
readonly property color volMuteBg: "#33ff7eb9"
readonly property color volPickerHover: "#15ff7eb9"
// ── Volume Limit Buttons ────────────────────────────────────────────────
readonly property color volLimitBtn: "transparent"
readonly property color volLimitBtnHover: "#22ffffff"
readonly property color volLimitBtnPress: accent
readonly property color volOutputLimitBtnPress: accent
readonly property color volInputLimitBtnPress: statusInfo
readonly property color volOutputLimitBtnHover: Qt.alpha(accent, 0.08)
readonly property color volInputLimitBtnHover: Qt.alpha(statusInfo, 0.08)
// ── Clock Module ───────────────────────────────────────────────────────────
readonly property color clockBg: bgPanel
readonly property color clockBgHover: "#11ffffff"