Fix color/styling problems #20
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
On my system (Ubuntu, Qt6.5) I experience several problems depending on the selected theme (light/dark).
Here is what I get with the light theme:

Note the different level of "background" white. Additionally the "creamy" parts are blinking depending on selection status of widget.
The situation is ven worst with the dark theme:

With the same blinking issue and mixes of creamy background and dark one. Additionally as the background color is white and text is also white some part of the UI are not readable at all.
To fix that issue I have to load the default palette and set it before the application is started.

Here is the result for both light and white mode: