revert colors
This commit is contained in:
parent
d3906f0c09
commit
deff8d00b9
@ -54,7 +54,6 @@ Rectangle {
|
|||||||
verticalAlignment: Text.AlignVCenter
|
verticalAlignment: Text.AlignVCenter
|
||||||
horizontalAlignment: Text.AlignHCenter
|
horizontalAlignment: Text.AlignHCenter
|
||||||
text: parent.modelData.id
|
text: parent.modelData.id
|
||||||
color: Colors.primary
|
|
||||||
opacity: workspaceNumber.modelData.focused ? 1 : 0.5
|
opacity: workspaceNumber.modelData.focused ? 1 : 0.5
|
||||||
}
|
}
|
||||||
MouseArea {
|
MouseArea {
|
||||||
|
|||||||
@ -4,7 +4,7 @@ import qs.settings
|
|||||||
|
|
||||||
Text {
|
Text {
|
||||||
id: root
|
id: root
|
||||||
color: Colors.primary
|
color: Colors.onSurfaceColor
|
||||||
property real iconSize: 16
|
property real iconSize: 16
|
||||||
property real fill: 1
|
property real fill: 1
|
||||||
property real truncatedFill: fill.toFixed(1) // Reduce memory consumption spikes from constant font remapping
|
property real truncatedFill: fill.toFixed(1) // Reduce memory consumption spikes from constant font remapping
|
||||||
|
|||||||
@ -3,7 +3,7 @@ import qs
|
|||||||
import qs.settings
|
import qs.settings
|
||||||
|
|
||||||
Text {
|
Text {
|
||||||
color: Colors.primary
|
color: Colors.onSurfaceColor
|
||||||
font.family: Settings.config.font
|
font.family: Settings.config.font
|
||||||
font.pixelSize: Settings.config.fontSize
|
font.pixelSize: Settings.config.fontSize
|
||||||
font.weight: Settings.config.fontWeight
|
font.weight: Settings.config.fontWeight
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user