Skip to content

Instantly share code, notes, and snippets.

@AmreeshTyagi
AmreeshTyagi / workbench-ui-fix.sh
Last active April 1, 2024 10:48
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.