Skip to content

Commit a91f867

Browse files
committed
add: sample-settings files
1 parent cc173d7 commit a91f867

File tree

6 files changed

+425
-2
lines changed

6 files changed

+425
-2
lines changed

sample-settings/ever-green.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"type": "normal",
3+
"backgroundColor": "#ffffff",
4+
"foregroundColor": "#00000f",
5+
"strongColor": "#111133",
6+
"weakColor": "gray",
7+
"radarColor": "#47a042",
8+
"growingAnimation": true,
9+
"contribColors": [
10+
"#efefef",
11+
"#d8e887",
12+
"#8cc569",
13+
"#47a042",
14+
"#1d6a23"
15+
]
16+
}

sample-settings/gitblock.json

Lines changed: 346 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,346 @@
1+
{
2+
"type": "bitmap",
3+
"backgroundColor": "#ffffff",
4+
"foregroundColor": "#00000f",
5+
"strongColor": "#111133",
6+
"weakColor": "gray",
7+
"radarColor": "#47a042",
8+
"growingAnimation": true,
9+
"contribPatterns": [
10+
{
11+
"top": {
12+
"backgroundColor": "#f8f8f8",
13+
"foregroundColor": "#aaaaaa",
14+
"width": 32,
15+
"bitmap": [
16+
"0x00000000",
17+
"0x00000000",
18+
"0x01c001c0",
19+
"0x06300630",
20+
"0x0a080a08",
21+
"0x12081208",
22+
"0x11041104",
23+
"0x11841184",
24+
"0x12c412c4",
25+
"0x0d780d78",
26+
"0x0aa80aa8",
27+
"0x07500750",
28+
"0x01e001e0",
29+
"0x00000000",
30+
"0x00000000",
31+
"0x00000000"
32+
]
33+
},
34+
"left": {
35+
"width": 32,
36+
"bitmap": [
37+
"0x00000000",
38+
"0x00000000",
39+
"0x00000000",
40+
"0x00000000",
41+
"0x00000000",
42+
"0x00000000",
43+
"0x00000000",
44+
"0x00000000",
45+
"0x00000000",
46+
"0x00000000",
47+
"0x00000000",
48+
"0x00000000",
49+
"0x00000000",
50+
"0x00000000",
51+
"0x00000000",
52+
"0xaaaaaaaa"
53+
]
54+
},
55+
"right": {
56+
"width": 32,
57+
"bitmap": [
58+
"0x00000000",
59+
"0x00000000",
60+
"0x00000000",
61+
"0x00000000",
62+
"0x00000000",
63+
"0x00000000",
64+
"0x00000000",
65+
"0x00000000",
66+
"0x00000000",
67+
"0x00000000",
68+
"0x00000000",
69+
"0x00000000",
70+
"0x00000000",
71+
"0x00000000",
72+
"0x00000000",
73+
"0xaaaaaaaa"
74+
]
75+
}
76+
},
77+
{
78+
"top": {
79+
"backgroundColor": "hsl(125, 52%, 50%)",
80+
"foregroundColor": "hsl(125, 52%, 10%)",
81+
"width": 32,
82+
"bitmap": [
83+
"0x00000000",
84+
"0x00000000",
85+
"0x01c001c0",
86+
"0x06300630",
87+
"0x0a080a08",
88+
"0x12081208",
89+
"0x11041104",
90+
"0x11841184",
91+
"0x12c412c4",
92+
"0x0d780d78",
93+
"0x0aa80aa8",
94+
"0x07500750",
95+
"0x01e001e0",
96+
"0x00000000",
97+
"0x00000000",
98+
"0x00000000"
99+
]
100+
},
101+
"left": {
102+
"width": 32,
103+
"bitmap": [
104+
"0x00000000",
105+
"0x00000000",
106+
"0x00000000",
107+
"0x00000000",
108+
"0x00000000",
109+
"0x00000000",
110+
"0x00000000",
111+
"0x00000000",
112+
"0x00000000",
113+
"0x00000000",
114+
"0x00000000",
115+
"0x00000000",
116+
"0x00000000",
117+
"0x00000000",
118+
"0x00000000",
119+
"0xaaaaaaaa"
120+
]
121+
},
122+
"right": {
123+
"width": 32,
124+
"bitmap": [
125+
"0x00000000",
126+
"0x00000000",
127+
"0x00000000",
128+
"0x00000000",
129+
"0x00000000",
130+
"0x00000000",
131+
"0x00000000",
132+
"0x00000000",
133+
"0x00000000",
134+
"0x00000000",
135+
"0x00000000",
136+
"0x00000000",
137+
"0x00000000",
138+
"0x00000000",
139+
"0x00000000",
140+
"0xaaaaaaaa"
141+
]
142+
}
143+
},
144+
{
145+
"top": {
146+
"backgroundColor": "hsl(242, 100%, 65%)",
147+
"foregroundColor": "hsl(242, 100%, 16%)",
148+
"width": 32,
149+
"bitmap": [
150+
"0x00000000",
151+
"0x00000000",
152+
"0x01c001c0",
153+
"0x06300630",
154+
"0x0a080a08",
155+
"0x12081208",
156+
"0x11041104",
157+
"0x11841184",
158+
"0x12c412c4",
159+
"0x0d780d78",
160+
"0x0aa80aa8",
161+
"0x07500750",
162+
"0x01e001e0",
163+
"0x00000000",
164+
"0x00000000",
165+
"0x00000000"
166+
]
167+
},
168+
"left": {
169+
"width": 32,
170+
"bitmap": [
171+
"0x00000000",
172+
"0x00000000",
173+
"0x00000000",
174+
"0x00000000",
175+
"0x00000000",
176+
"0x00000000",
177+
"0x00000000",
178+
"0x00000000",
179+
"0x00000000",
180+
"0x00000000",
181+
"0x00000000",
182+
"0x00000000",
183+
"0x00000000",
184+
"0x00000000",
185+
"0x00000000",
186+
"0xaaaaaaaa"
187+
]
188+
},
189+
"right": {
190+
"width": 32,
191+
"bitmap": [
192+
"0x00000000",
193+
"0x00000000",
194+
"0x00000000",
195+
"0x00000000",
196+
"0x00000000",
197+
"0x00000000",
198+
"0x00000000",
199+
"0x00000000",
200+
"0x00000000",
201+
"0x00000000",
202+
"0x00000000",
203+
"0x00000000",
204+
"0x00000000",
205+
"0x00000000",
206+
"0x00000000",
207+
"0xaaaaaaaa"
208+
]
209+
}
210+
},
211+
{
212+
"top": {
213+
"backgroundColor": "hsl(48, 100%, 50%)",
214+
"foregroundColor": "hsl(48, 100%, 15%)",
215+
"width": 32,
216+
"bitmap": [
217+
"0x00000000",
218+
"0x00000000",
219+
"0x01c001c0",
220+
"0x06300630",
221+
"0x0a080a08",
222+
"0x12081208",
223+
"0x11041104",
224+
"0x11841184",
225+
"0x12c412c4",
226+
"0x0d780d78",
227+
"0x0aa80aa8",
228+
"0x07500750",
229+
"0x01e001e0",
230+
"0x00000000",
231+
"0x00000000",
232+
"0x00000000"
233+
]
234+
},
235+
"left": {
236+
"width": 32,
237+
"bitmap": [
238+
"0x00000000",
239+
"0x00000000",
240+
"0x00000000",
241+
"0x00000000",
242+
"0x00000000",
243+
"0x00000000",
244+
"0x00000000",
245+
"0x00000000",
246+
"0x00000000",
247+
"0x00000000",
248+
"0x00000000",
249+
"0x00000000",
250+
"0x00000000",
251+
"0x00000000",
252+
"0x00000000",
253+
"0xaaaaaaaa"
254+
]
255+
},
256+
"right": {
257+
"width": 32,
258+
"bitmap": [
259+
"0x00000000",
260+
"0x00000000",
261+
"0x00000000",
262+
"0x00000000",
263+
"0x00000000",
264+
"0x00000000",
265+
"0x00000000",
266+
"0x00000000",
267+
"0x00000000",
268+
"0x00000000",
269+
"0x00000000",
270+
"0x00000000",
271+
"0x00000000",
272+
"0x00000000",
273+
"0x00000000",
274+
"0xaaaaaaaa"
275+
]
276+
}
277+
},
278+
{
279+
"top": {
280+
"backgroundColor": "hsl(350, 100%, 50%)",
281+
"foregroundColor": "hsl(350, 100%, 15%)",
282+
"width": 32,
283+
"bitmap": [
284+
"0x00000000",
285+
"0x00000000",
286+
"0x01c001c0",
287+
"0x06300630",
288+
"0x0a080a08",
289+
"0x12081208",
290+
"0x11041104",
291+
"0x11841184",
292+
"0x12c412c4",
293+
"0x0d780d78",
294+
"0x0aa80aa8",
295+
"0x07500750",
296+
"0x01e001e0",
297+
"0x00000000",
298+
"0x00000000",
299+
"0x00000000"
300+
]
301+
},
302+
"left": {
303+
"width": 32,
304+
"bitmap": [
305+
"0x00000000",
306+
"0x00000000",
307+
"0x00000000",
308+
"0x00000000",
309+
"0x00000000",
310+
"0x00000000",
311+
"0x00000000",
312+
"0x00000000",
313+
"0x00000000",
314+
"0x00000000",
315+
"0x00000000",
316+
"0x00000000",
317+
"0x00000000",
318+
"0x00000000",
319+
"0x00000000",
320+
"0xaaaaaaaa"
321+
]
322+
},
323+
"right": {
324+
"width": 32,
325+
"bitmap": [
326+
"0x00000000",
327+
"0x00000000",
328+
"0x00000000",
329+
"0x00000000",
330+
"0x00000000",
331+
"0x00000000",
332+
"0x00000000",
333+
"0x00000000",
334+
"0x00000000",
335+
"0x00000000",
336+
"0x00000000",
337+
"0x00000000",
338+
"0x00000000",
339+
"0x00000000",
340+
"0x00000000",
341+
"0xaaaaaaaa"
342+
]
343+
}
344+
}
345+
]
346+
}

sample-settings/rainbow.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"type": "rainbow",
3+
"backgroundColor": "#00000f",
4+
"foregroundColor": "#eeeeff",
5+
"strongColor": "rgb(255,200,55)",
6+
"weakColor": "#aaaaaa",
7+
"radarColor": "rgb(255,200,55)",
8+
"growingAnimation": true,
9+
"saturation": "50%",
10+
"contribLightness": [
11+
"20%",
12+
"30%",
13+
"35%",
14+
"40%",
15+
"50%"
16+
],
17+
"duration": "10s",
18+
"hueRatio": -7
19+
}

0 commit comments

Comments
 (0)