Created
June 5, 2021 02:54
-
-
Save ozzbetto/a5aab6d2d7357d98710d6bc18963708a to your computer and use it in GitHub Desktop.
Exclude mysql from dark mode in MacOs Catalina
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
defaults write com.oracle.workbench.MySQLWorkbench NSRequiresAquaSystemAppearance -bool yes | |
echo "OK - You have to restart the GUI now" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment