gruvbox-contrib/qtcreator
2017-01-26 02:38:24 +05:00
..
gruvbox-dark.xml Add Gruvbox dark and light for Qt Creator 2017-01-26 02:38:24 +05:00
gruvbox-light.xml Add Gruvbox dark and light for Qt Creator 2017-01-26 02:38:24 +05:00
README.md Add Gruvbox dark and light for Qt Creator 2017-01-26 02:38:24 +05:00

Gruvbox for Qt Creator

How to Install

  1. Open Qt Creator configuration folder. Its location depends on the platform1,

    • On Linux and other Unix platforms, the path is ~/.config/QtProject/qtcreator.
    • On Mac OS, the path is ~/.config/QtProject/qtcreator.
    • On Windows, the path is %APPDATA%/QtProject/qtcreator.
  2. Create styles folder inside configuration folder. For example on Linux and Mac OS you can do

    mkdir -p ~/.config/QtProject/qtcreator/styles
    
  3. Copy gruvbox-dark.xml and gruvbox-light.xml files into this folder.

  4. Restart Qt Creator.

  5. Open Qt Creator Preferences to activate the theme.

Alternatively, you can also create symbolic links to your copy of Qt Creator *.xml files inside styles folder.

For example, on Windows platform, open cmd with administrative privileges. Then type this command,

mklink %appdata%\QtProject\qtcreator\styles\gruvbox-dark.xml %homepath%\Repos\gruvbox-contrib\qtcreator\gruvbox-dark.xml

Acknowledgements

Qt Creator themes were generated with the help of following projects,

  1. talha131/gruvbox-templates
  2. konchunas/gruvbox-qtcreator

1: For details see this StackOverflow question.