mirror of
https://github.com/shadoll/sLogos.git
synced 2026-02-05 02:18:03 +00:00
Refactor JSON data structure and add new logo for Shkafnik
- Cleaned up formatting in flags.json for better readability by removing unnecessary newlines. - Added new logo entry for "Shkafnik" in logos.json with associated properties and color sets. - Created a new SVG file for "Shkafnik" logo with detailed path definitions. - Ensured proper formatting in existing SVG files by adding missing newlines at the end of files.
This commit is contained in:
@@ -3961,5 +3961,46 @@
|
||||
"path": "vite.svg",
|
||||
"format": "SVG",
|
||||
"disable": false
|
||||
},
|
||||
{
|
||||
"name": "Shkafnik",
|
||||
"path": "shkafnik-ng.svg",
|
||||
"format": "SVG",
|
||||
"disable": false,
|
||||
"brand": "Shkafnik",
|
||||
"tags": [
|
||||
"furniture"
|
||||
],
|
||||
"colors": {
|
||||
"green": "#3a7456",
|
||||
"gold": "#cc950b",
|
||||
"currentColor": "currentColor"
|
||||
},
|
||||
"targets": {
|
||||
"logo": "#logo",
|
||||
"text": "#shkafnik-text",
|
||||
"text-small": "#eng-text",
|
||||
"tm": "#tm"
|
||||
},
|
||||
"sets": {
|
||||
"main": {
|
||||
"logo": "green",
|
||||
"text": "green",
|
||||
"text-small": "gold",
|
||||
"tm": "green"
|
||||
},
|
||||
"inverted": {
|
||||
"logo": "gold",
|
||||
"text": "gold",
|
||||
"text-small": "green",
|
||||
"tm": "gold"
|
||||
},
|
||||
"monochrome": {
|
||||
"logo": "currentColor",
|
||||
"text": "currentColor",
|
||||
"text-small": "currentColor",
|
||||
"tm": "currentColor"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user