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:
sHa
2025-12-09 23:12:34 +02:00
parent 4ee8757577
commit 90719f2e16
5 changed files with 140 additions and 66 deletions

View File

@@ -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"
}
}
}
]