Skip to content

Commit c0354fa

Browse files
committed
[Update] prebuild theme assets
1 parent afff4ea commit c0354fa

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"theme": "candy",
3+
"window": {
4+
"mac_window_bar": true,
5+
"shadow": 20,
6+
"margin": {
7+
"x": 82,
8+
"y": 82
9+
},
10+
"border": {
11+
"width": 1,
12+
"color": "#ffffff30"
13+
}
14+
},
15+
"code_config": {
16+
"font_family": "CaskaydiaCove Nerd Font",
17+
"breadcrumbs": {
18+
"separator": "/",
19+
"color": "#80848b",
20+
"font_family": "CaskaydiaCove Nerd Font"
21+
}
22+
},
23+
"watermark": {
24+
"content": "CodeSnap",
25+
"font_family": "Pacifico",
26+
"color": "#ffffff"
27+
},
28+
"background": {
29+
"start": {
30+
"x": 0,
31+
"y": 0
32+
},
33+
"end": {
34+
"x": "max",
35+
"y": 0
36+
},
37+
"stops": [
38+
{
39+
"position": 0,
40+
"color": "#6bcba5"
41+
},
42+
{
43+
"position": 1,
44+
"color": "#caf4c2"
45+
}
46+
]
47+
}
48+
}
2.19 KB
Binary file not shown.

0 commit comments

Comments
 (0)