Skip to content

Instantly share code, notes, and snippets.

@AmreeshTyagi
Last active January 19, 2023 15:41
Embed
What would you like to do?
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.
Copy link

ghost commented Jan 4, 2021

Thank you so much !!

@AnaM-Ignat
Copy link

Thank you so much for this simple and efficient solution!!!

@computer0112
Copy link

Thanks, is very cool

@Monraz
Copy link

Monraz commented Mar 10, 2021

God bless you with 10 children

@milanzivic
Copy link

Thank you so much!

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

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