adjust theme on components

This commit is contained in:
Benjamin Palko 2025-09-05 13:44:26 -04:00
parent a44b6f5e44
commit f7e8fb7720
13 changed files with 42 additions and 54 deletions

View file

@ -4,11 +4,9 @@ import Quickshell.Widgets
WrapperRectangle {
radius: 8
color: Theme.palette.base300
Behavior on color {
ColorAnimation {
duration: 200
easing.type: Easing.InOutQuad
}
color: Theme.palette.base100
ColorAnimation on color {
duration: 200
easing.type: Easing.InOutQuad
}
}