|
1 | 1 | .background {
|
2 |
| - -fx-background-color: derive(#1d1d1d, 20%); |
3 |
| - background-color: #383838; /* Used in the default.html file */ |
| 2 | + -fx-background-color: derive(#b9c4c0, 20%); |
| 3 | + background-color: #b9c4c0; /* Used in the default.html file */ |
4 | 4 | }
|
5 | 5 |
|
6 | 6 | .label {
|
|
40 | 40 | }
|
41 | 41 |
|
42 | 42 | .table-view {
|
43 |
| - -fx-base: #1d1d1d; |
44 |
| - -fx-control-inner-background: #1d1d1d; |
45 |
| - -fx-background-color: #1d1d1d; |
| 43 | + -fx-base: #b9c4c0; |
| 44 | + -fx-control-inner-background: #b9c4c0; |
| 45 | + -fx-background-color: #b9c4c0; |
46 | 46 | -fx-table-cell-border-color: transparent;
|
47 | 47 | -fx-table-header-border-color: transparent;
|
48 | 48 | -fx-padding: 5;
|
|
77 | 77 | }
|
78 | 78 |
|
79 | 79 | .split-pane:horizontal .split-pane-divider {
|
80 |
| - -fx-background-color: derive(#1d1d1d, 20%); |
81 |
| - -fx-border-color: transparent transparent transparent #4d4d4d; |
| 80 | + -fx-background-color: derive(#b9c4c0, 20%); |
| 81 | + -fx-border-color: transparent transparent transparent #b9c4c0; |
82 | 82 | }
|
83 | 83 |
|
84 | 84 | .split-pane {
|
85 | 85 | -fx-border-radius: 1;
|
86 | 86 | -fx-border-width: 1;
|
87 |
| - -fx-background-color: derive(#1d1d1d, 20%); |
| 87 | + -fx-background-color: derive(#b9c4c0, 20%); |
88 | 88 | }
|
89 | 89 |
|
90 | 90 | .list-view {
|
91 | 91 | -fx-background-insets: 0;
|
92 | 92 | -fx-padding: 0;
|
93 |
| - -fx-background-color: derive(#1d1d1d, 20%); |
| 93 | + -fx-background-color: derive(#b9c4c0, 20%); |
94 | 94 | }
|
95 | 95 |
|
96 | 96 | .list-cell {
|
|
100 | 100 | }
|
101 | 101 |
|
102 | 102 | .list-cell:filled:even {
|
103 |
| - -fx-background-color: #3c3e3f; |
| 103 | + -fx-background-color: #ebf2ef; |
104 | 104 | }
|
105 | 105 |
|
106 | 106 | .list-cell:filled:odd {
|
107 |
| - -fx-background-color: #515658; |
| 107 | + -fx-background-color: #dee3e1; |
108 | 108 | }
|
109 | 109 |
|
110 | 110 | .list-cell:filled:selected {
|
111 |
| - -fx-background-color: #424d5f; |
| 111 | + -fx-background-color: #97b0a5; |
112 | 112 | }
|
113 | 113 |
|
114 | 114 | .list-cell:filled:selected #cardPane {
|
115 |
| - -fx-border-color: #3e7b91; |
| 115 | + -fx-border-color: #b9c4c0; |
116 | 116 | -fx-border-width: 1;
|
117 | 117 | }
|
118 | 118 |
|
119 | 119 | .list-cell .label {
|
120 |
| - -fx-text-fill: white; |
| 120 | + -fx-text-fill: #676767; |
121 | 121 | }
|
122 | 122 |
|
123 | 123 | .cell_big_label {
|
124 |
| - -fx-font-family: "Segoe UI Semibold"; |
| 124 | + -fx-font-family: "Segoe UI Bold"; |
125 | 125 | -fx-font-size: 16px;
|
126 |
| - -fx-text-fill: #010504; |
| 126 | + -fx-text-fill: #676767; |
127 | 127 | }
|
128 | 128 |
|
129 | 129 | .cell_small_label {
|
130 | 130 | -fx-font-family: "Segoe UI";
|
131 | 131 | -fx-font-size: 13px;
|
132 |
| - -fx-text-fill: #010504; |
| 132 | + -fx-text-fill: #676767; |
133 | 133 | }
|
134 | 134 |
|
135 | 135 | .stack-pane {
|
136 |
| - -fx-background-color: derive(#1d1d1d, 20%); |
| 136 | + -fx-background-color: derive(#b9c4c0, 20%); |
137 | 137 | }
|
138 | 138 |
|
139 | 139 | .pane-with-border {
|
140 |
| - -fx-background-color: derive(#1d1d1d, 20%); |
141 |
| - -fx-border-color: derive(#1d1d1d, 10%); |
| 140 | + -fx-background-color: derive(#b9c4c0, 20%); |
| 141 | + -fx-border-color: derive(#b9c4c0, 10%); |
142 | 142 | -fx-border-top-width: 1px;
|
143 | 143 | }
|
144 | 144 |
|
145 | 145 | .status-bar {
|
146 |
| - -fx-background-color: derive(#1d1d1d, 30%); |
| 146 | + -fx-background-color: derive(#469073, 30%); |
147 | 147 | }
|
148 | 148 |
|
149 | 149 | .result-panel {
|
150 |
| - -fx-background-color: transparent; |
| 150 | + -fx-background-color: #a7b0ae; |
151 | 151 | -fx-font-family: "Segoe UI Light";
|
152 |
| - -fx-font-size: 13pt; |
153 |
| - -fx-text-fill: white; |
| 152 | + -fx-font-size: 15pt; |
| 153 | + -fx-text-fill: #424242; |
154 | 154 | }
|
155 | 155 |
|
156 | 156 | .result-panel .label {
|
|
165 | 165 | }
|
166 | 166 |
|
167 | 167 | .status-bar-with-border {
|
168 |
| - -fx-background-color: derive(#1d1d1d, 30%); |
169 |
| - -fx-border-color: derive(#1d1d1d, 25%); |
| 168 | + -fx-background-color: derive(#469073, 30%); |
| 169 | + -fx-border-color: derive(#469073, 25%); |
170 | 170 | -fx-border-width: 1px;
|
171 | 171 | }
|
172 | 172 |
|
|
175 | 175 | }
|
176 | 176 |
|
177 | 177 | .grid-pane {
|
178 |
| - -fx-background-color: derive(#1d1d1d, 30%); |
179 |
| - -fx-border-color: derive(#1d1d1d, 30%); |
| 178 | + -fx-background-color: derive(#b9c4c0, 30%); |
| 179 | + -fx-border-color: derive(#b9c4c0, 30%); |
180 | 180 | -fx-border-width: 1px;
|
181 | 181 | }
|
182 | 182 |
|
183 | 183 | .grid-pane .stack-pane {
|
184 |
| - -fx-background-color: derive(#1d1d1d, 30%); |
| 184 | + -fx-background-color: derive(#b9c4c0, 30%); |
185 | 185 | }
|
186 | 186 |
|
187 | 187 | .context-menu {
|
188 |
| - -fx-background-color: derive(#1d1d1d, 50%); |
| 188 | + -fx-background-color: derive(#b9c4c0, 50%); |
189 | 189 | }
|
190 | 190 |
|
191 | 191 | .context-menu .label {
|
192 | 192 | -fx-text-fill: white;
|
193 | 193 | }
|
194 | 194 |
|
195 | 195 | .menu-bar {
|
196 |
| - -fx-background-color: derive(#1d1d1d, 20%); |
| 196 | + -fx-background-color: derive(#b9c4c0, 20%); |
197 | 197 | }
|
198 | 198 |
|
199 | 199 | .menu-bar .label {
|
|
204 | 204 | }
|
205 | 205 |
|
206 | 206 | .menu .left-container {
|
207 |
| - -fx-background-color: black; |
| 207 | + -fx-background-color: #b9c4c0; |
208 | 208 | }
|
209 | 209 |
|
210 | 210 | /*
|
|
217 | 217 | -fx-border-color: #e2e2e2;
|
218 | 218 | -fx-border-width: 2;
|
219 | 219 | -fx-background-radius: 0;
|
220 |
| - -fx-background-color: #1d1d1d; |
| 220 | + -fx-background-color: #b9c4c0; |
221 | 221 | -fx-font-family: "Segoe UI", Helvetica, Arial, sans-serif;
|
222 | 222 | -fx-font-size: 11pt;
|
223 |
| - -fx-text-fill: #d8d8d8; |
| 223 | + -fx-text-fill: #676767; |
224 | 224 | -fx-background-insets: 0 0 0 0, 0, 1, 2;
|
225 | 225 | }
|
226 | 226 |
|
|
243 | 243 |
|
244 | 244 | .button:disabled, .button:default:disabled {
|
245 | 245 | -fx-opacity: 0.4;
|
246 |
| - -fx-background-color: #1d1d1d; |
| 246 | + -fx-background-color: #b9c4c0; |
247 | 247 | -fx-text-fill: white;
|
248 | 248 | }
|
249 | 249 |
|
|
257 | 257 | }
|
258 | 258 |
|
259 | 259 | .dialog-pane {
|
260 |
| - -fx-background-color: #1d1d1d; |
| 260 | + -fx-background-color: #FDFFFE; |
261 | 261 | }
|
262 | 262 |
|
263 | 263 | .dialog-pane > *.button-bar > *.container {
|
264 |
| - -fx-background-color: #1d1d1d; |
| 264 | + -fx-background-color: #b9c4c0; |
265 | 265 | }
|
266 | 266 |
|
267 | 267 | .dialog-pane > *.label.content {
|
|
271 | 271 | }
|
272 | 272 |
|
273 | 273 | .dialog-pane:header *.header-panel {
|
274 |
| - -fx-background-color: derive(#1d1d1d, 25%); |
| 274 | + -fx-background-color: derive(#b9c4c0, 25%); |
275 | 275 | }
|
276 | 276 |
|
277 | 277 | .dialog-pane:header *.header-panel *.label {
|
|
282 | 282 | }
|
283 | 283 |
|
284 | 284 | .scroll-bar {
|
285 |
| - -fx-background-color: derive(#1d1d1d, 20%); |
| 285 | + -fx-background-color: derive(#fdfffe, 20%); |
286 | 286 | }
|
287 | 287 |
|
288 | 288 | .scroll-bar .thumb {
|
289 |
| - -fx-background-color: derive(#1d1d1d, 50%); |
| 289 | + -fx-background-color: derive(#b9c4c0, 50%); |
290 | 290 | -fx-background-insets: 3;
|
291 | 291 | }
|
292 | 292 |
|
|
314 | 314 |
|
315 | 315 | #commandTypeLabel {
|
316 | 316 | -fx-font-size: 11px;
|
317 |
| - -fx-text-fill: #F70D1A; |
| 317 | + -fx-text-fill: #676767; |
318 | 318 | }
|
319 | 319 |
|
320 | 320 | #commandTextField {
|
|
333 | 333 | }
|
334 | 334 |
|
335 | 335 | #resultPanel .content {
|
336 |
| - -fx-background-color: transparent, #383838, transparent, #383838; |
| 336 | + -fx-background-color: #a7b0ae, #a7b0ae, #a7b0ae, #a7b0ae; |
337 | 337 | -fx-background-radius: 0;
|
338 | 338 | }
|
339 | 339 |
|
|
0 commit comments