Skip to content

Instantly share code, notes, and snippets.

@AmreeshTyagi
Last active February 8, 2024 18:36
Show Gist options
  • Star 79 You must be signed in to star a gist
  • Fork 14 You must be signed in to fork a gist
  • Save AmreeshTyagi/29220b3d55c21cf3664efa7352c0ee6e to your computer and use it in GitHub Desktop.
Save AmreeshTyagi/29220b3d55c21cf3664efa7352c0ee6e to your computer and use it in GitHub Desktop.
Exclude MySQL Workbench from dark theme with mojave Mac dark theme
#!/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.
@ozzbetto
Copy link

ozzbetto commented Jun 5, 2021

Gracias loco!

@stuli-mdsol
Copy link

Thanks man.

@yossi-silberhaft
Copy link

Thank you! I was starting to loose it!

@Rohan885103
Copy link

Thank you so much, bro.✌🏽

@rickywong0221
Copy link

Me and my eyes thank you!

@MakRatanakKh
Copy link

My eye almost explode with those dark world. lol
This helps so much.
Thank you.

@Paul2586
Copy link

Paul2586 commented Oct 30, 2023

You're a legend. I can now see. Thanks so much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment