New theme + Network.qml has it's more theme variables now
This commit is contained in:
@@ -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: "#ff8bc34a" // leaf green, forest floor
|
||||
readonly property color netWifiIconErr: "#fff44336" // red feather, throat blaze
|
||||
readonly property color netEthIconOk: "#ff8bc34a"
|
||||
readonly property color netEthIconErr: "#fff44336"
|
||||
|
||||
// ── Calendar Popup ─────────────────────────────────────────────────────────
|
||||
readonly property color calCardBg: bgPopup
|
||||
|
||||
Reference in New Issue
Block a user