|
16 | 16 | * along with this program. If not, see <https://www.gnu.org/licenses/>. |
17 | 17 | */ |
18 | 18 |
|
19 | | -/* TODO: Monet */ |
20 | 19 | .root { |
21 | | - -fx-base-check-color: derive(-monet-primary-container, 30%); |
22 | | - -fx-base-text-fill: -monet-on-primary-container; |
23 | 20 | } |
24 | 21 |
|
25 | 22 | .svg { |
|
156 | 153 | -jfx-rippler-fill: #a2a2a2; |
157 | 154 | } |
158 | 155 |
|
159 | | -.rippler-container:selected .label { |
160 | | - -fx-text-fill: -fx-base-text-fill; |
161 | | -} |
162 | | - |
163 | 156 | .advanced-list-item > .rippler-container > .container { |
164 | 157 | -fx-padding: 10 16 10 16; |
165 | 158 | -fx-background-color: null; |
|
317 | 310 | } |
318 | 311 |
|
319 | 312 | .two-line-item-second-large > .first-line > .title, .two-line-item-second-large-title { |
320 | | - -fx-text-fill: rgba(0, 0, 0, 0.5); |
| 313 | + -fx-text-fill: -monet-on-surface-variant; |
321 | 314 | -fx-font-weight: normal; |
322 | 315 | -fx-font-size: 12px; |
323 | 316 | } |
324 | 317 |
|
325 | 318 | .two-line-item-second-large > HBox > .subtitle { |
326 | | - -fx-text-fill: #292929; |
| 319 | + -fx-text-fill: -monet-on-surface; |
327 | 320 | -fx-font-size: 15px; |
328 | 321 | } |
329 | 322 |
|
| 323 | +.game-crash-window { |
| 324 | + -fx-background-color: -monet-surface-container; |
| 325 | +} |
| 326 | + |
| 327 | +.game-crash-window .crash-reason-text-flow Text { |
| 328 | + -fx-fill: -monet-on-surface; |
| 329 | +} |
| 330 | + |
| 331 | +.game-crash-window .crash-reason-text-flow .hyperlink { |
| 332 | + -fx-fill: #0070E0; |
| 333 | +} |
| 334 | + |
330 | 335 | .wrap-text > HBox > .subtitle { |
331 | 336 | -fx-wrap-text: true; |
332 | 337 | } |
|
395 | 400 | -fx-font-size: 14px; |
396 | 401 | } |
397 | 402 |
|
| 403 | +.launch-pane .svg { |
| 404 | + -fx-fill: -monet-on-primary-container; |
| 405 | +} |
| 406 | + |
398 | 407 | .launch-pane > Rectangle { |
399 | 408 | -fx-fill: -monet-primary-container; |
400 | 409 | } |
|
417 | 426 | ******************************************************************************/ |
418 | 427 |
|
419 | 428 | .tab-header-background { |
420 | | - -fx-background-color: -fx-base-check-color; |
| 429 | + -fx-background-color: -monet-surface; |
421 | 430 | } |
422 | 431 |
|
423 | 432 | .tab-selected-line { |
424 | 433 | -fx-background-color: derive(-monet-primary-container, -30%); |
425 | 434 | } |
426 | 435 |
|
| 436 | +/* TODO: It seems not actually used */ |
427 | 437 | .tab-rippler { |
428 | | - -jfx-rippler-fill: -fx-base-check-color; |
| 438 | + -jfx-rippler-fill: derive(-monet-primary-container, 30%); |
429 | 439 | } |
430 | 440 |
|
431 | 441 | .jfx-tab-pane .jfx-rippler { |
|
585 | 595 | } |
586 | 596 |
|
587 | 597 | .jfx-tool-bar .jfx-decorator-button .svg { |
588 | | - -fx-fill: -fx-base-text-fill; |
| 598 | + -fx-fill: -monet-on-primary-container; |
589 | 599 | } |
590 | 600 |
|
591 | 601 | .jfx-tool-bar Label { |
|
611 | 621 | .jfx-tool-bar-second { |
612 | 622 | -fx-pref-height: 42; |
613 | 623 | -fx-padding: 2 2 2 2; |
614 | | - -fx-background-color: -fx-base-check-color; |
| 624 | + -fx-background-color: -monet-primary-container; |
615 | 625 | -fx-alignment: CENTER-LEFT; |
616 | 626 | -fx-spacing: 8; |
617 | 627 | } |
618 | 628 |
|
619 | 629 | .jfx-tool-bar-second .label { |
620 | | - -fx-text-fill: -fx-base-text-fill; |
| 630 | + -fx-text-fill: -monet-on-primary-container; |
621 | 631 | -fx-font-size: 16; |
622 | 632 | -fx-font-weight: bold; |
623 | 633 | } |
|
851 | 861 |
|
852 | 862 | /*.list-cell:odd:selected > .jfx-rippler > StackPane,*/ |
853 | 863 | /*.list-cell:even:selected > .jfx-rippler > StackPane {*/ |
854 | | -/* -fx-background-color: derive(-fx-base-check-color, 30%);*/ |
| 864 | +/* -fx-background-color: derive(-monet-primary, 30%);*/ |
855 | 865 | /*}*/ |
856 | 866 |
|
857 | 867 | .jfx-list-view { |
|
1143 | 1153 | -fx-min-height: -fx-toggle-icon-tiny-size; |
1144 | 1154 | -fx-background-radius: 25px; |
1145 | 1155 | -fx-background-color: transparent; |
1146 | | - -jfx-toggle-color: -fx-base-check-color; |
| 1156 | + -jfx-toggle-color: -monet-primary; |
1147 | 1157 | -jfx-untoggle-color: transparent; |
1148 | 1158 | } |
1149 | 1159 |
|
|
1153 | 1163 | } |
1154 | 1164 |
|
1155 | 1165 | .toggle-icon-tiny .jfx-rippler { |
1156 | | - -jfx-rippler-fill: -fx-base-check-color; |
| 1166 | + -jfx-rippler-fill: -monet-primary; |
1157 | 1167 | -jfx-mask-type: CIRCLE; |
1158 | 1168 | } |
1159 | 1169 |
|
|
1170 | 1180 | } |
1171 | 1181 |
|
1172 | 1182 | .announcement-close-button .jfx-rippler { |
1173 | | - -jfx-rippler-fill: -fx-base-check-color; |
| 1183 | + -jfx-rippler-fill: -monet-primary; |
1174 | 1184 | -jfx-mask-type: CIRCLE; |
1175 | 1185 | } |
1176 | 1186 |
|
|
0 commit comments