From 1a907f3c4879fab946f8860c39d887506a452af5 Mon Sep 17 00:00:00 2001 From: Brian Surowiec Date: Mon, 22 Feb 2021 02:16:00 -0500 Subject: [PATCH] chore: add color format to schema --- themes/schema.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/schema.json b/themes/schema.json index 79da1c68..c9891e1c 100644 --- a/themes/schema.json +++ b/themes/schema.json @@ -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",