breaking-change: De-structured build configs

And also support Multi-Resolution Windows Cursors packages.
This commit is contained in:
Abdulkaiz Khatri
2024-07-01 09:42:58 +05:30
parent 65d81aa6bc
commit b9d526df48
8 changed files with 870 additions and 54 deletions
+26
View File
@@ -0,0 +1,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" }
]
}
}