Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Darkmode #815

Open
KDederichs opened this issue Feb 24, 2021 · 4 comments
Open

Darkmode #815

KDederichs opened this issue Feb 24, 2021 · 4 comments

Comments

@KDederichs
Copy link

Missing feature

Dark mode is missing/messing with UI elements on systems that do have it.
The cause of that mainly seems to be the custom QTStyles (if you get rid of them it actually changes the application palette)

So my suggestion would be to maybe revisit those styles some time and maybe see if it's possible to remove all the hard coded colors.

Justification

To properly display the application on the users theme choice

Workarounds

Are there any workarounds you currently have in place because the feature is missing?

Adding

    <key>NSRequiresAquaSystemAppearance</key>
    <string>true</string>

to the plist on OSX forces light mode (like I attempted to do in my PR) but aparently QT makes its own Plist file so that just gets ignored :)

@ManuelFeller
Copy link

I would also love to have a solution for that...

@ai212983
Copy link

Screenshot

Some parts of Moolticute are almost unusable when Dark Mode is on in OS X.
For example, try to spot files in Quick File Access widget on screenshot above.

@rnnr
Copy link

rnnr commented Apr 3, 2022

This is not MacOS specific, I guess, the credentials management is practically unusable in KDE with Breeze theme (very popular and mature theme) - white/black text on almost white/black background is painfull experience - please either honor the theme settings or fully override them.

Update: Also device settings tab has this issue, I just have not realized untill now there is actually text near the input boxes.

@limpkin
Copy link
Collaborator

limpkin commented Mar 12, 2023

related to #1158

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants