@progress/kendo-theme-material 10.6.0 → 11.0.0-dev.1

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.
Files changed (223) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/material-2-dark.css +1 -0
  3. package/dist/material-2-dark.scss +137 -0
  4. package/dist/material-2.css +1 -0
  5. package/dist/material-2.scss +132 -0
  6. package/dist/material-aqua-dark.css +1 -1
  7. package/dist/material-aqua-dark.scss +1 -1
  8. package/dist/material-arctic.css +1 -1
  9. package/dist/material-arctic.scss +1 -1
  10. package/dist/material-burnt-teal.css +1 -1
  11. package/dist/material-burnt-teal.scss +1 -1
  12. package/dist/material-dataviz-v4.css +1 -1
  13. package/dist/material-dataviz-v4.scss +1 -1
  14. package/dist/material-eggplant.css +1 -1
  15. package/dist/material-eggplant.scss +1 -1
  16. package/dist/material-lime-dark.css +1 -1
  17. package/dist/material-lime-dark.scss +1 -1
  18. package/dist/material-lime.css +1 -1
  19. package/dist/material-lime.scss +1 -1
  20. package/dist/material-main-dark.css +1 -1
  21. package/dist/material-main-dark.scss +98 -98
  22. package/dist/material-main.css +1 -1
  23. package/dist/material-main.scss +1 -5
  24. package/dist/material-nova.css +1 -1
  25. package/dist/material-nova.scss +1 -1
  26. package/dist/material-pacific-dark.css +1 -1
  27. package/dist/material-pacific-dark.scss +1 -1
  28. package/dist/material-pacific.css +1 -1
  29. package/dist/material-pacific.scss +1 -1
  30. package/dist/material-sky-dark.css +1 -1
  31. package/dist/material-sky-dark.scss +1 -1
  32. package/dist/material-sky.css +1 -1
  33. package/dist/material-sky.scss +1 -1
  34. package/dist/material-smoke.css +1 -1
  35. package/dist/material-smoke.scss +1 -1
  36. package/dist/meta/sassdoc-data.json +13278 -11518
  37. package/dist/meta/sassdoc-raw-data.json +4563 -3763
  38. package/dist/meta/variables.json +2591 -3022
  39. package/lib/swatches/index.js +2 -0
  40. package/lib/swatches/material-2-dark.json +657 -0
  41. package/lib/swatches/material-2.json +632 -0
  42. package/lib/swatches/material-aqua-dark.json +1 -243
  43. package/lib/swatches/material-arctic.json +1 -243
  44. package/lib/swatches/material-burnt-teal.json +1 -243
  45. package/lib/swatches/material-dataviz-v4.json +1 -47
  46. package/lib/swatches/material-eggplant.json +1 -243
  47. package/lib/swatches/material-lime-dark.json +1 -243
  48. package/lib/swatches/material-lime.json +1 -243
  49. package/lib/swatches/material-main-dark.json +103 -345
  50. package/lib/swatches/material-main.json +7 -250
  51. package/lib/swatches/material-nova.json +1 -243
  52. package/lib/swatches/material-pacific-dark.json +1 -243
  53. package/lib/swatches/material-pacific.json +1 -243
  54. package/lib/swatches/material-sky-dark.json +1 -243
  55. package/lib/swatches/material-sky.json +1 -243
  56. package/lib/swatches/material-smoke.json +1 -243
  57. package/package.json +4 -4
  58. package/scss/action-buttons/_layout.scss +0 -23
  59. package/scss/action-buttons/_theme.scss +0 -13
  60. package/scss/action-buttons/_variables.scss +3 -3
  61. package/scss/action-sheet/_layout.scss +6 -0
  62. package/scss/action-sheet/_variables.scss +27 -28
  63. package/scss/adaptive/_variables.scss +13 -13
  64. package/scss/appbar/_variables.scss +22 -8
  65. package/scss/avatar/_variables.scss +12 -1
  66. package/scss/badge/_layout.scss +0 -1
  67. package/scss/badge/_variables.scss +23 -9
  68. package/scss/bottom-navigation/_theme.scss +55 -4
  69. package/scss/bottom-navigation/_variables.scss +31 -17
  70. package/scss/breadcrumb/_variables.scss +21 -21
  71. package/scss/button/_layout.scss +0 -81
  72. package/scss/button/_theme.scss +110 -44
  73. package/scss/button/_variables.scss +47 -34
  74. package/scss/calendar/_layout.scss +13 -16
  75. package/scss/calendar/_theme.scss +29 -11
  76. package/scss/calendar/_variables.scss +83 -56
  77. package/scss/captcha/_variables.scss +3 -3
  78. package/scss/card/_variables.scss +34 -20
  79. package/scss/chart-wizard/_variables.scss +4 -4
  80. package/scss/chat/_theme.scss +5 -1
  81. package/scss/chat/_variables.scss +15 -15
  82. package/scss/checkbox/_layout.scss +35 -0
  83. package/scss/checkbox/_theme.scss +113 -4
  84. package/scss/checkbox/_variables.scss +23 -20
  85. package/scss/chip/_layout.scss +10 -0
  86. package/scss/chip/_theme.scss +41 -61
  87. package/scss/chip/_variables.scss +48 -30
  88. package/scss/color-preview/_variables.scss +3 -3
  89. package/scss/coloreditor/_variables.scss +11 -11
  90. package/scss/colorgradient/_variables.scss +7 -37
  91. package/scss/column-menu/_variables.scss +1 -1
  92. package/scss/core/_index.scss +8 -3
  93. package/scss/core/color-system/_palettes.scss +243 -242
  94. package/scss/core/color-system/_swatch.scss +142 -145
  95. package/scss/core/elevation/index.import.scss +18 -27
  96. package/scss/core/typography/index.import.scss +8 -8
  97. package/scss/dataviz/_variables.scss +61 -48
  98. package/scss/dialog/_theme.scss +1 -1
  99. package/scss/dialog/_variables.scss +9 -4
  100. package/scss/dock-manager/_variables.scss +18 -18
  101. package/scss/draggable/_variables.scss +4 -4
  102. package/scss/drawer/_layout.scss +2 -0
  103. package/scss/drawer/_theme.scss +0 -11
  104. package/scss/drawer/_variables.scss +49 -24
  105. package/scss/dropzone/_variables.scss +7 -7
  106. package/scss/editor/_layout.scss +2 -12
  107. package/scss/editor/_variables.scss +15 -8
  108. package/scss/expansion-panel/_layout.scss +5 -0
  109. package/scss/expansion-panel/_variables.scss +10 -10
  110. package/scss/fab/_layout.scss +1 -1
  111. package/scss/fab/_theme.scss +24 -23
  112. package/scss/fab/_variables.scss +25 -14
  113. package/scss/filemanager/_theme.scss +4 -0
  114. package/scss/filemanager/_variables.scss +6 -6
  115. package/scss/filter/_variables.scss +4 -4
  116. package/scss/floating-label/_theme.scss +1 -1
  117. package/scss/floating-label/_variables.scss +2 -2
  118. package/scss/forms/_variables.scss +6 -6
  119. package/scss/gantt/_variables.scss +27 -27
  120. package/scss/grid/_layout.scss +6 -21
  121. package/scss/grid/_theme.scss +14 -128
  122. package/scss/grid/_variables.scss +20 -20
  123. package/scss/imageeditor/_variables.scss +4 -4
  124. package/scss/index.scss +3 -0
  125. package/scss/input/_layout.scss +10 -14
  126. package/scss/input/_variables.scss +45 -44
  127. package/scss/list/_theme.scss +1 -1
  128. package/scss/list/_variables.scss +103 -25
  129. package/scss/listbox/_variables.scss +3 -3
  130. package/scss/listgroup/_variables.scss +6 -6
  131. package/scss/listview/_theme.scss +0 -13
  132. package/scss/listview/_variables.scss +7 -7
  133. package/scss/loader/_variables.scss +18 -4
  134. package/scss/map/_variables.scss +6 -6
  135. package/scss/marquee/_index.scss +16 -0
  136. package/scss/marquee/_layout.scss +6 -0
  137. package/scss/marquee/_theme.scss +6 -0
  138. package/scss/marquee/_variables.scss +11 -0
  139. package/scss/mediaplayer/_variables.scss +4 -4
  140. package/scss/menu/_layout.scss +4 -0
  141. package/scss/menu/_theme.scss +1 -26
  142. package/scss/menu/_variables.scss +49 -41
  143. package/scss/menu-button/_variables.scss +1 -1
  144. package/scss/messagebox/_layout.scss +5 -1
  145. package/scss/messagebox/_variables.scss +16 -2
  146. package/scss/no-data/_variables.scss +1 -1
  147. package/scss/notification/_functions.scss +1 -1
  148. package/scss/notification/_layout.scss +5 -0
  149. package/scss/notification/_theme.scss +1 -0
  150. package/scss/notification/_variables.scss +30 -9
  151. package/scss/orgchart/_variables.scss +10 -10
  152. package/scss/overlay/_variables.scss +12 -1
  153. package/scss/pager/_variables.scss +8 -8
  154. package/scss/panel/_variables.scss +3 -3
  155. package/scss/panelbar/_layout.scss +29 -1
  156. package/scss/panelbar/_theme.scss +0 -1
  157. package/scss/panelbar/_variables.scss +29 -29
  158. package/scss/pdf-viewer/_variables.scss +15 -15
  159. package/scss/pivotgrid/_theme.scss +0 -12
  160. package/scss/pivotgrid/_variables.scss +23 -23
  161. package/scss/popover/_variables.scss +5 -5
  162. package/scss/popup/_variables.scss +7 -7
  163. package/scss/progressbar/_layout.scss +11 -4
  164. package/scss/progressbar/_variables.scss +6 -6
  165. package/scss/prompt/_layout.scss +4 -0
  166. package/scss/prompt/_variables.scss +17 -17
  167. package/scss/radio/_layout.scss +35 -0
  168. package/scss/radio/_theme.scss +109 -4
  169. package/scss/radio/_variables.scss +19 -16
  170. package/scss/rating/_variables.scss +7 -7
  171. package/scss/scheduler/_layout.scss +2 -89
  172. package/scss/scheduler/_theme.scss +3 -3
  173. package/scss/scheduler/_variables.scss +22 -19
  174. package/scss/scrollview/_variables.scss +5 -5
  175. package/scss/signature/_variables.scss +1 -1
  176. package/scss/skeleton/_variables.scss +1 -1
  177. package/scss/slider/_layout.scss +11 -0
  178. package/scss/slider/_theme.scss +1 -10
  179. package/scss/slider/_variables.scss +25 -16
  180. package/scss/split-button/_layout.scss +12 -0
  181. package/scss/split-button/_variables.scss +4 -4
  182. package/scss/splitter/_variables.scss +9 -9
  183. package/scss/spreadsheet/_layout.scss +0 -35
  184. package/scss/spreadsheet/_theme.scss +3 -25
  185. package/scss/spreadsheet/_variables.scss +32 -31
  186. package/scss/stepper/_layout.scss +15 -1
  187. package/scss/stepper/_theme.scss +8 -0
  188. package/scss/stepper/_variables.scss +21 -21
  189. package/scss/switch/_layout.scss +20 -5
  190. package/scss/switch/_theme.scss +2 -9
  191. package/scss/switch/_variables.scss +50 -16
  192. package/scss/table/_layout.scss +22 -20
  193. package/scss/table/_theme.scss +6 -32
  194. package/scss/table/_variables.scss +13 -13
  195. package/scss/tabstrip/_layout.scss +100 -4
  196. package/scss/tabstrip/_variables.scss +20 -20
  197. package/scss/taskboard/_layout.scss +4 -0
  198. package/scss/taskboard/_variables.scss +18 -18
  199. package/scss/tilelayout/_layout.scss +7 -1
  200. package/scss/tilelayout/_variables.scss +4 -4
  201. package/scss/timeline/_variables.scss +7 -7
  202. package/scss/timeselector/_layout.scss +38 -0
  203. package/scss/timeselector/_theme.scss +8 -6
  204. package/scss/timeselector/_variables.scss +39 -28
  205. package/scss/toolbar/_layout.scss +0 -47
  206. package/scss/toolbar/_theme.scss +4 -44
  207. package/scss/toolbar/_variables.scss +17 -17
  208. package/scss/tooltip/_functions.scss +1 -1
  209. package/scss/tooltip/_variables.scss +19 -8
  210. package/scss/treelist/_layout.scss +0 -19
  211. package/scss/treelist/_theme.scss +10 -15
  212. package/scss/treelist/_variables.scss +1 -1
  213. package/scss/treeview/_theme.scss +2 -31
  214. package/scss/treeview/_variables.scss +25 -25
  215. package/scss/typography/_variables.scss +24 -24
  216. package/scss/upload/_theme.scss +1 -1
  217. package/scss/upload/_variables.scss +14 -14
  218. package/scss/window/_layout.scss +14 -0
  219. package/scss/window/_variables.scss +14 -14
  220. package/scss/wizard/_variables.scss +3 -3
  221. package/scss/core/color-system/_functions.scss +0 -104
  222. package/scss/core/color-system/_palettes-legacy.scss +0 -671
  223. package/scss/core/color-system/_swatch-legacy.scss +0 -299
