New theme + Network.qml has it's more theme variables now
This commit is contained in:
@@ -120,6 +120,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: "#ff95ffa4" // bright mint green, neon glow
|
||||
readonly property color netWifiIconErr: "#ffeb6f92" // soft rose, synthwave alert
|
||||
readonly property color netEthIconOk: "#ff95ffa4"
|
||||
readonly property color netEthIconErr: "#ffeb6f92"
|
||||
|
||||
// ── Calendar Popup ─────────────────────────────────────────────────────────
|
||||
readonly property color calCardBg: bgPopup
|
||||
|
||||
Reference in New Issue
Block a user