1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-11 09:04:27 +02:00

reformat and add color format

This commit is contained in:
Snailedlt
2024-01-18 17:44:21 +01:00
parent 167965d745
commit d4c5cf4693

View File

@@ -74,7 +74,8 @@
"title": "The official/main hexadecimal color of the logo. [Case insensitive]", "title": "The official/main hexadecimal color of the logo. [Case insensitive]",
"description": "Pattern example: #FFFFFF", "description": "Pattern example: #FFFFFF",
"type": "string", "type": "string",
"pattern": "^#([0-9a-fA-F]{3}|[0-9a-fA-F]{6})$" "pattern": "^#([0-9a-fA-F]{3}|[0-9a-fA-F]{6})$",
"format": "color"
}, },
"aliases": { "aliases": {
"title": "Keeps track of the aliases for the font versions ONLY.", "title": "Keeps track of the aliases for the font versions ONLY.",