diff options
Diffstat (limited to 'packages/web/public/theme.json')
| -rw-r--r-- | packages/web/public/theme.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/web/public/theme.json b/packages/web/public/theme.json index e8e939ea8..0b1b95f02 100644 --- a/packages/web/public/theme.json +++ b/packages/web/public/theme.json @@ -22,6 +22,11 @@ "minimum": 0, "maximum": 255, "description": "ANSI color code (0-255)" + }, + { + "type": "string", + "enum": ["none"], + "description": "No color (uses terminal default)" } ] } @@ -112,6 +117,11 @@ }, { "type": "string", + "enum": ["none"], + "description": "No color (uses terminal default)" + }, + { + "type": "string", "pattern": "^[a-zA-Z][a-zA-Z0-9_]*$", "description": "Reference to another color in the theme or defs" }, @@ -133,6 +143,11 @@ }, { "type": "string", + "enum": ["none"], + "description": "No color (uses terminal default)" + }, + { + "type": "string", "pattern": "^[a-zA-Z][a-zA-Z0-9_]*$", "description": "Reference to another color for dark mode" } @@ -153,6 +168,11 @@ }, { "type": "string", + "enum": ["none"], + "description": "No color (uses terminal default)" + }, + { + "type": "string", "pattern": "^[a-zA-Z][a-zA-Z0-9_]*$", "description": "Reference to another color for light mode" } |
