moolticute icon indicating copy to clipboard operation
moolticute copied to clipboard

Darkmode

Open KDederichs opened this issue 4 years ago • 4 comments

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 :)

KDederichs avatar Feb 24 '21 00:02 KDederichs

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

ManuelFeller avatar Apr 06 '21 11:04 ManuelFeller

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.

ai212983 avatar Jun 16 '21 15:06 ai212983

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.

rnnr avatar Apr 03 '22 18:04 rnnr

related to https://github.com/mooltipass/moolticute/issues/1158

limpkin avatar Mar 12 '23 12:03 limpkin