Join the dark sideBe the first to know about new products, special releases, and much more.
7,449 people enjoy it!Subscribe to the RSS Feed.
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/dracula/mysql-workbench.git
Download using the GitHub .zip download option and unzip them.
Using Windows
copy.xml
fileC:\Program Files\MySQL\MySQL Workbench 6.3 CE\data
code_editor.xml
<language name="SCLEX_MYSQL">
, replacing all styles in that tagUsing Ubuntu
copy.xml
file/usr/share/mysql-workbench/data
code_editor.xml
<language name="SCLEX_MYSQL">
, replacing all styles in that tagUsing Mac
copy.xml
file/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')code_editor.xml
<language name="SCLEX_MYSQL">
, replacing all styles in that tag