Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.18 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.18 KB

Stand With Ukraine

QT Creator dark theme

The darkness color scheme "Darcula" (based on Darcula IntelliJ Theme) for Qt Creator and syntax highlighting theme.

Usage

  1. The stylesheet darcula.css defines color scheme for the Qt Creator GUI.
    Can be loaded with the -stylesheet parameter on startup of Qt Creator.
    Example:
qtcreator -stylesheet=/path/to/stylesheet/darcula.css
  1. Colorscheme file darcula.xml which defines the colors for syntax highlighting. This file should be copied into the styles directory of Qt Creator. On linux the path to this directory is ~/.config/QtProject/qtcreator/styles.

  2. The color scheme use some images for the GUI elements. So, directory images must be located in the same directory with the file darcula.css.

Enjoy coding!

Previews

Options Dialog - Screenshot Analyze - Screenshot