@things-factory/shell 7.0.1-alpha.103 → 7.0.1-alpha.104

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/_index.html CHANGED
@@ -69,7 +69,8 @@
69
69
  line-height: 1.5;
70
70
  -webkit-font-smoothing: antialiased;
71
71
 
72
- accent-color: var(--primary-color);
72
+ accent-color: var(--md-sys-color-primary);
73
+ background-color: var(--md-sys-color-background);
73
74
  }
74
75
  </style>
75
76
 
@@ -1,51 +1,151 @@
1
1
  .dark {
2
- --md-sys-color-primary: rgb(182 196 255);
3
- --md-sys-color-surface-tint: rgb(182 196 255);
4
- --md-sys-color-on-primary: rgb(30 45 97);
5
- --md-sys-color-primary-container: rgb(53 68 121);
6
- --md-sys-color-on-primary-container: rgb(220 225 255);
7
- --md-sys-color-secondary: rgb(182 196 255);
8
- --md-sys-color-on-secondary: rgb(29 45 97);
9
- --md-sys-color-secondary-container: rgb(53 68 121);
10
- --md-sys-color-on-secondary-container: rgb(220 225 255);
11
- --md-sys-color-tertiary: rgb(227 186 218);
12
- --md-sys-color-on-tertiary: rgb(67 39 63);
13
- --md-sys-color-tertiary-container: rgb(91 61 87);
14
- --md-sys-color-on-tertiary-container: rgb(255 215 245);
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);
2
+ --md-sys-color-primary: rgb(178 197 255);
3
+ --md-sys-color-surface-tint: rgb(178 197 255);
4
+ --md-sys-color-on-primary: rgb(24 46 96);
5
+ --md-sys-color-primary-container: rgb(49 69 120);
6
+ --md-sys-color-on-primary-container: rgb(218 226 255);
7
+ --md-sys-color-secondary: rgb(143 207 243);
8
+ --md-sys-color-on-secondary: rgb(0 53 73);
9
+ --md-sys-color-secondary-container: rgb(0 76 104);
10
+ --md-sys-color-on-secondary-container: rgb(195 232 255);
11
+ --md-sys-color-tertiary: #cffce3;
12
+ --md-sys-color-on-tertiary: rgb(0 56 35);
13
+ --md-sys-color-tertiary-container: #005234;
14
+ --md-sys-color-on-tertiary-container: #cffce3;
15
+ --md-sys-color-error: #fbafa9;
16
+ --md-sys-color-on-error: #fe594e;
17
+ --md-sys-color-error-container: #fe594e;
18
+ --md-sys-color-on-error-container: #fbafa9;
19
19
  --md-sys-color-background: rgb(18 19 24);
20
- --md-sys-color-on-background: rgb(227 225 233);
20
+ --md-sys-color-on-background: rgb(227 226 233);
21
21
  --md-sys-color-surface: rgb(18 19 24);
22
- --md-sys-color-on-surface: rgb(227 225 233);
22
+ --md-sys-color-on-surface: rgb(227 226 233);
23
23
  --md-sys-color-surface-variant: rgb(69 70 79);
24
- --md-sys-color-on-surface-variant: rgb(198 197 208);
25
- --md-sys-color-outline: rgb(144 144 154);
24
+ --md-sys-color-on-surface-variant: rgb(197 198 208);
25
+ --md-sys-color-outline: rgb(143 144 154);
26
26
  --md-sys-color-outline-variant: rgb(69 70 79);
27
27
  --md-sys-color-shadow: rgb(0 0 0);
28
28
  --md-sys-color-scrim: rgb(0 0 0);
29
- --md-sys-color-inverse-surface: rgb(227 225 233);
29
+ --md-sys-color-inverse-surface: rgb(227 226 233);
30
30
  --md-sys-color-inverse-on-surface: rgb(47 48 54);