@@ -3,514 +3,503 @@
3
3
  "name": "Material Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-material",
6
- "version": "10.6.0",
7
- "api": "modern",
6
+ "version": "11.0.0-dev.1",
8
7
  "previewColors": [
9
- "#121212",
10
- "#212121",
11
- "#3f51b5",
12
- "#e91e63",
13
- "#ffffff"
8
+ "#141218",
9
+ "#2B2930",
10
+ "#D0BCFF",
11
+ "#4A4458",
12
+ "#E6E0E9"
14
13
  ],
15
14
  "components": [],
16
15
  "groups": [
17
- {
18
- "name": "New color system",
19
- "colorSystem": {
20
- "kendo-enable-color-system": {
21
- "name": "New color system",
22
- "type": "boolean",
23
- "value": true
24
- }
25
- }
26
- },
27
16
  {
28
17
  "name": "New theme colors",
29
18
  "colorsMap": {
30
19
  "app-surface": {
31
20
  "name": "App Surface",
32
21
  "type": "color",
33
- "value": "#121212"
22
+ "value": "#141218"
34
23
  },
35
24
  "on-app-surface": {
36
25
  "name": "On App Surface",
37
26
  "type": "color",
38
- "value": "#E0E0E0"
27
+ "value": "#E6E0E9"
39
28
  },
40
29
  "subtle": {
41
30
  "name": "Subtle",
42
31
  "type": "color",
43
- "value": "#9B9B9B"
32
+ "value": "#CAC4D0"
44
33
  },
45
34
  "surface": {
46
35
  "name": "Surface",
47
36
  "type": "color",
48
- "value": "#2A2A2A"
37
+ "value": "#2B2930"
49
38
  },
50
39
  "surface-alt": {
51
40
  "name": "Surface Alt",
52
41
  "type": "color",
53
- "value": "#212121"
42
+ "value": "#36343B"
54
43
  },
55
44
  "border": {
56
45
  "name": "Border",
57
46
  "type": "color",
58
- "value": "rgba(255, 255, 255, 0.20)"
47
+ "value": "rgba(230, 224, 233, 0.24)"
59
48
  },
60
49
  "border-alt": {
61
50
  "name": "Border Alt",
62
51
  "type": "color",
63
- "value": "rgba(255, 255, 255, 0.25)"
52
+ "value": "rgba(230, 224, 233, 0.30)"
64
53
  },
65
54
  "base-subtle": {
66
55
  "name": "Base Subtle",
67
56
  "type": "color",
68
- "value": "#525252"
57
+ "value": "#36343B"
69
58
  },
70
59
  "base-subtle-hover": {
71
60
  "name": "Base Subtle Hover",
72
61
  "type": "color",
73
- "value": "#454545"
62
+ "value": "#49454F"
74
63
  },
75
64
  "base-subtle-active": {
76
65
  "name": "Base Subtle Active",
77
66
  "type": "color",
78
- "value": "#3C3C3C"
67
+ "value": "#5B5661"
79
68
  },
80
69
  "base": {
81
70
  "name": "Base",
82
71
  "type": "color",
83
- "value": "#616161"
72
+ "value": "#49454F"
84
73
  },
85
74
  "base-hover": {
86
75
  "name": "Base Hover",
87
76
  "type": "color",
88
- "value": "#525252"
77
+ "value": "#5B5661"
89
78
  },
90
79
  "base-active": {
91
80
  "name": "Base Active",
92
81
  "type": "color",
93
- "value": "#3C3C3C"
82
+ "value": "#6D6873"
94
83
  },
95
84
  "base-emphasis": {
96
85
  "name": "Base Emphasis",
97
86
  "type": "color",
98
- "value": "#C2C2C2"
87
+ "value": "#938F99"
99
88
  },
100
89
  "base-on-subtle": {
101
90
  "name": "Base On Subtle",
102
91
  "type": "color",
103
- "value": "#EBEBEB"
92
+ "value": "#EEEAF0"
104
93
  },
105
94
  "on-base": {
106
95
  "name": "On Base",
107
96
  "type": "color",
108
- "value": "#EBEBEB"
97
+ "value": "#F6F3F6"
109
98
  },
110
99
  "base-on-surface": {
111
100
  "name": "Base On Surface",
112
101
  "type": "color",
113
- "value": "#D6D6D6"
102
+ "value": "#EEEAF0"
114
103
  },
115
104
  "primary-subtle": {
116
105
  "name": "Primary Subtle",
117
106
  "type": "color",
118
- "value": "#59618A"
107
+ "value": "#4F378B"
119
108
  },
120
109
  "primary-subtle-hover": {
121
110
  "name": "Primary Subtle Hover",
122
111
  "type": "color",
123
- "value": "#454B70"
112
+ "value": "#5C419B"
124
113
  },
125
114
  "primary-subtle-active": {
126
115
  "name": "Primary Subtle Active",
127
116
  "type": "color",
128
- "value": "#333857"
117
+ "value": "#6548A8"
129
118
  },
130
119
  "primary": {
131
120
  "name": "Primary",
132
121
  "type": "color",
133
- "value": "#9FA8DA"
122
+ "value": "#D0BCFF"
134
123
  },
135
124
  "primary-hover": {
136
125
  "name": "Primary Hover",
137
126
  "type": "color",
138
- "value": "#8D95C7"
127
+ "value": "#C4AFF4"
139
128
  },
140
129
  "primary-active": {
141
130
  "name": "Primary Active",
142
131
  "type": "color",
143
- "value": "#757DAC"
132
+ "value": "#BEA9EE"
144
133
  },
145
134
  "primary-emphasis": {
146
135
  "name": "Primary Emphasis",
147
136
  "type": "color",
148
- "value": "#8D95C7"
137
+ "value": "#AA91E3"
149
138
  },
150
139
  "primary-on-subtle": {
151
140
  "name": "Primary On Subtle",
152
141
  "type": "color",
153
- "value": "#DCE0F5"
142
+ "value": "#EADDFF"
154
143
  },
155
144
  "on-primary": {
156
145
  "name": "On Primary",
157
146
  "type": "color",
158
- "value": "#131524"
147
+ "value": "#381E72"
159
148
  },
160
149
  "primary-on-surface": {
161
150
  "name": "Primary On Surface",
162
151
  "type": "color",
163
- "value": "#AAB2E0"
152
+ "value": "#D0BCFF"
164
153
  },
165
154
  "secondary-subtle": {
166
155
  "name": "Secondary Subtle",
167
156
  "type": "color",
168
- "value": "#8A5B6A"
157
+ "value": "#CCC2DC"
169
158
  },
170
159
  "secondary-subtle-hover": {
171
160
  "name": "Secondary Subtle Hover",
172
161
  "type": "color",
173
- "value": "#704A56"
162
+ "value": "#DACFED"
174
163
  },
175
164
  "secondary-subtle-active": {
176
165
  "name": "Secondary Subtle Active",
177
166
  "type": "color",
178
- "value": "#573942"
167
+ "value": "#E8DEF8"
179
168
  },
180
169
  "secondary": {
181
170
  "name": "Secondary",
182
171
  "type": "color",
183
- "value": "#F2A7BF"
172
+ "value": "#4A4458"
184
173
  },
185
174
  "secondary-hover": {
186
175
  "name": "Secondary Hover",
187
176
  "type": "color",
188
- "value": "#D18FA4"
177
+ "value": "#564F65"
189
178
  },
190
179
  "secondary-active": {
191
180
  "name": "Secondary Active",
192
181
  "type": "color",
193
- "value": "#AF7688"
182
+ "value": "#625B71"
194
183
  },
195
184
  "secondary-emphasis": {
196
185
  "name": "Secondary Emphasis",
197
186
  "type": "color",
198
- "value": "#D18FA4"
187
+ "value": "#827B93"
199
188
  },
200
189
  "secondary-on-subtle": {
201
190
  "name": "Secondary On Subtle",
202
191
  "type": "color",
203
- "value": "#F8E0E8"
192
+ "value": "#332D41"
204
193
  },
205
194
  "on-secondary": {
206
195
  "name": "On Secondary",
207
196
  "type": "color",
208
- "value": "#24171B"
197
+ "value": "#E8DEF8"
209
198
  },
210
199
  "secondary-on-surface": {
211
200
  "name": "Secondary On Surface",
212
201
  "type": "color",
213
- "value": "#F2B3C6"
202
+ "value": "#E8DEF8"
214
203
  },
215
204
  "tertiary-subtle": {
216
205
  "name": "Tertiary Subtle",
217
206
  "type": "color",
218
- "value": "#4C756F"
207
+ "value": "#633B48"
219
208
  },
220
209
  "tertiary-subtle-hover": {
221
210
  "name": "Tertiary Subtle Hover",
222
211
  "type": "color",
223
- "value": "#40625E"
212
+ "value": "#704653"
224
213
  },
225
214
  "tertiary-subtle-active": {
226
215
  "name": "Tertiary Subtle Active",
227
216
  "type": "color",
228
- "value": "#334F4B"
217
+ "value": "#7D5260"
229
218
  },
230
219
  "tertiary": {
231
220
  "name": "Tertiary",
232
221
  "type": "color",
233
- "value": "#8CDACE"
222
+ "value": "#EFB8C8"
234
223
  },
235
224
  "tertiary-hover": {
236
225
  "name": "Tertiary Hover",
237
226
  "type": "color",
238
- "value": "#72B2A8"
227
+ "value": "#D7A2B2"
239
228
  },
240
229
  "tertiary-active": {
241
230
  "name": "Tertiary Active",
242
231
  "type": "color",
243
- "value": "#5D9088"
232
+ "value": "#C28E9F"
244
233
  },
245
234
  "tertiary-emphasis": {
246
235
  "name": "Tertiary Emphasis",
247
236
  "type": "color",
248
- "value": "#72B2A8"
237
+ "value": "#8D6773"
249
238
  },
250
239
  "tertiary-on-subtle": {
251
240
  "name": "Tertiary On Subtle",
252
241
  "type": "color",
253
- "value": "#E0F8F4"
242
+ "value": "#FFD8E4"
254
243
  },
255
244
  "on-tertiary": {
256
245
  "name": "On Tertiary",
257
246
  "type": "color",
258
- "value": "#0D1413"
247
+ "value": "#492532"
259
248
  },
260
249
  "tertiary-on-surface": {
261
250
  "name": "Tertiary On Surface",
262
251
  "type": "color",
263
- "value": "#9FDFD4"
252
+ "value": "#F8C9D7"
264
253
  },
265
254
  "info-subtle": {
266
255
  "name": "Info Subtle",
267
256
  "type": "color",
268
- "value": "#495D80"
257
+ "value": "#0E2958"
269
258
  },
270
259
  "info-subtle-hover": {
271
260
  "name": "Info Subtle Hover",
272
261
  "type": "color",
273
- "value": "#374764"
262
+ "value": "#123672"
274
263
  },
275
264
  "info-subtle-active": {
276
265
  "name": "Info Subtle Active",
277
266
  "type": "color",
278
- "value": "#263248"
267
+ "value": "#17428C"
279
268
  },
280
269
  "info": {
281
270
  "name": "Info",
282
271
  "type": "color",
283
- "value": "#8CA5DA"
272
+ "value": "#C1D5F5"
284
273
  },
285
274
  "info-hover": {
286
275
  "name": "Info Hover",
287
276
  "type": "color",
288
- "value": "#738CBF"
277
+ "value": "#B0C8F2"
289
278
  },
290
279
  "info-active": {
291
280
  "name": "Info Active",
292
281
  "type": "color",
293
- "value": "#5F75A2"
282
+ "value": "#96B6EE"
294
283
  },
295
284
  "info-emphasis": {
296
285
  "name": "Info Emphasis",
297
286
  "type": "color",
298
- "value": "#738CBF"
287
+ "value": "#4B82E2"
299
288
  },
300
289
  "info-on-subtle": {
301
290
  "name": "Info On Subtle",
302
291
  "type": "color",
303
- "value": "#E5EAF6"
292
+ "value": "#D8E4F9"
304
293
  },
305
294
  "on-info": {
306
295
  "name": "On Info",
307
296
  "type": "color",
308
- "value": "#080B0F"
297
+ "value": "#123672"
309
298
  },
310
299
  "info-on-surface": {
311
300
  "name": "Info On Surface",
312
301
  "type": "color",
313
- "value": "#9EB4E0"
302
+ "value": "#96B6EE"
314
303
  },
315
304
  "success-subtle": {
316
305
  "name": "Success Subtle",
317
306
  "type": "color",
318
- "value": "#4F6747"
307
+ "value": "#145C2E"
319
308
  },
320
309
  "success-subtle-hover": {
321
310
  "name": "Success Subtle Hover",
322
311
  "type": "color",
323
- "value": "#40543A"
312
+ "value": "#186D37"
324
313
  },
325
314
  "success-subtle-active": {
326
315
  "name": "Success Subtle Active",
327
316
  "type": "color",
328
- "value": "#32412D"
317
+ "value": "#1B7E3F"
329
318
  },
330
319
  "success": {
331
320
  "name": "Success",
332
321
  "type": "color",
333
- "value": "#A7DB97"
322
+ "value": "#BDEFCF"
334
323
  },
335
324
  "success-hover": {
336
325
  "name": "Success Hover",
337
326
  "type": "color",
338
- "value": "#86B079"
327
+ "value": "#A4EABE"
339
328
  },
340
329
  "success-active": {
341
330
  "name": "Success Active",
342
331
  "type": "color",
343
- "value": "#6F9164"
332
+ "value": "#83E2A6"
344
333
  },
345
334
  "success-emphasis": {
346
335
  "name": "Success Emphasis",
347
336
  "type": "color",
348
- "value": "#86B079"
337
+ "value": "#26B058"
349
338
  },
350
339
  "success-on-subtle": {
351
340
  "name": "Success On Subtle",
352
341
  "type": "color",
353
- "value": "#EBF7E7"
342
+ "value": "#E6F9ED"
354
343
  },
355
344
  "on-success": {
356
345
  "name": "On Success",
357
346
  "type": "color",
358
- "value": "#121710"
347
+ "value": "#0F4322"
359
348
  },
360
349
  "success-on-surface": {
361
350
  "name": "Success On Surface",
362
351
  "type": "color",
363
- "value": "#B7E1AB"
352
+ "value": "#BDEFCF"
364
353
  },
365
354
  "warning-subtle": {
366
355
  "name": "Warning Subtle",
367
356
  "type": "color",
368
- "value": "#877448"
357
+ "value": "#554206"
369
358
  },
370
359
  "warning-subtle-hover": {
371
360
  "name": "Warning Subtle Hover",
372
361
  "type": "color",
373
- "value": "#6D5C37"
362
+ "value": "#725809"
374
363
  },
375
364
  "warning-subtle-active": {
376
365
  "name": "Warning Subtle Active",
377
366
  "type": "color",
378
- "value": "#584A2A"
367
+ "value": "#906E09"
379
368
  },
380
369
  "warning": {
381
370
  "name": "Warning",
382
371
  "type": "color",
383
- "value": "#FFE19C"
372
+ "value": "#FCEDC0"
384
373
  },
385
374
  "warning-hover": {
386
375
  "name": "Warning Hover",
387
376
  "type": "color",
388
- "value": "#D7BC7E"
377
+ "value": "#FAE6A8"
389
378
  },
390
379
  "warning-active": {
391
380
  "name": "Warning Active",
392
381
  "type": "color",
393
- "value": "#877448"
382
+ "value": "#F9DF90"
394
383
  },
395
384
  "warning-emphasis": {
396
385
  "name": "Warning Emphasis",
397
386
  "type": "color",
398
- "value": "#D7BC7E"
387
+ "value": "#F2BA0D"
399
388
  },
400
389
  "warning-on-subtle": {
401
390
  "name": "Warning On Subtle",
402
391
  "type": "color",
403
- "value": "#FFFFFF"
392
+ "value": "#FEF9EC"
404
393
  },
405
394
  "on-warning": {
406
395
  "name": "On Warning",
407
396
  "type": "color",
408
- "value": "black"
397
+ "value": "#554206"
409
398
  },
410
399
  "warning-on-surface": {
411
400
  "name": "Warning On Surface",
412
401
  "type": "color",
413
- "value": "#FFE6AC"
402
+ "value": "#FCEDC0"
414
403
  },
415
404
  "error-subtle": {
416
405
  "name": "Error Subtle",
417
406
  "type": "color",
418
- "value": "#914856"
407
+ "value": "#8C1D18"
419
408
  },
420
409
  "error-subtle-hover": {
421
410
  "name": "Error Subtle Hover",
422
411
  "type": "color",
423
- "value": "#67333C"
412
+ "value": "#A2221B"
424
413
  },
425
414
  "error-subtle-active": {
426
415
  "name": "Error Subtle Active",
427
416
  "type": "color",
428
- "value": "#542A32"
417
+ "value": "#B3261E"
429
418
  },
430
419
  "error": {
431
420
  "name": "Error",
432
421
  "type": "color",
433
- "value": "#D77B8B"
422
+ "value": "#F2B8B5"
434
423
  },
435
424
  "error-hover": {
436
425
  "name": "Error Hover",
437
426
  "type": "color",
438
- "value": "#CF6679"
427
+ "value": "#F0ADA8"
439
428
  },
440
429
  "error-active": {
441
430
  "name": "Error Active",
442
431
  "type": "color",
443
- "value": "#B05768"
432
+ "value": "#ED9892"
444
433
  },
445
434
  "error-emphasis": {
446
435
  "name": "Error Emphasis",
447
436
  "type": "color",
448
- "value": "#B05768"
437
+ "value": "#E25750"
449
438
  },
450
439
  "error-on-subtle": {
451
440
  "name": "Error On Subtle",
452
441
  "type": "color",
453
- "value": "#F8E5E8"
442
+ "value": "#F9DEDC"
454
443
  },
455
444
  "on-error": {
456
445
  "name": "On Error",
457
446
  "type": "color",
458
- "value": "black"
447
+ "value": "#601410"
459
448
  },
460
449
  "error-on-surface": {
461
450
  "name": "Error On Surface",
462
451
  "type": "color",
463
- "value": "#D77B8B"
452
+ "value": "#F2B8B5"
464
453
  },
465
454
  "inverse-subtle": {
466
455
  "name": "Inverse Subtle",
467
456
  "type": "color",
468
- "value": "#fafafa"
457
+ "value": "#CAC4D0"
469
458
  },
470
459
  "inverse-subtle-hover": {
471
460
  "name": "Inverse Subtle Hover",
472
461
  "type": "color",
473
- "value": "#f5f5f5"
462
+ "value": "#BAB3C1"
474
463
  },
475
464
  "inverse-subtle-active": {
476
465
  "name": "Inverse Subtle Active",
477
466
  "type": "color",
478
- "value": "#eeeeee"
467
+ "value": "#A5A0AC"
479
468
  },
480
469
  "inverse": {
481
470
  "name": "Inverse",
482
471
  "type": "color",
483
- "value": "#f5f5f5"
472
+ "value": "#EEEAF0"
484
473
  },
485
474
  "inverse-hover": {
486
475
  "name": "Inverse Hover",
487
476
  "type": "color",
488
- "value": "#ebebeb"
477
+ "value": "#E6E0E9"
489
478
  },
490
479
  "inverse-active": {
491
480
  "name": "Inverse Active",
492
481
  "type": "color",
493
- "value": "#d6d6d6"
482
+ "value": "#DBD3DE"
494
483
  },
495
484
  "inverse-emphasis": {
496
485
  "name": "Inverse Emphasis",
497
486
  "type": "color",
498
- "value": "#e0e0e0"
487
+ "value": "#6D6873"
499
488
  },
500
489
  "inverse-on-subtle": {
501
490
  "name": "Inverse On Subtle",
502
491
  "type": "color",
503
- "value": "#212121"
492
+ "value": "#2B2930"
504
493
  },
505
494
  "on-inverse": {
506
495
  "name": "On Inverse",
507
496
  "type": "color",
508
- "value": "black"
497
+ "value": "#36343B"
509
498
  },
510
499
  "inverse-on-surface": {
511
500
  "name": "Inverse On Surface",
512
501
  "type": "color",
513
- "value": "#616161"
502
+ "value": "#EEEAF0"
514
503
  },
515
504
  "series-a": {
516
505
  "name": "Series A",
@@ -663,237 +652,6 @@
663
652
  "value": "#1D431E"
664
653
  }
665
654
  }
666
- },
667
- {
668
- "name": "Theme colors",
669
- "variables": {
670
- "primary-palette-name": {
671
- "name": "Primary",
672
- "type": "material-colorlist",
673
- "enum": [
674
- {
675
- "value": "red",
676
- "text": "Red",
677
- "preview": "#f44336"
678
- },
679
- {
680
- "value": "pink",
681
- "text": "Pink",
682
- "preview": "#e91e63"
683
- },
684
- {
685
- "value": "purple",
686
- "text": "Purple",
687
- "preview": "#9c27b0"
688
- },
689
- {
690
- "value": "deepPurple",
691
- "text": "Deep Purple",
692
- "preview": "#673ab7"
693
- },
694
- {
695
- "value": "indigo",
696
- "text": "Indigo",
697
- "preview": "#3f51b5"
698
- },
699
- {
700
- "value": "blue",
701
- "text": "Blue",
702
- "preview": "#2196f3"
703
- },
704
- {
705
- "value": "lightBlue",
706
- "text": "Light Blue",
707
- "preview": "#03a9f4"
708
- },
709
- {
710
- "value": "cyan",
711
- "text": "Cyan",
712
- "preview": "#00bcd4"
713
- },
714
- {
715
- "value": "teal",
716
- "text": "Teal",
717
- "preview": "#009688"
718
- },
719
- {
720
- "value": "green",
721
- "text": "Green",
722
- "preview": "#4caf50"
723
- },
724
- {
725
- "value": "lightGreen",
726
- "text": "Light Green",
727
- "preview": "#8bc34a"
728
- },
729
- {
730
- "value": "lime",
731
- "text": "Lime",
732
- "preview": "#cddc39"
733
- },
734
- {
735
- "value": "yellow",
736
- "text": "Yellow",
737
- "preview": "#ffeb3b"
738
- },
739
- {
740
- "value": "amber",
741
- "text": "Amber",
742
- "preview": "#ffc107"
743
- },
744
- {
745
- "value": "orange",
746
- "text": "Orange",
747
- "preview": "#ff9800"
748
- },
749
- {
750
- "value": "deepOrange",
751
- "text": "Deep Orange",
752
- "preview": "#ff5722"
753
- },
754
- {
755
- "value": "brown",
756
- "text": "Brown",
757
- "preview": "#795548"
758
- },
759
- {
760
- "value": "gray",
761
- "text": "Gray",
762
- "preview": "#9e9e9e"
763
- },
764
- {
765
- "value": "blueGray",
766
- "text": "Blue Gray",
767
- "preview": "#607d8b"
768
- }
769
- ],
770
- "value": "indigo"
771
- },
772
- "secondary-palette-name": {
773
- "name": "Secondary",
774
- "type": "material-colorlist",
775
- "enum": [
776
- {
777
- "value": "red",
778
- "text": "Red",
779
- "preview": "#f44336"
780
- },
781
- {
782
- "value": "pink",
783
- "text": "Pink",
784
- "preview": "#e91e63"
785
- },
786
- {
787
- "value": "purple",
788
- "text": "Purple",
789
- "preview": "#9c27b0"
790
- },
791
- {
792
- "value": "deepPurple",
793
- "text": "Deep Purple",
794
- "preview": "#673ab7"
795
- },
796
- {
797
- "value": "indigo",
798
- "text": "Indigo",
799
- "preview": "#3f51b5"
800
- },
801
- {
802
- "value": "blue",
803
- "text": "Blue",
804
- "preview": "#2196f3"
805
- },
806
- {
807
- "value": "lightBlue",
808
- "text": "Light Blue",
809
- "preview": "#03a9f4"
810
- },
811
- {
812
- "value": "cyan",
813
- "text": "Cyan",
814
- "preview": "#00bcd4"
815
- },
816
- {
817
- "value": "teal",
818
- "text": "Teal",
819
- "preview": "#009688"
820
- },
821
- {
822
- "value": "green",
823
- "text": "Green",
824
- "preview": "#4caf50"
825
- },
826
- {
827
- "value": "lightGreen",
828
- "text": "Light Green",
829
- "preview": "#8bc34a"
830
- },
831
- {
832
- "value": "lime",
833
- "text": "Lime",
834
- "preview": "#cddc39"
835
- },
836
- {
837
- "value": "yellow",
838
- "text": "Yellow",
839
- "preview": "#ffeb3b"
840
- },
841
- {
842
- "value": "amber",
843
- "text": "Amber",
844
- "preview": "#ffc107"
845
- },
846
- {
847
- "value": "orange",
848
- "text": "Orange",
849
- "preview": "#ff9800"
850
- },
851
- {
852
- "value": "deepOrange",
853
- "text": "Deep Orange",
854
- "preview": "#ff5722"
855
- },
856
- {
857
- "value": "brown",
858
- "text": "Brown",
859
- "preview": "#795548"
860
- },
861
- {
862
- "value": "gray",
863
- "text": "Gray",
864
- "preview": "#9e9e9e"
865
- },
866
- {
867
- "value": "blueGray",
868
- "text": "Blue Gray",
869
- "preview": "#607d8b"
870
- }
871
- ],
872
- "value": "pink"
873
- },
874
- "theme-type": {
875
- "name": "Theme luminosity",
876
- "type": "color-mode",
877
- "enum": [
878
- {
879
- "value": "light",
880
- "text": "Light",
881
- "preview": "#ffffff"
882
- },
883
- {
884
- "value": "dark",
885
- "text": "Dark",
886
- "preview": "#000000"
887
- }
888
- ],
889
- "value": "dark"
890
- },
891
- "adjust-contrast": {
892
- "name": "Adjust contrast",
893
- "type": "boolean",
894
- "value": true
895
- }
896
- }
897
655
  }
898
656
  ]
899
657
  }