├── 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 | 
20 | *Dark version*
21 |
22 | 
23 | *Light version*
--------------------------------------------------------------------------------
/solarized-dark.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
--------------------------------------------------------------------------------
/solarized-light.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
--------------------------------------------------------------------------------
/solarized_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bitfrozen/qtcreator-solarized/72cde4e84aee9f6d7bfabf3a634cda32d8fda72e/solarized_dark.png
--------------------------------------------------------------------------------
/solarized_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bitfrozen/qtcreator-solarized/72cde4e84aee9f6d7bfabf3a634cda32d8fda72e/solarized_light.png
--------------------------------------------------------------------------------