31
- --md-sys-color-inverse-primary: rgb(77 92 146);
32
- --md-sys-color-primary-fixed: rgb(220 225 255);
33
- --md-sys-color-on-primary-fixed: rgb(4 22 75);
34
- --md-sys-color-primary-fixed-dim: rgb(182 196 255);
35
- --md-sys-color-on-primary-fixed-variant: rgb(53 68 121);
36
- --md-sys-color-secondary-fixed: rgb(220 225 255);
37
- --md-sys-color-on-secondary-fixed: rgb(3 23 75);
38
- --md-sys-color-secondary-fixed-dim: rgb(182 196 255);
39
- --md-sys-color-on-secondary-fixed-variant: rgb(53 68 121);
40
- --md-sys-color-tertiary-fixed: rgb(255 215 245);
41
- --md-sys-color-on-tertiary-fixed: rgb(44 18 41);
42
- --md-sys-color-tertiary-fixed-dim: rgb(227 186 218);
43
- --md-sys-color-on-tertiary-fixed-variant: rgb(91 61 87);
31
+ --md-sys-color-inverse-primary: rgb(73 93 146);
32
+ --md-sys-color-primary-fixed: rgb(218 226 255);
33
+ --md-sys-color-on-primary-fixed: rgb(0 24 72);
34
+ --md-sys-color-primary-fixed-dim: rgb(178 197 255);
35
+ --md-sys-color-on-primary-fixed-variant: rgb(49 69 120);
36
+ --md-sys-color-secondary-fixed: rgb(195 232 255);
37
+ --md-sys-color-on-secondary-fixed: rgb(0 30 44);
38
+ --md-sys-color-secondary-fixed-dim: rgb(143 207 243);
39
+ --md-sys-color-on-secondary-fixed-variant: rgb(0 76 104);
40
+ --md-sys-color-tertiary-fixed: #c7e6d5;
41
+ --md-sys-color-on-tertiary-fixed: rgb(0 33 19);
42
+ --md-sys-color-tertiary-fixed-dim: #c7e6d5;
43
+ --md-sys-color-on-tertiary-fixed-variant: rgb(0 82 52);
44
44
  --md-sys-color-surface-dim: rgb(18 19 24);
45
45
  --md-sys-color-surface-bright: rgb(56 57 63);
46
46
  --md-sys-color-surface-container-lowest: rgb(13 14 19);
47
47
  --md-sys-color-surface-container-low: rgb(26 27 33);
48
48
  --md-sys-color-surface-container: rgb(30 31 37);
49
49
  --md-sys-color-surface-container-high: rgb(41 42 47);
50
- --md-sys-color-surface-container-highest: rgb(52 52 58);
50
+ --md-sys-color-surface-container-highest: rgb(51 52 58);
51
+
52
+ /* primary palette */
53
+ --md-ref-palette-primary0:#000000;
54
+ --md-ref-palette-primary5:#000E32;
55
+ --md-ref-palette-primary10:#001848;
56
+ --md-ref-palette-primary15:#00215E;
57
+ --md-ref-palette-primary20:#002B74;
58
+ --md-ref-palette-primary25:#002B74;
59
+ --md-ref-palette-primary30:#0040A2;
60
+ --md-ref-palette-primary35:#002B74;
61
+ --md-ref-palette-primary40:#1957CA;
62
+ --md-ref-palette-primary50:#3E71E5;
63
+ --md-ref-palette-primary60:#5C8BFF;
64
+ --md-ref-palette-primary70:#89A9FF;
65
+ --md-ref-palette-primary80:#B2C5FF;
66
+ --md-ref-palette-primary90:#DAE2FF;
67
+ --md-ref-palette-primary95:#EEF0FF;
68
+ --md-ref-palette-primary98:#FAF8FF;
69
+ --md-ref-palette-primary99:#FEFBFF;
70
+ --md-ref-palette-primary100:#FFFFFF;
71
+
72
+ /* secondary palette */
73
+ --md-ref-palette-secondary0:#000000;
74
+ --md-ref-palette-secondary5:#00131D;
75
+ --md-ref-palette-secondary10:#001E2C;
76
+ --md-ref-palette-secondary15:#00293A;
77
+ --md-ref-palette-secondary20:#003549;
78
+ --md-ref-palette-secondary25:#004058;
79
+ --md-ref-palette-secondary30:#004C68;
80
+ --md-ref-palette-secondary35:#005978;
81
+ --md-ref-palette-secondary40:#006689;
82
+ --md-ref-palette-secondary50:#0080AC;
83
+ --md-ref-palette-secondary60:#009BCF;
84
+ --md-ref-palette-secondary70:#00B8F4;
85
+ --md-ref-palette-secondary80:#79D1FF;
86
+ --md-ref-palette-secondary90:#C3E8FF;
87
+ --md-ref-palette-secondary95:#E3F3FF;
88
+ --md-ref-palette-secondary98:#F5FAFF;
89
+ --md-ref-palette-secondary99:#FBFCFF;
90
+ --md-ref-palette-secondary100:#FFFFFF;
91
+
92
+ /* tertiary palette */
93
+ --md-ref-palette-tertiary0:#000000;
94
+ --md-ref-palette-tertiary5:#00150A;
95
+ --md-ref-palette-tertiary10:#002113;
96
+ --md-ref-palette-tertiary15:#002C1B;
97
+ --md-ref-palette-tertiary20:#003823;
98
+ --md-ref-palette-tertiary25:#00452B;
99
+ --md-ref-palette-tertiary30:#005234;
100
+ --md-ref-palette-tertiary35:#005F3E;
101
+ --md-ref-palette-tertiary40:#006C47;
102
+ --md-ref-palette-tertiary50:#00885A;
103
+ --md-ref-palette-tertiary60:#31A372;
104
+ --md-ref-palette-tertiary70:#51BF8B;
105
+ --md-ref-palette-tertiary80:#6EDBA5;
106
+ --md-ref-palette-tertiary90:#A2F4C7;
107
+ --md-ref-palette-tertiary95:#BFFFD9;
108
+ --md-ref-palette-tertiary98:#E8FFEF;
109
+ --md-ref-palette-tertiary99:#F4FFF5;
110
+ --md-ref-palette-tertiary100:#FFFFFF;
111
+
112
+ /* error palette */
113
+ --md-ref-palette-error0:#000000;
114
+ --md-ref-palette-error5:#2d0102;
115
+ --md-ref-palette-error10:#410304;
116
+ --md-ref-palette-error15:#540507;
117
+ --md-ref-palette-error20:#68070a;
118
+ --md-ref-palette-error25:#7d0b0e;
119
+ --md-ref-palette-error30:#930f14;
120
+ --md-ref-palette-error35:#a91319;
121
+ --md-ref-palette-error40:#bc1620;
122
+ --md-ref-palette-error50:#e03236;
123
+ --md-ref-palette-error60:#ff5450;
124
+ --md-ref-palette-error70:#ff8982;
125
+ --md-ref-palette-error80:#ffb3ad;
126
+ --md-ref-palette-error90:#ffdad7;
127
+ --md-ref-palette-error95:#ffedeb;
128
+ --md-ref-palette-error98:#fff8f7;
129
+ --md-ref-palette-error99:#fffbff;
130
+ --md-ref-palette-error100:#FFFFFF;
131
+
132
+ /* neutral palette */
133
+ --md-ref-palette-neutral0:#000000;
134
+ --md-ref-palette-neutral5:#111111;
135
+ --md-ref-palette-neutral10:#1C1C1C;
136
+ --md-ref-palette-neutral15:#262626;
137
+ --md-ref-palette-neutral20:#313131;
138
+ --md-ref-palette-neutral25:#3C3C3C;
139
+ --md-ref-palette-neutral30:#474747;
140
+ --md-ref-palette-neutral35:#535353;
141
+ --md-ref-palette-neutral40:#5F5F5F;
142
+ --md-ref-palette-neutral50:#787878;
143
+ --md-ref-palette-neutral60:#929292;
144
+ --md-ref-palette-neutral70:#ACACAC;
145
+ --md-ref-palette-neutral80:#C8C8C8;
146
+ --md-ref-palette-neutral90:#E4E4E4;
147
+ --md-ref-palette-neutral95:#F0F0F0;
148
+ --md-ref-palette-neutral98:#F9F9F9;
149
+ --md-ref-palette-neutral99:#FEFEFE;
150
+ --md-ref-palette-neutral100:#FFFFFF;
51
151
  }
