small tweak to stats button, check the new config
This commit is contained in:
@@ -167,7 +167,7 @@ QtObject {
|
||||
readonly property color notifHistoryEmpty: textDim
|
||||
|
||||
// ── BgDate Module ──────────────────────────────────────────────────────────
|
||||
readonly property color bgDateText: textMain // Date string color
|
||||
readonly property color bgDateShadow: "#66000000" // Drop shadow for both texts
|
||||
readonly property color bgDateSecondsText: textMain // Seconds clock — sun-glow gold
|
||||
readonly property color bgDateText: "#ffffffff" // Pure white (brightest possible)
|
||||
readonly property color bgDateShadow: "#88000000" // Slightly softer shadow to let the white glow
|
||||
readonly property color bgDateSecondsText: bgDateText // Brighter, more "sunlight" gold/yellow
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user