add theme selector to configurations

This commit is contained in:
Benjamin Palko 2025-09-07 22:32:25 -04:00
parent 47532bd626
commit 8aced615ce
4 changed files with 131 additions and 6 deletions

View file

@ -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