@@ -7,14 +7,15 @@ body {
7
7
  --grist-background-color: transparent;
8
8
  --grist-title-margin: 0 0 0 10px;
9
9
  --grist-title-border: none;
10
- --grist-title-font: var(--md-sys-typescale-label-large-weight) 1.1em var(--theme-font, 'Noto');
10
+ --grist-title-font: var(--md-sys-typescale-label-large-weight, var(--md-ref-typeface-weight-medium, 500)) 1.1em
11
+ var(--theme-font, 'Roboto');
11
12
  --grist-title-color: var(--md-sys-color-on-surface);
12
13
  --grist-title-icon-color: var(--md-sys-color-on-surface-variant);
13
14
  --grist-title-icon-margin: 0 3px 2px 0;
14
- --grist-title-icon-size: var(--md-sys-typescale-label-medium-size);
15
+ --grist-title-icon-size: var(--md-sys-typescale-label-large-size, 0.875rem);
15
16
  --grist-title-with-grid-padding: 0;
16
17
 
17
- --grist-object-editor-font: normal 1em var(--theme-font, 'Noto');
18
+ --grist-object-editor-font: normal 1em var(--theme-font, 'Roboto');
18
19
  --grist-object-editor-color: var(--md-sys-color-on-surface);
19
20
 
20
21
  --grist-input-progress-border: 1px solid rgba(255, 255, 255, 0.5);
@@ -31,9 +32,10 @@ body {
31
32
  --grid-header-splitter-border: var(--grid-container-border-color);
32
33
  --grid-header-splitter-border-hover: 1px solid var(--md-sys-color-inverse-primary);
33
34
  --grid-header-color: var(--md-sys-color-primary);
34
- --grid-header-font: var(--md-sys-typescale-label-large-weight) var(--fontsize-small) var(--theme-font, 'Noto');
35
+ --grid-header-font: var(--md-sys-typescale-label-large-weight, var(--md-ref-typeface-weight-medium, 500))
36
+ var(--fontsize-small) var(--theme-font, 'Roboto');
35
37
  --grid-header-filter-title-color: var(--md-sys-color-on-surface);
36
- --grid-header-filter-title-font: normal 12px var(--theme-font, 'Noto');
38
+ --grid-header-filter-title-font: normal 12px var(--theme-font, 'Roboto');
37
39
  --grid-header-filter-title-icon-color: var(--md-sys-color-on-surface-variant);
38
40
 
39
41
  --grid-body-bottom-border: var(--grid-header-bottom-border);
@@ -45,7 +47,7 @@ body {
45
47
  --grid-record-padding: var(--spacing-small) var(--spacing-medium);
46
48
  --grid-record-color: var(--md-sys-color-on-surface-variant);
47
49
  --grid-record-color-hover: var(--md-sys-color-primary);
48
- --grid-record-wide-fontsize: var(--md-sys-typescale-label-medium-size);
50
+ --grid-record-wide-fontsize: var(--md-sys-typescale-label-large-size, 0.875rem);
49
51
  --grid-record-selected-background-color: var(--md-sys-color-primary-container);
50
52
  --grid-record-selected-color: var(--md-sys-color-primary);
51
53
  --grid-record-focused-background-color: var(--md-sys-color-secondary-container);
@@ -58,7 +60,7 @@ body {
58
60
  --grid-record-emphasized-color: var(--md-sys-color-on-secondary-fixed-variant);
59
61
  --grid-record-editing-background-color: var(--md-sys-color-inverse-primary);
60
62
  --grid-record-editing-border: 1px dashed rgba(var(--md-sys-color-primary-rgb), 0.4);
61
- --grid-record-fontsize: var(--md-sys-typescale-label-medium-size);
63
+ --grid-record-fontsize: var(--md-sys-typescale-label-large-size, 0.875rem);
62
64
  --grid-record-border-bottom: var(--grid-container-border-color);
63
65
 
64
66
  --grid-record-dirty-border-top: 24px solid rgba(var(--md-sys-color-primary-rgb), 0.6);
@@ -68,7 +70,7 @@ body {
68
70
  --grid-record-dirty-color: var(--md-sys-color-surface);
69
71
 
70
72
  --grid-footer-background-color: var(--md-sys-color-surface-container-low);
71
- --grid-footer-font-size: var(--md-sys-typescale-label-medium-size);
73
+ --grid-footer-font-size: var(--md-sys-typescale-label-large-size, 0.875rem);
72
74
  --grid-footer-color: var(--md-sys-color-primary);
73
75
  --grid-footer-limit-color: var(--md-ref-palette-neutral40);
74
76
  --grid-footer-inactive-color: var(--md-ref-palette-neutral40);
@@ -78,12 +80,12 @@ body {
78
80
  --data-list-item-margin: var(--spacing-medium);
79
81
  --data-list-item-padding: var(--spacing-medium) var(--spacing-large);
80
82
  --data-list-item-border-bottom: var(--grid-container-border-color);
81
- --data-list-item-name-font: bold 1.1em var(--theme-font, 'Noto');
83
+ --data-list-item-name-font: bold 1.1em var(--theme-font, 'Roboto');
82
84
  --data-list-item-name-color: var(--md-sys-color-secondary);
83
- --data-list-item-disc-font: normal 0.9em var(--theme-font, 'Noto');
85
+ --data-list-item-disc-font: normal 0.9em var(--theme-font, 'Roboto');
84
86
  --data-list-item-disc-color: var(--md-sys-color-tertiary);
85
- --data-list-item-etc-label-font: bold 1em/1em var(--theme-font, 'Noto');
86
- --data-list-item-etc-font: normal 0.9em/1em var(--theme-font, 'Noto');
87
+ --data-list-item-etc-label-font: bold 1em/1em var(--theme-font, 'Roboto');
88
+ --data-list-item-etc-font: normal 0.9em/1em var(--theme-font, 'Roboto');
87
89
  --data-list-item-etc-color: var(--md-ref-palette-neutral50);
88
90
  --data-list-item-icon-font: normal 1em/1em;
89
91
  --data-list-item-icon-color: var(--md-sys-color-on-secondary);
@@ -103,14 +105,14 @@ body {
103
105
  --data-card-item-margin: var(--spacing-medium);
104
106
  --data-card-item-padding: var(--spacing-medium) var(--spacing-large);
105
107
  --data-card-item-border-bottom: var(--grid-container-border-color);
106
- --data-card-item-name-font: bold 1.1em var(--theme-font, 'Noto');
108
+ --data-card-item-name-font: bold 1.1em var(--theme-font, 'Roboto');
107
109
  --data-card-item-name-color: var(--md-sys-color-secondary);
108
- --data-card-item-name-label-font: normal 0.65em/0.8em var(--theme-font, 'Noto');
110
+ --data-card-item-name-label-font: normal 0.65em/0.8em var(--theme-font, 'Roboto');
109
111
  --data-card-item-name-label-color: rgba(var(--secondary-color-rgb), 0.8);
110
- --data-card-item-disc-font: normal 0.9em var(--theme-font, 'Noto');
112
+ --data-card-item-disc-font: normal 0.9em var(--theme-font, 'Roboto');
111
113
  --data-card-item-disc-color: var(--md-sys-color-tertiary);
112
- --data-card-item-etc-label-font: normal 1em/1em var(--theme-font, 'Noto');
113
- --data-card-item-etc-font: normal 0.9em/1em var(--theme-font, 'Noto');
114
+ --data-card-item-etc-label-font: normal 1em/1em var(--theme-font, 'Roboto');
115
+ --data-card-item-etc-font: normal 0.9em/1em var(--theme-font, 'Roboto');
114
116
  --data-card-item-etc-color: var(--md-ref-palette-neutral50);
115
117
  --data-card-item-icon-font: normal 1em/1em;
116
118
  --data-card-item-icon-color: var(--md-sys-color-on-secondary);
@@ -129,10 +131,11 @@ body {
129
131
  --record-view-background-color: var(--md-sys-color-surface-container);
130
132
  --record-view-gap: var(--spacing-small) 0;
131
133
  --record-view-padding: var(--spacing-medium);
132
- --record-view-label-font: var(--md-sys-typescale-label-large-weight) 15px var(--theme-font, 'Noto');
134
+ --record-view-label-font: var(--md-sys-typescale-label-large-weight, var(--md-ref-typeface-weight-medium, 500)) 15px
135
+ var(--theme-font, 'Roboto');
133
136
  --record-view-label-color: var(--md-sys-color-secondary);
134
137
  --record-view-label-icon-size: var(--fontsize-small);
135
- --record-view-font: normal 15px var(--theme-font, 'Noto');
138
+ --record-view-font: normal 15px var(--theme-font, 'Roboto');
136
139
  --record-view-color: var(--md-sys-color-secondary);
137
140
  --record-view-focus-color: var(--md-sys-color-primary);
138
141
  --record-view-border-bottom: var(--grid-container-border-color);
@@ -152,8 +155,9 @@ body {
152
155
 
153
156
  @media only screen and (max-width: 460px) {
154
157
  body {
155
- --record-view-label-font: var(--md-sys-typescale-label-large-weight) 15px/32px var(--theme-font, 'Noto');
156
- --record-view-font: normal 15px/32px var(--theme-font, 'Noto');
158
+ --record-view-label-font: var(--md-sys-typescale-label-large-weight, var(--md-ref-typeface-weight-medium, 500)) 15px/32px
159
+ var(--theme-font, 'Roboto');
160
+ --record-view-font: normal 15px/32px var(--theme-font, 'Roboto');
157
161
  --ox-grist-padding: 0;
158
162
  }
159
163
  }
@@ -1,19 +1,21 @@
1
1
  body {
2
- --header-bar-background-color: var(--secondary-color);
2
+ --header-bar-background-color: var(--md-sys-color-primary-container);
3
3
  --header-bar-icon-size: var(--icon-default-size);
4
4
  --header-bar-title: bold 17.5px var(--theme-font);
5
- --header-bar-color: #fff;
5
+ --header-bar-color: var(--md-sys-color-on-primary-container);
6
6
  --header-bar-height: 45px;
7
7
  --header-bar-item-padding: 0px 5px 0 0;
8
8
 
9
- --nav-bar-background-color: var(--primary-color);
9
+ --nav-bar-background-color: var(--md-sys-color-primary-container);
10
10
 
11
- --group-bar-background-color: var(--primary-color);
11
+ --group-bar-background-color: var(--md-sys-color-secondary-container);
12
12
  --group-bar-textbutton: 16px/32px var(--theme-font);
13
13
  --group-bar-textbutton-active: bold var(--group-bar-textbutton);
14
- --group-bar-active-line-color: var(--focus-color);
14
+ --group-bar-active-line-color: var(--md-sys-color-on-secondary-container);
15
15
  --group-bar-line: solid 3px rgba(0, 0, 0, 0.2);
16
16
 
17
+ --footer-bar-border-top: 1px solid rgba(0, 0, 0, 0.2);
18
+
17
19
  --aside-background-color: var(--secondary-background-color);
18
20
  --aside-list-textbtton: 18px var(--theme-font);
19
21
  --aside-list-icon: var(--icon-default-size);
@@ -1,51 +1,151 @@
1
1
  .light {
2
- --md-sys-color-primary: rgb(77 92 146);
3
- --md-sys-color-surface-tint: rgb(77 92 146);
2
+ --md-sys-color-primary: rgb(73 93 146);
3
+ --md-sys-color-surface-tint: rgb(73 93 146);
4
4
  --md-sys-color-on-primary: rgb(255 255 255);
5
- --md-sys-color-primary-container: rgb(220 225 255);
6
- --md-sys-color-on-primary-container: rgb(4 22 75);
7
- --md-sys-color-secondary: rgb(77 92 146);
5
+ --md-sys-color-primary-container: #e4eaf9;
6
+ --md-sys-color-on-primary-container: rgb(0 24 72);
7
+ --md-sys-color-secondary: rgb(27 101 133);
8
8
  --md-sys-color-on-secondary: rgb(255 255 255);
9
- --md-sys-color-secondary-container: rgb(220 225 255);
10
- --md-sys-color-on-secondary-container: rgb(3 23 75);
11
- --md-sys-color-tertiary: rgb(117 84 111);
9
+ --md-sys-color-secondary-container: rgb(195 232 255);
10
+ --md-sys-color-on-secondary-container: rgb(0 30 44);
11
+ --md-sys-color-tertiary: rgb(37 106 75);
12
12
  --md-sys-color-on-tertiary: rgb(255 255 255);
13
- --md-sys-color-tertiary-container: rgb(255 215 245);
14
- --md-sys-color-on-tertiary-container: rgb(44 18 41);
15
- --md-sys-color-error: rgb(186 26 26);
13
+ --md-sys-color-tertiary-container: rgb(171 242 201);
14
+ --md-sys-color-on-tertiary-container: rgb(0 33 19);
15
+ --md-sys-color-error: #fe594e;
16
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(65 0 2);
17
+ --md-sys-color-error-container: rgb(255 218 215);
18
+ --md-sys-color-on-error-container: #fe594e;
19
19
  --md-sys-color-background: rgb(250 248 255);
20
20
  --md-sys-color-on-background: rgb(26 27 33);
21
21
  --md-sys-color-surface: rgb(250 248 255);
22
22
  --md-sys-color-on-surface: rgb(26 27 33);
23
- --md-sys-color-surface-variant: rgb(226 225 236);
23
+ --md-sys-color-surface-variant: rgb(225 226 236);
24
24
  --md-sys-color-on-surface-variant: rgb(69 70 79);
25
- --md-sys-color-outline: rgb(118 118 128);
26
- --md-sys-color-outline-variant: rgb(198 197 208);
25
+ --md-sys-color-outline: rgba(0, 0, 0, 0.25);
26
+ --md-sys-color-outline-variant: rgb(197 198 208);
27
27
  --md-sys-color-shadow: rgb(0 0 0);
28
28
  --md-sys-color-scrim: rgb(0 0 0);
29
29
  --md-sys-color-inverse-surface: rgb(47 48 54);
30
30
  --md-sys-color-inverse-on-surface: rgb(241 240 247);
31
- --md-sys-color-inverse-primary: rgb(182 196 255);
32
- --md-sys-color-primary-fixed: rgb(220 225 255);
33
- --md-sys-color-on-primary-fixed: rgb(4 22 75);
34
- --md-sys-color-primary-fixed-dim: rgb(182 196 255);
35
- --md-sys-color-on-primary-fixed-variant: rgb(53 68 121);
36
- --md-sys-color-secondary-fixed: rgb(220 225 255);
37
- --md-sys-color-on-secondary-fixed: rgb(3 23 75);
38
- --md-sys-color-secondary-fixed-dim: rgb(182 196 255);
39
- --md-sys-color-on-secondary-fixed-variant: rgb(53 68 121);
40
- --md-sys-color-tertiary-fixed: rgb(255 215 245);
41
- --md-sys-color-on-tertiary-fixed: rgb(44 18 41);
42
- --md-sys-color-tertiary-fixed-dim: rgb(227 186 218);
43
- --md-sys-color-on-tertiary-fixed-variant: rgb(91 61 87);
31
+ --md-sys-color-inverse-primary: #c9d4f4;
32
+ --md-sys-color-primary-fixed: rgb(218 226 255);
33
+ --md-sys-color-on-primary-fixed: rgb(0 24 72);
34
+ --md-sys-color-primary-fixed-dim: #c9d4f4;
35
+ --md-sys-color-on-primary-fixed-variant: rgb(49 69 120);
36
+ --md-sys-color-secondary-fixed: rgb(195 232 255);
37
+ --md-sys-color-on-secondary-fixed: rgb(0 30 44);
38
+ --md-sys-color-secondary-fixed-dim: rgb(143 207 243);
39
+ --md-sys-color-on-secondary-fixed-variant: rgb(0 76 104);
40
+ --md-sys-color-tertiary-fixed: #e5f6da;
41
+ --md-sys-color-on-tertiary-fixed: #005234;
42
+ --md-sys-color-tertiary-fixed-dim: #c8eabc;
43
+ --md-sys-color-on-tertiary-fixed-variant: #005234;
44
44
  --md-sys-color-surface-dim: rgb(218 217 224);
45
45
  --md-sys-color-surface-bright: rgb(250 248 255);
46
46
  --md-sys-color-surface-container-lowest: rgb(255 255 255);
47
47
  --md-sys-color-surface-container-low: rgb(244 243 250);
48
- --md-sys-color-surface-container: rgb(239 237 244);
49
- --md-sys-color-surface-container-high: rgb(233 231 239);
50
- --md-sys-color-surface-container-highest: rgb(227 225 233);
48
+ --md-sys-color-surface-container: rgb(238 237 244);
49
+ --md-sys-color-surface-container-high: rgb(232 231 239);
50
+ --md-sys-color-surface-container-highest: rgb(227 226 233);
51
+
52
+ /* primary palette */
53
+ --md-ref-palette-primary0: #000000;
54
+ --md-ref-palette-primary5: #000e32;
55
+ --md-ref-palette-primary10: #001848;
56
+ --md-ref-palette-primary15: #00215e;
57
+ --md-ref-palette-primary20: #002b74;
58
+ --md-ref-palette-primary25: #002b74;
59
+ --md-ref-palette-primary30: #0040a2;
60
+ --md-ref-palette-primary35: #002b74;
61
+ --md-ref-palette-primary40: #1957ca;
62
+ --md-ref-palette-primary50: #3e71e5;
63
+ --md-ref-palette-primary60: #5c8bff;
64
+ --md-ref-palette-primary70: #89a9ff;
65
+ --md-ref-palette-primary80: #b2c5ff;
66
+ --md-ref-palette-primary90: #dae2ff;
67
+ --md-ref-palette-primary95: #eef0ff;
68
+ --md-ref-palette-primary98: #faf8ff;
69
+ --md-ref-palette-primary99: #fefbff;
70
+ --md-ref-palette-primary100: #ffffff;
71
+
72
+ /* secondary palette */
73
+ --md-ref-palette-secondary0: #000000;
74
+ --md-ref-palette-secondary5: #00131d;
75
+ --md-ref-palette-secondary10: #001e2c;
76
+ --md-ref-palette-secondary15: #00293a;
77
+ --md-ref-palette-secondary20: #003549;
78
+ --md-ref-palette-secondary25: #004058;
79
+ --md-ref-palette-secondary30: #004c68;
80
+ --md-ref-palette-secondary35: #005978;
81
+ --md-ref-palette-secondary40: #006689;
82
+ --md-ref-palette-secondary50: #0080ac;
83
+ --md-ref-palette-secondary60: #009bcf;
84
+ --md-ref-palette-secondary70: #00b8f4;
85
+ --md-ref-palette-secondary80: #79d1ff;
86
+ --md-ref-palette-secondary90: #c3e8ff;
87
+ --md-ref-palette-secondary95: #e3f3ff;
88
+ --md-ref-palette-secondary98: #f5faff;
89
+ --md-ref-palette-secondary99: #fbfcff;
90
+ --md-ref-palette-secondary100: #ffffff;
91
+
92
+ /* tertiary palette */
93
+ --md-ref-palette-tertiary0: #000000;
94
+ --md-ref-palette-tertiary5: #00150a;
95
+ --md-ref-palette-tertiary10: #002113;
96
+ --md-ref-palette-tertiary15: #002c1b;
97
+ --md-ref-palette-tertiary20: #003823;
98
+ --md-ref-palette-tertiary25: #00452b;
99
+ --md-ref-palette-tertiary30: #005234;
100
+ --md-ref-palette-tertiary35: #005f3e;
101
+ --md-ref-palette-tertiary40: #006c47;
102
+ --md-ref-palette-tertiary50: #00885a;
103
+ --md-ref-palette-tertiary60: #31a372;
104
+ --md-ref-palette-tertiary70: #51bf8b;
105
+ --md-ref-palette-tertiary80: #6edba5;
106
+ --md-ref-palette-tertiary90: #a2f4c7;
107
+ --md-ref-palette-tertiary95: #bfffd9;
108
+ --md-ref-palette-tertiary98: #e8ffef;
109
+ --md-ref-palette-tertiary99: #f4fff5;
110
+ --md-ref-palette-tertiary100: #ffffff;
111
+
112
+ /* error palette */
113
+ --md-ref-palette-error0: #000000;
114
+ --md-ref-palette-error5: #2d0102;
115
+ --md-ref-palette-error10: #410304;
116
+ --md-ref-palette-error15: #540507;
117
+ --md-ref-palette-error20: #68070a;
118
+ --md-ref-palette-error25: #7d0b0e;
119
+ --md-ref-palette-error30: #930f14;
120
+ --md-ref-palette-error35: #a91319;
121
+ --md-ref-palette-error40: #bc1620;
122
+ --md-ref-palette-error50: #e03236;
123
+ --md-ref-palette-error60: #ff5450;
124
+ --md-ref-palette-error70: #ff8982;
125
+ --md-ref-palette-error80: #ffb3ad;
126
+ --md-ref-palette-error90: #ffdad7;
127
+ --md-ref-palette-error95: #ffedeb;
128
+ --md-ref-palette-error98: #fff8f7;
129
+ --md-ref-palette-error99: #fffbff;
130
+ --md-ref-palette-error100: #ffffff;
131
+
132
+ /* neutral palette */
133
+ --md-ref-palette-neutral0: #000000;
134
+ --md-ref-palette-neutral5: #111111;
135
+ --md-ref-palette-neutral10: #1c1c1c;
136
+ --md-ref-palette-neutral15: #262626;
137
+ --md-ref-palette-neutral20: #313131;
138
+ --md-ref-palette-neutral25: #3c3c3c;
139
+ --md-ref-palette-neutral30: #474747;
140
+ --md-ref-palette-neutral35: #535353;
141
+ --md-ref-palette-neutral40: #5f5f5f;
142
+ --md-ref-palette-neutral50: #787878;
143
+ --md-ref-palette-neutral60: #929292;
144
+ --md-ref-palette-neutral70: #acacac;
145
+ --md-ref-palette-neutral80: #c8c8c8;
146
+ --md-ref-palette-neutral90: #e4e4e4;
147
+ --md-ref-palette-neutral95: #f0f0f0;
148
+ --md-ref-palette-neutral98: #f9f9f9;
149
+ --md-ref-palette-neutral99: #fefefe;
150
+ --md-ref-palette-neutral100: #ffffff;
51
151
  }
@@ -1,17 +1,22 @@
1
1
  body {
2
2
  font-variation-settings: 'FILL' 1;
3
3
 
4
- /* meterial theme color */
5
- --md-sys-shape-corner-small: 4px;
6
- --md-sys-shape-corner-medium: 6px;
7
- --md-sys-shape-corner-large: 8px;
8
-
9
- --md-sys-shape-corner-full: var(--md-sys-shape-corner-small);
10
- --md-menu-container-shape: 0px;
11
-
12
- --md-switch-handle-shape: 9999px;
13
- --md-switch-track-shape: 9999px;
4
+ /* shape corner */
5
+ --md-sys-shape-corner-none: 0px;
6
+ --md-sys-shape-corner-small: 5px;
7
+ --md-sys-shape-corner-medium: 10px;
8
+ --md-sys-shape-corner-large: 30px;
9
+ --md-sys-shape-corner-full: 999px;
14
10
 
11
+ /* md-switch */
15
12
  --md-switch-selected-handle-color: var(--md-sys-color-on-primary);
16
13
  --md-switch-selected-track-color: var(--md-sys-color-primary);
14
+
15
+ /* md component shapes */
16
+ --md-switch-handle-shape: var(--md-sys-shape-corner-full);
17
+ --md-switch-track-shape: var(--md-sys-shape-corner-full);
18
+ --md-filter-chip-container-shape: var(--md-sys-shape-corner-full);
19
+ --md-text-button-container-shape: var(--md-sys-shape-corner-small);
20
+ --md-filled-button-container-shape: var(--md-sys-shape-corner-small);
21
+ --md-outlined-button-container-shape: var(--md-sys-shape-corner-small);
17
22
  }
@@ -0,0 +1,23 @@
1
+ :root {
2
+ /* spacing */
3
+ --spacing-none: 0px;
4
+ --spacing-tiny: 2px;
5
+ --spacing-small: 4px;
6
+ --spacing-medium: 8px;
7
+ --spacing-large: 12px;
8
+ --spacing-huge: 24px;
9
+
10
+ /* icon size */
11
+ --icon-size-tiny: 14px;
12
+ --icon-size-small: 18px;
13
+ --icon-size-medium: 24px;
14
+ --icon-size-large: 32px;
15
+ --icon-size-huge: 48px;
16
+
17
+ /* form element height */
18
+ --form-element-height-tiny: 18px;
19
+ --form-element-height-small: 24px;
20
+ --form-element-height-medium: 30px;
21
+ --form-element-height-large: 40px;
22
+ --form-element-height-huge: 55px;
23
+ }