material-inspired-component-library 5.0.0 → 6.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 +15 -1
- package/components/alert/index.scss +4 -4
- package/components/appbar/index.scss +3 -2
- package/components/badge/index.scss +2 -2
- package/components/bottomsheet/index.scss +6 -5
- package/components/button/README.md +9 -1
- package/components/button/index.scss +20 -20
- package/components/button/index.ts +21 -37
- package/components/card/index.scss +10 -9
- package/components/checkbox/index.scss +11 -11
- package/components/datepicker/README.md +146 -0
- package/components/datepicker/index.scss +436 -0
- package/components/datepicker/index.ts +701 -0
- package/components/dialog/README.md +6 -6
- package/components/dialog/index.scss +23 -17
- package/components/divider/index.scss +2 -0
- package/components/iconbutton/README.md +10 -1
- package/components/iconbutton/index.scss +18 -17
- package/components/iconbutton/index.ts +21 -37
- package/components/list/index.scss +10 -10
- package/components/menu/index.scss +2 -1
- package/components/navigationrail/index.scss +10 -9
- package/components/radio/README.md +0 -1
- package/components/radio/index.scss +11 -11
- package/components/select/index.scss +2 -1
- package/components/sidesheet/index.scss +3 -1
- package/components/slider/index.scss +7 -7
- package/components/stepper/index.scss +5 -4
- package/components/switch/README.md +0 -1
- package/components/switch/index.scss +21 -21
- package/components/textfield/index.scss +6 -5
- package/components/textfield/index.ts +63 -6
- package/components/timepicker/README.md +8 -9
- package/components/timepicker/index.scss +9 -8
- package/components/timepicker/index.ts +17 -17
- package/dist/alert.css +1 -1
- package/dist/appbar.css +1 -1
- package/dist/badge.css +1 -1
- package/dist/bottomsheet.css +1 -1
- package/dist/button.css +1 -1
- package/dist/card.css +1 -1
- package/dist/checkbox.css +1 -1
- package/dist/components/button/index.d.ts +2 -1
- package/dist/components/datepicker/index.d.ts +6 -0
- package/dist/components/iconbutton/index.d.ts +2 -1
- package/dist/datepicker.css +1 -0
- package/dist/datepicker.js +1 -0
- package/dist/dialog.css +1 -1
- package/dist/divider.css +1 -1
- package/dist/foundations.css +1 -0
- package/dist/foundations.js +1 -0
- package/dist/iconbutton.css +1 -1
- package/dist/layout.css +1 -1
- package/dist/list.css +1 -1
- package/dist/menu.css +1 -1
- package/dist/micl.css +1 -1
- package/dist/micl.js +1 -1
- package/dist/navigationrail.css +1 -1
- package/dist/radio.css +1 -1
- package/dist/scrollbar.css +1 -0
- package/dist/scrollbar.js +1 -0
- package/dist/select.css +1 -1
- package/dist/sidesheet.css +1 -1
- package/dist/slider.css +1 -1
- package/dist/stepper.css +1 -1
- package/dist/switch.css +1 -1
- package/dist/textfield.css +1 -1
- package/dist/timepicker.css +1 -1
- package/docs/accordion.html +3 -1
- package/docs/alert.html +3 -1
- package/docs/bottomsheet.html +6 -4
- package/docs/button.html +19 -17
- package/docs/card.html +3 -1
- package/docs/checkbox.html +3 -1
- package/docs/datepicker.html +275 -0
- package/docs/dialog.html +24 -10
- package/docs/divider.html +3 -1
- package/docs/docs.js +65 -1
- package/docs/iconbutton.html +9 -9
- package/docs/index.html +6 -3
- package/docs/list.html +3 -1
- package/docs/menu.html +3 -1
- package/docs/micl.css +1 -1
- package/docs/micl.js +1 -1
- package/docs/navigationrail.html +5 -3
- package/docs/radio.html +3 -1
- package/docs/select.html +3 -1
- package/docs/sidesheet.html +6 -4
- package/docs/slider.html +1 -1
- package/docs/stepper.html +3 -1
- package/docs/switch.html +3 -1
- package/docs/textfield.html +3 -1
- package/docs/themes/gray/dark-hc.css +51 -0
- package/docs/themes/gray/dark-mc.css +51 -0
- package/docs/themes/gray/dark.css +51 -0
- package/docs/themes/gray/light-hc.css +51 -0
- package/docs/themes/gray/light-mc.css +51 -0
- package/docs/themes/gray/light.css +51 -0
- package/docs/themes/gray/theme.css +306 -0
- package/docs/themes/greenery/dark-hc.css +51 -0
- package/docs/themes/greenery/dark-mc.css +51 -0
- package/docs/themes/greenery/dark.css +51 -0
- package/docs/themes/greenery/light-hc.css +51 -0
- package/docs/themes/greenery/light-mc.css +51 -0
- package/docs/themes/greenery/light.css +51 -0
- package/docs/themes/greenery/theme.css +306 -0
- package/docs/themes/hermana/dark-hc.css +51 -0
- package/docs/themes/hermana/dark-mc.css +51 -0
- package/docs/themes/hermana/dark.css +51 -0
- package/docs/themes/hermana/light-hc.css +51 -0
- package/docs/themes/hermana/light-mc.css +51 -0
- package/docs/themes/hermana/light.css +51 -0
- package/docs/themes/hermana/theme.css +306 -0
- package/docs/themes/illuminating/dark-hc.css +51 -0
- package/docs/themes/illuminating/dark-mc.css +51 -0
- package/docs/themes/illuminating/dark.css +51 -0
- package/docs/themes/illuminating/light-hc.css +51 -0
- package/docs/themes/illuminating/light-mc.css +51 -0
- package/docs/themes/illuminating/light.css +51 -0
- package/docs/themes/illuminating/theme.css +306 -0
- package/docs/themes/magenta/dark-hc.css +51 -0
- package/docs/themes/magenta/dark-mc.css +51 -0
- package/docs/themes/magenta/dark.css +51 -0
- package/docs/themes/magenta/light-hc.css +51 -0
- package/docs/themes/magenta/light-mc.css +51 -0
- package/docs/themes/magenta/light.css +51 -0
- package/docs/themes/magenta/theme.css +306 -0
- package/docs/themes/mocha/dark-hc.css +51 -0
- package/docs/themes/mocha/dark-mc.css +51 -0
- package/docs/themes/mocha/dark.css +51 -0
- package/docs/themes/mocha/light-hc.css +51 -0
- package/docs/themes/mocha/light-mc.css +51 -0
- package/docs/themes/mocha/light.css +51 -0
- package/docs/themes/mocha/theme.css +306 -0
- package/docs/themes/peri/dark-hc.css +51 -0
- package/docs/themes/peri/dark-mc.css +51 -0
- package/docs/themes/peri/dark.css +51 -0
- package/docs/themes/peri/light-hc.css +51 -0
- package/docs/themes/peri/light-mc.css +51 -0
- package/docs/themes/peri/light.css +51 -0
- package/docs/themes/peri/theme.css +306 -0
- package/docs/timepicker.html +5 -3
- package/foundations/index.scss +102 -0
- package/foundations/layout/index.scss +0 -52
- package/foundations/scrollbar/index.scss +46 -0
- package/intl.d.ts +9 -0
- package/micl.ts +18 -8
- package/package.json +2 -1
- package/styles/README.md +17 -8
- package/styles/motion.scss +3 -0
- package/styles/shapes.scss +23 -18
- package/styles/statelayer.scss +4 -0
- package/styles/typography.scss +2 -2
- package/styles.scss +3 -26
- package/themes/gray/dark-hc.css +51 -0
- package/themes/gray/dark-mc.css +51 -0
- package/themes/gray/dark.css +51 -0
- package/themes/gray/light-hc.css +51 -0
- package/themes/gray/light-mc.css +51 -0
- package/themes/gray/light.css +51 -0
- package/themes/gray/theme.css +306 -0
- package/themes/greenery/dark-hc.css +51 -0
- package/themes/greenery/dark-mc.css +51 -0
- package/themes/greenery/dark.css +51 -0
- package/themes/greenery/light-hc.css +51 -0
- package/themes/greenery/light-mc.css +51 -0
- package/themes/greenery/light.css +51 -0
- package/themes/greenery/theme.css +306 -0
- package/themes/hermana/dark-hc.css +51 -0
- package/themes/hermana/dark-mc.css +51 -0
- package/themes/hermana/dark.css +51 -0
- package/themes/hermana/light-hc.css +51 -0
- package/themes/hermana/light-mc.css +51 -0
- package/themes/hermana/light.css +51 -0
- package/themes/hermana/theme.css +306 -0
- package/themes/illuminating/dark-hc.css +51 -0
- package/themes/illuminating/dark-mc.css +51 -0
- package/themes/illuminating/dark.css +51 -0
- package/themes/illuminating/light-hc.css +51 -0
- package/themes/illuminating/light-mc.css +51 -0
- package/themes/illuminating/light.css +51 -0
- package/themes/illuminating/theme.css +306 -0
- package/themes/magenta/dark-hc.css +51 -0
- package/themes/magenta/dark-mc.css +51 -0
- package/themes/magenta/dark.css +51 -0
- package/themes/magenta/light-hc.css +51 -0
- package/themes/magenta/light-mc.css +51 -0
- package/themes/magenta/light.css +51 -0
- package/themes/magenta/theme.css +306 -0
- package/themes/mocha/dark-hc.css +51 -0
- package/themes/mocha/dark-mc.css +51 -0
- package/themes/mocha/dark.css +51 -0
- package/themes/mocha/light-hc.css +51 -0
- package/themes/mocha/light-mc.css +51 -0
- package/themes/mocha/light.css +51 -0
- package/themes/mocha/theme.css +306 -0
- package/themes/peri/dark-hc.css +51 -0
- package/themes/peri/dark-mc.css +51 -0
- package/themes/peri/dark.css +51 -0
- package/themes/peri/light-hc.css +51 -0
- package/themes/peri/light-mc.css +51 -0
- package/themes/peri/light.css +51 -0
- package/themes/peri/theme.css +306 -0
- package/tsconfig.json +2 -2
package/styles/README.md
CHANGED
|
@@ -23,7 +23,7 @@ You can customize elevation levels by overriding their global CSS variables.
|
|
|
23
23
|
</div>
|
|
24
24
|
```
|
|
25
25
|
|
|
26
|
-
|
|
26
|
+
|
|
27
27
|
## Motion
|
|
28
28
|
Motion brings your UI to life, making it expressive and intuitive to use. The motion styles are based on the [Material Design 3 Motion](https://m3.material.io/styles/motion/overview/how-it-works) guidelines.
|
|
29
29
|
|
|
@@ -34,7 +34,7 @@ Import the motion styles into your project:
|
|
|
34
34
|
@use "material-inspired-component-library/styles/motion";
|
|
35
35
|
```
|
|
36
36
|
|
|
37
|
-
|
|
37
|
+
|
|
38
38
|
## Shapes
|
|
39
39
|
Shapes add decorative flair and help emphasize elements. These styles adhere to the [Material Design 3 Shape](https://m3.material.io/styles/shape/overview-principles) principles.
|
|
40
40
|
|
|
@@ -57,7 +57,7 @@ You can customize a component's shape by overriding its global CSS variables, su
|
|
|
57
57
|
</div>
|
|
58
58
|
```
|
|
59
59
|
|
|
60
|
-
|
|
60
|
+
|
|
61
61
|
## State layers
|
|
62
62
|
State layers are visual overlays that communicate the interaction status of a component, such as when it's hovered over or pressed. These are based on [Material Design 3 States](https://m3.material.io/foundations/interaction/states/overview).
|
|
63
63
|
|
|
@@ -78,7 +78,7 @@ Customize the appearance of state layers by overriding their global CSS variable
|
|
|
78
78
|
</div>
|
|
79
79
|
```
|
|
80
80
|
|
|
81
|
-
|
|
81
|
+
|
|
82
82
|
## Typography
|
|
83
83
|
Typography is the foundation of text styling. The typography styles in this library are based on the [Material Design 3 Typography](https://m3.material.io/styles/typography/overview) specifications.
|
|
84
84
|
|
|
@@ -90,10 +90,19 @@ Import the typography styles into your project:
|
|
|
90
90
|
```
|
|
91
91
|
|
|
92
92
|
### Customizations
|
|
93
|
-
You can customize font settings by overriding their global CSS variables.
|
|
93
|
+
You can customize font settings by overriding their global CSS variables on the **:root** CSS pseudo-class.
|
|
94
|
+
|
|
95
|
+
**Changing both the plain and brand style font:**
|
|
94
96
|
|
|
95
|
-
|
|
97
|
+
```CSS
|
|
98
|
+
:root {
|
|
99
|
+
--md-ref-typeface-plain: Roboto, system-ui, sans-serif;
|
|
100
|
+
--md-ref-typeface-brand: Roboto, system-ui, sans-serif;
|
|
101
|
+
}
|
|
102
|
+
```
|
|
103
|
+
|
|
104
|
+
And include a reference to the font in your application.
|
|
96
105
|
|
|
97
106
|
```HTML
|
|
98
|
-
<
|
|
99
|
-
|
|
107
|
+
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap">
|
|
108
|
+
```
|
package/styles/motion.scss
CHANGED
|
@@ -104,6 +104,8 @@ $md-sys-motion-duration-extra-long2: 800ms;
|
|
|
104
104
|
$md-sys-motion-duration-extra-long3: 900ms;
|
|
105
105
|
$md-sys-motion-duration-extra-long4: 1000ms;
|
|
106
106
|
|
|
107
|
+
$md-sys-motion-path: linear;
|
|
108
|
+
|
|
107
109
|
:root {
|
|
108
110
|
--md-sys-motion-duration-short1: #{$md-sys-motion-duration-short1};
|
|
109
111
|
--md-sys-motion-duration-short2: #{$md-sys-motion-duration-short2};
|
|
@@ -121,4 +123,5 @@ $md-sys-motion-duration-extra-long4: 1000ms;
|
|
|
121
123
|
--md-sys-motion-duration-extra-long2: #{$md-sys-motion-duration-extra-long2};
|
|
122
124
|
--md-sys-motion-duration-extra-long3: #{$md-sys-motion-duration-extra-long3};
|
|
123
125
|
--md-sys-motion-duration-extra-long4: #{$md-sys-motion-duration-extra-long4};
|
|
126
|
+
--md-sys-motion-path: #{$md-sys-motion-path};
|
|
124
127
|
}
|
package/styles/shapes.scss
CHANGED
|
@@ -19,26 +19,31 @@
|
|
|
19
19
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
20
20
|
// SOFTWARE.
|
|
21
21
|
|
|
22
|
-
$md-sys-shape-corner-none: 0px;
|
|
23
|
-
$md-sys-shape-corner-extra-small: 4px;
|
|
24
|
-
$md-sys-shape-corner-small: 8px;
|
|
25
|
-
$md-sys-shape-corner-medium: 12px;
|
|
26
|
-
$md-sys-shape-corner-large: 16px;
|
|
27
|
-
$md-sys-shape-corner-large-increased: 20px;
|
|
28
|
-
$md-sys-shape-corner-extra-large: 28px;
|
|
29
|
-
$md-sys-shape-corner-extra-large-increased: 32px;
|
|
30
|
-
$md-sys-shape-corner-extra-extra-large: 48px;
|
|
22
|
+
$md-sys-shape-corner-value-none: 0px;
|
|
23
|
+
$md-sys-shape-corner-value-extra-small: 4px;
|
|
24
|
+
$md-sys-shape-corner-value-small: 8px;
|
|
25
|
+
$md-sys-shape-corner-value-medium: 12px;
|
|
26
|
+
$md-sys-shape-corner-value-large: 16px;
|
|
27
|
+
$md-sys-shape-corner-value-large-increased: 20px;
|
|
28
|
+
$md-sys-shape-corner-value-extra-large: 28px;
|
|
29
|
+
$md-sys-shape-corner-value-extra-large-increased: 32px;
|
|
30
|
+
$md-sys-shape-corner-value-extra-extra-large: 48px;
|
|
31
31
|
$md-sys-shape-corner-full: 50%;
|
|
32
32
|
|
|
33
33
|
:root {
|
|
34
|
-
--md-sys-shape-corner-none: #{$md-sys-shape-corner-none};
|
|
35
|
-
--md-sys-shape-corner-extra-small: #{$md-sys-shape-corner-extra-small};
|
|
36
|
-
--md-sys-shape-corner-small: #{$md-sys-shape-corner-small};
|
|
37
|
-
--md-sys-shape-corner-
|
|
38
|
-
--md-sys-shape-corner-
|
|
39
|
-
--md-sys-shape-corner-large
|
|
40
|
-
--md-sys-shape-corner-
|
|
41
|
-
--md-sys-shape-corner-
|
|
42
|
-
--md-sys-shape-corner-
|
|
34
|
+
--md-sys-shape-corner-none: #{$md-sys-shape-corner-value-none};
|
|
35
|
+
--md-sys-shape-corner-extra-small: #{$md-sys-shape-corner-value-extra-small};
|
|
36
|
+
--md-sys-shape-corner-extra-small-top: #{$md-sys-shape-corner-value-extra-small} #{$md-sys-shape-corner-value-extra-small} 0 0;
|
|
37
|
+
--md-sys-shape-corner-small: #{$md-sys-shape-corner-value-small};
|
|
38
|
+
--md-sys-shape-corner-medium: #{$md-sys-shape-corner-value-medium};
|
|
39
|
+
--md-sys-shape-corner-large: #{$md-sys-shape-corner-value-large};
|
|
40
|
+
--md-sys-shape-corner-large-end: 0 #{$md-sys-shape-corner-value-large} #{$md-sys-shape-corner-value-large} 0;
|
|
41
|
+
--md-sys-shape-corner-large-start: #{$md-sys-shape-corner-value-large} 0 0 #{$md-sys-shape-corner-value-large};
|
|
42
|
+
--md-sys-shape-corner-large-top: #{$md-sys-shape-corner-value-large} #{$md-sys-shape-corner-value-large} 0 0;
|
|
43
|
+
--md-sys-shape-corner-large-increased: #{$md-sys-shape-corner-value-large-increased};
|
|
44
|
+
--md-sys-shape-corner-extra-large: #{$md-sys-shape-corner-value-extra-large};
|
|
45
|
+
--md-sys-shape-corner-extra-large-top: #{$md-sys-shape-corner-value-extra-large} #{$md-sys-shape-corner-value-extra-large} 0 0;
|
|
46
|
+
--md-sys-shape-corner-extra-large-increased: #{$md-sys-shape-corner-value-extra-large-increased};
|
|
47
|
+
--md-sys-shape-corner-extra-extra-large: #{$md-sys-shape-corner-value-extra-extra-large};
|
|
43
48
|
--md-sys-shape-corner-full: #{$md-sys-shape-corner-full};
|
|
44
49
|
}
|
package/styles/statelayer.scss
CHANGED
|
@@ -26,6 +26,8 @@ $md-sys-state-hover-state-layer-opacity: 8%;
|
|
|
26
26
|
$md-sys-state-focus-state-layer-opacity: 10%;
|
|
27
27
|
$md-sys-state-pressed-state-layer-opacity: 10%;
|
|
28
28
|
$md-sys-state-dragged-state-layer-opacity: 16%;
|
|
29
|
+
$md-sys-state-disabled-state-layer-opacity: 38%;
|
|
30
|
+
$md-sys-state-backdrop-opacity: 32%;
|
|
29
31
|
|
|
30
32
|
$md-sys-state-focus-indicator-inner-offset: -3px;
|
|
31
33
|
$md-sys-state-focus-indicator-outer-offset: 2px;
|
|
@@ -39,6 +41,8 @@ $md-sys-state-focus-indicator-thickness: 3px;
|
|
|
39
41
|
--md-sys-state-focus-state-layer-opacity: #{$md-sys-state-focus-state-layer-opacity};
|
|
40
42
|
--md-sys-state-pressed-state-layer-opacity: #{$md-sys-state-pressed-state-layer-opacity};
|
|
41
43
|
--md-sys-state-dragged-state-layer-opacity: #{$md-sys-state-dragged-state-layer-opacity};
|
|
44
|
+
--md-sys-state-disabled-state-layer-opacity: #{$md-sys-state-disabled-state-layer-opacity};
|
|
45
|
+
--md-sys-state-backdrop-opacity: #{$md-sys-state-backdrop-opacity};
|
|
42
46
|
|
|
43
47
|
--md-sys-state-focus-indicator-inner-offset: #{$md-sys-state-focus-indicator-inner-offset};
|
|
44
48
|
--md-sys-state-focus-indicator-outer-offset: #{$md-sys-state-focus-indicator-outer-offset};
|
package/styles/typography.scss
CHANGED
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
// SOFTWARE.
|
|
21
21
|
|
|
22
22
|
:root {
|
|
23
|
-
--md-ref-typeface-plain:
|
|
24
|
-
--md-ref-typeface-brand:
|
|
23
|
+
--md-ref-typeface-plain: Google Sans, system-ui, sans-serif;
|
|
24
|
+
--md-ref-typeface-brand: Google Sans, system-ui, sans-serif;
|
|
25
25
|
--md-ref-typeface-weight-regular: 400;
|
|
26
26
|
--md-ref-typeface-weight-medium: 500;
|
|
27
27
|
--md-ref-typeface-weight-bold: 700;
|
package/styles.scss
CHANGED
|
@@ -19,7 +19,9 @@
|
|
|
19
19
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
20
20
|
// SOFTWARE.
|
|
21
21
|
|
|
22
|
+
@use 'foundations';
|
|
22
23
|
@use 'foundations/layout';
|
|
24
|
+
@use 'foundations/scrollbar';
|
|
23
25
|
|
|
24
26
|
@use 'styles/typography';
|
|
25
27
|
@use 'styles/shapes';
|
|
@@ -47,30 +49,5 @@
|
|
|
47
49
|
@use 'components/bottomsheet';
|
|
48
50
|
@use 'components/navigationrail';
|
|
49
51
|
@use 'components/stepper';
|
|
52
|
+
@use 'components/datepicker';
|
|
50
53
|
@use 'components/timepicker';
|
|
51
|
-
|
|
52
|
-
@property --micl-ripple {
|
|
53
|
-
syntax: '<integer>';
|
|
54
|
-
inherits: false;
|
|
55
|
-
initial-value: 0;
|
|
56
|
-
}
|
|
57
|
-
@property --micl-x {
|
|
58
|
-
syntax: '<length>';
|
|
59
|
-
inherits: false;
|
|
60
|
-
initial-value: -100000px;
|
|
61
|
-
}
|
|
62
|
-
@property --micl-y {
|
|
63
|
-
syntax: '<length>';
|
|
64
|
-
inherits: false;
|
|
65
|
-
initial-value: -100000px;
|
|
66
|
-
}
|
|
67
|
-
@property --micl-width {
|
|
68
|
-
syntax: '<length>';
|
|
69
|
-
inherits: true;
|
|
70
|
-
initial-value: 0px;
|
|
71
|
-
}
|
|
72
|
-
@property --micl-height {
|
|
73
|
-
syntax: '<length>';
|
|
74
|
-
inherits: true;
|
|
75
|
-
initial-value: 0px;
|
|
76
|
-
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
.dark-high-contrast {
|
|
2
|
+
--md-sys-color-primary: rgb(205 247 255);
|
|
3
|
+
--md-sys-color-surface-tint: rgb(130 211 224);
|
|
4
|
+
--md-sys-color-on-primary: rgb(0 0 0);
|
|
5
|
+
--md-sys-color-primary-container: rgb(126 207 220);
|
|
6
|
+
--md-sys-color-on-primary-container: rgb(0 14 16);
|
|
7
|
+
--md-sys-color-secondary: rgb(218 245 250);
|
|
8
|
+
--md-sys-color-on-secondary: rgb(0 0 0);
|
|
9
|
+
--md-sys-color-secondary-container: rgb(173 199 204);
|
|
10
|
+
--md-sys-color-on-secondary-container: rgb(0 14 16);
|
|
11
|
+
--md-sys-color-tertiary: rgb(237 239 255);
|
|
12
|
+
--md-sys-color-on-tertiary: rgb(0 0 0);
|
|
13
|
+
--md-sys-color-tertiary-container: rgb(182 194 230);
|
|
14
|
+
--md-sys-color-on-tertiary-container: rgb(0 9 37);
|
|
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(14 20 21);
|
|
20
|
+
--md-sys-color-on-background: rgb(222 227 229);
|
|
21
|
+
--md-sys-color-surface: rgb(14 20 21);
|
|
22
|
+
--md-sys-color-on-surface: rgb(255 255 255);
|
|
23
|
+
--md-sys-color-surface-variant: rgb(63 72 74);
|
|
24
|
+
--md-sys-color-on-surface-variant: rgb(255 255 255);
|
|
25
|
+
--md-sys-color-outline: rgb(232 242 243);
|
|
26
|
+
--md-sys-color-outline-variant: rgb(187 196 198);
|
|
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(222 227 229);
|
|
30
|
+
--md-sys-color-inverse-on-surface: rgb(0 0 0);
|
|
31
|
+
--md-sys-color-inverse-primary: rgb(0 80 89);
|
|
32
|
+
--md-sys-color-primary-fixed: rgb(158 239 253);
|
|
33
|
+
--md-sys-color-on-primary-fixed: rgb(0 0 0);
|
|
34
|
+
--md-sys-color-primary-fixed-dim: rgb(130 211 224);
|
|
35
|
+
--md-sys-color-on-primary-fixed-variant: rgb(0 20 23);
|
|
36
|
+
--md-sys-color-secondary-fixed: rgb(205 231 236);
|
|
37
|
+
--md-sys-color-on-secondary-fixed: rgb(0 0 0);
|
|
38
|
+
--md-sys-color-secondary-fixed-dim: rgb(177 203 208);
|
|
39
|
+
--md-sys-color-on-secondary-fixed-variant: rgb(0 20 23);
|
|
40
|
+
--md-sys-color-tertiary-fixed: rgb(218 226 255);
|
|
41
|
+
--md-sys-color-on-tertiary-fixed: rgb(0 0 0);
|
|
42
|
+
--md-sys-color-tertiary-fixed-dim: rgb(186 198 234);
|
|
43
|
+
--md-sys-color-on-tertiary-fixed-variant: rgb(3 16 44);
|
|
44
|
+
--md-sys-color-surface-dim: rgb(14 20 21);
|
|
45
|
+
--md-sys-color-surface-bright: rgb(75 81 82);
|
|
46
|
+
--md-sys-color-surface-container-lowest: rgb(0 0 0);
|
|
47
|
+
--md-sys-color-surface-container-low: rgb(27 33 34);
|
|
48
|
+
--md-sys-color-surface-container: rgb(43 49 51);
|
|
49
|
+
--md-sys-color-surface-container-high: rgb(54 60 62);
|
|
50
|
+
--md-sys-color-surface-container-highest: rgb(66 72 73);
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
.dark-medium-contrast {
|
|
2
|
+
--md-sys-color-primary: rgb(152 233 247);
|
|
3
|
+
--md-sys-color-surface-tint: rgb(130 211 224);
|
|
4
|
+
--md-sys-color-on-primary: rgb(0 42 48);
|
|
5
|
+
--md-sys-color-primary-container: rgb(73 156 169);
|
|
6
|
+
--md-sys-color-on-primary-container: rgb(0 0 0);
|
|
7
|
+
--md-sys-color-secondary: rgb(199 225 230);
|
|
8
|
+
--md-sys-color-on-secondary: rgb(16 41 45);
|
|
9
|
+
--md-sys-color-secondary-container: rgb(124 149 154);
|
|
10
|
+
--md-sys-color-on-secondary-container: rgb(0 0 0);
|
|
11
|
+
--md-sys-color-tertiary: rgb(209 220 255);
|
|
12
|
+
--md-sys-color-on-tertiary: rgb(25 37 65);
|
|
13
|
+
--md-sys-color-tertiary-container: rgb(132 144 178);
|
|
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(14 20 21);
|
|
20
|
+
--md-sys-color-on-background: rgb(222 227 229);
|
|
21
|
+
--md-sys-color-surface: rgb(14 20 21);
|
|
22
|
+
--md-sys-color-on-surface: rgb(255 255 255);
|
|
23
|
+
--md-sys-color-surface-variant: rgb(63 72 74);
|
|
24
|
+
--md-sys-color-on-surface-variant: rgb(212 222 224);
|
|
25
|
+
--md-sys-color-outline: rgb(170 180 181);
|
|
26
|
+
--md-sys-color-outline-variant: rgb(136 146 148);
|
|
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(222 227 229);
|
|
30
|
+
--md-sys-color-inverse-on-surface: rgb(37 43 44);
|
|
31
|
+
--md-sys-color-inverse-primary: rgb(0 80 89);
|
|
32
|
+
--md-sys-color-primary-fixed: rgb(158 239 253);
|
|
33
|
+
--md-sys-color-on-primary-fixed: rgb(0 20 23);
|
|
34
|
+
--md-sys-color-primary-fixed-dim: rgb(130 211 224);
|
|
35
|
+
--md-sys-color-on-primary-fixed-variant: rgb(0 60 68);
|
|
36
|
+
--md-sys-color-secondary-fixed: rgb(205 231 236);
|
|
37
|
+
--md-sys-color-on-secondary-fixed: rgb(0 20 23);
|
|
38
|
+
--md-sys-color-secondary-fixed-dim: rgb(177 203 208);
|
|
39
|
+
--md-sys-color-on-secondary-fixed-variant: rgb(34 58 62);
|
|
40
|
+
--md-sys-color-tertiary-fixed: rgb(218 226 255);
|
|
41
|
+
--md-sys-color-on-tertiary-fixed: rgb(3 16 44);
|
|
42
|
+
--md-sys-color-tertiary-fixed-dim: rgb(186 198 234);
|
|
43
|
+
--md-sys-color-on-tertiary-fixed-variant: rgb(42 53 83);
|
|
44
|
+
--md-sys-color-surface-dim: rgb(14 20 21);
|
|
45
|
+
--md-sys-color-surface-bright: rgb(63 70 71);
|
|
46
|
+
--md-sys-color-surface-container-lowest: rgb(4 8 9);
|
|
47
|
+
--md-sys-color-surface-container-low: rgb(25 31 32);
|
|
48
|
+
--md-sys-color-surface-container: rgb(35 41 42);
|
|
49
|
+
--md-sys-color-surface-container-high: rgb(45 52 53);
|
|
50
|
+
--md-sys-color-surface-container-highest: rgb(57 63 64);
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
.dark {
|
|
2
|
+
--md-sys-color-primary: rgb(130 211 224);
|
|
3
|
+
--md-sys-color-surface-tint: rgb(130 211 224);
|
|
4
|
+
--md-sys-color-on-primary: rgb(0 54 61);
|
|
5
|
+
--md-sys-color-primary-container: rgb(0 79 88);
|
|
6
|
+
--md-sys-color-on-primary-container: rgb(158 239 253);
|
|
7
|
+
--md-sys-color-secondary: rgb(177 203 208);
|
|
8
|
+
--md-sys-color-on-secondary: rgb(28 52 56);
|
|
9
|
+
--md-sys-color-secondary-container: rgb(51 75 79);
|
|
10
|
+
--md-sys-color-on-secondary-container: rgb(205 231 236);
|
|
11
|
+
--md-sys-color-tertiary: rgb(186 198 234);
|
|
12
|
+
--md-sys-color-on-tertiary: rgb(36 48 77);
|
|
13
|
+
--md-sys-color-tertiary-container: rgb(59 70 100);
|
|
14
|
+
--md-sys-color-on-tertiary-container: rgb(218 226 255);
|
|
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(14 20 21);
|
|
20
|
+
--md-sys-color-on-background: rgb(222 227 229);
|
|
21
|
+
--md-sys-color-surface: rgb(14 20 21);
|
|
22
|
+
--md-sys-color-on-surface: rgb(222 227 229);
|
|
23
|
+
--md-sys-color-surface-variant: rgb(63 72 74);
|
|
24
|
+
--md-sys-color-on-surface-variant: rgb(191 200 202);
|
|
25
|
+
--md-sys-color-outline: rgb(137 146 148);
|
|
26
|
+
--md-sys-color-outline-variant: rgb(63 72 74);
|
|
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(222 227 229);
|
|
30
|
+
--md-sys-color-inverse-on-surface: rgb(43 49 51);
|
|
31
|
+
--md-sys-color-inverse-primary: rgb(0 104 116);
|
|
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(14 20 21);
|
|
45
|
+
--md-sys-color-surface-bright: rgb(52 58 59);
|
|
46
|
+
--md-sys-color-surface-container-lowest: rgb(9 15 16);
|
|
47
|
+
--md-sys-color-surface-container-low: rgb(23 29 30);
|
|
48
|
+
--md-sys-color-surface-container: rgb(27 33 34);
|
|
49
|
+
--md-sys-color-surface-container-high: rgb(37 43 44);
|
|
50
|
+
--md-sys-color-surface-container-highest: rgb(48 54 55);
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
.light-high-contrast {
|
|
2
|
+
--md-sys-color-primary: rgb(0 50 56);
|
|
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(0 81 90);
|
|
6
|
+
--md-sys-color-on-primary-container: rgb(255 255 255);
|
|
7
|
+
--md-sys-color-secondary: rgb(23 48 52);
|
|
8
|
+
--md-sys-color-on-secondary: rgb(255 255 255);
|
|
9
|
+
--md-sys-color-secondary-container: rgb(53 77 81);
|
|
10
|
+
--md-sys-color-on-secondary-container: rgb(255 255 255);
|
|
11
|
+
--md-sys-color-tertiary: rgb(32 43 72);
|
|
12
|
+
--md-sys-color-on-tertiary: rgb(255 255 255);
|
|
13
|
+
--md-sys-color-tertiary-container: rgb(61 72 103);
|
|
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(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(0 0 0);
|
|
23
|
+
--md-sys-color-surface-variant: rgb(219 228 230);
|
|
24
|
+
--md-sys-color-on-surface-variant: rgb(0 0 0);
|
|
25
|
+
--md-sys-color-outline: rgb(37 46 47);
|
|
26
|
+
--md-sys-color-outline-variant: rgb(65 75 76);
|
|
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(255 255 255);
|
|
31
|
+
--md-sys-color-inverse-primary: rgb(130 211 224);
|
|
32
|
+
--md-sys-color-primary-fixed: rgb(0 81 90);
|
|
33
|
+
--md-sys-color-on-primary-fixed: rgb(255 255 255);
|
|
34
|
+
--md-sys-color-primary-fixed-dim: rgb(0 57 63);
|
|
35
|
+
--md-sys-color-on-primary-fixed-variant: rgb(255 255 255);
|
|
36
|
+
--md-sys-color-secondary-fixed: rgb(53 77 81);
|
|
37
|
+
--md-sys-color-on-secondary-fixed: rgb(255 255 255);
|
|
38
|
+
--md-sys-color-secondary-fixed-dim: rgb(30 54 58);
|
|
39
|
+
--md-sys-color-on-secondary-fixed-variant: rgb(255 255 255);
|
|
40
|
+
--md-sys-color-tertiary-fixed: rgb(61 72 103);
|
|
41
|
+
--md-sys-color-on-tertiary-fixed: rgb(255 255 255);
|
|
42
|
+
--md-sys-color-tertiary-fixed-dim: rgb(38 50 79);
|
|
43
|
+
--md-sys-color-on-tertiary-fixed-variant: rgb(255 255 255);
|
|
44
|
+
--md-sys-color-surface-dim: rgb(180 186 187);
|
|
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(236 242 243);
|
|
48
|
+
--md-sys-color-surface-container: rgb(222 227 229);
|
|
49
|
+
--md-sys-color-surface-container-high: rgb(207 213 214);
|
|
50
|
+
--md-sys-color-surface-container-highest: rgb(194 199 201);
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
.light-medium-contrast {
|
|
2
|
+
--md-sys-color-primary: rgb(0 60 68);
|
|
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(24 120 132);
|
|
6
|
+
--md-sys-color-on-primary-container: rgb(255 255 255);
|
|
7
|
+
--md-sys-color-secondary: rgb(34 58 62);
|
|
8
|
+
--md-sys-color-on-secondary: rgb(255 255 255);
|
|
9
|
+
--md-sys-color-secondary-container: rgb(89 113 118);
|
|
10
|
+
--md-sys-color-on-secondary-container: rgb(255 255 255);
|
|
11
|
+
--md-sys-color-tertiary: rgb(42 53 83);
|
|
12
|
+
--md-sys-color-on-tertiary: rgb(255 255 255);
|
|
13
|
+
--md-sys-color-tertiary-container: rgb(97 108 141);
|
|
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(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(12 18 19);
|
|
23
|
+
--md-sys-color-surface-variant: rgb(219 228 230);
|
|
24
|
+
--md-sys-color-on-surface-variant: rgb(47 56 57);
|
|
25
|
+
--md-sys-color-outline: rgb(75 84 86);
|
|
26
|
+
--md-sys-color-outline-variant: rgb(101 111 112);
|
|
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(24 120 132);
|
|
33
|
+
--md-sys-color-on-primary-fixed: rgb(255 255 255);
|
|
34
|
+
--md-sys-color-primary-fixed-dim: rgb(0 94 104);
|
|
35
|
+
--md-sys-color-on-primary-fixed-variant: rgb(255 255 255);
|
|
36
|
+
--md-sys-color-secondary-fixed: rgb(89 113 118);
|
|
37
|
+
--md-sys-color-on-secondary-fixed: rgb(255 255 255);
|
|
38
|
+
--md-sys-color-secondary-fixed-dim: rgb(65 89 93);
|
|
39
|
+
--md-sys-color-on-secondary-fixed-variant: rgb(255 255 255);
|
|
40
|
+
--md-sys-color-tertiary-fixed: rgb(97 108 141);
|
|
41
|
+
--md-sys-color-on-tertiary-fixed: rgb(255 255 255);
|
|
42
|
+
--md-sys-color-tertiary-fixed-dim: rgb(73 84 115);
|
|
43
|
+
--md-sys-color-on-tertiary-fixed-variant: rgb(255 255 255);
|
|
44
|
+
--md-sys-color-surface-dim: rgb(194 199 201);
|
|
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(227 233 234);
|
|
49
|
+
--md-sys-color-surface-container-high: rgb(216 222 223);
|
|
50
|
+
--md-sys-color-surface-container-highest: rgb(205 211 212);
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
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
|
+
}
|