MySQL
How to change MySQL in dark mode
coramdeo643
2025. 5. 2. 16:58
1. Find "code_editor.xml" in "C:\Program Files\MySQL\MySQL Workbench 8.0\data"
2. Copy and make a backup of "code_editor.xml"
3. Check the property/security/authority of "code_editor.xml"
4. Copy "code_editor.xml" from the GitHub
https://github.com/mleandrojr/mysql-workbench-dark-theme
GitHub - mleandrojr/mysql-workbench-dark-theme: A MySQL Workbench dark theme
A MySQL Workbench dark theme. Contribute to mleandrojr/mysql-workbench-dark-theme development by creating an account on GitHub.
github.com
5. Paste "code_editor.xml" and save
6. Restart MySQL
7. Ta-da! It is darkened successfully!