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(90 99 30);
|
|
3
|
-
--md-sys-color-surface-tint: rgb(90 99 30);
|
|
4
|
-
--md-sys-color-on-primary: rgb(255 255 255);
|
|
5
|
-
--md-sys-color-primary-container: rgb(223 233 149);
|
|
6
|
-
--md-sys-color-on-primary-container: rgb(67 75 6);
|
|
7
|
-
--md-sys-color-secondary: rgb(93 97 69);
|
|
8
|
-
--md-sys-color-on-secondary: rgb(255 255 255);
|
|
9
|
-
--md-sys-color-secondary-container: rgb(227 229 194);
|
|
10
|
-
--md-sys-color-on-secondary-container: rgb(70 73 47);
|
|
11
|
-
--md-sys-color-tertiary: rgb(59 102 91);
|
|
12
|
-
--md-sys-color-on-tertiary: rgb(255 255 255);
|
|
13
|
-
--md-sys-color-tertiary-container: rgb(189 236 222);
|
|
14
|
-
--md-sys-color-on-tertiary-container: rgb(34 78 68);
|
|
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(252 250 237);
|
|
20
|
-
--md-sys-color-on-background: rgb(27 28 20);
|
|
21
|
-
--md-sys-color-surface: rgb(252 250 237);
|
|
22
|
-
--md-sys-color-on-surface: rgb(27 28 20);
|
|
23
|
-
--md-sys-color-surface-variant: rgb(228 227 210);
|
|
24
|
-
--md-sys-color-on-surface-variant: rgb(71 72 59);
|
|
25
|
-
--md-sys-color-outline: rgb(120 120 106);
|
|
26
|
-
--md-sys-color-outline-variant: rgb(200 199 183);
|
|
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(48 49 40);
|
|
30
|
-
--md-sys-color-inverse-on-surface: rgb(243 241 228);
|
|
31
|
-
--md-sys-color-inverse-primary: rgb(194 205 124);
|
|
32
|
-
--md-sys-color-primary-fixed: rgb(223 233 149);
|
|
33
|
-
--md-sys-color-on-primary-fixed: rgb(25 30 0);
|
|
34
|
-
--md-sys-color-primary-fixed-dim: rgb(194 205 124);
|
|
35
|
-
--md-sys-color-on-primary-fixed-variant: rgb(67 75 6);
|
|
36
|
-
--md-sys-color-secondary-fixed: rgb(227 229 194);
|
|
37
|
-
--md-sys-color-on-secondary-fixed: rgb(26 29 7);
|
|
38
|
-
--md-sys-color-secondary-fixed-dim: rgb(198 201 167);
|
|
39
|
-
--md-sys-color-on-secondary-fixed-variant: rgb(70 73 47);
|
|
40
|
-
--md-sys-color-tertiary-fixed: rgb(189 236 222);
|
|
41
|
-
--md-sys-color-on-tertiary-fixed: rgb(0 32 26);
|
|
42
|
-
--md-sys-color-tertiary-fixed-dim: rgb(162 208 194);
|
|
43
|
-
--md-sys-color-on-tertiary-fixed-variant: rgb(34 78 68);
|
|
44
|
-
--md-sys-color-surface-dim: rgb(220 218 206);
|
|
45
|
-
--md-sys-color-surface-bright: rgb(252 250 237);
|
|
46
|
-
--md-sys-color-surface-container-lowest: rgb(255 255 255);
|
|
47
|
-
--md-sys-color-surface-container-low: rgb(246 244 231);
|
|
48
|
-
--md-sys-color-surface-container: rgb(240 238 225);
|
|
49
|
-
--md-sys-color-surface-container-high: rgb(234 233 220);
|
|
50
|
-
--md-sys-color-surface-container-highest: rgb(228 227 214);
|
|
51
|
-
}
|
|
52
|
-
.light-medium-contrast {
|
|
53
|
-
--md-sys-color-primary: rgb(51 58 0);
|
|
54
|
-
--md-sys-color-surface-tint: rgb(90 99 30);
|
|
55
|
-
--md-sys-color-on-primary: rgb(255 255 255);
|
|
56
|
-
--md-sys-color-primary-container: rgb(105 114 44);
|
|
57
|
-
--md-sys-color-on-primary-container: rgb(255 255 255);
|
|
58
|
-
--md-sys-color-secondary: rgb(53 56 31);
|
|
59
|
-
--md-sys-color-on-secondary: rgb(255 255 255);
|
|
60
|
-
--md-sys-color-secondary-container: rgb(108 111 82);
|
|
61
|
-
--md-sys-color-on-secondary-container: rgb(255 255 255);
|
|
62
|
-
--md-sys-color-tertiary: rgb(14 61 51);
|
|
63
|
-
--md-sys-color-on-tertiary: rgb(255 255 255);
|
|
64
|
-
--md-sys-color-tertiary-container: rgb(74 117 105);
|
|
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(252 250 237);
|
|
71
|
-
--md-sys-color-on-background: rgb(27 28 20);
|
|
72
|
-
--md-sys-color-surface: rgb(252 250 237);
|
|
73
|
-
--md-sys-color-on-surface: rgb(17 18 11);
|
|
74
|
-
--md-sys-color-surface-variant: rgb(228 227 210);
|
|
75
|
-
--md-sys-color-on-surface-variant: rgb(54 55 43);
|
|
76
|
-
--md-sys-color-outline: rgb(83 83 70);
|
|
77
|
-
--md-sys-color-outline-variant: rgb(109 110 96);
|
|
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(48 49 40);
|
|
81
|
-
--md-sys-color-inverse-on-surface: rgb(243 241 228);
|
|
82
|
-
--md-sys-color-inverse-primary: rgb(194 205 124);
|
|
83
|
-
--md-sys-color-primary-fixed: rgb(105 114 44);
|
|
84
|
-
--md-sys-color-on-primary-fixed: rgb(255 255 255);
|
|
85
|
-
--md-sys-color-primary-fixed-dim: rgb(81 89 21);
|
|
86
|
-
--md-sys-color-on-primary-fixed-variant: rgb(255 255 255);
|
|
87
|
-
--md-sys-color-secondary-fixed: rgb(108 111 82);
|
|
88
|
-
--md-sys-color-on-secondary-fixed: rgb(255 255 255);
|
|
89
|
-
--md-sys-color-secondary-fixed-dim: rgb(84 87 60);
|
|
90
|
-
--md-sys-color-on-secondary-fixed-variant: rgb(255 255 255);
|
|
91
|
-
--md-sys-color-tertiary-fixed: rgb(74 117 105);
|
|
92
|
-
--md-sys-color-on-tertiary-fixed: rgb(255 255 255);
|
|
93
|
-
--md-sys-color-tertiary-fixed-dim: rgb(49 93 81);
|
|
94
|
-
--md-sys-color-on-tertiary-fixed-variant: rgb(255 255 255);
|
|
95
|
-
--md-sys-color-surface-dim: rgb(200 199 187);
|
|
96
|
-
--md-sys-color-surface-bright: rgb(252 250 237);
|
|
97
|
-
--md-sys-color-surface-container-lowest: rgb(255 255 255);
|
|
98
|
-
--md-sys-color-surface-container-low: rgb(246 244 231);
|
|
99
|
-
--md-sys-color-surface-container: rgb(234 233 220);
|
|
100
|
-
--md-sys-color-surface-container-high: rgb(223 221 209);
|
|
101
|
-
--md-sys-color-surface-container-highest: rgb(211 210 198);
|
|
102
|
-
}
|
|
103
|
-
.light-high-contrast {
|
|
104
|
-
--md-sys-color-primary: rgb(41 47 0);
|
|
105
|
-
--md-sys-color-surface-tint: rgb(90 99 30);
|
|
106
|
-
--md-sys-color-on-primary: rgb(255 255 255);
|
|
107
|
-
--md-sys-color-primary-container: rgb(69 78 8);
|
|
108
|
-
--md-sys-color-on-primary-container: rgb(255 255 255);
|
|
109
|
-
--md-sys-color-secondary: rgb(43 46 22);
|
|
110
|
-
--md-sys-color-on-secondary: rgb(255 255 255);
|
|
111
|
-
--md-sys-color-secondary-container: rgb(72 75 49);
|
|
112
|
-
--md-sys-color-on-secondary-container: rgb(255 255 255);
|
|
113
|
-
--md-sys-color-tertiary: rgb(0 51 41);
|
|
114
|
-
--md-sys-color-on-tertiary: rgb(255 255 255);
|
|
115
|
-
--md-sys-color-tertiary-container: rgb(37 81 70);
|
|
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(252 250 237);
|
|
122
|
-
--md-sys-color-on-background: rgb(27 28 20);
|
|
123
|
-
--md-sys-color-surface: rgb(252 250 237);
|
|
124
|
-
--md-sys-color-on-surface: rgb(0 0 0);
|
|
125
|
-
--md-sys-color-surface-variant: rgb(228 227 210);
|
|
126
|
-
--md-sys-color-on-surface-variant: rgb(0 0 0);
|
|
127
|
-
--md-sys-color-outline: rgb(44 45 34);
|
|
128
|
-
--md-sys-color-outline-variant: rgb(73 74 61);
|
|
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(48 49 40);
|
|
132
|
-
--md-sys-color-inverse-on-surface: rgb(255 255 255);
|
|
133
|
-
--md-sys-color-inverse-primary: rgb(194 205 124);
|
|
134
|
-
--md-sys-color-primary-fixed: rgb(69 78 8);
|
|
135
|
-
--md-sys-color-on-primary-fixed: rgb(255 255 255);
|
|
136
|
-
--md-sys-color-primary-fixed-dim: rgb(47 54 0);
|
|
137
|
-
--md-sys-color-on-primary-fixed-variant: rgb(255 255 255);
|
|
138
|
-
--md-sys-color-secondary-fixed: rgb(72 75 49);
|
|
139
|
-
--md-sys-color-on-secondary-fixed: rgb(255 255 255);
|
|
140
|
-
--md-sys-color-secondary-fixed-dim: rgb(49 53 28);
|
|
141
|
-
--md-sys-color-on-secondary-fixed-variant: rgb(255 255 255);
|
|
142
|
-
--md-sys-color-tertiary-fixed: rgb(37 81 70);
|
|
143
|
-
--md-sys-color-on-tertiary-fixed: rgb(255 255 255);
|
|
144
|
-
--md-sys-color-tertiary-fixed-dim: rgb(9 58 48);
|
|
145
|
-
--md-sys-color-on-tertiary-fixed-variant: rgb(255 255 255);
|
|
146
|
-
--md-sys-color-surface-dim: rgb(186 185 173);
|
|
147
|
-
--md-sys-color-surface-bright: rgb(252 250 237);
|
|
148
|
-
--md-sys-color-surface-container-lowest: rgb(255 255 255);
|
|
149
|
-
--md-sys-color-surface-container-low: rgb(243 241 228);
|
|
150
|
-
--md-sys-color-surface-container: rgb(228 227 214);
|
|
151
|
-
--md-sys-color-surface-container-high: rgb(214 213 200);
|
|
152
|
-
--md-sys-color-surface-container-highest: rgb(200 199 187);
|
|
153
|
-
}
|
|
154
|
-
.dark {
|
|
155
|
-
--md-sys-color-primary: rgb(194 205 124);
|
|
156
|
-
--md-sys-color-surface-tint: rgb(194 205 124);
|
|
157
|
-
--md-sys-color-on-primary: rgb(45 52 0);
|
|
158
|
-
--md-sys-color-primary-container: rgb(67 75 6);
|
|
159
|
-
--md-sys-color-on-primary-container: rgb(223 233 149);
|
|
160
|
-
--md-sys-color-secondary: rgb(198 201 167);
|
|
161
|
-
--md-sys-color-on-secondary: rgb(47 50 26);
|
|
162
|
-
--md-sys-color-secondary-container: rgb(70 73 47);
|
|
163
|
-
--md-sys-color-on-secondary-container: rgb(227 229 194);
|
|
164
|
-
--md-sys-color-tertiary: rgb(162 208 194);
|
|
165
|
-
--md-sys-color-on-tertiary: rgb(6 55 46);
|
|
166
|
-
--md-sys-color-tertiary-container: rgb(34 78 68);
|
|
167
|
-
--md-sys-color-on-tertiary-container: rgb(189 236 222);
|
|
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(19 20 13);
|
|
173
|
-
--md-sys-color-on-background: rgb(228 227 214);
|
|
174
|
-
--md-sys-color-surface: rgb(19 20 13);
|
|
175
|
-
--md-sys-color-on-surface: rgb(228 227 214);
|
|
176
|
-
--md-sys-color-surface-variant: rgb(71 72 59);
|
|
177
|
-
--md-sys-color-on-surface-variant: rgb(200 199 183);
|
|
178
|
-
--md-sys-color-outline: rgb(145 146 131);
|
|
179
|
-
--md-sys-color-outline-variant: rgb(71 72 59);
|
|
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(228 227 214);
|
|
183
|
-
--md-sys-color-inverse-on-surface: rgb(48 49 40);
|
|
184
|
-
--md-sys-color-inverse-primary: rgb(90 99 30);
|
|
185
|
-
--md-sys-color-primary-fixed: rgb(223 233 149);
|
|
186
|
-
--md-sys-color-on-primary-fixed: rgb(25 30 0);
|
|
187
|
-
--md-sys-color-primary-fixed-dim: rgb(194 205 124);
|
|
188
|
-
--md-sys-color-on-primary-fixed-variant: rgb(67 75 6);
|
|
189
|
-
--md-sys-color-secondary-fixed: rgb(227 229 194);
|
|
190
|
-
--md-sys-color-on-secondary-fixed: rgb(26 29 7);
|
|
191
|
-
--md-sys-color-secondary-fixed-dim: rgb(198 201 167);
|
|
192
|
-
--md-sys-color-on-secondary-fixed-variant: rgb(70 73 47);
|
|
193
|
-
--md-sys-color-tertiary-fixed: rgb(189 236 222);
|
|
194
|
-
--md-sys-color-on-tertiary-fixed: rgb(0 32 26);
|
|
195
|
-
--md-sys-color-tertiary-fixed-dim: rgb(162 208 194);
|
|
196
|
-
--md-sys-color-on-tertiary-fixed-variant: rgb(34 78 68);
|
|
197
|
-
--md-sys-color-surface-dim: rgb(19 20 13);
|
|
198
|
-
--md-sys-color-surface-bright: rgb(57 58 49);
|
|
199
|
-
--md-sys-color-surface-container-lowest: rgb(14 15 8);
|
|
200
|
-
--md-sys-color-surface-container-low: rgb(27 28 20);
|
|
201
|
-
--md-sys-color-surface-container: rgb(31 32 24);
|
|
202
|
-
--md-sys-color-surface-container-high: rgb(42 43 34);
|
|
203
|
-
--md-sys-color-surface-container-highest: rgb(53 53 45);
|
|
204
|
-
}
|
|
205
|
-
.dark-medium-contrast {
|
|
206
|
-
--md-sys-color-primary: rgb(216 227 144);
|
|
207
|
-
--md-sys-color-surface-tint: rgb(194 205 124);
|
|
208
|
-
--md-sys-color-on-primary: rgb(35 40 0);
|
|
209
|
-
--md-sys-color-primary-container: rgb(141 151 76);
|
|
210
|
-
--md-sys-color-on-primary-container: rgb(0 0 0);
|
|
211
|
-
--md-sys-color-secondary: rgb(220 223 188);
|
|
212
|
-
--md-sys-color-on-secondary: rgb(36 39 16);
|
|
213
|
-
--md-sys-color-secondary-container: rgb(144 147 116);
|
|
214
|
-
--md-sys-color-on-secondary-container: rgb(0 0 0);
|
|
215
|
-
--md-sys-color-tertiary: rgb(183 230 216);
|
|
216
|
-
--md-sys-color-on-tertiary: rgb(0 44 35);
|
|
217
|
-
--md-sys-color-tertiary-container: rgb(109 154 141);
|
|
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(19 20 13);
|
|
224
|
-
--md-sys-color-on-background: rgb(228 227 214);
|
|
225
|
-
--md-sys-color-surface: rgb(19 20 13);
|
|
226
|
-
--md-sys-color-on-surface: rgb(255 255 255);
|
|
227
|
-
--md-sys-color-surface-variant: rgb(71 72 59);
|
|
228
|
-
--md-sys-color-on-surface-variant: rgb(222 221 204);
|
|
229
|
-
--md-sys-color-outline: rgb(179 179 163);
|
|
230
|
-
--md-sys-color-outline-variant: rgb(145 145 130);
|
|
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(228 227 214);
|
|
234
|
-
--md-sys-color-inverse-on-surface: rgb(42 43 34);
|
|
235
|
-
--md-sys-color-inverse-primary: rgb(68 76 7);
|
|
236
|
-
--md-sys-color-primary-fixed: rgb(223 233 149);
|
|
237
|
-
--md-sys-color-on-primary-fixed: rgb(16 19 0);
|
|
238
|
-
--md-sys-color-primary-fixed-dim: rgb(194 205 124);
|
|
239
|
-
--md-sys-color-on-primary-fixed-variant: rgb(51 58 0);
|
|
240
|
-
--md-sys-color-secondary-fixed: rgb(227 229 194);
|
|
241
|
-
--md-sys-color-on-secondary-fixed: rgb(16 19 1);
|
|
242
|
-
--md-sys-color-secondary-fixed-dim: rgb(198 201 167);
|
|
243
|
-
--md-sys-color-on-secondary-fixed-variant: rgb(53 56 31);
|
|
244
|
-
--md-sys-color-tertiary-fixed: rgb(189 236 222);
|
|
245
|
-
--md-sys-color-on-tertiary-fixed: rgb(0 21 16);
|
|
246
|
-
--md-sys-color-tertiary-fixed-dim: rgb(162 208 194);
|
|
247
|
-
--md-sys-color-on-tertiary-fixed-variant: rgb(14 61 51);
|
|
248
|
-
--md-sys-color-surface-dim: rgb(19 20 13);
|
|
249
|
-
--md-sys-color-surface-bright: rgb(69 69 60);
|
|
250
|
-
--md-sys-color-surface-container-lowest: rgb(7 8 3);
|
|
251
|
-
--md-sys-color-surface-container-low: rgb(29 30 22);
|
|
252
|
-
--md-sys-color-surface-container: rgb(40 40 32);
|
|
253
|
-
--md-sys-color-surface-container-high: rgb(51 51 43);
|
|
254
|
-
--md-sys-color-surface-container-highest: rgb(62 62 53);
|
|
255
|
-
}
|
|
256
|
-
.dark-high-contrast {
|
|
257
|
-
--md-sys-color-primary: rgb(236 247 161);
|
|
258
|
-
--md-sys-color-surface-tint: rgb(194 205 124);
|
|
259
|
-
--md-sys-color-on-primary: rgb(0 0 0);
|
|
260
|
-
--md-sys-color-primary-container: rgb(191 201 120);
|
|
261
|
-
--md-sys-color-on-primary-container: rgb(10 13 0);
|
|
262
|
-
--md-sys-color-secondary: rgb(240 243 207);
|
|
263
|
-
--md-sys-color-on-secondary: rgb(0 0 0);
|
|
264
|
-
--md-sys-color-secondary-container: rgb(194 197 163);
|
|
265
|
-
--md-sys-color-on-secondary-container: rgb(10 13 0);
|
|
266
|
-
--md-sys-color-tertiary: rgb(203 250 235);
|
|
267
|
-
--md-sys-color-on-tertiary: rgb(0 0 0);
|
|
268
|
-
--md-sys-color-tertiary-container: rgb(158 204 190);
|
|
269
|
-
--md-sys-color-on-tertiary-container: rgb(0 14 10);
|
|
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(19 20 13);
|
|
275
|
-
--md-sys-color-on-background: rgb(228 227 214);
|
|
276
|
-
--md-sys-color-surface: rgb(19 20 13);
|
|
277
|
-
--md-sys-color-on-surface: rgb(255 255 255);
|
|
278
|
-
--md-sys-color-surface-variant: rgb(71 72 59);
|
|
279
|
-
--md-sys-color-on-surface-variant: rgb(255 255 255);
|
|
280
|
-
--md-sys-color-outline: rgb(242 241 223);
|
|
281
|
-
--md-sys-color-outline-variant: rgb(196 195 179);
|
|
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(228 227 214);
|
|
285
|
-
--md-sys-color-inverse-on-surface: rgb(0 0 0);
|
|
286
|
-
--md-sys-color-inverse-primary: rgb(68 76 7);
|
|
287
|
-
--md-sys-color-primary-fixed: rgb(223 233 149);
|
|
288
|
-
--md-sys-color-on-primary-fixed: rgb(0 0 0);
|
|
289
|
-
--md-sys-color-primary-fixed-dim: rgb(194 205 124);
|
|
290
|
-
--md-sys-color-on-primary-fixed-variant: rgb(16 19 0);
|
|
291
|
-
--md-sys-color-secondary-fixed: rgb(227 229 194);
|
|
292
|
-
--md-sys-color-on-secondary-fixed: rgb(0 0 0);
|
|
293
|
-
--md-sys-color-secondary-fixed-dim: rgb(198 201 167);
|
|
294
|
-
--md-sys-color-on-secondary-fixed-variant: rgb(16 19 1);
|
|
295
|
-
--md-sys-color-tertiary-fixed: rgb(189 236 222);
|
|
296
|
-
--md-sys-color-on-tertiary-fixed: rgb(0 0 0);
|
|
297
|
-
--md-sys-color-tertiary-fixed-dim: rgb(162 208 194);
|
|
298
|
-
--md-sys-color-on-tertiary-fixed-variant: rgb(0 21 16);
|
|
299
|
-
--md-sys-color-surface-dim: rgb(19 20 13);
|
|
300
|
-
--md-sys-color-surface-bright: rgb(80 81 71);
|
|
301
|
-
--md-sys-color-surface-container-lowest: rgb(0 0 0);
|
|
302
|
-
--md-sys-color-surface-container-low: rgb(31 32 24);
|
|
303
|
-
--md-sys-color-surface-container: rgb(48 49 40);
|
|
304
|
-
--md-sys-color-surface-container-high: rgb(60 60 51);
|
|
305
|
-
--md-sys-color-surface-container-highest: rgb(71 71 62);
|
|
306
|
-
}
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
.dark-high-contrast {
|
|
2
|
-
--md-sys-color-primary: rgb(241 238 255);
|
|
3
|
-
--md-sys-color-surface-tint: rgb(193 193 255);
|
|
4
|
-
--md-sys-color-on-primary: rgb(0 0 0);
|
|
5
|
-
--md-sys-color-primary-container: rgb(189 189 253);
|
|
6
|
-
--md-sys-color-on-primary-container: rgb(3 0 60);
|
|
7
|
-
--md-sys-color-secondary: rgb(241 238 255);
|
|
8
|
-
--md-sys-color-on-secondary: rgb(0 0 0);
|
|
9
|
-
--md-sys-color-secondary-container: rgb(194 192 217);
|
|
10
|
-
--md-sys-color-on-secondary-container: rgb(9 9 27);
|
|
11
|
-
--md-sys-color-tertiary: rgb(255 235 243);
|
|
12
|
-
--md-sys-color-on-tertiary: rgb(0 0 0);
|
|
13
|
-
--md-sys-color-tertiary-container: rgb(229 181 207);
|
|
14
|
-
--md-sys-color-on-tertiary-container: rgb(27 3 19);
|
|
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(19 19 24);
|
|
20
|
-
--md-sys-color-on-background: rgb(228 225 233);
|
|
21
|
-
--md-sys-color-surface: rgb(19 19 24);
|
|
22
|
-
--md-sys-color-on-surface: rgb(255 255 255);
|
|
23
|
-
--md-sys-color-surface-variant: rgb(71 70 79);
|
|
24
|
-
--md-sys-color-on-surface-variant: rgb(255 255 255);
|
|
25
|
-
--md-sys-color-outline: rgb(242 238 250);
|
|
26
|
-
--md-sys-color-outline-variant: rgb(196 193 204);
|
|
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(228 225 233);
|
|
30
|
-
--md-sys-color-inverse-on-surface: rgb(0 0 0);
|
|
31
|
-
--md-sys-color-inverse-primary: rgb(65 66 122);
|
|
32
|
-
--md-sys-color-primary-fixed: rgb(225 223 255);
|
|
33
|
-
--md-sys-color-on-primary-fixed: rgb(0 0 0);
|
|
34
|
-
--md-sys-color-primary-fixed-dim: rgb(193 193 255);
|
|
35
|
-
--md-sys-color-on-primary-fixed-variant: rgb(8 6 65);
|
|
36
|
-
--md-sys-color-secondary-fixed: rgb(226 224 249);
|
|
37
|
-
--md-sys-color-on-secondary-fixed: rgb(0 0 0);
|
|
38
|
-
--md-sys-color-secondary-fixed-dim: rgb(198 196 221);
|
|
39
|
-
--md-sys-color-on-secondary-fixed-variant: rgb(15 15 33);
|
|
40
|
-
--md-sys-color-tertiary-fixed: rgb(255 216 236);
|
|
41
|
-
--md-sys-color-on-tertiary-fixed: rgb(0 0 0);
|
|
42
|
-
--md-sys-color-tertiary-fixed-dim: rgb(233 185 211);
|
|
43
|
-
--md-sys-color-on-tertiary-fixed-variant: rgb(34 7 26);
|
|
44
|
-
--md-sys-color-surface-dim: rgb(19 19 24);
|
|
45
|
-
--md-sys-color-surface-bright: rgb(80 79 86);
|
|
46
|
-
--md-sys-color-surface-container-lowest: rgb(0 0 0);
|
|
47
|
-
--md-sys-color-surface-container-low: rgb(31 31 37);
|
|
48
|
-
--md-sys-color-surface-container: rgb(48 48 54);
|
|
49
|
-
--md-sys-color-surface-container-high: rgb(59 59 65);
|
|
50
|
-
--md-sys-color-surface-container-highest: rgb(71 70 76);
|
|
51
|
-
}
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
.dark-medium-contrast {
|
|
2
|
-
--md-sys-color-primary: rgb(218 217 255);
|
|
3
|
-
--md-sys-color-surface-tint: rgb(193 193 255);
|
|
4
|
-
--md-sys-color-on-primary: rgb(30 31 85);
|
|
5
|
-
--md-sys-color-primary-container: rgb(139 139 200);
|
|
6
|
-
--md-sys-color-on-primary-container: rgb(0 0 0);
|
|
7
|
-
--md-sys-color-secondary: rgb(220 218 243);
|
|
8
|
-
--md-sys-color-on-secondary: rgb(36 36 54);
|
|
9
|
-
--md-sys-color-secondary-container: rgb(144 142 165);
|
|
10
|
-
--md-sys-color-on-secondary-container: rgb(0 0 0);
|
|
11
|
-
--md-sys-color-tertiary: rgb(255 207 232);
|
|
12
|
-
--md-sys-color-on-tertiary: rgb(58 27 47);
|
|
13
|
-
--md-sys-color-tertiary-container: rgb(176 132 156);
|
|
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(19 19 24);
|
|
20
|
-
--md-sys-color-on-background: rgb(228 225 233);
|
|
21
|
-
--md-sys-color-surface: rgb(19 19 24);
|
|
22
|
-
--md-sys-color-on-surface: rgb(255 255 255);
|
|
23
|
-
--md-sys-color-surface-variant: rgb(71 70 79);
|
|
24
|
-
--md-sys-color-on-surface-variant: rgb(222 219 230);
|
|
25
|
-
--md-sys-color-outline: rgb(179 176 187);
|
|
26
|
-
--md-sys-color-outline-variant: rgb(145 143 153);
|
|
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(228 225 233);
|
|
30
|
-
--md-sys-color-inverse-on-surface: rgb(42 41 47);
|
|
31
|
-
--md-sys-color-inverse-primary: rgb(65 66 122);
|
|
32
|
-
--md-sys-color-primary-fixed: rgb(225 223 255);
|
|
33
|
-
--md-sys-color-on-primary-fixed: rgb(8 6 65);
|
|
34
|
-
--md-sys-color-primary-fixed-dim: rgb(193 193 255);
|
|
35
|
-
--md-sys-color-on-primary-fixed-variant: rgb(47 48 102);
|
|
36
|
-
--md-sys-color-secondary-fixed: rgb(226 224 249);
|
|
37
|
-
--md-sys-color-on-secondary-fixed: rgb(15 15 33);
|
|
38
|
-
--md-sys-color-secondary-fixed-dim: rgb(198 196 221);
|
|
39
|
-
--md-sys-color-on-secondary-fixed-variant: rgb(52 52 72);
|
|
40
|
-
--md-sys-color-tertiary-fixed: rgb(255 216 236);
|
|
41
|
-
--md-sys-color-on-tertiary-fixed: rgb(34 7 26);
|
|
42
|
-
--md-sys-color-tertiary-fixed-dim: rgb(233 185 211);
|
|
43
|
-
--md-sys-color-on-tertiary-fixed-variant: rgb(77 43 64);
|
|
44
|
-
--md-sys-color-surface-dim: rgb(19 19 24);
|
|
45
|
-
--md-sys-color-surface-bright: rgb(69 68 74);
|
|
46
|
-
--md-sys-color-surface-container-lowest: rgb(7 7 12);
|
|
47
|
-
--md-sys-color-surface-container-low: rgb(29 29 35);
|
|
48
|
-
--md-sys-color-surface-container: rgb(40 39 45);
|
|
49
|
-
--md-sys-color-surface-container-high: rgb(51 50 56);
|
|
50
|
-
--md-sys-color-surface-container-highest: rgb(62 61 67);
|
|
51
|
-
}
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
.dark {
|
|
2
|
-
--md-sys-color-primary: rgb(193 193 255);
|
|
3
|
-
--md-sys-color-surface-tint: rgb(193 193 255);
|
|
4
|
-
--md-sys-color-on-primary: rgb(41 42 96);
|
|
5
|
-
--md-sys-color-primary-container: rgb(64 65 120);
|
|
6
|
-
--md-sys-color-on-primary-container: rgb(225 223 255);
|
|
7
|
-
--md-sys-color-secondary: rgb(198 196 221);
|
|
8
|
-
--md-sys-color-on-secondary: rgb(47 47 66);
|
|
9
|
-
--md-sys-color-secondary-container: rgb(69 69 89);
|
|
10
|
-
--md-sys-color-on-secondary-container: rgb(226 224 249);
|
|
11
|
-
--md-sys-color-tertiary: rgb(233 185 211);
|
|
12
|
-
--md-sys-color-on-tertiary: rgb(70 38 58);
|
|
13
|
-
--md-sys-color-tertiary-container: rgb(95 60 81);
|
|
14
|
-
--md-sys-color-on-tertiary-container: rgb(255 216 236);
|
|
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(19 19 24);
|
|
20
|
-
--md-sys-color-on-background: rgb(228 225 233);
|
|
21
|
-
--md-sys-color-surface: rgb(19 19 24);
|
|
22
|
-
--md-sys-color-on-surface: rgb(228 225 233);
|
|
23
|
-
--md-sys-color-surface-variant: rgb(71 70 79);
|
|
24
|
-
--md-sys-color-on-surface-variant: rgb(200 197 208);
|
|
25
|
-
--md-sys-color-outline: rgb(145 143 154);
|
|
26
|
-
--md-sys-color-outline-variant: rgb(71 70 79);
|
|
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(228 225 233);
|
|
30
|
-
--md-sys-color-inverse-on-surface: rgb(48 48 54);
|
|
31
|
-
--md-sys-color-inverse-primary: rgb(88 89 146);
|
|
32
|
-
--md-sys-color-primary-fixed: rgb(225 223 255);
|
|
33
|
-
--md-sys-color-on-primary-fixed: rgb(20 19 74);
|
|
34
|
-
--md-sys-color-primary-fixed-dim: rgb(193 193 255);
|
|
35
|
-
--md-sys-color-on-primary-fixed-variant: rgb(64 65 120);
|
|
36
|
-
--md-sys-color-secondary-fixed: rgb(226 224 249);
|
|
37
|
-
--md-sys-color-on-secondary-fixed: rgb(26 26 44);
|
|
38
|
-
--md-sys-color-secondary-fixed-dim: rgb(198 196 221);
|
|
39
|
-
--md-sys-color-on-secondary-fixed-variant: rgb(69 69 89);
|
|
40
|
-
--md-sys-color-tertiary-fixed: rgb(255 216 236);
|
|
41
|
-
--md-sys-color-on-tertiary-fixed: rgb(47 17 36);
|
|
42
|
-
--md-sys-color-tertiary-fixed-dim: rgb(233 185 211);
|
|
43
|
-
--md-sys-color-on-tertiary-fixed-variant: rgb(95 60 81);
|
|
44
|
-
--md-sys-color-surface-dim: rgb(19 19 24);
|
|
45
|
-
--md-sys-color-surface-bright: rgb(57 56 63);
|
|
46
|
-
--md-sys-color-surface-container-lowest: rgb(14 14 19);
|
|
47
|
-
--md-sys-color-surface-container-low: rgb(27 27 33);
|
|
48
|
-
--md-sys-color-surface-container: rgb(31 31 37);
|
|
49
|
-
--md-sys-color-surface-container-high: rgb(42 41 47);
|
|
50
|
-
--md-sys-color-surface-container-highest: rgb(53 52 58);
|
|
51
|
-
}
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
.light-high-contrast {
|
|
2
|
-
--md-sys-color-primary: rgb(37 38 92);
|
|
3
|
-
--md-sys-color-surface-tint: rgb(88 89 146);
|
|
4
|
-
--md-sys-color-on-primary: rgb(255 255 255);
|
|
5
|
-
--md-sys-color-primary-container: rgb(67 67 123);
|
|
6
|
-
--md-sys-color-on-primary-container: rgb(255 255 255);
|
|
7
|
-
--md-sys-color-secondary: rgb(42 42 61);
|
|
8
|
-
--md-sys-color-on-secondary: rgb(255 255 255);
|
|
9
|
-
--md-sys-color-secondary-container: rgb(72 71 92);
|
|
10
|
-
--md-sys-color-on-secondary-container: rgb(255 255 255);
|
|
11
|
-
--md-sys-color-tertiary: rgb(66 34 54);
|
|
12
|
-
--md-sys-color-on-tertiary: rgb(255 255 255);
|
|
13
|
-
--md-sys-color-tertiary-container: rgb(98 62 83);
|
|
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(252 248 255);
|
|
20
|
-
--md-sys-color-on-background: rgb(27 27 33);
|
|
21
|
-
--md-sys-color-surface: rgb(252 248 255);
|
|
22
|
-
--md-sys-color-on-surface: rgb(0 0 0);
|
|
23
|
-
--md-sys-color-surface-variant: rgb(228 225 236);
|
|
24
|
-
--md-sys-color-on-surface-variant: rgb(0 0 0);
|
|
25
|
-
--md-sys-color-outline: rgb(44 43 52);
|
|
26
|
-
--md-sys-color-outline-variant: rgb(73 72 81);
|
|
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(48 48 54);
|
|
30
|
-
--md-sys-color-inverse-on-surface: rgb(255 255 255);
|
|
31
|
-
--md-sys-color-inverse-primary: rgb(193 193 255);
|
|
32
|
-
--md-sys-color-primary-fixed: rgb(67 67 123);
|
|
33
|
-
--md-sys-color-on-primary-fixed: rgb(255 255 255);
|
|
34
|
-
--md-sys-color-primary-fixed-dim: rgb(44 44 99);
|
|
35
|
-
--md-sys-color-on-primary-fixed-variant: rgb(255 255 255);
|
|
36
|
-
--md-sys-color-secondary-fixed: rgb(72 71 92);
|
|
37
|
-
--md-sys-color-on-secondary-fixed: rgb(255 255 255);
|
|
38
|
-
--md-sys-color-secondary-fixed-dim: rgb(49 49 68);
|
|
39
|
-
--md-sys-color-on-secondary-fixed-variant: rgb(255 255 255);
|
|
40
|
-
--md-sys-color-tertiary-fixed: rgb(98 62 83);
|
|
41
|
-
--md-sys-color-on-tertiary-fixed: rgb(255 255 255);
|
|
42
|
-
--md-sys-color-tertiary-fixed-dim: rgb(73 40 60);
|
|
43
|
-
--md-sys-color-on-tertiary-fixed-variant: rgb(255 255 255);
|
|
44
|
-
--md-sys-color-surface-dim: rgb(186 183 191);
|
|
45
|
-
--md-sys-color-surface-bright: rgb(252 248 255);
|
|
46
|
-
--md-sys-color-surface-container-lowest: rgb(255 255 255);
|
|
47
|
-
--md-sys-color-surface-container-low: rgb(243 239 247);
|
|
48
|
-
--md-sys-color-surface-container: rgb(228 225 233);
|
|
49
|
-
--md-sys-color-surface-container-high: rgb(214 211 219);
|
|
50
|
-
--md-sys-color-surface-container-highest: rgb(200 197 205);
|
|
51
|
-
}
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
.light-medium-contrast {
|
|
2
|
-
--md-sys-color-primary: rgb(47 48 102);
|
|
3
|
-
--md-sys-color-surface-tint: rgb(88 89 146);
|
|
4
|
-
--md-sys-color-on-primary: rgb(255 255 255);
|
|
5
|
-
--md-sys-color-primary-container: rgb(103 104 162);
|
|
6
|
-
--md-sys-color-on-primary-container: rgb(255 255 255);
|
|
7
|
-
--md-sys-color-secondary: rgb(52 52 72);
|
|
8
|
-
--md-sys-color-on-secondary: rgb(255 255 255);
|
|
9
|
-
--md-sys-color-secondary-container: rgb(108 107 129);
|
|
10
|
-
--md-sys-color-on-secondary-container: rgb(255 255 255);
|
|
11
|
-
--md-sys-color-tertiary: rgb(77 43 64);
|
|
12
|
-
--md-sys-color-on-tertiary: rgb(255 255 255);
|
|
13
|
-
--md-sys-color-tertiary-container: rgb(137 97 120);
|
|
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(252 248 255);
|
|
20
|
-
--md-sys-color-on-background: rgb(27 27 33);
|
|
21
|
-
--md-sys-color-surface: rgb(252 248 255);
|
|
22
|
-
--md-sys-color-on-surface: rgb(17 17 22);
|
|
23
|
-
--md-sys-color-surface-variant: rgb(228 225 236);
|
|
24
|
-
--md-sys-color-on-surface-variant: rgb(54 53 62);
|
|
25
|
-
--md-sys-color-outline: rgb(82 81 91);
|
|
26
|
-
--md-sys-color-outline-variant: rgb(109 108 117);
|
|
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(48 48 54);
|
|
30
|
-
--md-sys-color-inverse-on-surface: rgb(243 239 247);
|
|
31
|
-
--md-sys-color-inverse-primary: rgb(193 193 255);
|
|
32
|
-
--md-sys-color-primary-fixed: rgb(103 104 162);
|
|
33
|
-
--md-sys-color-on-primary-fixed: rgb(255 255 255);
|
|
34
|
-
--md-sys-color-primary-fixed-dim: rgb(78 79 135);
|
|
35
|
-
--md-sys-color-on-primary-fixed-variant: rgb(255 255 255);
|
|
36
|
-
--md-sys-color-secondary-fixed: rgb(108 107 129);
|
|
37
|
-
--md-sys-color-on-secondary-fixed: rgb(255 255 255);
|
|
38
|
-
--md-sys-color-secondary-fixed-dim: rgb(83 83 104);
|
|
39
|
-
--md-sys-color-on-secondary-fixed-variant: rgb(255 255 255);
|
|
40
|
-
--md-sys-color-tertiary-fixed: rgb(137 97 120);
|
|
41
|
-
--md-sys-color-on-tertiary-fixed: rgb(255 255 255);
|
|
42
|
-
--md-sys-color-tertiary-fixed-dim: rgb(111 73 95);
|
|
43
|
-
--md-sys-color-on-tertiary-fixed-variant: rgb(255 255 255);
|
|
44
|
-
--md-sys-color-surface-dim: rgb(200 197 205);
|
|
45
|
-
--md-sys-color-surface-bright: rgb(252 248 255);
|
|
46
|
-
--md-sys-color-surface-container-lowest: rgb(255 255 255);
|
|
47
|
-
--md-sys-color-surface-container-low: rgb(246 242 250);
|
|
48
|
-
--md-sys-color-surface-container: rgb(234 231 239);
|
|
49
|
-
--md-sys-color-surface-container-high: rgb(223 219 227);
|
|
50
|
-
--md-sys-color-surface-container-highest: rgb(211 208 216);
|
|
51
|
-
}
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
.light {
|
|
2
|
-
--md-sys-color-primary: rgb(88 89 146);
|
|
3
|
-
--md-sys-color-surface-tint: rgb(88 89 146);
|
|
4
|
-
--md-sys-color-on-primary: rgb(255 255 255);
|
|
5
|
-
--md-sys-color-primary-container: rgb(225 223 255);
|
|
6
|
-
--md-sys-color-on-primary-container: rgb(64 65 120);
|
|
7
|
-
--md-sys-color-secondary: rgb(93 92 114);
|
|
8
|
-
--md-sys-color-on-secondary: rgb(255 255 255);
|
|
9
|
-
--md-sys-color-secondary-container: rgb(226 224 249);
|
|
10
|
-
--md-sys-color-on-secondary-container: rgb(69 69 89);
|
|
11
|
-
--md-sys-color-tertiary: rgb(121 83 105);
|
|
12
|
-
--md-sys-color-on-tertiary: rgb(255 255 255);
|
|
13
|
-
--md-sys-color-tertiary-container: rgb(255 216 236);
|
|
14
|
-
--md-sys-color-on-tertiary-container: rgb(95 60 81);
|
|
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(252 248 255);
|
|
20
|
-
--md-sys-color-on-background: rgb(27 27 33);
|
|
21
|
-
--md-sys-color-surface: rgb(252 248 255);
|
|
22
|
-
--md-sys-color-on-surface: rgb(27 27 33);
|
|
23
|
-
--md-sys-color-surface-variant: rgb(228 225 236);
|
|
24
|
-
--md-sys-color-on-surface-variant: rgb(71 70 79);
|
|
25
|
-
--md-sys-color-outline: rgb(119 118 128);
|
|
26
|
-
--md-sys-color-outline-variant: rgb(200 197 208);
|
|
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(48 48 54);
|
|
30
|
-
--md-sys-color-inverse-on-surface: rgb(243 239 247);
|
|
31
|
-
--md-sys-color-inverse-primary: rgb(193 193 255);
|
|
32
|
-
--md-sys-color-primary-fixed: rgb(225 223 255);
|
|
33
|
-
--md-sys-color-on-primary-fixed: rgb(20 19 74);
|
|
34
|
-
--md-sys-color-primary-fixed-dim: rgb(193 193 255);
|
|
35
|
-
--md-sys-color-on-primary-fixed-variant: rgb(64 65 120);
|
|
36
|
-
--md-sys-color-secondary-fixed: rgb(226 224 249);
|
|
37
|
-
--md-sys-color-on-secondary-fixed: rgb(26 26 44);
|
|
38
|
-
--md-sys-color-secondary-fixed-dim: rgb(198 196 221);
|
|
39
|
-
--md-sys-color-on-secondary-fixed-variant: rgb(69 69 89);
|
|
40
|
-
--md-sys-color-tertiary-fixed: rgb(255 216 236);
|
|
41
|
-
--md-sys-color-on-tertiary-fixed: rgb(47 17 36);
|
|
42
|
-
--md-sys-color-tertiary-fixed-dim: rgb(233 185 211);
|
|
43
|
-
--md-sys-color-on-tertiary-fixed-variant: rgb(95 60 81);
|
|
44
|
-
--md-sys-color-surface-dim: rgb(220 217 224);
|
|
45
|
-
--md-sys-color-surface-bright: rgb(252 248 255);
|
|
46
|
-
--md-sys-color-surface-container-lowest: rgb(255 255 255);
|
|
47
|
-
--md-sys-color-surface-container-low: rgb(246 242 250);
|
|
48
|
-
--md-sys-color-surface-container: rgb(240 236 244);
|
|
49
|
-
--md-sys-color-surface-container-high: rgb(234 231 239);
|
|
50
|
-
--md-sys-color-surface-container-highest: rgb(228 225 233);
|
|
51
|
-
}
|