Reworked Stats.qml and SysInfo to support nvidia, new theme yay!

This commit is contained in:
SomeElse
2026-05-29 07:10:03 +00:00
parent a380963757
commit 7d33521191
24 changed files with 461 additions and 46 deletions

View File

@@ -20,14 +20,12 @@ QtObject {
// ── Text ──────────────────────────────────────────────────────────────────
readonly property color textMain: "#fff1dfbf" // Bright cloud highlight white
readonly property color textDim: "#99a88b62" // Hazy horizon gray
readonly property color todayText: "#fff8e7c9"
// ── Accent & Borders ──────────────────────────────────────────────────────
readonly property color accent: "#ffffa51f" // Warm hazy horizon gold
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: "#fff8e7c9"
readonly property color clockPopupHeader: "#ffffa51f"
readonly property color clockPopupText: textMain
readonly property color clockPopupDim: textDim