How to Disable Dark Mode in MySQL Workbench on macOS

How to Disable Dark Mode in MySQL Workbench on macOS

To disable dark mode, open your terminal and paste the below code.

defaults write com.oracle.workbench.MySQLWorkbench NSRequiresAquaSystemAppearance -bool yes

To enable dark theme, just replace yes in the above code to no.