This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
**StarUML 3.0 or 3.1** | |
- 1- install staruml. : [staruml](http://staruml.io/) | |
- 2- install node.js : [node.js](https://nodejs.org/en/download/) | |
- 3- go to ...\AppData\Local\Programs\StarUML\resources | |
- 4- open CMD As admin | |
- 5- execute |