forked from ful1e5/banana-cursor
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathrender.json
More file actions
70 lines (70 loc) · 1.7 KB
/
render.json
File metadata and controls
70 lines (70 loc) · 1.7 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"Banana": {
"dir": "svg",
"out": "bitmaps/Banana"
},
"Banana-Green": {
"dir": "svg",
"out": "bitmaps/Banana-Green",
"colors": [
{ "match": "#FCD900", "replace": "#54F851" },
{ "match": "#6D3C1B", "replace": "#0C2608" }
]
},
"Banana-Blue": {
"dir": "svg",
"out": "bitmaps/Banana-Blue",
"colors": [
{ "match": "#FCD900", "replace": "#64CDCD" },
{ "match": "#6D3C1B", "replace": "#0E2026" }
]
},
"Banana-Red": {
"dir": "svg",
"out": "bitmaps/Banana-Red",
"colors": [
{ "match": "#FCD900", "replace": "#E16C6C" },
{ "match": "#6D3C1B", "replace": "#1B0707" }
]
},
"Banana-Catppuccin-Mocha": {
"dir": "svg",
"out": "bitmaps/Banana-Catppuccin-Mocha",
"colors": [
{ "match": "#FCD900", "replace": "#F9E2AF" },
{ "match": "#6D3C1B", "replace": "#45475A" }
]
},
"Banana-Hacker": {
"dir": "svg",
"out": "bitmaps/Banana-Hacker",
"colors": [
{ "match": "#FCD900", "replace": "#00FE00" },
{ "match": "#6D3C1B", "replace": "#000000" }
]
},
"Banana-Dracula": {
"dir": "svg",
"out": "bitmaps/Banana-Dracula",
"colors": [
{ "match": "#FCD900", "replace": "#F1FA8C" },
{ "match": "#6D3C1B", "replace": "#282A36" }
]
},
"Banana-Tokyo-Night-Storm": {
"dir": "svg",
"out": "bitmaps/Banana-Tokyo-Night-Storm",
"colors": [
{ "match": "#FCD900", "replace": "#7AA2F7" },
{ "match": "#6D3C1B", "replace": "#1F2335" }
]
},
"Banana-GruvBox": {
"dir": "svg",
"out": "bitmaps/Banana-GruvBox",
"colors": [
{ "match": "#FCD900", "replace": "#282828" },
{ "match": "#6D3C1B", "replace": "#EBDBB2" }
]
}
}