diff --git a/modules/Workspaces.qml b/modules/Workspaces.qml index f4970b4..5efaf51 100644 --- a/modules/Workspaces.qml +++ b/modules/Workspaces.qml @@ -100,7 +100,7 @@ Row { Text { anchors.centerIn: parent text: pill.modelData.idx - color: pill.active ? M.Theme.base00 : M.Theme.base04 + color: pill.active ? M.Theme.base00 : (root.parent?.accentColor ?? M.Theme.base05) font.pixelSize: M.Theme.fontSize - 2 font.family: M.Theme.fontFamily font.bold: pill.active