Reworked Stats.qml and SysInfo to support nvidia, new theme yay!
This commit is contained in:
@@ -21,13 +21,11 @@ QtObject {
|
||||
// ── Text ──────────────────────────────────────────────────────────────────
|
||||
readonly property color textMain: "#ffe0e6ed" // Bright office window white
|
||||
readonly property color textDim: "#9971798a" // Steel gray
|
||||
readonly property color todayText: "#ffffffff"
|
||||
|
||||
// ── Accent & Borders ──────────────────────────────────────────────────────
|
||||
readonly property color accent: "#ffffb86c" // Warm street lamp amber
|
||||
readonly property color border: "transparent"
|
||||
readonly property color borderPopup: "#882e3440" // Dark girder blue
|
||||
readonly property color borderToday: accent
|
||||
|
||||
// ── ArchLogo 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: "#ffffb86c"
|
||||
readonly property color clockPopupText: textMain
|
||||
readonly property color clockPopupDim: textDim
|
||||
|
||||
Reference in New Issue
Block a user