Skip to content

Latest commit

History

History
39 lines (27 loc) 路 1.46 KB

File metadata and controls

39 lines (27 loc) 路 1.46 KB

Install using Git

If you are a git user, you can install the theme and keep up to date by cloning the repo:

git clone https://github.com/scottgriv/Dark-Castle-MySQL-Workbench.git

Install Manually

Download using the GitHub .zip download option and unzip them.

Activating the Theme

Using Windows

  1. Copy the code from the copy.xml file
  2. Go to C:\Program Files\MySQL\MySQL Workbench 6.3 CE\data
  3. Open code_editor.xml
  4. Paste the code you've selected before inside the tag <language name="SCLEX_MYSQL">, replacing all styles in that tag
  5. Open your MySQL Workbench and enjoy!

Using Ubuntu

  1. Copy the code from the copy.xml file
  2. Go to /usr/share/mysql-workbench/data
  3. Open code_editor.xml
  4. Paste the code you've selected before inside the tag <language name="SCLEX_MYSQL">, replacing all styles in that tag
  5. Open your MySQL Workbench and enjoy!

Using Mac

  1. Copy the code from the copy.xml file
  2. Go to /Applications/MySQLWorkbench.app/Contents/Resources/data/code_editor.xml (to open the contents of the app right click on the workbench app and select 'Show Package Contents')
  3. Open code_editor.xml
  4. Paste the code you've selected before inside the tag <language name="SCLEX_MYSQL">, replacing all styles in that tag
  5. Open your MySQL Workbench and enjoy!