forked from dlasagno/vscode-wal-theme
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathvscode.json
More file actions
29 lines (28 loc) · 671 Bytes
/
Copy pathvscode.json
File metadata and controls
29 lines (28 loc) · 671 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"checksum": ":)",
"wallpaper": "{{wallpaper}}",
"alpha": "100",
"special": {
"background": "{{background}}",
"foreground": "{{foreground}}",
"cursor": "{{cursor}}"
},
"colors": {
"color0": "{{color0}}",
"color1": "{{color1}}",
"color2": "{{color2}}",
"color3": "{{color3}}",
"color4": "{{color4}}",
"color5": "{{color5}}",
"color6": "{{color6}}",
"color7": "{{color7}}",
"color8": "{{color8}}",
"color9": "{{color9}}",
"color10": "{{color10}}",
"color11": "{{color11}}",
"color12": "{{color12}}",
"color13": "{{color13}}",
"color14": "{{color14}}",
"color15": "{{color15}}"
}
}