As discovered in #10, when using the "Clear" Theme on the Homescreen on iOS 26, every item with a background turns to an intransparent white, causing text to be indistinguishable from the background.
Adding support would probably be possible by adapting/removing the background colors.
This might be verifiable by changing the colors of displayed Subjects in Settings > Subjects (I don‘t have a device on iOS 26 myself).
If someone would like to help, I am open to contributions on this issue. Please comment here if you start working on this.
Here are some ideas on the implementation:
- experiment with what changes are necessary (slightly opaque background? no background at all?)
- add a toggle for clear mode in the settings (as we most probably won’t be able to detect when clear mode is selected)
- override the background colors when the clear mode setting is active (in
views/
- find alternate methods to visualize states which colors represented until now (e.g. cancelled lessons)