This is a dark color scheme for Qt Creator inspired from the VIM wombat theme. In addition to the color scheme it also styles widgets such as combo boxes, tree views etc. to offer an elegant and uniform look and feel.
This is a work in progress. Any suggestions or pull requests are appreciated.
The theme consists of two parts:
- The wombat colorscheme
- The application stylesheet
The colorscheme should be copied in the styles directory of Qt Creator such as ~/.config/QtProject/qtcreator/styles
The stylesheet can be copied along with the icons folder anywhere. It is then loaded using the -stylesheet parameter on startup of Qt Creator.
An example:
/path/to/QtCreator/QtCreator -stylesheet=/path/to/stylesheet/stylesheet.css