Skip to content

Commit b8a59f7

Browse files
committed
Modification - Split themes into individual files #267
1 parent 4d43e60 commit b8a59f7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+13355
-0
lines changed

src/themes/vue_ui_3d_bar.json

Lines changed: 216 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,216 @@
1+
{
2+
"default": {},
3+
"dark": {
4+
"style": {
5+
"chart": {
6+
"backgroundColor": "#1A1A1A",
7+
"color": "#CCCCCC",
8+
"box": {
9+
"stroke": "#5A5A5A"
10+
},
11+
"title": {
12+
"color": "#CCCCCC",
13+
"subtitle": {
14+
"color": "#757575"
15+
}
16+
},
17+
"legend": {
18+
"color": "#CCCCCC"
19+
},
20+
"dataLabel": {
21+
"color": "#CCCCCC"
22+
}
23+
}
24+
},
25+
"table": {
26+
"th": {
27+
"backgroundColor": "#1A1A1A",
28+
"color": "#CCCCCC"
29+
},
30+
"td": {
31+
"backgroundColor": "#1A1A1A",
32+
"color": "#CCCCCC"
33+
}
34+
}
35+
},
36+
"celebration": {
37+
"style": {
38+
"chart": {
39+
"backgroundColor": "#FFF8E1",
40+
"color": "#424242",
41+
"bar": {
42+
"color": "#D32F2F"
43+
},
44+
"box": {
45+
"stroke": "#5D4037"
46+
},
47+
"title": {
48+
"color": "#424242",
49+
"subtitle": {
50+
"color": "#757575"
51+
}
52+
},
53+
"legend": {
54+
"color": "#424242"
55+
},
56+
"dataLabel": {
57+
"color": "#424242"
58+
}
59+
}
60+
},
61+
"table": {
62+
"th": {
63+
"backgroundColor": "#FFF8E1",
64+
"color": "#424242"
65+
},
66+
"td": {
67+
"backgroundColor": "#FFF8E1",
68+
"color": "#424242"
69+
}
70+
}
71+
},
72+
"celebrationNight": {
73+
"style": {
74+
"chart": {
75+
"backgroundColor": "#1E1E1E",
76+
"color": "#BDBDBD",
77+
"bar": {
78+
"color": "#D32F2F"
79+
},
80+
"box": {
81+
"stroke": "#5D4037"
82+
},
83+
"title": {
84+
"color": "#FFF8E1",
85+
"subtitle": {
86+
"color": "#BDBDBD"
87+
}
88+
},
89+
"legend": {
90+
"color": "#BDBDBD"
91+
},
92+
"dataLabel": {
93+
"color": "#BDBDBD"
94+
}
95+
}
96+
},
97+
"table": {
98+
"th": {
99+
"backgroundColor": "#1E1E1E",
100+
"color": "#BDBDBD"
101+
},
102+
"td": {
103+
"backgroundColor": "#1E1E1E",
104+
"color": "#BDBDBD"
105+
}
106+
}
107+
},
108+
"hack": {
109+
"style": {
110+
"chart": {
111+
"backgroundColor": "#1A1A1A",
112+
"color": "#99AA99",
113+
"bar": {
114+
"color": "#66CC66"
115+
},
116+
"box": {
117+
"stroke": "#333333"
118+
},
119+
"title": {
120+
"color": "#66CC66",
121+
"subtitle": {
122+
"color": "#99AA99"
123+
}
124+
},
125+
"legend": {
126+
"color": "#99AA99"
127+
},
128+
"dataLabel": {
129+
"color": "#AACCAA"
130+
}
131+
}
132+
},
133+
"table": {
134+
"th": {
135+
"backgroundColor": "#1A1A1A",
136+
"color": "#99AA99"
137+
},
138+
"td": {
139+
"backgroundColor": "#1A1A1A",
140+
"color": "#AACCAA"
141+
}
142+
}
143+
},
144+
"zen": {
145+
"style": {
146+
"chart": {
147+
"backgroundColor": "#fbfafa",
148+
"color": "#8A9892",
149+
"bar": {
150+
"color": "#B9B99D"
151+
},
152+
"box": {
153+
"stroke": "#DCDFE7"
154+
},
155+
"title": {
156+
"color": "#8A9892",
157+
"subtitle": {
158+
"color": "#99AA99"
159+
}
160+
},
161+
"legend": {
162+
"color": "#99AA99"
163+
},
164+
"dataLabel": {
165+
"color": "#A0AC94"
166+
}
167+
}
168+
},
169+
"table": {
170+
"th": {
171+
"backgroundColor": "#fbfafa",
172+
"color": "#8F837A"
173+
},
174+
"td": {
175+
"backgroundColor": "#fbfafa",
176+
"color": "#8F837A"
177+
}
178+
}
179+
},
180+
"concrete": {
181+
"style": {
182+
"chart": {
183+
"backgroundColor": "#f6f6fb",
184+
"color": "#50606C",
185+
"bar": {
186+
"color": "#4A6A75"
187+
},
188+
"box": {
189+
"stroke": "#DEE1DE"
190+
},
191+
"title": {
192+
"color": "#50606C",
193+
"subtitle": {
194+
"color": "#718890"
195+
}
196+
},
197+
"legend": {
198+
"color": "#61747E"
199+
},
200+
"dataLabel": {
201+
"color": "#61747E"
202+
}
203+
}
204+
},
205+
"table": {
206+
"th": {
207+
"backgroundColor": "#f6f6fb",
208+
"color": "#50606C"
209+
},
210+
"td": {
211+
"backgroundColor": "#f6f6fb",
212+
"color": "#50606C"
213+
}
214+
}
215+
}
216+
}

0 commit comments

Comments
 (0)