UNPKG

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