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:
3
.vscode/devicon-schema.json
vendored
3
.vscode/devicon-schema.json
vendored
@@ -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.",
|
||||||
|
Reference in New Issue
Block a user