Colors: slight rework of the default colorscheme and overall colors usage

This commit is contained in:
quadbyte 2025-08-14 08:22:13 -04:00
parent ef5fff12d1
commit 63fb5bd290
13 changed files with 48 additions and 29 deletions

View file

@ -68,11 +68,11 @@ PanelWindow {
gradient: Gradient {
GradientStop {
position: 0.0
color: Colors.backgroundTertiary
color: Colors.backgroundSecondary
}
GradientStop {
position: 1.0
color: Colors.backgroundSecondary
color: Colors.backgroundTertiary
}
}