Add Matter and Mattermost logos, update styles, and enhance Thread logo

- Added Matter and Mattermost logos in SVG format with appropriate attributes and color sets.
- Updated global CSS to include new color variables for default fills.
- Modified existing Mattermost logo to include additional color options.
- Replaced the Thread logo with a new SVG version.
This commit is contained in:
sHa
2025-06-10 18:00:35 +03:00
parent a94fdc992a
commit 222ab46fc3
7 changed files with 177 additions and 4 deletions

View File

@@ -554,6 +554,138 @@
}
}
},
{
"name": "Matter",
"path": "logos/matter.svg",
"format": "SVG",
"disable": false,
"brand": "Matter",
"tags": [
"IoT",
"Smart Home"
],
"colors": {
"dark_grey": "#524643",
"white": "#ffffff",
"black": "#000000"
},
"targets": {
"main": "#logo"
},
"sets": {
"dark_grey": {
"main": "dark_grey"
},
"white": {
"main": "white"
},
"black": {
"main": "black"
}
}
},
{
"name": "Matter",
"path": "logos/matter-icon.svg",
"format": "SVG",
"disable": false,
"brand": "Matter",
"tags": [
"IoT",
"Smart Home"
],
"colors": {
"dark_grey": "#524643",
"white": "#ffffff",
"black": "#000000"
},
"targets": {
"main": "#logo"
},
"sets": {
"dark_grey": {
"main": "dark_grey"
},
"white": {
"main": "white"
},
"black": {
"main": "black"
}
}
},
{
"name": "Mattermost",
"path": "logos/mattermost-icon.svg",
"format": "SVG",
"disable": false,
"tags": [
"Selfhosted",
"Communication",
"Video Conferencing",
"Office Suite"
],
"colors": {
"denim": "#1e325c",
"blue": "#0058cc",
"white": "#ffffff",
"black": "#000000"
},
"brand": "Mattermost",
"targets": {
"main": "path"
},
"sets": {
"denim": {
"main": "denim"
},
"blue": {
"main": "blue"
},
"white": {
"main": "white"
},
"black": {
"main": "black"
}
}
},
{
"name": "Mattermost",
"path": "logos/mattermost-line.svg",
"format": "SVG",
"disable": false,
"tags": [
"Selfhosted",
"Communication",
"Video Conferencing",
"Office Suite"
],
"colors": {
"denim": "#1e325c",
"blue": "#0058cc",
"white": "#ffffff",
"black": "#000000"
},
"brand": "Mattermost",
"targets": {
"main": "path"
},
"sets": {
"denim": {
"main": "denim"
},
"blue": {
"main": "blue"
},
"white": {
"main": "white"
},
"black": {
"main": "black"
}
}
},
{
"name": "Messenger",
"path": "logos/facebook-messenger.svg",
@@ -1313,15 +1445,27 @@
"Office Suite"
],
"colors": {
"denim": "#1e325c"
"denim": "#1e325c",
"blue": "#0058cc",
"white": "#ffffff",
"black": "#000000"
},
"brand": "Mattermost",
"targets": {
"main": "g"
},
"sets": {
"set_1": {
"denim": {
"main": "denim"
},
"blue": {
"main": "blue"
},
"white": {
"main": "white"
},
"black": {
"main": "black"
}
}
},
@@ -1512,6 +1656,13 @@
"Smart Home"
]
},
{
"name": "Thread",
"path": "logos/thread-net.svg",
"format": "SVG",
"disable": false,
"brand": "Thread"
},
{
"name": "Traefik Logo",
"path": "logos/traefik-logo.svg",