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