How to Disable Dark Mode in MySQL Workbench on macOSShailesh Kumar Sundram·May 31, 2022·1 min readTo 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. MySQLtheme#howtosmacOSSQL