Skip to content

Instantly share code, notes, and snippets.

@AmreeshTyagi
Last active October 16, 2024 06:21
Show Gist options
  • Save AmreeshTyagi/29220b3d55c21cf3664efa7352c0ee6e to your computer and use it in GitHub Desktop.
Save AmreeshTyagi/29220b3d55c21cf3664efa7352c0ee6e to your computer and use it in GitHub Desktop.
Exclude MySQL Workbench from dark theme with mojave Mac dark theme
#!/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.
@ajeetsk
Copy link

ajeetsk commented Jul 30, 2024

Thank you!

@srinrealyf
Copy link

Thank You Sensei!

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