Hello,
I have started a theme based on the Breeze look from KDE Plasma¹ (Opensuse, Kubuntu, etc.) . I could do most of the reskinning from the starter theme, the Taiga theme (from the git) and the Agapanthus theme (which I found online).
There are some elements which are very difficult to skin.
- The sidebar: Some of the id’s of the items that hold the folder names and icons are predicatbles, i.e. id=“Unread”, others are not human readable, i.e. id=“Jm47j8CLKMvTHR8RXMxm2PmDsK86ai3BYnMyb4ow6”. I am concerned that these could be computer dependent, and not work properly. But I did not find any other way to identify these items properly.
- The buttons which are at the bottom of the mail composition window or panel are even harder, and I did not manage to skin most of them. You can see the commented-out failed code in styles/email-frame.less. In the button with a handle (like the reminder button) it is especially difficult to modify the button without changing the handle. Do you have any example were this is done, if it is doable in an official way?
kind regards, and thank you for you great software
(Originally posted by paulatz on GitHub.)