Reworked Stats.qml and SysInfo to support nvidia, new theme yay!
This commit is contained in:
@@ -20,14 +20,12 @@ QtObject {
|
||||
// ── Text ──────────────────────────────────────────────────────────────────
|
||||
readonly property color textMain: "#fff1f8e9" // Creamy mint highlight
|
||||
readonly property color textDim: "#99a5ad94" // Sage horizon gray
|
||||
readonly property color todayText: "#ffffffff"
|
||||
|
||||
// ── Accent & Borders ──────────────────────────────────────────────────────
|
||||
readonly property color accent: "#ffff5722" // Fiery vermilion (throat)
|
||||
readonly property color border: "transparent"
|
||||
readonly property color frameBorder: "transparent"
|
||||
readonly property color borderPopup: "transparent"
|
||||
readonly property color borderToday: accent
|
||||
|
||||
// ── Logo Module ────────────────────────────────────────────────────────
|
||||
readonly property color logoBg: bgPanel
|
||||
@@ -158,6 +156,9 @@ QtObject {
|
||||
readonly property color calCardBg: bgPopup
|
||||
readonly property color calCardBorder: borderPopup
|
||||
readonly property color calSeparator: separator
|
||||
readonly property color calTodayBg: accent
|
||||
readonly property color borderToday: accent
|
||||
readonly property color todayText: "#ffffffff"
|
||||
readonly property color clockPopupHeader: "#ffff5722"
|
||||
readonly property color clockPopupText: textMain
|
||||
readonly property color clockPopupDim: textDim
|
||||
|
||||
Reference in New Issue
Block a user