-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathrender.json
More file actions
26 lines (26 loc) · 616 Bytes
/
render.json
File metadata and controls
26 lines (26 loc) · 616 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
{
"BreezeX-Dark": {
"dir": "svg",
"out": "bitmaps/BreezeX-Dark",
"colors": [
{ "match": "#00FF00", "replace": "#4D4D4D" },
{ "match": "#0000FF", "replace": "#FFFFFF" }
]
},
"BreezeX-Black": {
"dir": "svg",
"out": "bitmaps/BreezeX-Black",
"colors": [
{ "match": "#00FF00", "replace": "#000000" },
{ "match": "#0000FF", "replace": "#FFFFFF" }
]
},
"BreezeX-Light": {
"dir": "svg",
"out": "bitmaps/BreezeX-Light",
"colors": [
{ "match": "#00FF00", "replace": "#FFFFFF" },
{ "match": "#0000FF", "replace": "#4D4D4D" }
]
}
}