Skip to content

Instantly share code, notes, and snippets.

@ozzbetto
Created June 5, 2021 02:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ozzbetto/a5aab6d2d7357d98710d6bc18963708a to your computer and use it in GitHub Desktop.
Save ozzbetto/a5aab6d2d7357d98710d6bc18963708a to your computer and use it in GitHub Desktop.
Exclude mysql from dark mode in MacOs Catalina
#!/bin/bash
defaults write com.oracle.workbench.MySQLWorkbench NSRequiresAquaSystemAppearance -bool yes
echo "OK - You have to restart the GUI now"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment