@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,248 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.14.0/lib/schemas/kendo-swatch.json",
|
|
3
|
+
"name": "Classic Metro",
|
|
4
|
+
"product": "kendo",
|
|
5
|
+
"base": "@progress/kendo-theme-classic",
|
|
6
|
+
"version": "6.0.4-dev.1",
|
|
7
|
+
"api": "legacy",
|
|
8
|
+
"previewColors": [
|
|
9
|
+
"#ffffff",
|
|
10
|
+
"#f9f9f9",
|
|
11
|
+
"#618000",
|
|
12
|
+
"#4e6900",
|
|
13
|
+
"#000000"
|
|
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": "#618000"
|
|
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": "#ffffff"
|
|
64
|
+
},
|
|
65
|
+
"kendo-body-text": {
|
|
66
|
+
"name": "Body text color",
|
|
67
|
+
"type": "color",
|
|
68
|
+
"value": "#000000"
|
|
69
|
+
},
|
|
70
|
+
"kendo-subtle-text": {
|
|
71
|
+
"name": "Subtle text color",
|
|
72
|
+
"type": "color",
|
|
73
|
+
"value": "#333333"
|
|
74
|
+
},
|
|
75
|
+
"kendo-disabled-text": {
|
|
76
|
+
"name": "Disabled text color",
|
|
77
|
+
"type": "color",
|
|
78
|
+
"value": "#555555"
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"name": "Components",
|
|
84
|
+
"variables": {
|
|
85
|
+
"kendo-component-bg": {
|
|
86
|
+
"name": "Component background",
|
|
87
|
+
"type": "color",
|
|
88
|
+
"value": "#ffffff"
|
|
89
|
+
},
|
|
90
|
+
"kendo-component-text": {
|
|
91
|
+
"name": "Component text color",
|
|
92
|
+
"type": "color",
|
|
93
|
+
"value": "#000000"
|
|
94
|
+
},
|
|
95
|
+
"kendo-component-border": {
|
|
96
|
+
"name": "Component border color",
|
|
97
|
+
"type": "color",
|
|
98
|
+
"value": "#dbdbdb"
|
|
99
|
+
},
|
|
100
|
+
"kendo-base-bg": {
|
|
101
|
+
"name": "Header background",
|
|
102
|
+
"type": "color",
|
|
103
|
+
"value": "#f9f9f9"
|
|
104
|
+
},
|
|
105
|
+
"kendo-base-text": {
|
|
106
|
+
"name": "Header text color",
|
|
107
|
+
"type": "color",
|
|
108
|
+
"value": "#000000"
|
|
109
|
+
},
|
|
110
|
+
"kendo-base-border": {
|
|
111
|
+
"name": "Header border color",
|
|
112
|
+
"type": "color",
|
|
113
|
+
"value": "#dbdbdb"
|
|
114
|
+
},
|
|
115
|
+
"kendo-hover-bg": {
|
|
116
|
+
"name": "Hover background",
|
|
117
|
+
"type": "color",
|
|
118
|
+
"value": "#4e6900"
|
|
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": "#4e6900"
|
|
129
|
+
},
|
|
130
|
+
"kendo-selected-bg": {
|
|
131
|
+
"name": "Selected background",
|
|
132
|
+
"type": "color",
|
|
133
|
+
"value": "#618000"
|
|
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": "#f9f9f9"
|
|
149
|
+
},
|
|
150
|
+
"kendo-button-text": {
|
|
151
|
+
"name": "Button text color",
|
|
152
|
+
"type": "color",
|
|
153
|
+
"value": "#000000"
|
|
154
|
+
},
|
|
155
|
+
"kendo-button-border": {
|
|
156
|
+
"name": "Button border color",
|
|
157
|
+
"type": "color",
|
|
158
|
+
"value": "#dbdbdb"
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"name": "Link",
|
|
164
|
+
"variables": {
|
|
165
|
+
"kendo-link-text": {
|
|
166
|
+
"name": "Link text color",
|
|
167
|
+
"type": "color",
|
|
168
|
+
"value": "#618000"
|
|
169
|
+
},
|
|
170
|
+
"kendo-link-hover-text": {
|
|
171
|
+
"name": "Link hover text color",
|
|
172
|
+
"type": "color",
|
|
173
|
+
"value": "#618000"
|
|
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( 0, 0, 0, .12 )"
|
|
229
|
+
},
|
|
230
|
+
"kendo-focus-inset-shadow": {
|
|
231
|
+
"name": "Inset focus shadow",
|
|
232
|
+
"type": "shadow",
|
|
233
|
+
"value": "inset 0 0 0 2px rgba( 0, 0, 0, .12 )"
|
|
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
|
+
}
|
|
246
|
+
}
|
|
247
|
+
]
|
|
248
|
+
}
|
|
@@ -0,0 +1,248 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.14.0/lib/schemas/kendo-swatch.json",
|
|
3
|
+
"name": "Classic Moonlight",
|
|
4
|
+
"product": "kendo",
|
|
5
|
+
"base": "@progress/kendo-theme-classic",
|
|
6
|
+
"version": "6.0.4-dev.1",
|
|
7
|
+
"api": "legacy",
|
|
8
|
+
"previewColors": [
|
|
9
|
+
"#1f2a35",
|
|
10
|
+
"#303742",
|
|
11
|
+
"#f4af03",
|
|
12
|
+
"#ffb700",
|
|
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": "#f4af03"
|
|
29
|
+
},
|
|
30
|
+
"kendo-color-secondary": {
|
|
31
|
+
"name": "Secondary",
|
|
32
|
+
"type": "color",
|
|
33
|
+
"value": "#212a33"
|
|
34
|
+
},
|
|
35
|
+
"kendo-color-info": {
|
|
36
|
+
"name": "Info",
|
|
37
|
+
"type": "color",
|
|
38
|
+
"value": "#0c779b"
|
|
39
|
+
},
|
|
40
|
+
"kendo-color-success": {
|
|
41
|
+
"name": "Success",
|
|
42
|
+
"type": "color",
|
|
43
|
+
"value": "#2b893c"
|
|
44
|
+
},
|
|
45
|
+
"kendo-color-warning": {
|
|
46
|
+
"name": "Warning",
|
|
47
|
+
"type": "color",
|
|
48
|
+
"value": "#ea9d07"
|
|
49
|
+
},
|
|
50
|
+
"kendo-color-error": {
|
|
51
|
+
"name": "Error",
|
|
52
|
+
"type": "color",
|
|
53
|
+
"value": "#be5138"
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"name": "Body",
|
|
59
|
+
"variables": {
|
|
60
|
+
"kendo-body-bg": {
|
|
61
|
+
"name": "Body background",
|
|
62
|
+
"type": "color",
|
|
63
|
+
"value": "#1f2a35"
|
|
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": "#303742"
|
|
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": "#394958"
|
|
99
|
+
},
|
|
100
|
+
"kendo-base-bg": {
|
|
101
|
+
"name": "Header background",
|
|
102
|
+
"type": "color",
|
|
103
|
+
"value": "#414550"
|
|
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": "#394958"
|
|
114
|
+
},
|
|
115
|
+
"kendo-hover-bg": {
|
|
116
|
+
"name": "Hover background",
|
|
117
|
+
"type": "color",
|
|
118
|
+
"value": "#3f4450"
|
|
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": "#394958"
|
|
129
|
+
},
|
|
130
|
+
"kendo-selected-bg": {
|
|
131
|
+
"name": "Selected background",
|
|
132
|
+
"type": "color",
|
|
133
|
+
"value": "#f4af03"
|
|
134
|
+
},
|
|
135
|
+
"kendo-selected-text": {
|
|
136
|
+
"name": "Selected text color",
|
|
137
|
+
"type": "color",
|
|
138
|
+
"value": "#000000"
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"name": "Button",
|
|
144
|
+
"variables": {
|
|
145
|
+
"kendo-button-bg": {
|
|
146
|
+
"name": "Button background",
|
|
147
|
+
"type": "color",
|
|
148
|
+
"value": "#212a33"
|
|
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": "#394958"
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"name": "Link",
|
|
164
|
+
"variables": {
|
|
165
|
+
"kendo-link-text": {
|
|
166
|
+
"name": "Link text color",
|
|
167
|
+
"type": "color",
|
|
168
|
+
"value": "#f4af03"
|
|
169
|
+
},
|
|
170
|
+
"kendo-link-hover-text": {
|
|
171
|
+
"name": "Link hover text color",
|
|
172
|
+
"type": "color",
|
|
173
|
+
"value": "#ffb700"
|
|
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-rounded": {
|
|
216
|
+
"name": "Enable rounded corners",
|
|
217
|
+
"type": "boolean",
|
|
218
|
+
"value": false
|
|
219
|
+
},
|
|
220
|
+
"kendo-focus-shadow": {
|
|
221
|
+
"name": "Focus shadow",
|
|
222
|
+
"type": "shadow",
|
|
223
|
+
"value": "0 0 0 2px rgba( 255, 255, 255, .75 )"
|
|
224
|
+
},
|
|
225
|
+
"kendo-focus-inset-shadow": {
|
|
226
|
+
"name": "Inset focus shadow",
|
|
227
|
+
"type": "shadow",
|
|
228
|
+
"value": "inset 0 0 0 2px rgba( 255, 255, 255, .75 )"
|
|
229
|
+
},
|
|
230
|
+
"kendo-list-item-focus-shadow": {
|
|
231
|
+
"name": "List item focus shadow",
|
|
232
|
+
"type": "shadow",
|
|
233
|
+
"value": "$kendo-focus-inset-shadow"
|
|
234
|
+
},
|
|
235
|
+
"kendo-treeview-item-focus-shadow": {
|
|
236
|
+
"name": "Treeview item focus shadow",
|
|
237
|
+
"type": "shadow",
|
|
238
|
+
"value": "$kendo-focus-inset-shadow"
|
|
239
|
+
},
|
|
240
|
+
"kendo-grid-alt-bg": {
|
|
241
|
+
"name": "Grid alternate background",
|
|
242
|
+
"type": "color",
|
|
243
|
+
"value": "#212a33"
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
}
|
|
247
|
+
]
|
|
248
|
+
}
|
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
"name": "Classic Opal Dark",
|
|
4
4
|
"product": "kendo",
|
|
5
5
|
"base": "@progress/kendo-theme-classic",
|
|
6
|
-
"version": "6.0.4-dev.
|
|
6
|
+
"version": "6.0.4-dev.1",
|
|
7
7
|
"api": "legacy",
|
|
8
8
|
"previewColors": [
|
|
9
9
|
"#000000",
|
|
10
|
-
"#
|
|
11
|
-
"#
|
|
12
|
-
"#
|
|
10
|
+
"#272727",
|
|
11
|
+
"#0066cc",
|
|
12
|
+
"#0073e6",
|
|
13
13
|
"#ffffff"
|
|
14
14
|
],
|
|
15
15
|
"components": [],
|
|
@@ -25,12 +25,12 @@
|
|
|
25
25
|
"kendo-color-primary": {
|
|
26
26
|
"name": "Primary",
|
|
27
27
|
"type": "color",
|
|
28
|
-
"value": "#
|
|
28
|
+
"value": "#0066cc"
|
|
29
29
|
},
|
|
30
30
|
"kendo-color-secondary": {
|
|
31
31
|
"name": "Secondary",
|
|
32
32
|
"type": "color",
|
|
33
|
-
"value": "#
|
|
33
|
+
"value": "#2a2a2a"
|
|
34
34
|
},
|
|
35
35
|
"kendo-color-info": {
|
|
36
36
|
"name": "Info",
|
|
@@ -57,16 +57,16 @@
|
|
|
57
57
|
{
|
|
58
58
|
"name": "Body",
|
|
59
59
|
"variables": {
|
|
60
|
-
"kendo-body-text": {
|
|
61
|
-
"name": "Body text color",
|
|
62
|
-
"type": "color",
|
|
63
|
-
"value": "#ffffff"
|
|
64
|
-
},
|
|
65
60
|
"kendo-body-bg": {
|
|
66
61
|
"name": "Body background",
|
|
67
62
|
"type": "color",
|
|
68
63
|
"value": "#000000"
|
|
69
64
|
},
|
|
65
|
+
"kendo-body-text": {
|
|
66
|
+
"name": "Body text color",
|
|
67
|
+
"type": "color",
|
|
68
|
+
"value": "#ffffff"
|
|
69
|
+
},
|
|
70
70
|
"kendo-subtle-text": {
|
|
71
71
|
"name": "Subtle text color",
|
|
72
72
|
"type": "color",
|
|
@@ -82,60 +82,85 @@
|
|
|
82
82
|
{
|
|
83
83
|
"name": "Components",
|
|
84
84
|
"variables": {
|
|
85
|
+
"kendo-component-bg": {
|
|
86
|
+
"name": "Component background",
|
|
87
|
+
"type": "color",
|
|
88
|
+
"value": "#000000"
|
|
89
|
+
},
|
|
85
90
|
"kendo-component-text": {
|
|
86
91
|
"name": "Component text color",
|
|
87
92
|
"type": "color",
|
|
88
93
|
"value": "#ffffff"
|
|
89
94
|
},
|
|
90
|
-
"kendo-component-
|
|
91
|
-
"name": "Component
|
|
95
|
+
"kendo-component-border": {
|
|
96
|
+
"name": "Component border color",
|
|
92
97
|
"type": "color",
|
|
93
|
-
"value": "#
|
|
98
|
+
"value": "#4d4d4d"
|
|
99
|
+
},
|
|
100
|
+
"kendo-base-bg": {
|
|
101
|
+
"name": "Header background",
|
|
102
|
+
"type": "color",
|
|
103
|
+
"value": "#272727"
|
|
94
104
|
},
|
|
95
105
|
"kendo-base-text": {
|
|
96
106
|
"name": "Header text color",
|
|
97
107
|
"type": "color",
|
|
98
108
|
"value": "#ffffff"
|
|
99
109
|
},
|
|
100
|
-
"kendo-base-
|
|
101
|
-
"name": "Header
|
|
110
|
+
"kendo-base-border": {
|
|
111
|
+
"name": "Header border color",
|
|
112
|
+
"type": "color",
|
|
113
|
+
"value": "#4d4d4d"
|
|
114
|
+
},
|
|
115
|
+
"kendo-hover-bg": {
|
|
116
|
+
"name": "Hover background",
|
|
102
117
|
"type": "color",
|
|
103
|
-
"value": "#
|
|
118
|
+
"value": "#2a2a2a"
|
|
104
119
|
},
|
|
105
120
|
"kendo-hover-text": {
|
|
106
121
|
"name": "Hover text color",
|
|
107
122
|
"type": "color",
|
|
108
123
|
"value": "#ffffff"
|
|
109
124
|
},
|
|
110
|
-
"kendo-hover-
|
|
111
|
-
"name": "Hover
|
|
125
|
+
"kendo-hover-border": {
|
|
126
|
+
"name": "Hover border color",
|
|
127
|
+
"type": "color",
|
|
128
|
+
"value": "#4d4d4d"
|
|
129
|
+
},
|
|
130
|
+
"kendo-selected-bg": {
|
|
131
|
+
"name": "Selected background",
|
|
112
132
|
"type": "color",
|
|
113
|
-
"value": "#
|
|
133
|
+
"value": "#0066cc"
|
|
114
134
|
},
|
|
115
135
|
"kendo-selected-text": {
|
|
116
136
|
"name": "Selected text color",
|
|
117
137
|
"type": "color",
|
|
118
|
-
"value": "#
|
|
138
|
+
"value": "#ffffff"
|
|
119
139
|
},
|
|
120
|
-
"kendo-selected-
|
|
121
|
-
"name": "Selected
|
|
140
|
+
"kendo-selected-border": {
|
|
141
|
+
"name": "Selected border color",
|
|
122
142
|
"type": "color",
|
|
123
|
-
"value": "#
|
|
143
|
+
"value": "#0066cc"
|
|
124
144
|
}
|
|
125
145
|
}
|
|
126
146
|
},
|
|
127
147
|
{
|
|
128
148
|
"name": "Button",
|
|
129
149
|
"variables": {
|
|
150
|
+
"kendo-button-bg": {
|
|
151
|
+
"name": "Button background",
|
|
152
|
+
"type": "color",
|
|
153
|
+
"value": "#272727"
|
|
154
|
+
},
|
|
130
155
|
"kendo-button-text": {
|
|
131
156
|
"name": "Button text color",
|
|
132
157
|
"type": "color",
|
|
133
158
|
"value": "#ffffff"
|
|
134
159
|
},
|
|
135
|
-
"kendo-button-
|
|
136
|
-
"name": "Button
|
|
160
|
+
"kendo-button-border": {
|
|
161
|
+
"name": "Button border color",
|
|
137
162
|
"type": "color",
|
|
138
|
-
"value": "#
|
|
163
|
+
"value": "#4d4d4d"
|
|
139
164
|
}
|
|
140
165
|
}
|
|
141
166
|
},
|
|
@@ -145,12 +170,12 @@
|
|
|
145
170
|
"kendo-link-text": {
|
|
146
171
|
"name": "Link text color",
|
|
147
172
|
"type": "color",
|
|
148
|
-
"value": "#
|
|
173
|
+
"value": "#0073e6"
|
|
149
174
|
},
|
|
150
175
|
"kendo-link-hover-text": {
|
|
151
176
|
"name": "Link hover text color",
|
|
152
177
|
"type": "color",
|
|
153
|
-
"value": "#
|
|
178
|
+
"value": "#3298ff"
|
|
154
179
|
}
|
|
155
180
|
}
|
|
156
181
|
},
|