adapt colors to material you style
This commit is contained in:
parent
c94a787f46
commit
f6949626a5
@ -14,10 +14,8 @@ Loader {
|
||||
|
||||
sourceComponent: Rectangle {
|
||||
id: container
|
||||
border.color: clickHandler.containsMouse ? Colors.color8 : Colors.color7
|
||||
border.width: 1
|
||||
radius: implicitHeight / 2
|
||||
color: Colors.color0
|
||||
color: clickHandler.containsMouse ? Colors.color5 : Colors.color6
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
implicitWidth: root.implicitWidth + 20
|
||||
implicitHeight: Settings.config.barHeight - 10
|
||||
|
||||
@ -7,10 +7,8 @@ import qs.reusables
|
||||
|
||||
Rectangle {
|
||||
id: container
|
||||
border.color: formatSwitch.containsMouse ? Colors.color8 : Colors.color7
|
||||
border.width: 1
|
||||
radius: implicitHeight / 2
|
||||
color: Colors.color0
|
||||
color: formatSwitch.containsMouse ? Colors.color5 : Colors.color6
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
implicitHeight: Settings.config.barHeight - 10
|
||||
implicitWidth: root.implicitWidth + 20
|
||||
|
||||
@ -8,12 +8,10 @@ Rectangle {
|
||||
id: container
|
||||
visible: root.spotify != null
|
||||
radius: implicitHeight / 2
|
||||
color: Colors.color0
|
||||
color: Colors.color8
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
implicitWidth: root.implicitWidth + 20
|
||||
implicitHeight: Settings.config.barHeight - 10
|
||||
border.color: clickHandler.containsMouse ? Colors.color8 : Colors.color7
|
||||
border.width: 1
|
||||
Item {
|
||||
id: root
|
||||
property var spotify: root.getSpotify()
|
||||
|
||||
@ -7,12 +7,10 @@ import qs.reusables
|
||||
Rectangle {
|
||||
id: container
|
||||
radius: implicitHeight / 2
|
||||
color: Colors.color0
|
||||
color: Colors.color6
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
implicitWidth: root.implicitWidth
|
||||
implicitHeight: Settings.config.barHeight - 10
|
||||
border.color: Colors.color7
|
||||
border.width: 1
|
||||
Item {
|
||||
id: root
|
||||
readonly property var activeWindow: ToplevelManager.activeToplevel
|
||||
|
||||
@ -8,10 +8,8 @@ import qs
|
||||
|
||||
Rectangle {
|
||||
id: container
|
||||
border.color: pavuArea.containsMouse ? Colors.color8 : Colors.color7
|
||||
border.width: 1
|
||||
radius: implicitHeight / 2
|
||||
color: Colors.color0
|
||||
color: pavuArea.containsMouse ? Colors.color5 : Colors.color6
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
implicitWidth: root.implicitWidth + 20
|
||||
implicitHeight: Settings.config.barHeight - 10
|
||||
|
||||
@ -42,7 +42,7 @@ Item {
|
||||
CustomText {
|
||||
anchors.centerIn: workspaceNumber
|
||||
text: parent.modelData.id
|
||||
color: Colors.foreground // Set contrasting color for workspace number
|
||||
color: Colors.color2 // Set contrasting color for workspace number
|
||||
opacity: workspaceNumber.modelData.focused ? 1 : 0.5
|
||||
}
|
||||
MouseArea {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user