switch to the right colors
This commit is contained in:
parent
aae2bfc2f8
commit
005831c9e9
@ -6,7 +6,7 @@ import qs.widgets
|
||||
|
||||
Rectangle {
|
||||
id: root
|
||||
color: ThemeLoader.colors.base03
|
||||
color: ThemeLoader.colors.base01
|
||||
implicitWidth: clockText.implicitWidth + 14
|
||||
implicitHeight: Settings.config.barHeight / 2 + 6
|
||||
radius: Settings.config.rounding
|
||||
|
||||
@ -8,7 +8,7 @@ import qs.widgets
|
||||
|
||||
Rectangle {
|
||||
id: root
|
||||
color: ThemeLoader.colors.base03
|
||||
color: ThemeLoader.colors.base01
|
||||
implicitWidth: songLayout.implicitWidth + 14
|
||||
implicitHeight: Settings.config.barHeight / 2 + 6
|
||||
radius: Settings.config.rounding
|
||||
|
||||
@ -8,7 +8,7 @@ import qs.widgets
|
||||
|
||||
Rectangle {
|
||||
id: root
|
||||
color: ThemeLoader.colors.base03
|
||||
color: ThemeLoader.colors.base01
|
||||
implicitWidth: iconLayout.implicitWidth + 14
|
||||
implicitHeight: Settings.config.barHeight / 2 + 6
|
||||
radius: Settings.config.rounding
|
||||
@ -25,7 +25,7 @@ Rectangle {
|
||||
return "\uf250";
|
||||
}
|
||||
if (percentage <= 0.12) {
|
||||
return "\uf30d";
|
||||
return "\uf251";
|
||||
}
|
||||
if (percentage <= 0.24) {
|
||||
return "\uf257";
|
||||
|
||||
@ -11,7 +11,7 @@ Rectangle {
|
||||
property var activeWindow: ToplevelManager.activeToplevel
|
||||
property bool active: activeWindow ? activeWindow.activated ? true : false : false
|
||||
radius: Settings.config.rounding
|
||||
color: active ? ThemeLoader.colors.base03 : "transparent"
|
||||
color: active ? ThemeLoader.colors.base01 : "transparent"
|
||||
implicitHeight: Settings.config.barHeight / 2 + 6
|
||||
implicitWidth: titleText.width + 14
|
||||
RowLayout {
|
||||
|
||||
@ -10,7 +10,7 @@ import qs.widgets
|
||||
Rectangle {
|
||||
id: wsWrap
|
||||
required property ShellScreen barScreen
|
||||
color: ThemeLoader.colors.base03
|
||||
color: ThemeLoader.colors.base01
|
||||
radius: Settings.config.rounding
|
||||
implicitWidth: wsLayout.implicitWidth + 6
|
||||
implicitHeight: wsLayout.implicitHeight + 6
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user