Saturday, May 11, 2024
HomePHPSet Darkish Theme on MySQL Workbench

Set Darkish Theme on MySQL Workbench


on this tutorial, we’ll study The right way to allow MySQL Workbench darkish theme on Home windows and Linux. Solely macOS and Linux help darkish themes in MySQL Workbench.

This tutorial will assist you to allow the darkish theme on MySQL Workbench for Home windows and Linux.

How To Allow MySQL Workbench darkish theme on Home windows

Solely variations 8.0.26 or later are supported by the MySQL Workbench darkish theme.

You want manually replace the XML file within the duty of adjusting the colours in MySQL Workbench with the intention to allow the darkish theme.

The colour scheme for the Workbench code editor is saved in a file known as code_editor.xml. The file location is:

C:Program FilesMySQLMySQLWorkbenchX.Xdatacode_editor.xml

The mleandrojr has been created as a darkish theme and shared into github

https://github.com/mleandrojr/mysql-workbench-dark-theme

We have to change code_editor.xml file in your pc with the one from the repository above. This solely adjustments the code editor space as a substitute of all workbench.

Let’s restart MySQL Workbench to see the adjustments:

How To Allow MySQL Workbench darkish theme on Linux Ubuntu

You need to allow the darkish look possibility in Ubuntu and manually alter the code_ditor.xml file with the intention to make MySQL Workbench for Ubuntu use the darkish theme.

Navigate to Settings -> Look tab in Ubuntu and choose the Darkish possibility as proven beneath:

Let’s change code_editor.xml file, Open the code_editor.xml file from the Linux system. The file location:

/usr/share/mysql-workbench/knowledge/code_editor.xml

create a backup of the code_editor.xml file:

sudo cp code_editor.xml code_editor.xml.bak

The mleandrojr has been created a darkish theme and shared into github as like home windows:

https://github.com/mleandrojr/mysql-workbench-dark-theme

We have to change code_editor.xml file out of your Linux system with the one from the repository above.

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular

Recent Comments