New theme + Network.qml has it's more theme variables now

This commit is contained in:
SomeElse
2026-05-25 07:10:35 +00:00
parent 7adef7e7f9
commit 1ba70f3f14
17 changed files with 384 additions and 4 deletions

View File

@@ -121,6 +121,10 @@ QtObject {
readonly property color netWiredErrBg: Qt.alpha(statusErr, 0.12)
readonly property color netWiredOkBorder: Qt.alpha(statusOk, 0.4)
readonly property color netWiredErrBorder: Qt.alpha(statusErr, 0.4)
readonly property color netWifiIconOk: "#ff9ece6a" // train stripe green, subway signal
readonly property color netWifiIconErr: "#fff7768e" // taillight red, urban alert
readonly property color netEthIconOk: "#ff9ece6a"
readonly property color netEthIconErr: "#fff7768e"
// ── Calendar Popup ─────────────────────────────────────────────────────────
readonly property color calCardBg: bgPopup