We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afff4ea commit c0354faCopy full SHA for c0354fa
core/assets/themes/bamboo_theme.json
@@ -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
36
37
+ "stops": [
38
+ {
39
+ "position": 0,
40
+ "color": "#6bcba5"
41
42
43
+ "position": 1,
44
+ "color": "#caf4c2"
45
46
+ ]
47
48
+}
core/assets/themes/default.themedump
2.19 KB
0 commit comments