Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1000 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 1000 Bytes

Qt Creator Wombat Theme

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.

Qt Creator with wombat theme

Note

This is a work in progress. Any suggestions or pull requests are appreciated.

Install

The theme consists of two parts:

  1. The wombat colorscheme
  2. 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