@things-factory/shell 7.0.1-alpha.102 → 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
 
@@ -79,7 +79,7 @@ if (production) {
79
79
  /* helps should be Network only for i18n sensitive */
80
80
  registerRoute(/(.*)helps(.*)\.md/, new NetworkOnly())
81
81
 
82
- registerRoute(/(.*)translations(.*)\.json/, new CacheFirst())
82
+ registerRoute(/(.*)translations(.*)\.json/, new StaleWhileRevalidate())
83
83
 
84
84
  registerRoute(({ request }) => request.destination === 'style', new CacheFirst())
85
85
 
@@ -97,7 +97,7 @@ if (production) {
97
97
  /* helps should be Network only for i18n sensitive */
98
98
  registerRoute(/(.*)helps(.*)\.md/, new NetworkOnly())
99
99
 
100
- registerRoute(/(.*)translations(.*)\.json/, new NetworkFirst())
100
+ registerRoute(/(.*)translations(.*)\.json/, new StaleWhileRevalidate())
101
101
 
102
102
  registerRoute(({ request }) => request.destination === 'style', new NetworkFirst())
103
103
 
@@ -81,26 +81,6 @@ body {
81
81
  --mdc-button-outline-width: 1px;
82
82
  --mdc-button-horizontal-padding: 16px;
83
83
 
84
- --md-theme-on-primary: var(--theme-white-color);
85
- --md-theme-primary: var(--secondary-text-color);
86
- --md-theme-on-secondary: var(--theme-white-color);
87
- --md-theme-secondary: var(--primary-color);
88
- --md-button-outline-color: var(--primary-color);
89
- --md-danger-button-primary-color: var(--status-danger-color);
90
- --md-danger-button-outline-color: var(--status-danger-color);
91
- --md-button-outline-width: 1px;
92
- --md-button-horizontal-padding: 16px;
93
-
94
- --md-theme-on-primary: var(--theme-white-color);
95
- --md-theme-primary: var(--secondary-text-color);
96
- --md-theme-on-secondary: var(--theme-white-color);
97
- --md-theme-secondary: var(--primary-color);
98
- --md-button-outline-color: var(--primary-color);
99
- --md-danger-button-primary-color: var(--status-danger-color);
100
- --md-danger-button-outline-color: var(--status-danger-color);
101
- --md-button-outline-width: 1px;
102
- --md-button-horizontal-padding: 16px;
103
-
104
84
  /* button style */
105
85
  --button-background-color: #fafbfc;
106
86
  --button-background-focus-color: var(--primary-color);
@@ -0,0 +1,151 @@
1
+ .dark {
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
+ --md-sys-color-background: rgb(18 19 24);
20
+ --md-sys-color-on-background: rgb(227 226 233);
21
+ --md-sys-color-surface: rgb(18 19 24);
22
+ --md-sys-color-on-surface: rgb(227 226 233);
23
+ --md-sys-color-surface-variant: rgb(69 70 79);
24
+ --md-sys-color-on-surface-variant: rgb(197 198 208);
25
+ --md-sys-color-outline: rgb(143 144 154);
26
+ --md-sys-color-outline-variant: rgb(69 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(227 226 233);
30
+ --md-sys-color-inverse-on-surface: rgb(47 48 54);
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
+ --md-sys-color-surface-dim: rgb(18 19 24);
45
+ --md-sys-color-surface-bright: rgb(56 57 63);
46
+ --md-sys-color-surface-container-lowest: rgb(13 14 19);
47
+ --md-sys-color-surface-container-low: rgb(26 27 33);
48
+ --md-sys-color-surface-container: rgb(30 31 37);
49
+ --md-sys-color-surface-container-high: rgb(41 42 47);
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;
151
+ }
@@ -0,0 +1,173 @@
1
+ body {
2
+ --grid-container-border-color: 1px solid rgba(0, 0, 0, 0.09);
3
+ --grid-container-border-width: 1px 0;
4
+ --grid-wrap-container-border: 0px solid transparent;
5
+ --grid-wrap-container-border-width: 0;
6
+
7
+ --grist-background-color: transparent;
8
+ --grist-title-margin: 0 0 0 10px;
9
+ --grist-title-border: none;
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');
12
+ --grist-title-color: var(--md-sys-color-on-surface);
13
+ --grist-title-icon-color: var(--md-sys-color-on-surface-variant);
14
+ --grist-title-icon-margin: 0 3px 2px 0;
15
+ --grist-title-icon-size: var(--md-sys-typescale-label-large-size, 0.875rem);
16
+ --grist-title-with-grid-padding: 0;
17
+
18
+ --grist-object-editor-font: normal 1em var(--theme-font, 'Roboto');
19
+ --grist-object-editor-color: var(--md-sys-color-on-surface);
20
+
21
+ --grist-input-progress-border: 1px solid rgba(255, 255, 255, 0.5);
22
+ --grist-input-progress-background: rgba(121, 110, 110, 0.1);
23
+ --grist-input-progress-bar-background: var(--md-ref-palette-primary50);
24
+ --grist-input-progress-bar-color: var(--md-sys-color-on-surface-variant);
25
+
26
+ --grid-header-background-color: var(--md-sys-color-surface-container-low);
27
+ --grid-header-top-border: 2px solid var(--md-sys-color-primary);
28
+ --grid-header-bottom-border: var(--grid-container-border-color);
29
+ --grid-header-border-color: var(--md-sys-color-outline);
30
+ --grid-header-padding: var(--spacing-small) var(--spacing-tiny);
31
+ --grid-header-sorter-size: 18px;
32
+ --grid-header-splitter-border: var(--grid-container-border-color);
33
+ --grid-header-splitter-border-hover: 1px solid var(--md-sys-color-inverse-primary);
34
+ --grid-header-color: var(--md-sys-color-primary);
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');
37
+ --grid-header-filter-title-color: var(--md-sys-color-on-surface);
38
+ --grid-header-filter-title-font: normal 12px var(--theme-font, 'Roboto');
39
+ --grid-header-filter-title-icon-color: var(--md-sys-color-on-surface-variant);
40
+
41
+ --grid-body-bottom-border: var(--grid-header-bottom-border);
42
+
43
+ --grid-gutter-padding: var(--spacing-tiny) 0;
44
+
45
+ --grid-record-background-color: var(--md-sys-color-surface-container-lowest);
46
+ --grid-record-odd-background-color: var(--md-sys-color-primary-container);
47
+ --grid-record-padding: var(--spacing-small) var(--spacing-medium);
48
+ --grid-record-color: var(--md-sys-color-on-surface-variant);
49
+ --grid-record-color-hover: var(--md-sys-color-primary);
50
+ --grid-record-wide-fontsize: var(--md-sys-typescale-label-large-size, 0.875rem);
51
+ --grid-record-selected-background-color: var(--md-sys-color-primary-container);
52
+ --grid-record-selected-color: var(--md-sys-color-primary);
53
+ --grid-record-focused-background-color: var(--md-sys-color-secondary-container);
54
+ --grid-record-focused-border: 1px solid var(--md-sys-color-outline-variant);
55
+ --grid-record-focused-cell-background-color: var(--md-sys-color-secondary-container);
56
+ --grid-record-focused-cell-border: 1px dashed var(--md-sys-color-outline);
57
+ --grid-record-focused-color: var(--md-sys-color-secondary);
58
+ --grid-record-focused-box-shadow: 0px 2px 0px 0px rgb(0 0 0 / 10%);
59
+ --grid-record-emphasized-background-color: var(--md-sys-color-secondary-fixed-dim);
60
+ --grid-record-emphasized-color: var(--md-sys-color-on-secondary-fixed-variant);
61
+ --grid-record-editing-background-color: var(--md-sys-color-inverse-primary);
62
+ --grid-record-editing-border: 1px dashed rgba(var(--md-sys-color-primary-rgb), 0.4);
63
+ --grid-record-fontsize: var(--md-sys-typescale-label-large-size, 0.875rem);
64
+ --grid-record-border-bottom: var(--grid-container-border-color);
65
+
66
+ --grid-record-dirty-border-top: 24px solid rgba(var(--md-sys-color-primary-rgb), 0.6);
67
+ --grid-record-dirty-border-left: 24px solid transparent;
68
+ --grid-record-dirty-icon-font: bold 10px/12px var(--mdc-icon-font, 'Material Icons');
69
+ --grid-record-dirty-icon-size: var(--fontsize-large);
70
+ --grid-record-dirty-color: var(--md-sys-color-surface);
71
+
72
+ --grid-footer-background-color: var(--md-sys-color-surface-container-low);
73
+ --grid-footer-font-size: var(--md-sys-typescale-label-large-size, 0.875rem);
74
+ --grid-footer-color: var(--md-sys-color-primary);
75
+ --grid-footer-limit-color: var(--md-ref-palette-neutral40);
76
+ --grid-footer-inactive-color: var(--md-ref-palette-neutral40);
77
+ --grid-footer-padding: var(--spacing-small) var(--spacing-medium);
78
+
79
+ --data-list-background-color: var(--md-sys-color-surface-container-lowest);
80
+ --data-list-item-margin: var(--spacing-medium);
81
+ --data-list-item-padding: var(--spacing-medium) var(--spacing-large);
82
+ --data-list-item-border-bottom: var(--grid-container-border-color);
83
+ --data-list-item-name-font: bold 1.1em var(--theme-font, 'Roboto');
84
+ --data-list-item-name-color: var(--md-sys-color-secondary);
85
+ --data-list-item-disc-font: normal 0.9em var(--theme-font, 'Roboto');
86
+ --data-list-item-disc-color: var(--md-sys-color-tertiary);
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');
89
+ --data-list-item-etc-color: var(--md-ref-palette-neutral50);
90
+ --data-list-item-icon-font: normal 1em/1em;
91
+ --data-list-item-icon-color: var(--md-sys-color-on-secondary);
92
+ --data-list-selected-background-color: var(--grid-record-selected-background-color);
93
+ --data-list-fab-position-horizontal: 15px;
94
+ --data-list-fab-position-vertical: 15px;
95
+ --data-list-fab-color: var(--md-sys-color-primary);
96
+ --data-list-fab-shadow: var(--box-shadow);
97
+
98
+ --data-card-background-color: var(--md-sys-color-surface-container);
99
+ --data-card-record-card-background-color: var(--md-sys-color-surface);
100
+ --data-card-record-card-border: var(--grid-container-border-color);
101
+ --data-card-record-card-border-hover: 1px solid var(--md-sys-color-primary);
102
+ --data-card-record-card-boxshadow-hover: 1px 1px 2px 1px rgba(0, 0, 0, 0.15);
103
+ --data-card-record-card-selected-border: 1px solid var(--md-sys-color-primary);
104
+ --data-card-record-card-border-radius: var(--md-sys-shape-corner-small);
105
+ --data-card-item-margin: var(--spacing-medium);
106
+ --data-card-item-padding: var(--spacing-medium) var(--spacing-large);
107
+ --data-card-item-border-bottom: var(--grid-container-border-color);
108
+ --data-card-item-name-font: bold 1.1em var(--theme-font, 'Roboto');
109
+ --data-card-item-name-color: var(--md-sys-color-secondary);
110
+ --data-card-item-name-label-font: normal 0.65em/0.8em var(--theme-font, 'Roboto');
111
+ --data-card-item-name-label-color: rgba(var(--secondary-color-rgb), 0.8);
112
+ --data-card-item-disc-font: normal 0.9em var(--theme-font, 'Roboto');
113
+ --data-card-item-disc-color: var(--md-sys-color-tertiary);
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');
116
+ --data-card-item-etc-color: var(--md-ref-palette-neutral50);
117
+ --data-card-item-icon-font: normal 1em/1em;
118
+ --data-card-item-icon-color: var(--md-sys-color-on-secondary);
119
+ --data-card-item-btn-border: var(--grid-container-border-color);
120
+ --data-card-item-btn-border-radius: var(--md-sys-shape-corner-small);
121
+ --data-card-item-btn-padding: var(--spacing-small);
122
+ --data-card-selected-background-color: var(--grid-record-selected-background-color);
123
+ --data-card-fab-position-horizontal: 15px;
124
+ --data-card-fab-position-vertical: 15px;
125
+ --data-card-fab-color: var(--md-sys-color-primary);
126
+ --data-card-fab-shadow: var(--box-shadow);
127
+ --data-card-thumbnail-height: 140px;
128
+ --data-card-thumbnail-border-bottom: var(--grid-container-border-color);
129
+ --data-card-attachimg-height: 70px;
130
+
131
+ --record-view-background-color: var(--md-sys-color-surface-container);
132
+ --record-view-gap: var(--spacing-small) 0;
133
+ --record-view-padding: var(--spacing-medium);
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');
136
+ --record-view-label-color: var(--md-sys-color-secondary);
137
+ --record-view-label-icon-size: var(--fontsize-small);
138
+ --record-view-font: normal 15px var(--theme-font, 'Roboto');
139
+ --record-view-color: var(--md-sys-color-secondary);
140
+ --record-view-focus-color: var(--md-sys-color-primary);
141
+ --record-view-border-bottom: var(--grid-container-border-color);
142
+ --record-view-edit-border-bottom: 2px solid var(--md-sys-color-primary);
143
+ --record-view-item-padding: var(--spacing-medium);
144
+
145
+ --record-view-footer-background: var(--md-ref-palette-neutral50);
146
+ --record-view-footer-button-border: var(--grid-container-border-color);
147
+ --record-view-footer-button-border-width: 0 0 0 1px;
148
+ --record-view-footer-button-font: 17px;
149
+ --record-view-footer-button-color: var(--md-sys-color-surface);
150
+ --record-view-footer-iconbutton-size: 35px;
151
+ --record-view-footer-focus-background: var(--md-sys-color-primary);
152
+
153
+ --ox-grist-padding: var(--spacing-medium);
154
+ }
155
+
156
+ @media only screen and (max-width: 460px) {
157
+ body {
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');
161
+ --ox-grist-padding: 0;
162
+ }
163
+ }
164
+ @media (min-width: 461px) and (max-width: 700px) {
165
+ body {
166
+ --ox-grist-padding: 0;
167
+ }
168
+ }
169
+ @media (min-width: 461px) and (max-width: 1024px) {
170
+ body {
171
+ --data-card-create-form-padding: 7px;
172
+ }
173
+ }
@@ -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);
@@ -0,0 +1,151 @@
1
+ .light {
2
+ --md-sys-color-primary: rgb(73 93 146);
3
+ --md-sys-color-surface-tint: rgb(73 93 146);
4
+ --md-sys-color-on-primary: rgb(255 255 255);
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
+ --md-sys-color-on-secondary: rgb(255 255 255);
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
+ --md-sys-color-on-tertiary: rgb(255 255 255);
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
+ --md-sys-color-on-error: rgb(255 255 255);
17
+ --md-sys-color-error-container: rgb(255 218 215);
18
+ --md-sys-color-on-error-container: #fe594e;
19
+ --md-sys-color-background: rgb(250 248 255);
20
+ --md-sys-color-on-background: rgb(26 27 33);
21
+ --md-sys-color-surface: rgb(250 248 255);
22
+ --md-sys-color-on-surface: rgb(26 27 33);
23
+ --md-sys-color-surface-variant: rgb(225 226 236);
24
+ --md-sys-color-on-surface-variant: rgb(69 70 79);
25
+ --md-sys-color-outline: rgba(0, 0, 0, 0.25);
26
+ --md-sys-color-outline-variant: rgb(197 198 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(47 48 54);
30
+ --md-sys-color-inverse-on-surface: rgb(241 240 247);
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
+ --md-sys-color-surface-dim: rgb(218 217 224);
45
+ --md-sys-color-surface-bright: rgb(250 248 255);
46
+ --md-sys-color-surface-container-lowest: rgb(255 255 255);
47
+ --md-sys-color-surface-container-low: rgb(244 243 250);
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;
151
+ }
@@ -1,50 +1,22 @@
1
1
  body {
2
2
  font-variation-settings: 'FILL' 1;
3
3
 
4
- /* meterial theme color */
5
- --md-sys-color-primary: var(--primary-color);
6
- --md-sys-color-on-primary: var(--theme-white-color);
7
- --md-sys-color-secondary: var(--secondary-color);
8
-
9
- --md-sys-shape-corner-small: 4px;
10
- --md-sys-shape-corner-medium: 6px;
11
- --md-sys-shape-corner-large: 8px;
12
-
13
- --md-sys-shape-corner-full: var(--md-sys-shape-corner-small);
14
-
15
- --md-sys-color-surface-container-high: var(--primary-color);
16
- --md-sys-color-surface-container-low: var(--secondary-color);
17
- --md-sys-color-surface-container-highest: #e0e3e2;
18
- --md-sys-color-surface-container-lowest: var(--secondary-color);
19
- --md-sys-typescale-body-large: 400 1rem system-ui;
20
-
21
- --md-filled-text-field-container-shape: 0px;
22
- --md-filled-text-field-label-text-color: #3f4948;
23
- --md-filled-text-field-input-text-color: #161d1d;
24
-
25
- --md-outlined-text-field-container-shape: 0px;
26
- --md-outlined-text-field-label-text-color: #3f4948;
27
- --md-outlined-text-field-input-text-color: #161d1d;
28
-
29
- --md-outlined-select-text-field-outline-color: #6e7979;
30
- --md-outlined-select-text-field-container-shape: 0px;
31
- --md-outlined-select-text-field-input-text-color: #005353;
32
- --md-outlined-select-text-field-input-text-font: system-ui;
33
-
34
- --md-menu-container-color: #f4f7fb;
35
- --md-menu-container-shape: 0px;
36
-
37
- --md-fab-container-color: var(--primary-color);
38
- --md-fab-icon-color: var(--focus-color);
39
-
40
- --md-checkbox-selected-container-color: var(--secondary-background-color, #6e7979);
41
- --md-checkbox-outline-color: var(--secondary-background-color, #6e7979);
42
- --md-checkbox-selected-icon-color: var(--focus-color);
43
-
44
- --md-switch-handle-color: var(--secondary-background-color, #6e7979);
45
- --md-switch-handle-shape: 9999px;
46
- --md-switch-track-color: var(--md-sys-color-surface-container-highest);
47
- --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;
10
+
11
+ /* md-switch */
48
12
  --md-switch-selected-handle-color: var(--md-sys-color-on-primary);
49
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);
50
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
+ }
@@ -0,0 +1,6 @@
1
+ :root {
2
+ --status-danger-color: var(--md-sys-color-error, rgb(186 26 26));
3
+ --status-warning-color: #ee8d03;
4
+ --status-info-color: #398ace;
5
+ --status-success-color: #35a24a;
6
+ }