Workspace: slight adjustment to the inactive ws color. So it works better in every situation (with or without capsule)

This commit is contained in:
ItsLemmy
2025-09-24 16:11:45 -04:00
parent 63951ced9e
commit 0cb619a787

View File

@@ -297,7 +297,7 @@ Item {
if (model.isActive || model.isOccupied)
return Color.mOnSecondary
return Color.mOnSurface
return Color.mOnSecondary
}
}
}
@@ -312,7 +312,7 @@ Item {
if (model.isActive || model.isOccupied)
return Color.mSecondary
return Color.mOutline
return Qt.alpha(Color.mSecondary, 0.3)
}
scale: model.isFocused ? 1.0 : 0.9
z: 0