Reworked Stats.qml and SysInfo to support nvidia, new theme yay!
This commit is contained in:
@@ -20,13 +20,11 @@ QtObject {
|
||||
// ── Text ──────────────────────────────────────────────────────────────────
|
||||
readonly property color textMain: "#ffffeff5" // Soft sugar white
|
||||
readonly property color textDim: "#aaefb4c1" // Muted petal pink
|
||||
readonly property color todayText: "#ffffffff"
|
||||
|
||||
// ── Accent & Borders ──────────────────────────────────────────────────────
|
||||
readonly property color accent: "#ffff7eb9" // Neon bubblegum pink
|
||||
readonly property color border: "transparent"
|
||||
readonly property color borderPopup: "#66ff7eb9" // Glowing pink edge
|
||||
readonly property color borderToday: accent
|
||||
|
||||
// ── ArchLogo Module ────────────────────────────────────────────────────────
|
||||
readonly property color logoBg: bgPanel
|
||||
@@ -157,6 +155,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: "#ffff7eb9"
|
||||
readonly property color clockPopupText: textMain
|
||||
readonly property color clockPopupDim: textDim
|
||||
|
||||
Reference in New Issue
Block a user