mirror of
https://github.com/konpa/devicon.git
synced 2025-08-11 00:54:36 +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]",
|
||||
"description": "Pattern example: #FFFFFF",
|
||||
"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": {
|
||||
"title": "Keeps track of the aliases for the font versions ONLY.",
|
||||
|
Reference in New Issue
Block a user