From 70a5343d608f0534f927770cc1169be35b019545 Mon Sep 17 00:00:00 2001 From: darksignal7 Date: Mon, 6 Oct 2025 17:04:58 +0300 Subject: [PATCH] revert back bubble colors --- .../ii/modules/background/cookieClock/DateIndicator.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/quickshell/ii/modules/background/cookieClock/DateIndicator.qml b/.config/quickshell/ii/modules/background/cookieClock/DateIndicator.qml index 88e22ade0..74c802106 100644 --- a/.config/quickshell/ii/modules/background/cookieClock/DateIndicator.qml +++ b/.config/quickshell/ii/modules/background/cookieClock/DateIndicator.qml @@ -107,7 +107,7 @@ Item { StyledText { anchors.centerIn: parent text: DateTime.date.substring(5, 7) - color: Appearance.colors.colOnPrimaryContainer + color: Appearance.colors.colPrimary opacity: root.style === "bubble" ? 1.0 : 0 font { family: Appearance.font.family.expressive @@ -141,7 +141,7 @@ Item { StyledText { anchors.centerIn: parent text: DateTime.date.substring(8, 10) - color: Appearance.colors.colOnPrimaryContainer + color: Appearance.colors.colTertiary opacity: root.style === "bubble" ? 1.0 : 0 font { family: Appearance.font.family.expressive