OS: macOS Catalina 10.15.6 (19G73)
Version: Robo 3T 1.4.0
Dark mode:

General UI (looks like Windows, not native):

You are correct, the dark mode is horrible, cant read anything. Now I have to switch back to light mode in my MAC OS just for robo3T. Is this going to be fixed soon. This is a terrible customer experience.
Ahhh shoot I installed the new version over 1.3. Anyone have a link to download 1.3 again???
Ahhh shoot I installed the new version over 1.3. Anyone have a link to download 1.3 again???
@jamesloper You can find it in the release in the asset of the release of 1.3.1.
https://github.com/Studio3T/robomongo/releases/tag/v1.3.1
+1 Here
OS: macOS Catalina 10.15.6 (19G73)
Version: Robo 3T 1.4.0
Confirmed. Dark mode seems to be missing some dark background colors.
+1
+1
+1
+1
+1
+1 here.
Also the tree on the left is really hard to read

Hi all, we are very sorry for this problem. It is probably the result of Qt upgrade in this version which was unplanned and we had to do it last minute. We will make sure that dark mode is checked carefully during dev. and QA in future versions.
This seems to be working for us as a workaround, can you try this command on terminal ?
// Disable dark mode for Robo 3T
defaults write com.3tsoftwarelabs.robo3t NSRequiresAquaSystemAppearance -bool yes
And if it does not fix it, older releases are here:
https://github.com/Studio3T/robomongo/releases/
Also to reset Robo 3T theme (enable dark mode)
defaults delete com.3tsoftwarelabs.robo3t NSRequiresAquaSystemAppearance
+1
@simsekgokhan
Thanks for, not to change my mac dark theme to light mode or downgrade robo 3T lol.
It works well on my mac.

But, it would be great if it's fixed soon.
Anyway, thanks for great tool guys-

I have the same issue here, just update robo 3t.
I am using in mac dark mode.
where to add this command?
defaults delete com.3tsoftwarelabs.robo3t NSRequiresAquaSystemAppearance
thanks.
I type defaults delete com.3tsoftwarelabs.robo3t NSRequiresAquaSystemAppearance in my terminal.
2020-09-06 17:09:41.713 defaults[57036:443977]
Domain (com.3tsoftwarelabs.robo3t) not found.
Defaults have not been changed.
now I download back 1.3 version for now..
wait for the updates.
thanks.
Ahhh shoot I installed the new version over 1.3. Anyone have a link to download 1.3 again???
@jamesloper You can find it in the release in the asset of the release of 1.3.1.
https://github.com/Studio3T/robomongo/releases/tag/v1.3.1
I also encountered this problem, this link seems unable to download the 1.3 version
@xf8
here?
https://github.com/Studio3T/robomongo/releases/tag/v1.3.1
Yes, thank you~
The same. I'm already blind now.
same :)


@yeukfei02
This is the command you need to paste:
defaults write com.3tsoftwarelabs.robo3t NSRequiresAquaSystemAppearance -bool yes
The one you mentioned is the one to re-enable the dark mode
Hi all, seems like Qt does have some problems with dark mode support. So, we are now preparing a patch version 1.4.1 to force the light mode on macOS (and to fix the broken macOS native theme/look #1766 as well). It is still in pre-release state, but it will be great if you can make a quick test and let us know if it works.
Steps to test the (pre-release) patch:
defaults delete com.3tsoftwarelabs.robo3t NSRequiresAquaSystemAppearancePlease let us know the result. Thanks in advance.
@simsekgokhan that fixed it, yeah 馃憤馃徎

Installed 1.4 on OS X 10.15.6 in Dark Mode: problems were visible.
Installed 1.4.1: GUI was automagically switched to light mode.
Works as intended!
@simsekgokhan Thanks team for the fix. On OS X 10.15.6 (19G2021) with Dark mode works as expected (light mode without bugs)
+1
+1
+1
please, fix it.
Most helpful comment
Hi all, we are very sorry for this problem. It is probably the result of Qt upgrade in this version which was unplanned and we had to do it last minute. We will make sure that dark mode is checked carefully during dev. and QA in future versions.
This seems to be working for us as a workaround, can you try this command on terminal ?
And if it does not fix it, older releases are here:
https://github.com/Studio3T/robomongo/releases/
Also to reset Robo 3T theme (enable dark mode)
defaults delete com.3tsoftwarelabs.robo3t NSRequiresAquaSystemAppearance