Reworked Stats.qml and SysInfo to support nvidia, new theme yay!
This commit is contained in:
@@ -21,14 +21,12 @@ QtObject {
|
||||
// reduced whiteness — cooler/dimmer grays for primary text
|
||||
readonly property color textMain: "#ffbfc6c9" // less-white moonlit gray
|
||||
readonly property color textDim: "#ff92979b" // dimmer gray
|
||||
readonly property color todayText: "#ffccd1d4" // subdued off-white
|
||||
|
||||
// ── Accent & Borders ──────────────────────────────────────────────────────
|
||||
readonly property color accent: "#ff89b4fa" // Summer sky blue (Main Accent)
|
||||
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
|
||||
@@ -159,6 +157,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: "#ffccd1d4" // subdued off-white
|
||||
readonly property color clockPopupHeader: accent
|
||||
readonly property color clockPopupText: textMain
|
||||
readonly property color clockPopupDim: "#ff92979b"
|
||||
|
||||
Reference in New Issue
Block a user