material-inspired-component-library 8.1.0 → 9.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +106 -18
- package/components/README.md +1 -1
- package/components/accordion/README.md +6 -6
- package/components/alert/README.md +10 -10
- package/components/alert/index.scss +27 -52
- package/components/appbar/README.md +19 -6
- package/components/appbar/index.scss +40 -44
- package/components/badge/README.md +12 -10
- package/components/badge/index.scss +21 -25
- package/components/bottomsheet/README.md +26 -1
- package/components/bottomsheet/index.scss +58 -44
- package/components/button/README.md +70 -10
- package/components/button/_shared.scss +210 -0
- package/components/button/index.scss +75 -389
- package/components/card/README.md +97 -85
- package/components/card/index.scss +46 -65
- package/components/checkbox/README.md +25 -14
- package/{tools/shapes/check.mjs → components/checkbox/_label.scss} +37 -42
- package/components/checkbox/index.scss +66 -66
- package/components/chip/README.md +186 -0
- package/components/chip/index.scss +285 -0
- package/components/datepicker/README.md +79 -0
- package/components/datepicker/index.scss +346 -315
- package/components/dialog/README.md +20 -10
- package/components/dialog/index.scss +55 -66
- package/components/divider/README.md +16 -15
- package/components/divider/index.scss +9 -25
- package/components/iconbutton/README.md +63 -12
- package/components/iconbutton/index.scss +142 -303
- package/components/list/README.md +89 -156
- package/components/list/index.scss +34 -36
- package/components/menu/README.md +81 -155
- package/components/menu/index.scss +52 -58
- package/components/navigationbar/README.md +108 -0
- package/components/navigationbar/index.scss +185 -0
- package/components/navigationrail/README.md +62 -37
- package/components/navigationrail/_navitem.scss +96 -0
- package/components/navigationrail/index.scss +78 -132
- package/components/progressindicator/README.md +83 -47
- package/components/progressindicator/index.scss +622 -172
- package/components/radio/README.md +11 -9
- package/components/radio/index.scss +36 -33
- package/components/select/README.md +12 -7
- package/components/select/index.scss +26 -34
- package/components/shapes/README.md +3 -3
- package/components/shapes/index.scss +0 -1
- package/components/sidesheet/README.md +21 -9
- package/components/sidesheet/index.scss +38 -46
- package/components/slider/README.md +21 -0
- package/components/slider/index.scss +108 -139
- package/components/snackbar/README.md +32 -35
- package/components/snackbar/index.scss +10 -22
- package/components/stepper/README.md +14 -7
- package/components/stepper/index.scss +58 -39
- package/components/switch/README.md +22 -15
- package/components/switch/index.scss +68 -60
- package/components/textfield/README.md +48 -5
- package/components/textfield/index.scss +192 -248
- package/components/timepicker/README.md +53 -23
- package/components/timepicker/index.scss +110 -128
- package/dist/alert.css +1 -1
- package/dist/alert.js +1 -1
- package/dist/appbar.css +1 -1
- package/dist/appbar.js +1 -1
- package/dist/badge.css +1 -1
- package/dist/badge.js +1 -1
- package/dist/base.css +1 -0
- package/dist/base.js +1 -0
- package/dist/bottomsheet.css +1 -1
- package/dist/bottomsheet.js +1 -1
- package/dist/button.css +1 -1
- package/dist/button.js +1 -1
- package/dist/card.css +1 -1
- package/dist/card.js +1 -1
- package/dist/checkbox.css +1 -1
- package/dist/checkbox.js +1 -1
- package/dist/chip.css +1 -0
- package/dist/chip.js +1 -0
- package/dist/components/button/index.d.ts +1 -1
- package/dist/components/iconbutton/index.d.ts +2 -7
- package/dist/components/slider/index.d.ts +1 -1
- package/dist/components/textfield/index.d.ts +2 -2
- package/dist/datepicker.css +1 -1
- package/dist/datepicker.js +1 -1
- package/dist/dialog.css +1 -1
- package/dist/dialog.js +1 -1
- package/dist/divider.css +1 -1
- package/dist/divider.js +1 -1
- package/dist/field.css +1 -0
- package/dist/field.js +1 -0
- package/dist/foundations/form/index.js +1 -1
- package/dist/foundations/runtime.d.ts +15 -0
- package/dist/foundations/runtime.js +1 -0
- package/dist/iconbutton.css +1 -1
- package/dist/iconbutton.js +1 -1
- package/dist/layout.css +1 -1
- package/dist/layout.js +1 -1
- package/dist/list.css +1 -1
- package/dist/list.js +1 -1
- package/dist/menu.css +1 -1
- package/dist/menu.js +1 -1
- package/dist/micl.css +1 -1
- package/dist/micl.d.ts +14 -5
- package/dist/micl.js +1 -1
- package/dist/navigationbar.css +1 -0
- package/dist/navigationbar.js +1 -0
- package/dist/navigationrail.css +1 -1
- package/dist/navigationrail.js +1 -1
- package/dist/progressindicator.css +1 -1
- package/dist/progressindicator.js +1 -1
- package/dist/radio.css +1 -1
- package/dist/radio.js +1 -1
- package/dist/scrollbar.js +1 -1
- package/dist/select.css +1 -1
- package/dist/select.js +1 -1
- package/dist/shapes.css +1 -1
- package/dist/shapes.js +1 -1
- package/dist/sidesheet.css +1 -1
- package/dist/sidesheet.js +1 -1
- package/dist/slider.css +1 -1
- package/dist/slider.js +1 -1
- package/dist/snackbar.css +1 -1
- package/dist/snackbar.js +1 -1
- package/dist/stepper.css +1 -1
- package/dist/stepper.js +1 -1
- package/dist/switch.css +1 -1
- package/dist/switch.js +1 -1
- package/dist/textfield.css +1 -1
- package/dist/textfield.js +1 -1
- package/dist/timepicker.css +1 -1
- package/dist/timepicker.js +1 -1
- package/foundations/_index.scss +35 -0
- package/foundations/{index.scss → base/index.scss} +21 -56
- package/foundations/field/index.scss +37 -0
- package/foundations/layout/index.scss +64 -65
- package/package.json +23 -9
- package/styles/statelayer.scss +20 -5
- package/styles.scss +5 -2
- package/.claude/settings.local.json +0 -14
- package/.editorconfig +0 -12
- package/.gitattributes +0 -9
- package/.github/ISSUE_TEMPLATE/bug_report.md +0 -35
- package/.github/ISSUE_TEMPLATE/feature_request.md +0 -20
- package/CLAUDE.md +0 -53
- package/CODE_OF_CONDUCT.md +0 -128
- package/components/bottomsheet/index.ts +0 -153
- package/components/button/index.ts +0 -79
- package/components/checkbox/index.ts +0 -148
- package/components/datepicker/index.ts +0 -693
- package/components/iconbutton/index.ts +0 -77
- package/components/list/index.ts +0 -138
- package/components/menu/index.ts +0 -145
- package/components/navigationrail/index.ts +0 -87
- package/components/progressindicator/index.ts +0 -77
- package/components/slider/index.ts +0 -149
- package/components/snackbar/index.ts +0 -118
- package/components/stepper/index.ts +0 -248
- package/components/textfield/index.ts +0 -188
- package/components/timepicker/index.ts +0 -413
- package/dist/components/progressindicator/index.d.ts +0 -6
- package/dist/foundations.css +0 -1
- package/dist/foundations.js +0 -1
- package/docs/accordion.html +0 -344
- package/docs/alert.html +0 -177
- package/docs/bottomsheet.html +0 -240
- package/docs/button.html +0 -290
- package/docs/card-awards.webp +0 -0
- package/docs/card-cabinet.webp +0 -0
- package/docs/card-city.webp +0 -0
- package/docs/card-fingerprint.webp +0 -0
- package/docs/card-holiday.webp +0 -0
- package/docs/card-names.webp +0 -0
- package/docs/card.html +0 -159
- package/docs/checkbox.html +0 -147
- package/docs/datepicker.html +0 -274
- package/docs/dialog.html +0 -195
- package/docs/divider.html +0 -139
- package/docs/docs.css +0 -26
- package/docs/docs.js +0 -139
- package/docs/iconbutton.html +0 -329
- package/docs/index.html +0 -431
- package/docs/list.html +0 -310
- package/docs/menu.html +0 -574
- package/docs/micl.css +0 -1
- package/docs/micl.js +0 -1
- package/docs/navigationrail.html +0 -138
- package/docs/progressindicator.html +0 -288
- package/docs/radio.html +0 -123
- package/docs/select.html +0 -337
- package/docs/shapes.css +0 -1
- package/docs/shapes.html +0 -159
- package/docs/shapes.js +0 -1
- package/docs/sidesheet.html +0 -149
- package/docs/slider.html +0 -141
- package/docs/snackbar.html +0 -102
- package/docs/stepper.html +0 -319
- package/docs/switch.html +0 -196
- package/docs/textfield.html +0 -208
- package/docs/themes/airblue/dark-hc.css +0 -51
- package/docs/themes/airblue/dark-mc.css +0 -51
- package/docs/themes/airblue/dark.css +0 -51
- package/docs/themes/airblue/light-hc.css +0 -51
- package/docs/themes/airblue/light-mc.css +0 -51
- package/docs/themes/airblue/light.css +0 -51
- package/docs/themes/airblue/theme.css +0 -306
- package/docs/themes/barnred/dark-hc.css +0 -51
- package/docs/themes/barnred/dark-mc.css +0 -51
- package/docs/themes/barnred/dark.css +0 -51
- package/docs/themes/barnred/light-hc.css +0 -51
- package/docs/themes/barnred/light-mc.css +0 -51
- package/docs/themes/barnred/light.css +0 -51
- package/docs/themes/barnred/theme.css +0 -306
- package/docs/themes/citrine/dark-hc.css +0 -51
- package/docs/themes/citrine/dark-mc.css +0 -51
- package/docs/themes/citrine/dark.css +0 -51
- package/docs/themes/citrine/light-hc.css +0 -51
- package/docs/themes/citrine/light-mc.css +0 -51
- package/docs/themes/citrine/light.css +0 -51
- package/docs/themes/citrine/theme.css +0 -306
- package/docs/themes/gray/dark-hc.css +0 -51
- package/docs/themes/gray/dark-mc.css +0 -51
- package/docs/themes/gray/dark.css +0 -51
- package/docs/themes/gray/light-hc.css +0 -51
- package/docs/themes/gray/light-mc.css +0 -51
- package/docs/themes/gray/light.css +0 -51
- package/docs/themes/gray/theme.css +0 -306
- package/docs/themes/greenery/dark-hc.css +0 -51
- package/docs/themes/greenery/dark-mc.css +0 -51
- package/docs/themes/greenery/dark.css +0 -51
- package/docs/themes/greenery/light-hc.css +0 -51
- package/docs/themes/greenery/light-mc.css +0 -51
- package/docs/themes/greenery/light.css +0 -51
- package/docs/themes/greenery/theme.css +0 -306
- package/docs/themes/hermana/dark-hc.css +0 -51
- package/docs/themes/hermana/dark-mc.css +0 -51
- package/docs/themes/hermana/dark.css +0 -51
- package/docs/themes/hermana/light-hc.css +0 -51
- package/docs/themes/hermana/light-mc.css +0 -51
- package/docs/themes/hermana/light.css +0 -51
- package/docs/themes/hermana/theme.css +0 -306
- package/docs/themes/illuminating/dark-hc.css +0 -51
- package/docs/themes/illuminating/dark-mc.css +0 -51
- package/docs/themes/illuminating/dark.css +0 -51
- package/docs/themes/illuminating/light-hc.css +0 -51
- package/docs/themes/illuminating/light-mc.css +0 -51
- package/docs/themes/illuminating/light.css +0 -51
- package/docs/themes/illuminating/theme.css +0 -306
- package/docs/themes/magenta/dark-hc.css +0 -51
- package/docs/themes/magenta/dark-mc.css +0 -51
- package/docs/themes/magenta/dark.css +0 -51
- package/docs/themes/magenta/light-hc.css +0 -51
- package/docs/themes/magenta/light-mc.css +0 -51
- package/docs/themes/magenta/light.css +0 -51
- package/docs/themes/magenta/theme.css +0 -306
- package/docs/themes/mocha/dark-hc.css +0 -51
- package/docs/themes/mocha/dark-mc.css +0 -51
- package/docs/themes/mocha/dark.css +0 -51
- package/docs/themes/mocha/light-hc.css +0 -51
- package/docs/themes/mocha/light-mc.css +0 -51
- package/docs/themes/mocha/light.css +0 -51
- package/docs/themes/mocha/theme.css +0 -306
- package/docs/themes/olivegreen/dark-hc.css +0 -51
- package/docs/themes/olivegreen/dark-mc.css +0 -51
- package/docs/themes/olivegreen/dark.css +0 -51
- package/docs/themes/olivegreen/light-hc.css +0 -51
- package/docs/themes/olivegreen/light-mc.css +0 -51
- package/docs/themes/olivegreen/light.css +0 -51
- package/docs/themes/olivegreen/theme.css +0 -306
- package/docs/themes/peri/dark-hc.css +0 -51
- package/docs/themes/peri/dark-mc.css +0 -51
- package/docs/themes/peri/dark.css +0 -51
- package/docs/themes/peri/light-hc.css +0 -51
- package/docs/themes/peri/light-mc.css +0 -51
- package/docs/themes/peri/light.css +0 -51
- package/docs/themes/peri/theme.css +0 -306
- package/docs/timepicker.html +0 -160
- package/foundations/form/index.ts +0 -174
- package/foundations/layout/README.md +0 -127
- package/intl.d.ts +0 -9
- package/micl.ts +0 -221
- package/styles/README.md +0 -196
- package/tools/shapes/generate.mjs +0 -828
- package/tsconfig.json +0 -116
- package/webpack.config.js +0 -104
|
@@ -1,306 +0,0 @@
|
|
|
1
|
-
.light {
|
|
2
|
-
--md-sys-color-primary: rgb(0 104 116);
|
|
3
|
-
--md-sys-color-surface-tint: rgb(0 104 116);
|
|
4
|
-
--md-sys-color-on-primary: rgb(255 255 255);
|
|
5
|
-
--md-sys-color-primary-container: rgb(158 239 253);
|
|
6
|
-
--md-sys-color-on-primary-container: rgb(0 79 88);
|
|
7
|
-
--md-sys-color-secondary: rgb(74 98 103);
|
|
8
|
-
--md-sys-color-on-secondary: rgb(255 255 255);
|
|
9
|
-
--md-sys-color-secondary-container: rgb(205 231 236);
|
|
10
|
-
--md-sys-color-on-secondary-container: rgb(51 75 79);
|
|
11
|
-
--md-sys-color-tertiary: rgb(82 94 125);
|
|
12
|
-
--md-sys-color-on-tertiary: rgb(255 255 255);
|
|
13
|
-
--md-sys-color-tertiary-container: rgb(218 226 255);
|
|
14
|
-
--md-sys-color-on-tertiary-container: rgb(59 70 100);
|
|
15
|
-
--md-sys-color-error: rgb(186 26 26);
|
|
16
|
-
--md-sys-color-on-error: rgb(255 255 255);
|
|
17
|
-
--md-sys-color-error-container: rgb(255 218 214);
|
|
18
|
-
--md-sys-color-on-error-container: rgb(147 0 10);
|
|
19
|
-
--md-sys-color-background: rgb(245 250 251);
|
|
20
|
-
--md-sys-color-on-background: rgb(23 29 30);
|
|
21
|
-
--md-sys-color-surface: rgb(245 250 251);
|
|
22
|
-
--md-sys-color-on-surface: rgb(23 29 30);
|
|
23
|
-
--md-sys-color-surface-variant: rgb(219 228 230);
|
|
24
|
-
--md-sys-color-on-surface-variant: rgb(63 72 74);
|
|
25
|
-
--md-sys-color-outline: rgb(111 121 122);
|
|
26
|
-
--md-sys-color-outline-variant: rgb(191 200 202);
|
|
27
|
-
--md-sys-color-shadow: rgb(0 0 0);
|
|
28
|
-
--md-sys-color-scrim: rgb(0 0 0);
|
|
29
|
-
--md-sys-color-inverse-surface: rgb(43 49 51);
|
|
30
|
-
--md-sys-color-inverse-on-surface: rgb(236 242 243);
|
|
31
|
-
--md-sys-color-inverse-primary: rgb(130 211 224);
|
|
32
|
-
--md-sys-color-primary-fixed: rgb(158 239 253);
|
|
33
|
-
--md-sys-color-on-primary-fixed: rgb(0 31 36);
|
|
34
|
-
--md-sys-color-primary-fixed-dim: rgb(130 211 224);
|
|
35
|
-
--md-sys-color-on-primary-fixed-variant: rgb(0 79 88);
|
|
36
|
-
--md-sys-color-secondary-fixed: rgb(205 231 236);
|
|
37
|
-
--md-sys-color-on-secondary-fixed: rgb(5 31 35);
|
|
38
|
-
--md-sys-color-secondary-fixed-dim: rgb(177 203 208);
|
|
39
|
-
--md-sys-color-on-secondary-fixed-variant: rgb(51 75 79);
|
|
40
|
-
--md-sys-color-tertiary-fixed: rgb(218 226 255);
|
|
41
|
-
--md-sys-color-on-tertiary-fixed: rgb(14 27 55);
|
|
42
|
-
--md-sys-color-tertiary-fixed-dim: rgb(186 198 234);
|
|
43
|
-
--md-sys-color-on-tertiary-fixed-variant: rgb(59 70 100);
|
|
44
|
-
--md-sys-color-surface-dim: rgb(213 219 220);
|
|
45
|
-
--md-sys-color-surface-bright: rgb(245 250 251);
|
|
46
|
-
--md-sys-color-surface-container-lowest: rgb(255 255 255);
|
|
47
|
-
--md-sys-color-surface-container-low: rgb(239 245 246);
|
|
48
|
-
--md-sys-color-surface-container: rgb(233 239 240);
|
|
49
|
-
--md-sys-color-surface-container-high: rgb(227 233 234);
|
|
50
|
-
--md-sys-color-surface-container-highest: rgb(222 227 229);
|
|
51
|
-
}
|
|
52
|
-
.light-medium-contrast {
|
|
53
|
-
--md-sys-color-primary: rgb(0 60 68);
|
|
54
|
-
--md-sys-color-surface-tint: rgb(0 104 116);
|
|
55
|
-
--md-sys-color-on-primary: rgb(255 255 255);
|
|
56
|
-
--md-sys-color-primary-container: rgb(24 120 132);
|
|
57
|
-
--md-sys-color-on-primary-container: rgb(255 255 255);
|
|
58
|
-
--md-sys-color-secondary: rgb(34 58 62);
|
|
59
|
-
--md-sys-color-on-secondary: rgb(255 255 255);
|
|
60
|
-
--md-sys-color-secondary-container: rgb(89 113 118);
|
|
61
|
-
--md-sys-color-on-secondary-container: rgb(255 255 255);
|
|
62
|
-
--md-sys-color-tertiary: rgb(42 53 83);
|
|
63
|
-
--md-sys-color-on-tertiary: rgb(255 255 255);
|
|
64
|
-
--md-sys-color-tertiary-container: rgb(97 108 141);
|
|
65
|
-
--md-sys-color-on-tertiary-container: rgb(255 255 255);
|
|
66
|
-
--md-sys-color-error: rgb(116 0 6);
|
|
67
|
-
--md-sys-color-on-error: rgb(255 255 255);
|
|
68
|
-
--md-sys-color-error-container: rgb(207 44 39);
|
|
69
|
-
--md-sys-color-on-error-container: rgb(255 255 255);
|
|
70
|
-
--md-sys-color-background: rgb(245 250 251);
|
|
71
|
-
--md-sys-color-on-background: rgb(23 29 30);
|
|
72
|
-
--md-sys-color-surface: rgb(245 250 251);
|
|
73
|
-
--md-sys-color-on-surface: rgb(12 18 19);
|
|
74
|
-
--md-sys-color-surface-variant: rgb(219 228 230);
|
|
75
|
-
--md-sys-color-on-surface-variant: rgb(47 56 57);
|
|
76
|
-
--md-sys-color-outline: rgb(75 84 86);
|
|
77
|
-
--md-sys-color-outline-variant: rgb(101 111 112);
|
|
78
|
-
--md-sys-color-shadow: rgb(0 0 0);
|
|
79
|
-
--md-sys-color-scrim: rgb(0 0 0);
|
|
80
|
-
--md-sys-color-inverse-surface: rgb(43 49 51);
|
|
81
|
-
--md-sys-color-inverse-on-surface: rgb(236 242 243);
|
|
82
|
-
--md-sys-color-inverse-primary: rgb(130 211 224);
|
|
83
|
-
--md-sys-color-primary-fixed: rgb(24 120 132);
|
|
84
|
-
--md-sys-color-on-primary-fixed: rgb(255 255 255);
|
|
85
|
-
--md-sys-color-primary-fixed-dim: rgb(0 94 104);
|
|
86
|
-
--md-sys-color-on-primary-fixed-variant: rgb(255 255 255);
|
|
87
|
-
--md-sys-color-secondary-fixed: rgb(89 113 118);
|
|
88
|
-
--md-sys-color-on-secondary-fixed: rgb(255 255 255);
|
|
89
|
-
--md-sys-color-secondary-fixed-dim: rgb(65 89 93);
|
|
90
|
-
--md-sys-color-on-secondary-fixed-variant: rgb(255 255 255);
|
|
91
|
-
--md-sys-color-tertiary-fixed: rgb(97 108 141);
|
|
92
|
-
--md-sys-color-on-tertiary-fixed: rgb(255 255 255);
|
|
93
|
-
--md-sys-color-tertiary-fixed-dim: rgb(73 84 115);
|
|
94
|
-
--md-sys-color-on-tertiary-fixed-variant: rgb(255 255 255);
|
|
95
|
-
--md-sys-color-surface-dim: rgb(194 199 201);
|
|
96
|
-
--md-sys-color-surface-bright: rgb(245 250 251);
|
|
97
|
-
--md-sys-color-surface-container-lowest: rgb(255 255 255);
|
|
98
|
-
--md-sys-color-surface-container-low: rgb(239 245 246);
|
|
99
|
-
--md-sys-color-surface-container: rgb(227 233 234);
|
|
100
|
-
--md-sys-color-surface-container-high: rgb(216 222 223);
|
|
101
|
-
--md-sys-color-surface-container-highest: rgb(205 211 212);
|
|
102
|
-
}
|
|
103
|
-
.light-high-contrast {
|
|
104
|
-
--md-sys-color-primary: rgb(0 50 56);
|
|
105
|
-
--md-sys-color-surface-tint: rgb(0 104 116);
|
|
106
|
-
--md-sys-color-on-primary: rgb(255 255 255);
|
|
107
|
-
--md-sys-color-primary-container: rgb(0 81 90);
|
|
108
|
-
--md-sys-color-on-primary-container: rgb(255 255 255);
|
|
109
|
-
--md-sys-color-secondary: rgb(23 48 52);
|
|
110
|
-
--md-sys-color-on-secondary: rgb(255 255 255);
|
|
111
|
-
--md-sys-color-secondary-container: rgb(53 77 81);
|
|
112
|
-
--md-sys-color-on-secondary-container: rgb(255 255 255);
|
|
113
|
-
--md-sys-color-tertiary: rgb(32 43 72);
|
|
114
|
-
--md-sys-color-on-tertiary: rgb(255 255 255);
|
|
115
|
-
--md-sys-color-tertiary-container: rgb(61 72 103);
|
|
116
|
-
--md-sys-color-on-tertiary-container: rgb(255 255 255);
|
|
117
|
-
--md-sys-color-error: rgb(96 0 4);
|
|
118
|
-
--md-sys-color-on-error: rgb(255 255 255);
|
|
119
|
-
--md-sys-color-error-container: rgb(152 0 10);
|
|
120
|
-
--md-sys-color-on-error-container: rgb(255 255 255);
|
|
121
|
-
--md-sys-color-background: rgb(245 250 251);
|
|
122
|
-
--md-sys-color-on-background: rgb(23 29 30);
|
|
123
|
-
--md-sys-color-surface: rgb(245 250 251);
|
|
124
|
-
--md-sys-color-on-surface: rgb(0 0 0);
|
|
125
|
-
--md-sys-color-surface-variant: rgb(219 228 230);
|
|
126
|
-
--md-sys-color-on-surface-variant: rgb(0 0 0);
|
|
127
|
-
--md-sys-color-outline: rgb(37 46 47);
|
|
128
|
-
--md-sys-color-outline-variant: rgb(65 75 76);
|
|
129
|
-
--md-sys-color-shadow: rgb(0 0 0);
|
|
130
|
-
--md-sys-color-scrim: rgb(0 0 0);
|
|
131
|
-
--md-sys-color-inverse-surface: rgb(43 49 51);
|
|
132
|
-
--md-sys-color-inverse-on-surface: rgb(255 255 255);
|
|
133
|
-
--md-sys-color-inverse-primary: rgb(130 211 224);
|
|
134
|
-
--md-sys-color-primary-fixed: rgb(0 81 90);
|
|
135
|
-
--md-sys-color-on-primary-fixed: rgb(255 255 255);
|
|
136
|
-
--md-sys-color-primary-fixed-dim: rgb(0 57 63);
|
|
137
|
-
--md-sys-color-on-primary-fixed-variant: rgb(255 255 255);
|
|
138
|
-
--md-sys-color-secondary-fixed: rgb(53 77 81);
|
|
139
|
-
--md-sys-color-on-secondary-fixed: rgb(255 255 255);
|
|
140
|
-
--md-sys-color-secondary-fixed-dim: rgb(30 54 58);
|
|
141
|
-
--md-sys-color-on-secondary-fixed-variant: rgb(255 255 255);
|
|
142
|
-
--md-sys-color-tertiary-fixed: rgb(61 72 103);
|
|
143
|
-
--md-sys-color-on-tertiary-fixed: rgb(255 255 255);
|
|
144
|
-
--md-sys-color-tertiary-fixed-dim: rgb(38 50 79);
|
|
145
|
-
--md-sys-color-on-tertiary-fixed-variant: rgb(255 255 255);
|
|
146
|
-
--md-sys-color-surface-dim: rgb(180 186 187);
|
|
147
|
-
--md-sys-color-surface-bright: rgb(245 250 251);
|
|
148
|
-
--md-sys-color-surface-container-lowest: rgb(255 255 255);
|
|
149
|
-
--md-sys-color-surface-container-low: rgb(236 242 243);
|
|
150
|
-
--md-sys-color-surface-container: rgb(222 227 229);
|
|
151
|
-
--md-sys-color-surface-container-high: rgb(207 213 214);
|
|
152
|
-
--md-sys-color-surface-container-highest: rgb(194 199 201);
|
|
153
|
-
}
|
|
154
|
-
.dark {
|
|
155
|
-
--md-sys-color-primary: rgb(130 211 224);
|
|
156
|
-
--md-sys-color-surface-tint: rgb(130 211 224);
|
|
157
|
-
--md-sys-color-on-primary: rgb(0 54 61);
|
|
158
|
-
--md-sys-color-primary-container: rgb(0 79 88);
|
|
159
|
-
--md-sys-color-on-primary-container: rgb(158 239 253);
|
|
160
|
-
--md-sys-color-secondary: rgb(177 203 208);
|
|
161
|
-
--md-sys-color-on-secondary: rgb(28 52 56);
|
|
162
|
-
--md-sys-color-secondary-container: rgb(51 75 79);
|
|
163
|
-
--md-sys-color-on-secondary-container: rgb(205 231 236);
|
|
164
|
-
--md-sys-color-tertiary: rgb(186 198 234);
|
|
165
|
-
--md-sys-color-on-tertiary: rgb(36 48 77);
|
|
166
|
-
--md-sys-color-tertiary-container: rgb(59 70 100);
|
|
167
|
-
--md-sys-color-on-tertiary-container: rgb(218 226 255);
|
|
168
|
-
--md-sys-color-error: rgb(255 180 171);
|
|
169
|
-
--md-sys-color-on-error: rgb(105 0 5);
|
|
170
|
-
--md-sys-color-error-container: rgb(147 0 10);
|
|
171
|
-
--md-sys-color-on-error-container: rgb(255 218 214);
|
|
172
|
-
--md-sys-color-background: rgb(14 20 21);
|
|
173
|
-
--md-sys-color-on-background: rgb(222 227 229);
|
|
174
|
-
--md-sys-color-surface: rgb(14 20 21);
|
|
175
|
-
--md-sys-color-on-surface: rgb(222 227 229);
|
|
176
|
-
--md-sys-color-surface-variant: rgb(63 72 74);
|
|
177
|
-
--md-sys-color-on-surface-variant: rgb(191 200 202);
|
|
178
|
-
--md-sys-color-outline: rgb(137 146 148);
|
|
179
|
-
--md-sys-color-outline-variant: rgb(63 72 74);
|
|
180
|
-
--md-sys-color-shadow: rgb(0 0 0);
|
|
181
|
-
--md-sys-color-scrim: rgb(0 0 0);
|
|
182
|
-
--md-sys-color-inverse-surface: rgb(222 227 229);
|
|
183
|
-
--md-sys-color-inverse-on-surface: rgb(43 49 51);
|
|
184
|
-
--md-sys-color-inverse-primary: rgb(0 104 116);
|
|
185
|
-
--md-sys-color-primary-fixed: rgb(158 239 253);
|
|
186
|
-
--md-sys-color-on-primary-fixed: rgb(0 31 36);
|
|
187
|
-
--md-sys-color-primary-fixed-dim: rgb(130 211 224);
|
|
188
|
-
--md-sys-color-on-primary-fixed-variant: rgb(0 79 88);
|
|
189
|
-
--md-sys-color-secondary-fixed: rgb(205 231 236);
|
|
190
|
-
--md-sys-color-on-secondary-fixed: rgb(5 31 35);
|
|
191
|
-
--md-sys-color-secondary-fixed-dim: rgb(177 203 208);
|
|
192
|
-
--md-sys-color-on-secondary-fixed-variant: rgb(51 75 79);
|
|
193
|
-
--md-sys-color-tertiary-fixed: rgb(218 226 255);
|
|
194
|
-
--md-sys-color-on-tertiary-fixed: rgb(14 27 55);
|
|
195
|
-
--md-sys-color-tertiary-fixed-dim: rgb(186 198 234);
|
|
196
|
-
--md-sys-color-on-tertiary-fixed-variant: rgb(59 70 100);
|
|
197
|
-
--md-sys-color-surface-dim: rgb(14 20 21);
|
|
198
|
-
--md-sys-color-surface-bright: rgb(52 58 59);
|
|
199
|
-
--md-sys-color-surface-container-lowest: rgb(9 15 16);
|
|
200
|
-
--md-sys-color-surface-container-low: rgb(23 29 30);
|
|
201
|
-
--md-sys-color-surface-container: rgb(27 33 34);
|
|
202
|
-
--md-sys-color-surface-container-high: rgb(37 43 44);
|
|
203
|
-
--md-sys-color-surface-container-highest: rgb(48 54 55);
|
|
204
|
-
}
|
|
205
|
-
.dark-medium-contrast {
|
|
206
|
-
--md-sys-color-primary: rgb(152 233 247);
|
|
207
|
-
--md-sys-color-surface-tint: rgb(130 211 224);
|
|
208
|
-
--md-sys-color-on-primary: rgb(0 42 48);
|
|
209
|
-
--md-sys-color-primary-container: rgb(73 156 169);
|
|
210
|
-
--md-sys-color-on-primary-container: rgb(0 0 0);
|
|
211
|
-
--md-sys-color-secondary: rgb(199 225 230);
|
|
212
|
-
--md-sys-color-on-secondary: rgb(16 41 45);
|
|
213
|
-
--md-sys-color-secondary-container: rgb(124 149 154);
|
|
214
|
-
--md-sys-color-on-secondary-container: rgb(0 0 0);
|
|
215
|
-
--md-sys-color-tertiary: rgb(209 220 255);
|
|
216
|
-
--md-sys-color-on-tertiary: rgb(25 37 65);
|
|
217
|
-
--md-sys-color-tertiary-container: rgb(132 144 178);
|
|
218
|
-
--md-sys-color-on-tertiary-container: rgb(0 0 0);
|
|
219
|
-
--md-sys-color-error: rgb(255 210 204);
|
|
220
|
-
--md-sys-color-on-error: rgb(84 0 3);
|
|
221
|
-
--md-sys-color-error-container: rgb(255 84 73);
|
|
222
|
-
--md-sys-color-on-error-container: rgb(0 0 0);
|
|
223
|
-
--md-sys-color-background: rgb(14 20 21);
|
|
224
|
-
--md-sys-color-on-background: rgb(222 227 229);
|
|
225
|
-
--md-sys-color-surface: rgb(14 20 21);
|
|
226
|
-
--md-sys-color-on-surface: rgb(255 255 255);
|
|
227
|
-
--md-sys-color-surface-variant: rgb(63 72 74);
|
|
228
|
-
--md-sys-color-on-surface-variant: rgb(212 222 224);
|
|
229
|
-
--md-sys-color-outline: rgb(170 180 181);
|
|
230
|
-
--md-sys-color-outline-variant: rgb(136 146 148);
|
|
231
|
-
--md-sys-color-shadow: rgb(0 0 0);
|
|
232
|
-
--md-sys-color-scrim: rgb(0 0 0);
|
|
233
|
-
--md-sys-color-inverse-surface: rgb(222 227 229);
|
|
234
|
-
--md-sys-color-inverse-on-surface: rgb(37 43 44);
|
|
235
|
-
--md-sys-color-inverse-primary: rgb(0 80 89);
|
|
236
|
-
--md-sys-color-primary-fixed: rgb(158 239 253);
|
|
237
|
-
--md-sys-color-on-primary-fixed: rgb(0 20 23);
|
|
238
|
-
--md-sys-color-primary-fixed-dim: rgb(130 211 224);
|
|
239
|
-
--md-sys-color-on-primary-fixed-variant: rgb(0 60 68);
|
|
240
|
-
--md-sys-color-secondary-fixed: rgb(205 231 236);
|
|
241
|
-
--md-sys-color-on-secondary-fixed: rgb(0 20 23);
|
|
242
|
-
--md-sys-color-secondary-fixed-dim: rgb(177 203 208);
|
|
243
|
-
--md-sys-color-on-secondary-fixed-variant: rgb(34 58 62);
|
|
244
|
-
--md-sys-color-tertiary-fixed: rgb(218 226 255);
|
|
245
|
-
--md-sys-color-on-tertiary-fixed: rgb(3 16 44);
|
|
246
|
-
--md-sys-color-tertiary-fixed-dim: rgb(186 198 234);
|
|
247
|
-
--md-sys-color-on-tertiary-fixed-variant: rgb(42 53 83);
|
|
248
|
-
--md-sys-color-surface-dim: rgb(14 20 21);
|
|
249
|
-
--md-sys-color-surface-bright: rgb(63 70 71);
|
|
250
|
-
--md-sys-color-surface-container-lowest: rgb(4 8 9);
|
|
251
|
-
--md-sys-color-surface-container-low: rgb(25 31 32);
|
|
252
|
-
--md-sys-color-surface-container: rgb(35 41 42);
|
|
253
|
-
--md-sys-color-surface-container-high: rgb(45 52 53);
|
|
254
|
-
--md-sys-color-surface-container-highest: rgb(57 63 64);
|
|
255
|
-
}
|
|
256
|
-
.dark-high-contrast {
|
|
257
|
-
--md-sys-color-primary: rgb(205 247 255);
|
|
258
|
-
--md-sys-color-surface-tint: rgb(130 211 224);
|
|
259
|
-
--md-sys-color-on-primary: rgb(0 0 0);
|
|
260
|
-
--md-sys-color-primary-container: rgb(126 207 220);
|
|
261
|
-
--md-sys-color-on-primary-container: rgb(0 14 16);
|
|
262
|
-
--md-sys-color-secondary: rgb(218 245 250);
|
|
263
|
-
--md-sys-color-on-secondary: rgb(0 0 0);
|
|
264
|
-
--md-sys-color-secondary-container: rgb(173 199 204);
|
|
265
|
-
--md-sys-color-on-secondary-container: rgb(0 14 16);
|
|
266
|
-
--md-sys-color-tertiary: rgb(237 239 255);
|
|
267
|
-
--md-sys-color-on-tertiary: rgb(0 0 0);
|
|
268
|
-
--md-sys-color-tertiary-container: rgb(182 194 230);
|
|
269
|
-
--md-sys-color-on-tertiary-container: rgb(0 9 37);
|
|
270
|
-
--md-sys-color-error: rgb(255 236 233);
|
|
271
|
-
--md-sys-color-on-error: rgb(0 0 0);
|
|
272
|
-
--md-sys-color-error-container: rgb(255 174 164);
|
|
273
|
-
--md-sys-color-on-error-container: rgb(34 0 1);
|
|
274
|
-
--md-sys-color-background: rgb(14 20 21);
|
|
275
|
-
--md-sys-color-on-background: rgb(222 227 229);
|
|
276
|
-
--md-sys-color-surface: rgb(14 20 21);
|
|
277
|
-
--md-sys-color-on-surface: rgb(255 255 255);
|
|
278
|
-
--md-sys-color-surface-variant: rgb(63 72 74);
|
|
279
|
-
--md-sys-color-on-surface-variant: rgb(255 255 255);
|
|
280
|
-
--md-sys-color-outline: rgb(232 242 243);
|
|
281
|
-
--md-sys-color-outline-variant: rgb(187 196 198);
|
|
282
|
-
--md-sys-color-shadow: rgb(0 0 0);
|
|
283
|
-
--md-sys-color-scrim: rgb(0 0 0);
|
|
284
|
-
--md-sys-color-inverse-surface: rgb(222 227 229);
|
|
285
|
-
--md-sys-color-inverse-on-surface: rgb(0 0 0);
|
|
286
|
-
--md-sys-color-inverse-primary: rgb(0 80 89);
|
|
287
|
-
--md-sys-color-primary-fixed: rgb(158 239 253);
|
|
288
|
-
--md-sys-color-on-primary-fixed: rgb(0 0 0);
|
|
289
|
-
--md-sys-color-primary-fixed-dim: rgb(130 211 224);
|
|
290
|
-
--md-sys-color-on-primary-fixed-variant: rgb(0 20 23);
|
|
291
|
-
--md-sys-color-secondary-fixed: rgb(205 231 236);
|
|
292
|
-
--md-sys-color-on-secondary-fixed: rgb(0 0 0);
|
|
293
|
-
--md-sys-color-secondary-fixed-dim: rgb(177 203 208);
|
|
294
|
-
--md-sys-color-on-secondary-fixed-variant: rgb(0 20 23);
|
|
295
|
-
--md-sys-color-tertiary-fixed: rgb(218 226 255);
|
|
296
|
-
--md-sys-color-on-tertiary-fixed: rgb(0 0 0);
|
|
297
|
-
--md-sys-color-tertiary-fixed-dim: rgb(186 198 234);
|
|
298
|
-
--md-sys-color-on-tertiary-fixed-variant: rgb(3 16 44);
|
|
299
|
-
--md-sys-color-surface-dim: rgb(14 20 21);
|
|
300
|
-
--md-sys-color-surface-bright: rgb(75 81 82);
|
|
301
|
-
--md-sys-color-surface-container-lowest: rgb(0 0 0);
|
|
302
|
-
--md-sys-color-surface-container-low: rgb(27 33 34);
|
|
303
|
-
--md-sys-color-surface-container: rgb(43 49 51);
|
|
304
|
-
--md-sys-color-surface-container-high: rgb(54 60 62);
|
|
305
|
-
--md-sys-color-surface-container-highest: rgb(66 72 73);
|
|
306
|
-
}
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
.dark-high-contrast {
|
|
2
|
-
--md-sys-color-primary: rgb(221 250 173);
|
|
3
|
-
--md-sys-color-surface-tint: rgb(180 208 135);
|
|
4
|
-
--md-sys-color-on-primary: rgb(0 0 0);
|
|
5
|
-
--md-sys-color-primary-container: rgb(176 204 132);
|
|
6
|
-
--md-sys-color-on-primary-container: rgb(6 14 0);
|
|
7
|
-
--md-sys-color-secondary: rgb(234 244 212);
|
|
8
|
-
--md-sys-color-on-secondary: rgb(0 0 0);
|
|
9
|
-
--md-sys-color-secondary-container: rgb(189 199 168);
|
|
10
|
-
--md-sys-color-on-secondary-container: rgb(7 13 1);
|
|
11
|
-
--md-sys-color-tertiary: rgb(201 250 243);
|
|
12
|
-
--md-sys-color-on-tertiary: rgb(0 0 0);
|
|
13
|
-
--md-sys-color-tertiary-container: rgb(156 204 198);
|
|
14
|
-
--md-sys-color-on-tertiary-container: rgb(0 14 12);
|
|
15
|
-
--md-sys-color-error: rgb(255 236 233);
|
|
16
|
-
--md-sys-color-on-error: rgb(0 0 0);
|
|
17
|
-
--md-sys-color-error-container: rgb(255 174 164);
|
|
18
|
-
--md-sys-color-on-error-container: rgb(34 0 1);
|
|
19
|
-
--md-sys-color-background: rgb(18 20 14);
|
|
20
|
-
--md-sys-color-on-background: rgb(226 227 216);
|
|
21
|
-
--md-sys-color-surface: rgb(18 20 14);
|
|
22
|
-
--md-sys-color-on-surface: rgb(255 255 255);
|
|
23
|
-
--md-sys-color-surface-variant: rgb(69 72 61);
|
|
24
|
-
--md-sys-color-on-surface-variant: rgb(255 255 255);
|
|
25
|
-
--md-sys-color-outline: rgb(239 241 226);
|
|
26
|
-
--md-sys-color-outline-variant: rgb(193 196 181);
|
|
27
|
-
--md-sys-color-shadow: rgb(0 0 0);
|
|
28
|
-
--md-sys-color-scrim: rgb(0 0 0);
|
|
29
|
-
--md-sys-color-inverse-surface: rgb(226 227 216);
|
|
30
|
-
--md-sys-color-inverse-on-surface: rgb(0 0 0);
|
|
31
|
-
--md-sys-color-inverse-primary: rgb(56 79 21);
|
|
32
|
-
--md-sys-color-primary-fixed: rgb(208 237 161);
|
|
33
|
-
--md-sys-color-on-primary-fixed: rgb(0 0 0);
|
|
34
|
-
--md-sys-color-primary-fixed-dim: rgb(180 208 135);
|
|
35
|
-
--md-sys-color-on-primary-fixed-variant: rgb(10 20 0);
|
|
36
|
-
--md-sys-color-secondary-fixed: rgb(221 231 199);
|
|
37
|
-
--md-sys-color-on-secondary-fixed: rgb(0 0 0);
|
|
38
|
-
--md-sys-color-secondary-fixed-dim: rgb(192 202 172);
|
|
39
|
-
--md-sys-color-on-secondary-fixed-variant: rgb(12 19 3);
|
|
40
|
-
--md-sys-color-tertiary-fixed: rgb(188 236 230);
|
|
41
|
-
--md-sys-color-on-tertiary-fixed: rgb(0 0 0);
|
|
42
|
-
--md-sys-color-tertiary-fixed-dim: rgb(160 208 202);
|
|
43
|
-
--md-sys-color-on-tertiary-fixed-variant: rgb(0 20 19);
|
|
44
|
-
--md-sys-color-surface-dim: rgb(18 20 14);
|
|
45
|
-
--md-sys-color-surface-bright: rgb(79 81 72);
|
|
46
|
-
--md-sys-color-surface-container-lowest: rgb(0 0 0);
|
|
47
|
-
--md-sys-color-surface-container-low: rgb(30 32 25);
|
|
48
|
-
--md-sys-color-surface-container: rgb(47 49 42);
|
|
49
|
-
--md-sys-color-surface-container-high: rgb(58 60 52);
|
|
50
|
-
--md-sys-color-surface-container-highest: rgb(69 72 63);
|
|
51
|
-
}
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
.dark-medium-contrast {
|
|
2
|
-
--md-sys-color-primary: rgb(201 230 155);
|
|
3
|
-
--md-sys-color-surface-tint: rgb(180 208 135);
|
|
4
|
-
--md-sys-color-on-primary: rgb(25 42 0);
|
|
5
|
-
--md-sys-color-primary-container: rgb(127 153 87);
|
|
6
|
-
--md-sys-color-on-primary-container: rgb(0 0 0);
|
|
7
|
-
--md-sys-color-secondary: rgb(214 224 193);
|
|
8
|
-
--md-sys-color-on-secondary: rgb(32 40 20);
|
|
9
|
-
--md-sys-color-secondary-container: rgb(139 148 120);
|
|
10
|
-
--md-sys-color-on-secondary-container: rgb(0 0 0);
|
|
11
|
-
--md-sys-color-tertiary: rgb(182 230 224);
|
|
12
|
-
--md-sys-color-on-tertiary: rgb(0 43 40);
|
|
13
|
-
--md-sys-color-tertiary-container: rgb(107 153 148);
|
|
14
|
-
--md-sys-color-on-tertiary-container: rgb(0 0 0);
|
|
15
|
-
--md-sys-color-error: rgb(255 210 204);
|
|
16
|
-
--md-sys-color-on-error: rgb(84 0 3);
|
|
17
|
-
--md-sys-color-error-container: rgb(255 84 73);
|
|
18
|
-
--md-sys-color-on-error-container: rgb(0 0 0);
|
|
19
|
-
--md-sys-color-background: rgb(18 20 14);
|
|
20
|
-
--md-sys-color-on-background: rgb(226 227 216);
|
|
21
|
-
--md-sys-color-surface: rgb(18 20 14);
|
|
22
|
-
--md-sys-color-on-surface: rgb(255 255 255);
|
|
23
|
-
--md-sys-color-surface-variant: rgb(69 72 61);
|
|
24
|
-
--md-sys-color-on-surface-variant: rgb(219 222 207);
|
|
25
|
-
--md-sys-color-outline: rgb(176 179 165);
|
|
26
|
-
--md-sys-color-outline-variant: rgb(143 146 132);
|
|
27
|
-
--md-sys-color-shadow: rgb(0 0 0);
|
|
28
|
-
--md-sys-color-scrim: rgb(0 0 0);
|
|
29
|
-
--md-sys-color-inverse-surface: rgb(226 227 216);
|
|
30
|
-
--md-sys-color-inverse-on-surface: rgb(41 43 35);
|
|
31
|
-
--md-sys-color-inverse-primary: rgb(56 79 21);
|
|
32
|
-
--md-sys-color-primary-fixed: rgb(208 237 161);
|
|
33
|
-
--md-sys-color-on-primary-fixed: rgb(10 20 0);
|
|
34
|
-
--md-sys-color-primary-fixed-dim: rgb(180 208 135);
|
|
35
|
-
--md-sys-color-on-primary-fixed-variant: rgb(39 60 3);
|
|
36
|
-
--md-sys-color-secondary-fixed: rgb(221 231 199);
|
|
37
|
-
--md-sys-color-on-secondary-fixed: rgb(12 19 3);
|
|
38
|
-
--md-sys-color-secondary-fixed-dim: rgb(192 202 172);
|
|
39
|
-
--md-sys-color-on-secondary-fixed-variant: rgb(49 57 35);
|
|
40
|
-
--md-sys-color-tertiary-fixed: rgb(188 236 230);
|
|
41
|
-
--md-sys-color-on-tertiary-fixed: rgb(0 20 19);
|
|
42
|
-
--md-sys-color-tertiary-fixed-dim: rgb(160 208 202);
|
|
43
|
-
--md-sys-color-on-tertiary-fixed-variant: rgb(9 61 57);
|
|
44
|
-
--md-sys-color-surface-dim: rgb(18 20 14);
|
|
45
|
-
--md-sys-color-surface-bright: rgb(67 69 61);
|
|
46
|
-
--md-sys-color-surface-container-lowest: rgb(6 8 4);
|
|
47
|
-
--md-sys-color-surface-container-low: rgb(28 30 23);
|
|
48
|
-
--md-sys-color-surface-container: rgb(38 41 33);
|
|
49
|
-
--md-sys-color-surface-container-high: rgb(49 51 44);
|
|
50
|
-
--md-sys-color-surface-container-highest: rgb(60 63 55);
|
|
51
|
-
}
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
.dark {
|
|
2
|
-
--md-sys-color-primary: rgb(180 208 135);
|
|
3
|
-
--md-sys-color-surface-tint: rgb(180 208 135);
|
|
4
|
-
--md-sys-color-on-primary: rgb(34 54 0);
|
|
5
|
-
--md-sys-color-primary-container: rgb(55 77 19);
|
|
6
|
-
--md-sys-color-on-primary-container: rgb(208 237 161);
|
|
7
|
-
--md-sys-color-secondary: rgb(192 202 172);
|
|
8
|
-
--md-sys-color-on-secondary: rgb(43 51 30);
|
|
9
|
-
--md-sys-color-secondary-container: rgb(65 74 50);
|
|
10
|
-
--md-sys-color-on-secondary-container: rgb(221 231 199);
|
|
11
|
-
--md-sys-color-tertiary: rgb(160 208 202);
|
|
12
|
-
--md-sys-color-on-tertiary: rgb(0 55 52);
|
|
13
|
-
--md-sys-color-tertiary-container: rgb(31 78 74);
|
|
14
|
-
--md-sys-color-on-tertiary-container: rgb(188 236 230);
|
|
15
|
-
--md-sys-color-error: rgb(255 180 171);
|
|
16
|
-
--md-sys-color-on-error: rgb(105 0 5);
|
|
17
|
-
--md-sys-color-error-container: rgb(147 0 10);
|
|
18
|
-
--md-sys-color-on-error-container: rgb(255 218 214);
|
|
19
|
-
--md-sys-color-background: rgb(18 20 14);
|
|
20
|
-
--md-sys-color-on-background: rgb(226 227 216);
|
|
21
|
-
--md-sys-color-surface: rgb(18 20 14);
|
|
22
|
-
--md-sys-color-on-surface: rgb(226 227 216);
|
|
23
|
-
--md-sys-color-surface-variant: rgb(69 72 61);
|
|
24
|
-
--md-sys-color-on-surface-variant: rgb(197 200 185);
|
|
25
|
-
--md-sys-color-outline: rgb(143 146 133);
|
|
26
|
-
--md-sys-color-outline-variant: rgb(69 72 61);
|
|
27
|
-
--md-sys-color-shadow: rgb(0 0 0);
|
|
28
|
-
--md-sys-color-scrim: rgb(0 0 0);
|
|
29
|
-
--md-sys-color-inverse-surface: rgb(226 227 216);
|
|
30
|
-
--md-sys-color-inverse-on-surface: rgb(47 49 42);
|
|
31
|
-
--md-sys-color-inverse-primary: rgb(78 102 41);
|
|
32
|
-
--md-sys-color-primary-fixed: rgb(208 237 161);
|
|
33
|
-
--md-sys-color-on-primary-fixed: rgb(18 31 0);
|
|
34
|
-
--md-sys-color-primary-fixed-dim: rgb(180 208 135);
|
|
35
|
-
--md-sys-color-on-primary-fixed-variant: rgb(55 77 19);
|
|
36
|
-
--md-sys-color-secondary-fixed: rgb(221 231 199);
|
|
37
|
-
--md-sys-color-on-secondary-fixed: rgb(22 30 10);
|
|
38
|
-
--md-sys-color-secondary-fixed-dim: rgb(192 202 172);
|
|
39
|
-
--md-sys-color-on-secondary-fixed-variant: rgb(65 74 50);
|
|
40
|
-
--md-sys-color-tertiary-fixed: rgb(188 236 230);
|
|
41
|
-
--md-sys-color-on-tertiary-fixed: rgb(0 32 30);
|
|
42
|
-
--md-sys-color-tertiary-fixed-dim: rgb(160 208 202);
|
|
43
|
-
--md-sys-color-on-tertiary-fixed-variant: rgb(31 78 74);
|
|
44
|
-
--md-sys-color-surface-dim: rgb(18 20 14);
|
|
45
|
-
--md-sys-color-surface-bright: rgb(56 58 50);
|
|
46
|
-
--md-sys-color-surface-container-lowest: rgb(13 15 9);
|
|
47
|
-
--md-sys-color-surface-container-low: rgb(26 28 22);
|
|
48
|
-
--md-sys-color-surface-container: rgb(30 32 25);
|
|
49
|
-
--md-sys-color-surface-container-high: rgb(41 43 35);
|
|
50
|
-
--md-sys-color-surface-container-highest: rgb(51 54 46);
|
|
51
|
-
}
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
.light-high-contrast {
|
|
2
|
-
--md-sys-color-primary: rgb(30 50 0);
|
|
3
|
-
--md-sys-color-surface-tint: rgb(78 102 41);
|
|
4
|
-
--md-sys-color-on-primary: rgb(255 255 255);
|
|
5
|
-
--md-sys-color-primary-container: rgb(57 80 22);
|
|
6
|
-
--md-sys-color-on-primary-container: rgb(255 255 255);
|
|
7
|
-
--md-sys-color-secondary: rgb(39 47 26);
|
|
8
|
-
--md-sys-color-on-secondary: rgb(255 255 255);
|
|
9
|
-
--md-sys-color-secondary-container: rgb(67 76 53);
|
|
10
|
-
--md-sys-color-on-secondary-container: rgb(255 255 255);
|
|
11
|
-
--md-sys-color-tertiary: rgb(0 50 47);
|
|
12
|
-
--md-sys-color-on-tertiary: rgb(255 255 255);
|
|
13
|
-
--md-sys-color-tertiary-container: rgb(34 80 76);
|
|
14
|
-
--md-sys-color-on-tertiary-container: rgb(255 255 255);
|
|
15
|
-
--md-sys-color-error: rgb(96 0 4);
|
|
16
|
-
--md-sys-color-on-error: rgb(255 255 255);
|
|
17
|
-
--md-sys-color-error-container: rgb(152 0 10);
|
|
18
|
-
--md-sys-color-on-error-container: rgb(255 255 255);
|
|
19
|
-
--md-sys-color-background: rgb(250 250 238);
|
|
20
|
-
--md-sys-color-on-background: rgb(26 28 22);
|
|
21
|
-
--md-sys-color-surface: rgb(250 250 238);
|
|
22
|
-
--md-sys-color-on-surface: rgb(0 0 0);
|
|
23
|
-
--md-sys-color-surface-variant: rgb(225 228 213);
|
|
24
|
-
--md-sys-color-on-surface-variant: rgb(0 0 0);
|
|
25
|
-
--md-sys-color-outline: rgb(42 45 35);
|
|
26
|
-
--md-sys-color-outline-variant: rgb(71 75 63);
|
|
27
|
-
--md-sys-color-shadow: rgb(0 0 0);
|
|
28
|
-
--md-sys-color-scrim: rgb(0 0 0);
|
|
29
|
-
--md-sys-color-inverse-surface: rgb(47 49 42);
|
|
30
|
-
--md-sys-color-inverse-on-surface: rgb(255 255 255);
|
|
31
|
-
--md-sys-color-inverse-primary: rgb(180 208 135);
|
|
32
|
-
--md-sys-color-primary-fixed: rgb(57 80 22);
|
|
33
|
-
--md-sys-color-on-primary-fixed: rgb(255 255 255);
|
|
34
|
-
--md-sys-color-primary-fixed-dim: rgb(36 57 1);
|
|
35
|
-
--md-sys-color-on-primary-fixed-variant: rgb(255 255 255);
|
|
36
|
-
--md-sys-color-secondary-fixed: rgb(67 76 53);
|
|
37
|
-
--md-sys-color-on-secondary-fixed: rgb(255 255 255);
|
|
38
|
-
--md-sys-color-secondary-fixed-dim: rgb(45 54 32);
|
|
39
|
-
--md-sys-color-on-secondary-fixed-variant: rgb(255 255 255);
|
|
40
|
-
--md-sys-color-tertiary-fixed: rgb(34 80 76);
|
|
41
|
-
--md-sys-color-on-tertiary-fixed: rgb(255 255 255);
|
|
42
|
-
--md-sys-color-tertiary-fixed-dim: rgb(3 57 54);
|
|
43
|
-
--md-sys-color-on-tertiary-fixed-variant: rgb(255 255 255);
|
|
44
|
-
--md-sys-color-surface-dim: rgb(184 186 175);
|
|
45
|
-
--md-sys-color-surface-bright: rgb(250 250 238);
|
|
46
|
-
--md-sys-color-surface-container-lowest: rgb(255 255 255);
|
|
47
|
-
--md-sys-color-surface-container-low: rgb(241 242 230);
|
|
48
|
-
--md-sys-color-surface-container: rgb(226 227 216);
|
|
49
|
-
--md-sys-color-surface-container-high: rgb(212 213 202);
|
|
50
|
-
--md-sys-color-surface-container-highest: rgb(198 199 188);
|
|
51
|
-
}
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
.light-medium-contrast {
|
|
2
|
-
--md-sys-color-primary: rgb(39 60 3);
|
|
3
|
-
--md-sys-color-surface-tint: rgb(78 102 41);
|
|
4
|
-
--md-sys-color-on-primary: rgb(255 255 255);
|
|
5
|
-
--md-sys-color-primary-container: rgb(92 117 55);
|
|
6
|
-
--md-sys-color-on-primary-container: rgb(255 255 255);
|
|
7
|
-
--md-sys-color-secondary: rgb(49 57 35);
|
|
8
|
-
--md-sys-color-on-secondary: rgb(255 255 255);
|
|
9
|
-
--md-sys-color-secondary-container: rgb(103 112 86);
|
|
10
|
-
--md-sys-color-on-secondary-container: rgb(255 255 255);
|
|
11
|
-
--md-sys-color-tertiary: rgb(9 61 57);
|
|
12
|
-
--md-sys-color-on-tertiary: rgb(255 255 255);
|
|
13
|
-
--md-sys-color-tertiary-container: rgb(72 117 112);
|
|
14
|
-
--md-sys-color-on-tertiary-container: rgb(255 255 255);
|
|
15
|
-
--md-sys-color-error: rgb(116 0 6);
|
|
16
|
-
--md-sys-color-on-error: rgb(255 255 255);
|
|
17
|
-
--md-sys-color-error-container: rgb(207 44 39);
|
|
18
|
-
--md-sys-color-on-error-container: rgb(255 255 255);
|
|
19
|
-
--md-sys-color-background: rgb(250 250 238);
|
|
20
|
-
--md-sys-color-on-background: rgb(26 28 22);
|
|
21
|
-
--md-sys-color-surface: rgb(250 250 238);
|
|
22
|
-
--md-sys-color-on-surface: rgb(16 18 12);
|
|
23
|
-
--md-sys-color-surface-variant: rgb(225 228 213);
|
|
24
|
-
--md-sys-color-on-surface-variant: rgb(52 55 45);
|
|
25
|
-
--md-sys-color-outline: rgb(80 84 72);
|
|
26
|
-
--md-sys-color-outline-variant: rgb(107 110 98);
|
|
27
|
-
--md-sys-color-shadow: rgb(0 0 0);
|
|
28
|
-
--md-sys-color-scrim: rgb(0 0 0);
|
|
29
|
-
--md-sys-color-inverse-surface: rgb(47 49 42);
|
|
30
|
-
--md-sys-color-inverse-on-surface: rgb(241 242 230);
|
|
31
|
-
--md-sys-color-inverse-primary: rgb(180 208 135);
|
|
32
|
-
--md-sys-color-primary-fixed: rgb(92 117 55);
|
|
33
|
-
--md-sys-color-on-primary-fixed: rgb(255 255 255);
|
|
34
|
-
--md-sys-color-primary-fixed-dim: rgb(69 92 33);
|
|
35
|
-
--md-sys-color-on-primary-fixed-variant: rgb(255 255 255);
|
|
36
|
-
--md-sys-color-secondary-fixed: rgb(103 112 86);
|
|
37
|
-
--md-sys-color-on-secondary-fixed: rgb(255 255 255);
|
|
38
|
-
--md-sys-color-secondary-fixed-dim: rgb(79 88 64);
|
|
39
|
-
--md-sys-color-on-secondary-fixed-variant: rgb(255 255 255);
|
|
40
|
-
--md-sys-color-tertiary-fixed: rgb(72 117 112);
|
|
41
|
-
--md-sys-color-on-tertiary-fixed: rgb(255 255 255);
|
|
42
|
-
--md-sys-color-tertiary-fixed-dim: rgb(46 92 88);
|
|
43
|
-
--md-sys-color-on-tertiary-fixed-variant: rgb(255 255 255);
|
|
44
|
-
--md-sys-color-surface-dim: rgb(198 199 188);
|
|
45
|
-
--md-sys-color-surface-bright: rgb(250 250 238);
|
|
46
|
-
--md-sys-color-surface-container-lowest: rgb(255 255 255);
|
|
47
|
-
--md-sys-color-surface-container-low: rgb(244 244 233);
|
|
48
|
-
--md-sys-color-surface-container: rgb(232 233 222);
|
|
49
|
-
--md-sys-color-surface-container-high: rgb(221 222 210);
|
|
50
|
-
--md-sys-color-surface-container-highest: rgb(209 210 199);
|
|
51
|
-
}
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
.light {
|
|
2
|
-
--md-sys-color-primary: rgb(78 102 41);
|
|
3
|
-
--md-sys-color-surface-tint: rgb(78 102 41);
|
|
4
|
-
--md-sys-color-on-primary: rgb(255 255 255);
|
|
5
|
-
--md-sys-color-primary-container: rgb(208 237 161);
|
|
6
|
-
--md-sys-color-on-primary-container: rgb(55 77 19);
|
|
7
|
-
--md-sys-color-secondary: rgb(88 98 73);
|
|
8
|
-
--md-sys-color-on-secondary: rgb(255 255 255);
|
|
9
|
-
--md-sys-color-secondary-container: rgb(221 231 199);
|
|
10
|
-
--md-sys-color-on-secondary-container: rgb(65 74 50);
|
|
11
|
-
--md-sys-color-tertiary: rgb(57 102 98);
|
|
12
|
-
--md-sys-color-on-tertiary: rgb(255 255 255);
|
|
13
|
-
--md-sys-color-tertiary-container: rgb(188 236 230);
|
|
14
|
-
--md-sys-color-on-tertiary-container: rgb(31 78 74);
|
|
15
|
-
--md-sys-color-error: rgb(186 26 26);
|
|
16
|
-
--md-sys-color-on-error: rgb(255 255 255);
|
|
17
|
-
--md-sys-color-error-container: rgb(255 218 214);
|
|
18
|
-
--md-sys-color-on-error-container: rgb(147 0 10);
|
|
19
|
-
--md-sys-color-background: rgb(250 250 238);
|
|
20
|
-
--md-sys-color-on-background: rgb(26 28 22);
|
|
21
|
-
--md-sys-color-surface: rgb(250 250 238);
|
|
22
|
-
--md-sys-color-on-surface: rgb(26 28 22);
|
|
23
|
-
--md-sys-color-surface-variant: rgb(225 228 213);
|
|
24
|
-
--md-sys-color-on-surface-variant: rgb(69 72 61);
|
|
25
|
-
--md-sys-color-outline: rgb(117 120 108);
|
|
26
|
-
--md-sys-color-outline-variant: rgb(197 200 185);
|
|
27
|
-
--md-sys-color-shadow: rgb(0 0 0);
|
|
28
|
-
--md-sys-color-scrim: rgb(0 0 0);
|
|
29
|
-
--md-sys-color-inverse-surface: rgb(47 49 42);
|
|
30
|
-
--md-sys-color-inverse-on-surface: rgb(241 242 230);
|
|
31
|
-
--md-sys-color-inverse-primary: rgb(180 208 135);
|
|
32
|
-
--md-sys-color-primary-fixed: rgb(208 237 161);
|
|
33
|
-
--md-sys-color-on-primary-fixed: rgb(18 31 0);
|
|
34
|
-
--md-sys-color-primary-fixed-dim: rgb(180 208 135);
|
|
35
|
-
--md-sys-color-on-primary-fixed-variant: rgb(55 77 19);
|
|
36
|
-
--md-sys-color-secondary-fixed: rgb(221 231 199);
|
|
37
|
-
--md-sys-color-on-secondary-fixed: rgb(22 30 10);
|
|
38
|
-
--md-sys-color-secondary-fixed-dim: rgb(192 202 172);
|
|
39
|
-
--md-sys-color-on-secondary-fixed-variant: rgb(65 74 50);
|
|
40
|
-
--md-sys-color-tertiary-fixed: rgb(188 236 230);
|
|
41
|
-
--md-sys-color-on-tertiary-fixed: rgb(0 32 30);
|
|
42
|
-
--md-sys-color-tertiary-fixed-dim: rgb(160 208 202);
|
|
43
|
-
--md-sys-color-on-tertiary-fixed-variant: rgb(31 78 74);
|
|
44
|
-
--md-sys-color-surface-dim: rgb(218 219 208);
|
|
45
|
-
--md-sys-color-surface-bright: rgb(250 250 238);
|
|
46
|
-
--md-sys-color-surface-container-lowest: rgb(255 255 255);
|
|
47
|
-
--md-sys-color-surface-container-low: rgb(244 244 233);
|
|
48
|
-
--md-sys-color-surface-container: rgb(238 239 227);
|
|
49
|
-
--md-sys-color-surface-container-high: rgb(232 233 222);
|
|
50
|
-
--md-sys-color-surface-container-highest: rgb(226 227 216);
|
|
51
|
-
}
|