QT Creator changes the theme and editor style (with several black themes)

for qtcreator

1. Use the built-in theme and editor style

Open Qt and select "Tools"->"Options";

2. Select "Environment" -> "Theme" to switch between different theme styles

The style of the outer border is switched here. If there is a style with the same name in the editor, the style of the editor will also be switched

 Switch to dark style

3. Select "Text Editor" and set the red drop-down box to set the editor style code style.

What is switched here is the style of the code interface

Effect

2. Use external theme (outer border) and editor (code interface) styles

Theme (outer frame) file storage path is: [QT installation path]+Tools/QtCreator/share/qtcreator/themes

Put the custom [*.creatortheme] into this directory to change the theme according to the method 1

The editor (code interface) file path is: [QT installation path]+ools/QtCreator/share/qtcreator/styles

Put the custom [*.XML] into this directory to change the theme according to the method

1. Add onedark style theme and editor style

Theme file link: https://download.csdn.net/download/qq_43445867/88312204

Add editor style

Add theme style

Set custom style

The effect after restarting

2. Other theme styles

Link: https://download.csdn.net/download/qq_43445867/88312222

vs2019 deep black

style2

style3

style4

style5

style5(dark black) 

VS2013(dark)

3. Customized style

Choose an existing editor style

Click Copy to edit the theme style for customization

Note that the custom editor style exists in: C:\Users\dell\AppData\Roaming\QtProject\qtcreator\styles

The border style can be selected from several options that come with the system, which basically meet the needs. You can also copy a predefined scheme, and then modify the colors of each item in the newly copied scheme.

Guess you like

Origin blog.csdn.net/qq_43445867/article/details/132748353