Last active
August 24, 2024 02:14
-
-
Save AmreeshTyagi/29220b3d55c21cf3664efa7352c0ee6e to your computer and use it in GitHub Desktop.
Exclude MySQL Workbench from dark theme with mojave Mac dark theme
This file contains 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 "Successfully patched!" | |
echo "Now restart MySQL Workbench to see the Workbench in light theme." | |
#Restart MySQL Workbench after executing this. |
Thanks, is very cool
God bless you with 10 children
Thank you so much!
Gracias loco!
Thanks man.
Thank you! I was starting to loose it!
Thank you so much, bro.✌🏽
Me and my eyes thank you!
My eye almost explode with those dark world. lol
This helps so much.
Thank you.
You're a legend. I can now see. Thanks so much!
Me and my eyes thank you!
Thank you!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you so much for this simple and efficient solution!!!