add theme selector to configurations
This commit is contained in:
parent
47532bd626
commit
8aced615ce
4 changed files with 131 additions and 6 deletions
|
|
@ -3,7 +3,7 @@ import QtQuick
|
|||
|
||||
Rectangle {
|
||||
radius: Styling.theme.radiusBox
|
||||
color: Styling.theme.base100
|
||||
color: Styling.theme.base200
|
||||
Behavior on color {
|
||||
ColorAnimation {
|
||||
duration: Styling.animations.speed.normal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue