Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 655 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 655 Bytes

QSS Dracula - Qt Creator Theme

Qt Creator dark colored theme inspired by JetBrains Dracula

Image of Qt Creator

How to Install

Windows

  • Copy styles dir to %APPDATA%\QtProject\qtcreator
  • Select Dracula as Color Scheme in Tools > Options > Text Editor
  • And run qtcreator.exe -color "#2b2b2b" -stylesheet C:\path\to\dracula.css

Linux

  • Copy styles dir to ~/.config/QtProject/qtcreator
  • Select Dracula as Color Scheme in Tools > Options > Text Editor
  • And run qtcreator -color "#2b2b2b" -stylesheet /path/to/dracula.css