mirror of
https://github.com/shadoll/sLogos.git
synced 2026-02-04 11:03:24 +00:00
feat: add new logos for Eufy, Homarr, and Reolink with SVG files and metadata
This commit is contained in:
@@ -404,6 +404,66 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Eufy",
|
||||
"path": "logos/eufy.svg",
|
||||
"format": "SVG",
|
||||
"disable": false,
|
||||
"brand": "Eufy",
|
||||
"tags": [
|
||||
"Smart Home",
|
||||
"IoT"
|
||||
],
|
||||
"colors": {
|
||||
"blue": "#005d8e",
|
||||
"white": "#ffffff",
|
||||
"black": "#000000"
|
||||
},
|
||||
"targets": {
|
||||
"main": "#logo"
|
||||
},
|
||||
"sets": {
|
||||
"blue": {
|
||||
"main": "blue"
|
||||
},
|
||||
"white": {
|
||||
"main": "white"
|
||||
},
|
||||
"black": {
|
||||
"main": "black"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Homarr",
|
||||
"path": "logos/homarr.svg",
|
||||
"format": "SVG",
|
||||
"disable": false,
|
||||
"brand": "Homarr",
|
||||
"tags": [
|
||||
"Selfhosted",
|
||||
"Dashboard"
|
||||
],
|
||||
"colors": {
|
||||
"red": "#fa5252",
|
||||
"black": "#000000",
|
||||
"white": "#ffffff"
|
||||
},
|
||||
"targets": {
|
||||
"main": "#logo"
|
||||
},
|
||||
"sets": {
|
||||
"red": {
|
||||
"main": "red"
|
||||
},
|
||||
"black": {
|
||||
"main": "black"
|
||||
},
|
||||
"white": {
|
||||
"main": "white"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Messenger",
|
||||
"path": "logos/facebook-messenger.svg",
|
||||
@@ -1291,6 +1351,36 @@
|
||||
"security"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Reolink",
|
||||
"path": "logos/reolink.svg",
|
||||
"format": "SVG",
|
||||
"disable": false,
|
||||
"brand": "Reolink",
|
||||
"tags": [
|
||||
"Smart Home",
|
||||
"IoT"
|
||||
],
|
||||
"colors": {
|
||||
"blue": "#0050e2",
|
||||
"white": "#ffffff",
|
||||
"black": "#000000"
|
||||
},
|
||||
"targets": {
|
||||
"main": "#logo"
|
||||
},
|
||||
"sets": {
|
||||
"blue": {
|
||||
"main": "blue"
|
||||
},
|
||||
"white": {
|
||||
"main": "white"
|
||||
},
|
||||
"black": {
|
||||
"main": "black"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Slack",
|
||||
"path": "logos/slack.svg",
|
||||
|
||||
Reference in New Issue
Block a user