UNPKG

6.17 kBJSONView Raw
1{
2 "$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.14.0/lib/schemas/kendo-swatch.json",
3 "name": "Classic Main",
4 "product": "kendo",
5 "base": "@progress/kendo-theme-classic",
6 "version": "5.4.1",
7 "previewColors": [
8 "#ffffff",
9 "#f0f0f0",
10 "#f35800",
11 "#cc4a00",
12 "#272727"
13 ],
14 "components": [],
15 "groups": [
16 {
17 "variables": {
18 "border-radius": {
19 "name": "Border radius",
20 "type": "number",
21 "value": "4px"
22 }
23 }
24 },
25 {
26 "name": "Theme colors",
27 "variables": {
28 "primary": {
29 "name": "Primary",
30 "type": "color",
31 "value": "#f35800"
32 },
33 "secondary": {
34 "name": "Secondary",
35 "type": "color",
36 "value": "#e9e9e9"
37 },
38 "info": {
39 "name": "Info",
40 "type": "color",
41 "value": "#007bc3"
42 },
43 "success": {
44 "name": "Success",
45 "type": "color",
46 "value": "#3ea44e"
47 },
48 "warning": {
49 "name": "Warning",
50 "type": "color",
51 "value": "#ff9800"
52 },
53 "error": {
54 "name": "Error",
55 "type": "color",
56 "value": "#d92800"
57 }
58 }
59 },
60 {
61 "name": "Body",
62 "variables": {
63 "body-text": {
64 "name": "Body text color",
65 "type": "color",
66 "value": "#272727"
67 },
68 "body-bg": {
69 "name": "Body background",
70 "type": "color",
71 "value": "#ffffff"
72 },
73 "headings-text": {
74 "name": "Headings text color",
75 "type": "color",
76 "value": "#272727"
77 },
78 "subtle-text": {
79 "name": "Subtle text color",
80 "type": "color",
81 "value": "#666666"
82 },
83 "disabled-text": {
84 "name": "Disabled text color",
85 "type": "color",
86 "value": "#8f8f8f"
87 }
88 }
89 },
90 {
91 "name": "Components",
92 "variables": {
93 "component-text": {
94 "name": "Component text color",
95 "type": "color",
96 "value": "#272727"
97 },
98 "component-bg": {
99 "name": "Component background",
100 "type": "color",
101 "value": "#ffffff"
102 },
103 "base-text": {
104 "name": "Header text color",
105 "type": "color",
106 "value": "#272727"
107 },
108 "base-bg": {
109 "name": "Header background",
110 "type": "color",
111 "value": "#f0f0f0"
112 },
113 "hovered-text": {
114 "name": "Hover text color",
115 "type": "color",
116 "value": "#272727"
117 },
118 "hovered-bg": {
119 "name": "Hover background",
120 "type": "color",
121 "value": "#bababa"
122 },
123 "selected-text": {
124 "name": "Selected text color",
125 "type": "color",
126 "value": "#ffffff"
127 },
128 "selected-bg": {
129 "name": "Selected background",
130 "type": "color",
131 "value": "#ff6358"
132 }
133 }
134 },
135 {
136 "name": "Button",
137 "variables": {
138 "kendo-button-text": {
139 "name": "Button text color",
140 "type": "color",
141 "value": "#272727"
142 },
143 "kendo-button-bg": {
144 "name": "Button background",
145 "type": "color",
146 "value": "#f0f0f0"
147 }
148 }
149 },
150 {
151 "name": "Link",
152 "variables": {
153 "link-text": {
154 "name": "Link text color",
155 "type": "color",
156 "value": "#f35800"
157 },
158 "link-hover-text": {
159 "name": "Link hover text color",
160 "type": "color",
161 "value": "#cc4a00"
162 }
163 }
164 },
165 {
166 "name": "Dataviz",
167 "variables": {
168 "series-a": {
169 "name": "Series A",
170 "type": "color",
171 "value": "#007bc3"
172 },
173 "series-b": {
174 "name": "Series B",
175 "type": "color",
176 "value": "#3ea44e"
177 },
178 "series-c": {
179 "name": "Series C",
180 "type": "color",
181 "value": "#ffae00"
182 },
183 "series-d": {
184 "name": "Series D",
185 "type": "color",
186 "value": "#ef4c00"
187 },
188 "series-e": {
189 "name": "Series E",
190 "type": "color",
191 "value": "#a419b7"
192 },
193 "series-f": {
194 "name": "Series F",
195 "type": "color",
196 "value": "#430b62"
197 }
198 }
199 }
200 ]
201}