Configs format changed

This commit is contained in:
sHa
2025-04-30 00:00:00 +03:00
parent 2cfbe43eaa
commit a8e821d4f2
2 changed files with 181 additions and 242 deletions

View File

@@ -4,252 +4,241 @@
"path": "logos/adidas.svg", "path": "logos/adidas.svg",
"format": "SVG", "format": "SVG",
"disable": false, "disable": false,
"tags": [ "tags": ["clothing", "sports", "footwear"],
"clothing", "colorSets": [
"sports",
"footwear"
],
"colors": [
{ {
"label": "Black", "label": "Black",
"value": "#000", "theme": "light",
"theme": "light" "colors": [
{ "selector": "path", "value": "#000" }
]
}, },
{ {
"label": "White", "label": "White",
"value": "#fff", "theme": "dark",
"theme": "dark" "colors": [
{ "selector": "path", "value": "#fff" }
]
} }
], ]
"colorConfig": {
"target": "path"
}
}, },
{ {
"name": "Amazon", "name": "Amazon",
"path": "logos/amazon.svg", "path": "logos/amazon.svg",
"format": "SVG", "format": "SVG",
"disable": false, "disable": false,
"tags": [ "tags": ["retail"],
"retail" "colorSets": [
],
"colors": [
{ {
"label": "Black", "label": "Black",
"value": "#000", "theme": "light",
"theme": "light" "colors": [
{ "selector": "#text", "value": "#000" }
]
}, },
{ {
"label": "White", "label": "White",
"value": "#fff", "theme": "dark",
"theme": "dark" "colors": [
{ "selector": "#text", "value": "#fff" }
]
} }
], ]
"colorConfig": {
"selector": "#text"
}
}, },
{ {
"name": "Apple", "name": "Apple",
"path": "logos/apple.svg", "path": "logos/apple.svg",
"format": "SVG", "format": "SVG",
"disable": false, "disable": false,
"tags": [ "tags": ["tech"],
{ "colorSets": [
"text": "tech",
"color": "silver"
}
],
"colors": [
{ {
"label": "Silver", "label": "Silver",
"value": "#999" "colors": [
{ "selector": "path", "value": "#999" }
]
}, },
{ {
"label": "White", "label": "White",
"value": "#fff" "colors": [
{ "selector": "path", "value": "#fff" }
]
}, },
{ {
"label": "Black", "label": "Black",
"value": "#000" "colors": [
{ "selector": "path", "value": "#000" }
]
} }
], ]
"colorConfig": {
"target": "path"
}
}, },
{ {
"name": "ATB", "name": "ATB",
"path": "logos/atb.svg", "path": "logos/atb.svg",
"format": "SVG", "format": "SVG",
"disable": false, "disable": false,
"tags": [ "tags": ["retail"]
"retail"
]
}, },
{ {
"name": "Binance", "name": "Binance",
"path": "logos/binance.svg", "path": "logos/binance.svg",
"format": "SVG", "format": "SVG",
"disable": false, "disable": false,
"tags": [ "tags": ["crypto", "finance", "trading"]
"crypto",
"finance",
"trading"
]
}, },
{ {
"name": "Dalnoboy Service", "name": "Dalnoboy Service",
"path": "logos/dalnoboy-service.svg", "path": "logos/dalnoboy-service.svg",
"format": "SVG", "format": "SVG",
"disable": false, "disable": false,
"tags": [ "tags": ["transport", "garage"]
"transport",
"garage"
]
}, },
{ {
"name": "Disney", "name": "Disney",
"path": "logos/disney.svg", "path": "logos/disney.svg",
"format": "SVG", "format": "SVG",
"disable": false, "disable": false,
"tags": [ "tags": ["entertainment", "streaming"],
"entertainment", "colorSets": [
"streaming"
],
"colors": [
{ {
"label": "Black", "label": "Black",
"value": "#000", "theme": "light",
"theme": "light" "colors": [
{ "selector": "path", "value": "#000" }
]
}, },
{ {
"label": "White", "label": "White",
"value": "#fff", "theme": "dark",
"theme": "dark" "colors": [
{ "selector": "path", "value": "#fff" }
]
} }
], ]
"colorConfig": {
"target": "path"
}
}, },
{ {
"name": "Dodge", "name": "Dodge",
"path": "logos/dodge.svg", "path": "logos/dodge.svg",
"format": "SVG", "format": "SVG",
"disable": false, "disable": false,
"tags": [ "tags": ["automotive"],
"automobile", "colorSets": [
"transport"
],
"colors": [
{ {
"label": "Grey", "label": "Grey",
"value": "#2b2a29", "theme": "light",
"theme": "light" "colors": [
{ "selector": "#text", "value": "#2b2a29" }
]
}, },
{ {
"label": "Red", "label": "Red",
"value": "#e22b28" "colors": [
{ "selector": "#text", "value": "#e22b28" }
]
}, },
{ {
"label": "White", "label": "White",
"value": "#fff", "theme": "dark",
"theme": "dark" "colors": [
{ "selector": "#text", "value": "#fff" }
]
} }
], ]
"colorConfig": {
"selector": "#text"
}
}, },
{ {
"name": "Google", "name": "Google",
"path": "logos/google.svg", "path": "logos/google.svg",
"format": "SVG", "format": "SVG",
"disable": false, "disable": false,
"tags": [ "tags": ["tech", "search"]
{
"text": "tech",
"color": "silver"
}
]
}, },
{ {
"name": "IBKR", "name": "IBKR",
"path": "logos/ibkr.svg", "path": "logos/ibkr.svg",
"format": "SVG", "format": "SVG",
"disable": false, "disable": false,
"tags": [ "tags": ["finance", "trading"]
"finance",
"trading"
]
}, },
{ {
"name": "Instagram", "name": "Instagram",
"path": "logos/instagram.svg", "path": "logos/instagram.svg",
"format": "SVG", "format": "SVG",
"disable": false, "disable": false,
"tags": [ "tags": ["social", "media"]
"social"
]
}, },
{ {
"name": "Jeep", "name": "Jeep",
"path": "logos/jeep.svg", "path": "logos/jeep.svg",
"format": "SVG", "format": "SVG",
"disable": false, "disable": false,
"tags": [ "tags": ["automotive"],
"automobile", "colorSets": [
"transport"
],
"colors": [
{ {
"label": "Green", "label": "Green",
"value": "#424d07" "colors": [
{ "selector": "g", "value": "#424d07" }
]
}, },
{ {
"label": "Black", "label": "Black",
"value": "#000", "theme": "light",
"theme": "light" "colors": [
{ "selector": "g", "value": "#000" }
]
}, },
{ {
"label": "White", "label": "White",
"value": "#fff", "theme": "dark",
"theme": "dark" "colors": [
{ "selector": "g", "value": "#fff" }
]
} }
], ]
"colorConfig": {
"target": "g"
}
}, },
{ {
"name": "Kyivstar", "name": "Kyivstar",
"path": "logos/kyivstar.svg", "path": "logos/kyivstar.svg",
"format": "SVG", "format": "SVG",
"disable": false, "disable": false,
"tags": [ "tags": ["telecom"]
"telecom",
"mobile"
]
}, },
{ {
"name": "Lifecell", "name": "Lifecell",
"path": "logos/lifecell.svg", "path": "logos/lifecell.svg",
"format": "SVG", "format": "SVG",
"disable": false, "disable": false,
"tags": [ "tags": ["telecom"]
"telecom",
"mobile"
]
}, },
{ {
"name": "Mono Black", "name": "Mono Black",
"path": "logos/mono_black.svg", "path": "logos/mono_black.svg",
"format": "SVG", "format": "SVG",
"disable": false, "disable": false,
"tags": [ "tags": ["finance", "banking"],
"bank", "colorSets": [
"finance" {
"label": "Black background, White text",
"colors": [
{ "selector": "#background", "value": "#000" },
{ "selector": "#text", "value": "#fff" }
],
"theme": "light"
},
{
"label": "White background, Black text",
"colors": [
{ "selector": "#background", "value": "#fff" },
{ "selector": "#text", "value": "#000" }
],
"theme": "dark"
},
{
"label": "Yellow background, White text",
"colors": [
{ "selector": "#background", "value": "#f2bd2b" },
{ "selector": "#text", "value": "#fff" }
]
}
] ]
}, },
{ {
@@ -257,285 +246,229 @@
"path": "logos/mono_white.svg", "path": "logos/mono_white.svg",
"format": "SVG", "format": "SVG",
"disable": false, "disable": false,
"tags": [ "tags": ["finance", "banking"]
"bank",
"finance"
]
}, },
{ {
"name": "Mono Yellow", "name": "Mono Yellow",
"path": "logos/mono_yellow.svg", "path": "logos/mono_yellow.svg",
"format": "SVG", "format": "SVG",
"disable": false, "disable": false,
"tags": [ "tags": ["finance", "banking"]
"bank",
"finance"
]
}, },
{ {
"name": "Monobank paw", "name": "Monobank paw",
"path": "logos/monobank_paw.svg", "path": "logos/monobank_paw.svg",
"format": "SVG", "format": "SVG",
"disable": false, "disable": false,
"tags": [ "tags": ["finance", "banking"]
"bank",
"finance"
]
}, },
{ {
"name": "Monobank (text)", "name": "Monobank (text)",
"path": "logos/monobank_text.svg", "path": "logos/monobank_text.svg",
"format": "SVG", "format": "SVG",
"disable": false, "disable": false,
"tags": [ "tags": ["finance", "banking"],
"bank", "colorSets": [
"finance"
],
"colors": [
{ {
"label": "Black", "label": "Black",
"value": "#000", "theme": "light",
"theme": "light" "colors": [
{ "selector": "#text1", "value": "#000" }
]
}, },
{ {
"label": "White", "label": "White",
"value": "#fff", "theme": "dark",
"theme": "dark" "colors": [
{ "selector": "#text1", "value": "#fff" }
]
} }
], ]
"colorConfig": {
"selector": "#text1"
}
}, },
{ {
"name": "Nationwide", "name": "Nationwide",
"path": "logos/nationwide.svg", "path": "logos/nationwide.svg",
"format": "SVG", "format": "SVG",
"disable": false, "disable": false,
"tags": [ "tags": ["finance", "banking"]
"bank",
"finance"
]
}, },
{ {
"name": "Netflix", "name": "Netflix",
"path": "logos/netflix.svg", "path": "logos/netflix.svg",
"format": "SVG", "format": "SVG",
"disable": false, "disable": false,
"tags": [ "tags": ["entertainment", "streaming"]
"streaming",
"entertainment"
]
}, },
{ {
"name": "Nikamebel", "name": "Nikamebel",
"path": "logos/nikamebel.svg", "path": "logos/nikamebel.svg",
"format": "SVG", "format": "SVG",
"disable": false, "disable": false,
"tags": [ "tags": ["furniture"]
"furniture"
]
}, },
{ {
"name": "Novapay", "name": "Novapay",
"path": "logos/novapay.svg", "path": "logos/novapay.svg",
"format": "SVG", "format": "SVG",
"disable": false, "disable": false,
"tags": [ "tags": ["finance", "payments"]
"payment",
"finance"
]
}, },
{ {
"name": "Privat24 Bussiness", "name": "Privat24 Bussiness",
"path": "logos/privat24bussiness.svg", "path": "logos/privat24bussiness.svg",
"format": "SVG", "format": "SVG",
"disable": false, "disable": false,
"tags": [ "tags": ["finance", "banking"]
"bank",
"finance"
]
}, },
{ {
"name": "Privatbank", "name": "Privatbank",
"path": "logos/privatbank.png", "path": "logos/privatbank.png",
"format": "PNG", "format": "PNG",
"disable": false, "disable": false,
"tags": [ "tags": ["finance", "banking"]
"bank",
"finance"
]
}, },
{ {
"name": "Pumb", "name": "Pumb",
"path": "logos/pumb.svg", "path": "logos/pumb.svg",
"format": "SVG", "format": "SVG",
"disable": false, "disable": false,
"tags": [ "tags": ["finance", "banking"]
"bank",
"finance"
]
}, },
{ {
"name": "Reebok", "name": "Reebok",
"path": "logos/reebok.svg", "path": "logos/reebok.svg",
"format": "SVG", "format": "SVG",
"disable": false, "disable": false,
"tags": [ "tags": ["clothing", "sports", "footwear"],
"clothing", "colorSets": [
"sports",
"footwear"
],
"colors": [
{ {
"label": "Black", "label": "Black",
"value": "#000", "theme": "light",
"theme": "light" "colors": [
{ "selector": "path", "value": "#000" }
]
}, },
{ {
"label": "White", "label": "White",
"value": "#fff", "theme": "dark",
"theme": "dark" "colors": [
{ "selector": "path", "value": "#fff" }
]
} }
], ]
"colorConfig": {
"target": "path"
}
}, },
{ {
"name": "Revolut", "name": "Revolut",
"path": "logos/revolut.svg", "path": "logos/revolut.svg",
"format": "SVG", "format": "SVG",
"disable": false, "disable": false,
"tags": [ "tags": ["finance", "payments"],
"bank", "colorSets": [
"finance",
"transfer"
],
"colors": [
{ {
"label": "Black", "label": "Black",
"value": "#000", "theme": "light",
"theme": "light" "colors": [
{ "selector": "path", "value": "#000" }
]
}, },
{ {
"label": "White", "label": "White",
"value": "#fff", "theme": "dark",
"theme": "dark" "colors": [
{ "selector": "path", "value": "#fff" }
]
} }
], ]
"colorConfig": {
"target": "path"
}
}, },
{ {
"name": "Roomerin", "name": "Roomerin",
"path": "logos/roomerin.svg", "path": "logos/roomerin.svg",
"format": "SVG", "format": "SVG",
"disable": false, "disable": false,
"tags": [ "tags": ["furniture"],
"furniture" "colorSets": [
],
"colors": [
{ {
"label": "Brown", "label": "Brown",
"value": "#2b1c13", "theme": "light",
"theme": "light" "colors": [
{ "selector": "#text", "value": "#2b1c13" }
]
}, },
{ {
"label": "Green", "label": "Green",
"value": "#859310" "colors": [
{ "selector": "#text", "value": "#859310" }
]
}, },
{ {
"label": "Black", "label": "Black",
"value": "#000" "colors": [
{ "selector": "#text", "value": "#000" }
]
}, },
{ {
"label": "White", "label": "White",
"value": "#fff", "theme": "dark",
"theme": "dark" "colors": [
{ "selector": "#text", "value": "#fff" }
]
} }
], ]
"colorConfig": {
"target": "#text"
}
}, },
{ {
"name": "Sendpulse Small", "name": "Sendpulse Small",
"path": "logos/sendpulse-small.svg", "path": "logos/sendpulse-small.svg",
"format": "SVG", "format": "SVG",
"disable": false, "disable": false,
"tags": [ "tags": ["email", "marketing"]
"marketing",
"email"
]
}, },
{ {
"name": "Sendpulse", "name": "Sendpulse",
"path": "logos/sendpulse.svg", "path": "logos/sendpulse.svg",
"format": "SVG", "format": "SVG",
"disable": false, "disable": false,
"tags": [ "tags": ["email", "marketing"]
"marketing",
"email"
]
}, },
{ {
"name": "Shkafnik", "name": "Shkafnik",
"path": "logos/shkafnik.svg", "path": "logos/shkafnik.svg",
"format": "SVG", "format": "SVG",
"disable": false, "disable": false,
"tags": [ "tags": ["furniture"]
"furniture"
]
}, },
{ {
"name": "Shkafnik Small", "name": "Shkafnik Small",
"path": "logos/shkafnik_small.png", "path": "logos/shkafnik_small.png",
"format": "PNG", "format": "PNG",
"disable": false, "disable": false,
"tags": [ "tags": ["furniture"]
"furniture"
]
}, },
{ {
"name": "Silpo", "name": "Silpo",
"path": "logos/silpo.svg", "path": "logos/silpo.svg",
"format": "SVG", "format": "SVG",
"disable": false, "disable": false,
"tags": [ "tags": ["retail"]
"retail",
"grocery"
]
}, },
{ {
"name": "Viber", "name": "Viber",
"path": "logos/viber.svg", "path": "logos/viber.svg",
"format": "SVG", "format": "SVG",
"disable": false, "disable": false,
"tags": [ "tags": ["messaging"]
"messaging",
"communication"
]
}, },
{ {
"name": "Vodafone", "name": "Vodafone",
"path": "logos/vodafone.svg", "path": "logos/vodafone.svg",
"format": "SVG", "format": "SVG",
"disable": false, "disable": false,
"tags": [ "tags": ["telecom"]
"telecom",
"mobile"
]
}, },
{ {
"name": "Wise", "name": "Wise",
"path": "logos/wise.png", "path": "logos/wise.png",
"format": "PNG", "format": "PNG",
"disable": false, "disable": false,
"tags": [ "tags": ["finance", "payments"]
"finance",
"transfer"
]
} }
] ]

6
public/data/tags.json Normal file
View File

@@ -0,0 +1,6 @@
[
{
"name": "tech",
"color": "silver"
}
]