-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathrender.json
More file actions
34 lines (34 loc) · 803 Bytes
/
Copy pathrender.json
File metadata and controls
34 lines (34 loc) · 803 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
30
31
32
33
34
{
"Fuchsia": {
"dir": "svg",
"out": "bitmaps/Fuchsia",
"colors": [
{ "match": "#00FF00", "replace": "#E11C79" },
{ "match": "#0000FF", "replace": "#FFFFFF" }
]
},
"Fuchsia-Pop": {
"dir": "svg",
"out": "bitmaps/Fuchsia-Pop",
"colors": [
{ "match": "#00FF00", "replace": "#F8B572" },
{ "match": "#0000FF", "replace": "#FFFFFF" }
]
},
"Fuchsia-Red": {
"dir": "svg",
"out": "bitmaps/Fuchsia-Red",
"colors": [
{ "match": "#00FF00", "replace": "#FF0000" },
{ "match": "#0000FF", "replace": "#FFFFFF" }
]
},
"Fuchsia-Amber": {
"dir": "svg",
"out": "bitmaps/Fuchsia-Amber",
"colors": [
{ "match": "#00FF00", "replace": "#FFA400" },
{ "match": "#0000FF", "replace": "#FFFFFF" }
]
}
}