|
1 | 1 | QWidget#colorIcon {}
|
2 | 2 |
|
3 | 3 | QWidget {
|
4 |
| -background-color: #151518; |
| 4 | +background-color: #050508; |
5 | 5 | color: #DDDDDF;
|
6 | 6 | background-clip: border;
|
7 | 7 | font-size: 11px;
|
8 | 8 | }
|
9 | 9 |
|
10 | 10 | QGroupBox {
|
11 |
| -border: 1px solid #777777; |
| 11 | +border: 1px solid #66666B; |
12 | 12 | border-radius: 3px;
|
13 | 13 | padding: 10px 0px 0px 0px;
|
14 | 14 | margin-top: 1ex; /* leave space at the top for the title */
|
@@ -107,11 +107,11 @@ QPushButton {
|
107 | 107 | font-weight: bold;
|
108 | 108 | min-height: 18px;
|
109 | 109 | max-height: 32px;
|
110 |
| - border: 1px solid #EEEEEE; |
| 110 | + border: 2px solid #4A4A4F; |
111 | 111 | border-radius: 5px;
|
112 | 112 | padding-left: 10px;
|
113 | 113 | padding-right: 10px;
|
114 |
| - background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #303030, stop: 1 #202020); |
| 114 | + background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #232228, stop: 1 #020208); |
115 | 115 | }
|
116 | 116 |
|
117 | 117 | QPushButton:checked {
|
@@ -186,20 +186,20 @@ QPushButton:pressed#killButton {
|
186 | 186 |
|
187 | 187 | QPushButton#controlButton {
|
188 | 188 | min-height: 25px;
|
189 |
| - background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #b76f11, stop: 1 #e1a718); |
| 189 | + background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #A0AE00, stop: 1 #909E00); |
190 | 190 | }
|
191 | 191 |
|
192 | 192 | QPushButton:checked#controlButton {
|
193 | 193 | background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #b76f11, stop: 1 #e1a718);
|
194 | 194 | }
|
195 | 195 |
|
196 | 196 | QProgressBar {
|
197 |
| - border: 1px solid white; |
| 197 | + border: 1px solid #EEEEEE; |
198 | 198 | border-radius: 4px;
|
199 | 199 | text-align: center;
|
200 | 200 | padding: 2px;
|
201 | 201 | color: white;
|
202 |
| - background-color: #111111; |
| 202 | + background-color: #111118; |
203 | 203 | }
|
204 | 204 |
|
205 | 205 | QProgressBar:horizontal {
|
|
0 commit comments