summaryrefslogtreecommitdiff
path: root/components/widgets
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2026-03-17 14:18:18 -0400
committerFreya Murphy <freya@freyacat.org>2026-03-17 14:18:18 -0400
commit76b2b96be41d276505b4346433a1bcd7adb9d004 (patch)
tree9c51af9081cfcea3276e92ceb32f89ffb0e44af1 /components/widgets
parentfix workspace indicator offset (diff)
downloadcaelestia-shell-76b2b96be41d276505b4346433a1bcd7adb9d004.tar.gz
caelestia-shell-76b2b96be41d276505b4346433a1bcd7adb9d004.tar.bz2
caelestia-shell-76b2b96be41d276505b4346433a1bcd7adb9d004.zip
remove tertiary colorHEADmain
Diffstat (limited to 'components/widgets')
-rw-r--r--components/widgets/ExtraIndicator.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/widgets/ExtraIndicator.qml b/components/widgets/ExtraIndicator.qml
index db73ea0..c63782e 100644
--- a/components/widgets/ExtraIndicator.qml
+++ b/components/widgets/ExtraIndicator.qml
@@ -10,7 +10,7 @@ StyledRect {
anchors.right: parent.right
anchors.margins: Appearance.padding.normal
- color: Colours.palette.m3tertiary
+ color: Colours.palette.m3secondary
radius: Appearance.rounding.small
implicitWidth: count.implicitWidth + Appearance.padding.normal * 2
@@ -33,7 +33,7 @@ StyledRect {
anchors.centerIn: parent
animate: parent.opacity > 0
text: qsTr("+%1").arg(parent.extra)
- color: Colours.palette.m3onTertiary
+ color: Colours.palette.m3onSecondary
}
Behavior on opacity {