We are creating a series of YouTube videos under the “edu-“ label to guide users through the migration from ArcoLinux to Arch Linux. These tutorials aim to make the transition process smoother by explaining each step clearly and providing practical examples. Whether you’re switching to gain more control or to learn vanilla Arch, our edu- videos are here to support your journey.

ArcoLinux has stopped

Teaching never stops—because learning is a lifelong journey for all of us.

Calamares can be styled – how to solve an styling issue on Calamares

Every other line is unreadable until you click on it.

The main point of this article is to share the existence of the tool gammaray.

It can give you a hand in finding out the widget names and settings you need to style Calamares.

We investigate an issue we have had for a few months now.

We also show you to make a dump of the Calamares widget tree.

You will find it in /root/.cache/calamares/session.log.

Shown in the video

#mlistFlags {
alternatingRowColors: false;
}

Not shown in the video (full disclosure)

QListView::item:alternate {
color: #58B2D7;
color: black;
}

After some further testing I am convinced the QListView code is the actual code being at work to solve my issue.
And not the mlistFlags.