Add color configuration for LG logo and introduce PHP logo

This commit is contained in:
sHa
2025-05-12 02:52:26 +03:00
parent af292376e0
commit bd55447551
4 changed files with 86 additions and 10 deletions

View File

@@ -557,7 +557,16 @@
"electronics",
"appliances"
],
"brand": "LG"
"brand": "LG",
"colors": [
{
"label": "Grey",
"value": "#6b6c6b"
}
],
"colorConfig": {
"target": "#text"
}
},
{
"name": "Lifecell",
@@ -819,6 +828,17 @@
],
"brand": "Okko"
},
{
"name": "PHP",
"path": "logos/php.svg",
"format": "SVG",
"disable": false,
"tags": [
"programming",
"language"
],
"brand": "Php"
},
{
"name": "PostgreSQL",
"path": "logos/postgresql.svg",