Skip to content

Commit

Permalink
chore: add color format to schema
Browse files Browse the repository at this point in the history
  • Loading branch information
xt0rted authored and JanDeDobbeleer committed Feb 22, 2021
1 parent 2ab7ff9 commit 1a907f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion themes/schema.json
Expand Up @@ -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",
Expand Down

0 comments on commit 1a907f3

Please sign in to comment.