add overview and use matugen colors on workspace switcher
This commit is contained in:
@@ -34,7 +34,7 @@ Item {
|
||||
spacing: 10
|
||||
|
||||
Repeater {
|
||||
model: 9
|
||||
model: 10
|
||||
|
||||
Text {
|
||||
required property int index
|
||||
@@ -44,7 +44,7 @@ Item {
|
||||
|
||||
text: wsId
|
||||
|
||||
color: workspaceHelpers.isWorkspaceActive(wsId) ? Constants.colCyan : (ws ? Constants.colMagenta : Constants.colMuted)
|
||||
color: workspaceHelpers.isWorkspaceActive(wsId) ? Colors.md3.primary : (ws ? Colors.md3.on_background : Colors.md3.on_secondary)
|
||||
|
||||
font {
|
||||
family: Constants.fontFamily
|
||||
|
||||
Reference in New Issue
Block a user