Skip to content

Instantly share code, notes, and snippets.

@nikhe
Forked from AmreeshTyagi/workbench-ui-fix.sh
Created August 30, 2019 03:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nikhe/8f21b5b0198eb033035a5af8b9f934c3 to your computer and use it in GitHub Desktop.
Save nikhe/8f21b5b0198eb033035a5af8b9f934c3 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment