chore: add color format to schema

This commit is contained in:
Brian Surowiec 2021-02-22 02:16:00 -05:00 committed by Jan De Dobbeleer
parent 2ab7ff94d7
commit 1a907f3c48

View file

@ -9,7 +9,8 @@
"type": "string",
"pattern": "^(#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})|black|red|green|yellow|blue|magenta|cyan|white|default|darkGray|lightRed|lightGreen|lightYellow|lightBlue|lightMagenta|lightCyan|lightWhite|transparent)$",
"title": "Color string",
"description": "https://ohmyposh.dev/docs/configure#colors"
"description": "https://ohmyposh.dev/docs/configure#colors",
"format": "color"
},
"color_templates": {
"type": "array",