@progress/kendo-theme-classic 6.0.4-dev.0 → 6.0.4-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.
- package/dist/all.scss +4 -4
- package/dist/classic-lavender-dark.scss +40 -0
- package/dist/classic-lavender.scss +36 -0
- package/dist/classic-metro-dark.scss +41 -0
- package/dist/classic-metro.scss +40 -0
- package/dist/classic-moonlight.scss +40 -0
- package/dist/classic-opal-dark.scss +16 -11
- package/dist/classic-uniform.scss +32 -0
- package/lib/swatches/classic-green-dark.json +1 -1
- package/lib/swatches/classic-green.json +1 -1
- package/lib/swatches/classic-lavender-dark.json +248 -0
- package/lib/swatches/classic-lavender.json +228 -0
- package/lib/swatches/classic-main-dark.json +1 -1
- package/lib/swatches/classic-main.json +1 -1
- package/lib/swatches/classic-metro-dark.json +253 -0
- package/lib/swatches/classic-metro.json +248 -0
- package/lib/swatches/classic-moonlight.json +248 -0
- package/lib/swatches/classic-opal-dark.json +54 -29
- package/lib/swatches/classic-opal.json +1 -1
- package/lib/swatches/classic-silver-dark.json +1 -1
- package/lib/swatches/classic-silver.json +1 -1
- package/lib/swatches/classic-uniform.json +208 -0
- package/lib/swatches/index.js +6 -0
- package/package.json +5 -5
|
@@ -0,0 +1,228 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.14.0/lib/schemas/kendo-swatch.json",
|
|
3
|
+
"name": "Classic Lavender",
|
|
4
|
+
"product": "kendo",
|
|
5
|
+
"base": "@progress/kendo-theme-classic",
|
|
6
|
+
"version": "6.0.4-dev.1",
|
|
7
|
+
"api": "legacy",
|
|
8
|
+
"previewColors": [
|
|
9
|
+
"#ffffff",
|
|
10
|
+
"#fafafa",
|
|
11
|
+
"#9e5da9",
|
|
12
|
+
"#77467f",
|
|
13
|
+
"#121212"
|
|
14
|
+
],
|
|
15
|
+
"components": [],
|
|
16
|
+
"groups": [
|
|
17
|
+
{
|
|
18
|
+
"name": "Theme colors",
|
|
19
|
+
"variables": {
|
|
20
|
+
"kendo-is-dark-theme": {
|
|
21
|
+
"name": "Dark theme",
|
|
22
|
+
"type": "boolean",
|
|
23
|
+
"value": false
|
|
24
|
+
},
|
|
25
|
+
"kendo-color-primary": {
|
|
26
|
+
"name": "Primary",
|
|
27
|
+
"type": "color",
|
|
28
|
+
"value": "#9e5da9"
|
|
29
|
+
},
|
|
30
|
+
"kendo-color-secondary": {
|
|
31
|
+
"name": "Secondary",
|
|
32
|
+
"type": "color",
|
|
33
|
+
"value": "#f6f6f6"
|
|
34
|
+
},
|
|
35
|
+
"kendo-color-info": {
|
|
36
|
+
"name": "Info",
|
|
37
|
+
"type": "color",
|
|
38
|
+
"value": "#3e80ed"
|
|
39
|
+
},
|
|
40
|
+
"kendo-color-success": {
|
|
41
|
+
"name": "Success",
|
|
42
|
+
"type": "color",
|
|
43
|
+
"value": "#5ec232"
|
|
44
|
+
},
|
|
45
|
+
"kendo-color-warning": {
|
|
46
|
+
"name": "Warning",
|
|
47
|
+
"type": "color",
|
|
48
|
+
"value": "#fdce3e"
|
|
49
|
+
},
|
|
50
|
+
"kendo-color-error": {
|
|
51
|
+
"name": "Error",
|
|
52
|
+
"type": "color",
|
|
53
|
+
"value": "#d51923"
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"name": "Body",
|
|
59
|
+
"variables": {
|
|
60
|
+
"kendo-body-text": {
|
|
61
|
+
"name": "Body text color",
|
|
62
|
+
"type": "color",
|
|
63
|
+
"value": "#121212"
|
|
64
|
+
},
|
|
65
|
+
"kendo-body-bg": {
|
|
66
|
+
"name": "Body background",
|
|
67
|
+
"type": "color",
|
|
68
|
+
"value": "#ffffff"
|
|
69
|
+
},
|
|
70
|
+
"kendo-subtle-text": {
|
|
71
|
+
"name": "Subtle text color",
|
|
72
|
+
"type": "color",
|
|
73
|
+
"value": "#666666"
|
|
74
|
+
},
|
|
75
|
+
"kendo-disabled-text": {
|
|
76
|
+
"name": "Disabled text color",
|
|
77
|
+
"type": "color",
|
|
78
|
+
"value": "#8f8f8f"
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"name": "Components",
|
|
84
|
+
"variables": {
|
|
85
|
+
"kendo-component-text": {
|
|
86
|
+
"name": "Component text color",
|
|
87
|
+
"type": "color",
|
|
88
|
+
"value": "#121212"
|
|
89
|
+
},
|
|
90
|
+
"kendo-component-bg": {
|
|
91
|
+
"name": "Component background",
|
|
92
|
+
"type": "color",
|
|
93
|
+
"value": "#ffffff"
|
|
94
|
+
},
|
|
95
|
+
"kendo-base-text": {
|
|
96
|
+
"name": "Header text color",
|
|
97
|
+
"type": "color",
|
|
98
|
+
"value": "#121212"
|
|
99
|
+
},
|
|
100
|
+
"kendo-base-bg": {
|
|
101
|
+
"name": "Header background",
|
|
102
|
+
"type": "color",
|
|
103
|
+
"value": "#fafafa"
|
|
104
|
+
},
|
|
105
|
+
"kendo-hover-text": {
|
|
106
|
+
"name": "Hover text color",
|
|
107
|
+
"type": "color",
|
|
108
|
+
"value": "#121212"
|
|
109
|
+
},
|
|
110
|
+
"kendo-hover-bg": {
|
|
111
|
+
"name": "Hover background",
|
|
112
|
+
"type": "color",
|
|
113
|
+
"value": "#ececec"
|
|
114
|
+
},
|
|
115
|
+
"kendo-selected-text": {
|
|
116
|
+
"name": "Selected text color",
|
|
117
|
+
"type": "color",
|
|
118
|
+
"value": "#ffffff"
|
|
119
|
+
},
|
|
120
|
+
"kendo-selected-bg": {
|
|
121
|
+
"name": "Selected background",
|
|
122
|
+
"type": "color",
|
|
123
|
+
"value": "#9e5da9"
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"name": "Button",
|
|
129
|
+
"variables": {
|
|
130
|
+
"kendo-button-text": {
|
|
131
|
+
"name": "Button text color",
|
|
132
|
+
"type": "color",
|
|
133
|
+
"value": "#121212"
|
|
134
|
+
},
|
|
135
|
+
"kendo-button-bg": {
|
|
136
|
+
"name": "Button background",
|
|
137
|
+
"type": "color",
|
|
138
|
+
"value": "#f5f5f5"
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"name": "Link",
|
|
144
|
+
"variables": {
|
|
145
|
+
"kendo-link-text": {
|
|
146
|
+
"name": "Link text color",
|
|
147
|
+
"type": "color",
|
|
148
|
+
"value": "#9e5da9"
|
|
149
|
+
},
|
|
150
|
+
"kendo-link-hover-text": {
|
|
151
|
+
"name": "Link hover text color",
|
|
152
|
+
"type": "color",
|
|
153
|
+
"value": "#77467f"
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"name": "Dataviz",
|
|
159
|
+
"variables": {
|
|
160
|
+
"kendo-series-a": {
|
|
161
|
+
"name": "Series A",
|
|
162
|
+
"type": "color",
|
|
163
|
+
"value": "#bf70cc"
|
|
164
|
+
},
|
|
165
|
+
"kendo-series-b": {
|
|
166
|
+
"name": "Series B",
|
|
167
|
+
"type": "color",
|
|
168
|
+
"value": "#ffd246"
|
|
169
|
+
},
|
|
170
|
+
"kendo-series-c": {
|
|
171
|
+
"name": "Series C",
|
|
172
|
+
"type": "color",
|
|
173
|
+
"value": "#78d237"
|
|
174
|
+
},
|
|
175
|
+
"kendo-series-d": {
|
|
176
|
+
"name": "Series D",
|
|
177
|
+
"type": "color",
|
|
178
|
+
"value": "#28b4c8"
|
|
179
|
+
},
|
|
180
|
+
"kendo-series-e": {
|
|
181
|
+
"name": "Series E",
|
|
182
|
+
"type": "color",
|
|
183
|
+
"value": "#2d73f5"
|
|
184
|
+
},
|
|
185
|
+
"kendo-series-f": {
|
|
186
|
+
"name": "Series F",
|
|
187
|
+
"type": "color",
|
|
188
|
+
"value": "#aa46be"
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"hidden": true,
|
|
194
|
+
"variables": {
|
|
195
|
+
"kendo-enable-gradients": {
|
|
196
|
+
"name": "Enable gradients",
|
|
197
|
+
"type": "boolean",
|
|
198
|
+
"value": false
|
|
199
|
+
},
|
|
200
|
+
"kendo-enable-rounded": {
|
|
201
|
+
"name": "Enable rounded corners",
|
|
202
|
+
"type": "boolean",
|
|
203
|
+
"value": true
|
|
204
|
+
},
|
|
205
|
+
"kendo-focus-shadow": {
|
|
206
|
+
"name": "Focus shadow",
|
|
207
|
+
"type": "shadow",
|
|
208
|
+
"value": "0 0 0 2px rgba( 0, 0, 0, .12 )"
|
|
209
|
+
},
|
|
210
|
+
"kendo-focus-inset-shadow": {
|
|
211
|
+
"name": "Inset focus shadow",
|
|
212
|
+
"type": "shadow",
|
|
213
|
+
"value": "inset 0 0 0 2px rgba( 0, 0, 0, .12 )"
|
|
214
|
+
},
|
|
215
|
+
"kendo-list-item-focus-shadow": {
|
|
216
|
+
"name": "List item focus shadow",
|
|
217
|
+
"type": "shadow",
|
|
218
|
+
"value": "$kendo-focus-inset-shadow"
|
|
219
|
+
},
|
|
220
|
+
"kendo-treeview-item-focus-shadow": {
|
|
221
|
+
"name": "Treeview item focus shadow",
|
|
222
|
+
"type": "shadow",
|
|
223
|
+
"value": "$kendo-focus-inset-shadow"
|
|
224
|
+
}
|
|
225
|
+
}
|
|
226
|
+
}
|
|
227
|
+
]
|
|
228
|
+
}
|
|
@@ -0,0 +1,253 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.14.0/lib/schemas/kendo-swatch.json",
|
|
3
|
+
"name": "Classic Metro Dark",
|
|
4
|
+
"product": "kendo",
|
|
5
|
+
"base": "@progress/kendo-theme-classic",
|
|
6
|
+
"version": "6.0.4-dev.1",
|
|
7
|
+
"api": "legacy",
|
|
8
|
+
"previewColors": [
|
|
9
|
+
"#000000",
|
|
10
|
+
"#0e0e0e",
|
|
11
|
+
"#008381",
|
|
12
|
+
"#00a7a5",
|
|
13
|
+
"#ffffff"
|
|
14
|
+
],
|
|
15
|
+
"components": [],
|
|
16
|
+
"groups": [
|
|
17
|
+
{
|
|
18
|
+
"name": "Theme colors",
|
|
19
|
+
"variables": {
|
|
20
|
+
"kendo-is-dark-theme": {
|
|
21
|
+
"name": "Dark theme",
|
|
22
|
+
"type": "boolean",
|
|
23
|
+
"value": true
|
|
24
|
+
},
|
|
25
|
+
"kendo-color-primary": {
|
|
26
|
+
"name": "Primary",
|
|
27
|
+
"type": "color",
|
|
28
|
+
"value": "#008381"
|
|
29
|
+
},
|
|
30
|
+
"kendo-color-secondary": {
|
|
31
|
+
"name": "Secondary",
|
|
32
|
+
"type": "color",
|
|
33
|
+
"value": "#2c232b"
|
|
34
|
+
},
|
|
35
|
+
"kendo-color-info": {
|
|
36
|
+
"name": "Info",
|
|
37
|
+
"type": "color",
|
|
38
|
+
"value": "#007bc3"
|
|
39
|
+
},
|
|
40
|
+
"kendo-color-success": {
|
|
41
|
+
"name": "Success",
|
|
42
|
+
"type": "color",
|
|
43
|
+
"value": "#3ea44e"
|
|
44
|
+
},
|
|
45
|
+
"kendo-color-warning": {
|
|
46
|
+
"name": "Warning",
|
|
47
|
+
"type": "color",
|
|
48
|
+
"value": "#ff9800"
|
|
49
|
+
},
|
|
50
|
+
"kendo-color-error": {
|
|
51
|
+
"name": "Error",
|
|
52
|
+
"type": "color",
|
|
53
|
+
"value": "#d92800"
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"name": "Body",
|
|
59
|
+
"variables": {
|
|
60
|
+
"kendo-body-bg": {
|
|
61
|
+
"name": "Body background",
|
|
62
|
+
"type": "color",
|
|
63
|
+
"value": "#000000"
|
|
64
|
+
},
|
|
65
|
+
"kendo-body-text": {
|
|
66
|
+
"name": "Body text color",
|
|
67
|
+
"type": "color",
|
|
68
|
+
"value": "#ffffff"
|
|
69
|
+
},
|
|
70
|
+
"kendo-subtle-text": {
|
|
71
|
+
"name": "Subtle text color",
|
|
72
|
+
"type": "color",
|
|
73
|
+
"value": "#e0e0e0"
|
|
74
|
+
},
|
|
75
|
+
"kendo-disabled-text": {
|
|
76
|
+
"name": "Disabled text color",
|
|
77
|
+
"type": "color",
|
|
78
|
+
"value": "#d0d0d0"
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"name": "Components",
|
|
84
|
+
"variables": {
|
|
85
|
+
"kendo-component-bg": {
|
|
86
|
+
"name": "Component background",
|
|
87
|
+
"type": "color",
|
|
88
|
+
"value": "#0e0e0e"
|
|
89
|
+
},
|
|
90
|
+
"kendo-component-text": {
|
|
91
|
+
"name": "Component text color",
|
|
92
|
+
"type": "color",
|
|
93
|
+
"value": "#ffffff"
|
|
94
|
+
},
|
|
95
|
+
"kendo-component-border": {
|
|
96
|
+
"name": "Component border color",
|
|
97
|
+
"type": "color",
|
|
98
|
+
"value": "#323232"
|
|
99
|
+
},
|
|
100
|
+
"kendo-base-bg": {
|
|
101
|
+
"name": "Header background",
|
|
102
|
+
"type": "color",
|
|
103
|
+
"value": "#0e0e0e"
|
|
104
|
+
},
|
|
105
|
+
"kendo-base-text": {
|
|
106
|
+
"name": "Header text color",
|
|
107
|
+
"type": "color",
|
|
108
|
+
"value": "#ffffff"
|
|
109
|
+
},
|
|
110
|
+
"kendo-base-border": {
|
|
111
|
+
"name": "Header border color",
|
|
112
|
+
"type": "color",
|
|
113
|
+
"value": "#323232"
|
|
114
|
+
},
|
|
115
|
+
"kendo-hover-bg": {
|
|
116
|
+
"name": "Hover background",
|
|
117
|
+
"type": "color",
|
|
118
|
+
"value": "#004443"
|
|
119
|
+
},
|
|
120
|
+
"kendo-hover-text": {
|
|
121
|
+
"name": "Hover text color",
|
|
122
|
+
"type": "color",
|
|
123
|
+
"value": "#ffffff"
|
|
124
|
+
},
|
|
125
|
+
"kendo-hover-border": {
|
|
126
|
+
"name": "Hover border color",
|
|
127
|
+
"type": "color",
|
|
128
|
+
"value": "#323232"
|
|
129
|
+
},
|
|
130
|
+
"kendo-selected-bg": {
|
|
131
|
+
"name": "Selected background",
|
|
132
|
+
"type": "color",
|
|
133
|
+
"value": "#008381"
|
|
134
|
+
},
|
|
135
|
+
"kendo-selected-text": {
|
|
136
|
+
"name": "Selected text color",
|
|
137
|
+
"type": "color",
|
|
138
|
+
"value": "#ffffff"
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"name": "Button",
|
|
144
|
+
"variables": {
|
|
145
|
+
"kendo-button-bg": {
|
|
146
|
+
"name": "Button background",
|
|
147
|
+
"type": "color",
|
|
148
|
+
"value": "#2c232b"
|
|
149
|
+
},
|
|
150
|
+
"kendo-button-text": {
|
|
151
|
+
"name": "Button text color",
|
|
152
|
+
"type": "color",
|
|
153
|
+
"value": "#ffffff"
|
|
154
|
+
},
|
|
155
|
+
"kendo-button-border": {
|
|
156
|
+
"name": "Button border color",
|
|
157
|
+
"type": "color",
|
|
158
|
+
"value": "#323232"
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"name": "Link",
|
|
164
|
+
"variables": {
|
|
165
|
+
"kendo-link-text": {
|
|
166
|
+
"name": "Link text color",
|
|
167
|
+
"type": "color",
|
|
168
|
+
"value": "#008381"
|
|
169
|
+
},
|
|
170
|
+
"kendo-link-hover-text": {
|
|
171
|
+
"name": "Link hover text color",
|
|
172
|
+
"type": "color",
|
|
173
|
+
"value": "#00a7a5"
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"name": "Dataviz",
|
|
179
|
+
"variables": {
|
|
180
|
+
"kendo-series-a": {
|
|
181
|
+
"name": "Series A",
|
|
182
|
+
"type": "color",
|
|
183
|
+
"value": "#007bc3"
|
|
184
|
+
},
|
|
185
|
+
"kendo-series-b": {
|
|
186
|
+
"name": "Series B",
|
|
187
|
+
"type": "color",
|
|
188
|
+
"value": "#3ea44e"
|
|
189
|
+
},
|
|
190
|
+
"kendo-series-c": {
|
|
191
|
+
"name": "Series C",
|
|
192
|
+
"type": "color",
|
|
193
|
+
"value": "#ffae00"
|
|
194
|
+
},
|
|
195
|
+
"kendo-series-d": {
|
|
196
|
+
"name": "Series D",
|
|
197
|
+
"type": "color",
|
|
198
|
+
"value": "#ef4c00"
|
|
199
|
+
},
|
|
200
|
+
"kendo-series-e": {
|
|
201
|
+
"name": "Series E",
|
|
202
|
+
"type": "color",
|
|
203
|
+
"value": "#a419b7"
|
|
204
|
+
},
|
|
205
|
+
"kendo-series-f": {
|
|
206
|
+
"name": "Series F",
|
|
207
|
+
"type": "color",
|
|
208
|
+
"value": "#430b62"
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"hidden": true,
|
|
214
|
+
"variables": {
|
|
215
|
+
"kendo-enable-gradients": {
|
|
216
|
+
"name": "Enable gradients",
|
|
217
|
+
"type": "boolean",
|
|
218
|
+
"value": false
|
|
219
|
+
},
|
|
220
|
+
"kendo-enable-rounded": {
|
|
221
|
+
"name": "Enable rounded corners",
|
|
222
|
+
"type": "boolean",
|
|
223
|
+
"value": false
|
|
224
|
+
},
|
|
225
|
+
"kendo-focus-shadow": {
|
|
226
|
+
"name": "Focus shadow",
|
|
227
|
+
"type": "shadow",
|
|
228
|
+
"value": "0 0 0 2px rgba( 255, 255, 255, .75 )"
|
|
229
|
+
},
|
|
230
|
+
"kendo-focus-inset-shadow": {
|
|
231
|
+
"name": "Inset focus shadow",
|
|
232
|
+
"type": "shadow",
|
|
233
|
+
"value": "inset 0 0 0 2px rgba( 255, 255, 255, .75 )"
|
|
234
|
+
},
|
|
235
|
+
"kendo-list-item-focus-shadow": {
|
|
236
|
+
"name": "List item focus shadow",
|
|
237
|
+
"type": "shadow",
|
|
238
|
+
"value": "$kendo-focus-inset-shadow"
|
|
239
|
+
},
|
|
240
|
+
"kendo-treeview-item-focus-shadow": {
|
|
241
|
+
"name": "Treeview item focus shadow",
|
|
242
|
+
"type": "shadow",
|
|
243
|
+
"value": "$kendo-focus-inset-shadow"
|
|
244
|
+
},
|
|
245
|
+
"kendo-grid-alt-bg": {
|
|
246
|
+
"name": "Grid alternate row background",
|
|
247
|
+
"type": "color",
|
|
248
|
+
"value": "#1d1d1d"
|
|
249
|
+
}
|
|
250
|
+
}
|
|
251
|
+
}
|
|
252
|
+
]
|
|
253
|
+
}
|