mirror of
https://github.com/Hopiu/gruvbox-contrib.git
synced 2026-03-16 22:00:23 +00:00
| .. | ||
| gruvbox-dark.xml | ||
| gruvbox-light.xml | ||
| README.md | ||
Gruvbox for Qt Creator
How to Install
-
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.
- On Linux and other Unix platforms, the path is
-
Create
stylesfolder inside configuration folder. For example on Linux and Mac OS you can domkdir -p ~/.config/QtProject/qtcreator/styles -
Copy
gruvbox-dark.xmlandgruvbox-light.xmlfiles into this folder. -
Restart Qt Creator.
-
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: For details see this StackOverflow question. ↩