mirror of
https://github.com/shadoll/sLogos.git
synced 2025-12-20 10:31:59 +00:00
Add color configuration for LG logo and introduce PHP logo
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user