#!/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.