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
.
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
.