feat: add Authentik SVG logos and update logos.json

This commit is contained in:
sHa
2025-05-28 20:35:20 +03:00
parent 64cd39d736
commit 78ba526ff3
3 changed files with 125 additions and 0 deletions

View File

@@ -174,6 +174,72 @@
"grocery"
]
},
{
"name": "Authentik",
"path": "logos/authentik.svg",
"format": "SVG",
"disable": false,
"brand": "Authentik",
"tags": [
"identity",
"authentication",
"software"
],
"colors": {
"red": "#fd4b2d",
"white": "#ffffff",
"black": "#000000"
},
"targets": {
"main": "#text",
"logo": "#logo"
},
"sets": {
"set_1": {
"main": "red",
"logo": "red"
},
"set_2": {
"main": "white",
"logo": "white"
},
"set_3": {
"main": "black",
"logo": "black"
}
}
},
{
"name": "Authentik",
"path": "logos/authentik-logo.svg",
"format": "SVG",
"disable": false,
"brand": "Authentik",
"tags": [
"identity",
"authentication",
"software"
],
"colors": {
"red": "#fd4b2d",
"white": "#ffffff",
"black": "#000000"
},
"targets": {
"logo": "#logo"
},
"sets": {
"set_1": {
"logo": "red"
},
"set_2": {
"logo": "white"
},
"set_3": {
"logo": "black"
}
}
},
{
"name": "Binance",
"path": "logos/binance.svg",