├── README.md ├── solarized-dark.xml ├── solarized-light.xml ├── solarized_dark.png └── solarized_light.png /README.md: -------------------------------------------------------------------------------- 1 | Solarized theme for Qt Creator 2 | ================================= 3 | 4 | See the [Solarized homepage](http://ethanschoonover.com/solarized) for screenshots, 5 | details and colorscheme versions for Vim, Mutt, popular terminal emulators and 6 | other applications. 7 | 8 | Installation 9 | ------------ 10 | Installation on Linux/Mac: 11 | 12 | cp *solar*.xml ~/.config/QtProject/qtcreator/styles/ 13 | Installation on Windows 7: 14 | 15 | xcopy *solar*.xml %APPDATA%\QtProject\qtcreator\styles 16 | 17 | Screenshots 18 | ----------- 19 | ![Dark version](https://raw.github.com/curonian/qtcreator-solarized/master/solarized_dark.png) 20 | *Dark version* 21 | 22 | ![Light version](https://raw.github.com/curonian/qtcreator-solarized/master/solarized_light.png) 23 | *Light version* -------------------------------------------------------------------------------- /solarized-dark.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 |