adjust theme on components
This commit is contained in:
parent
a44b6f5e44
commit
f7e8fb7720
13 changed files with 42 additions and 54 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue