From 7d13baadc84d7377a352c6d58ed9deeea2c918be Mon Sep 17 00:00:00 2001 From: Adam <2363879+adamdotdevin@users.noreply.github.com> Date: Thu, 26 Jun 2025 10:16:07 -0500 Subject: feat: default system theme (#419) Co-authored-by: adamdottv <2363879+adamdottv@users.noreply.github.com> --- packages/web/public/theme.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'packages/web/public') 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)" } ] } @@ -110,6 +115,11 @@ "maximum": 255, "description": "ANSI color code (0-255, same for dark and light)" }, + { + "type": "string", + "enum": ["none"], + "description": "No color (uses terminal default)" + }, { "type": "string", "pattern": "^[a-zA-Z][a-zA-Z0-9_]*$", @@ -131,6 +141,11 @@ "maximum": 255, "description": "ANSI color code for dark mode" }, + { + "type": "string", + "enum": ["none"], + "description": "No color (uses terminal default)" + }, { "type": "string", "pattern": "^[a-zA-Z][a-zA-Z0-9_]*$", @@ -151,6 +166,11 @@ "maximum": 255, "description": "ANSI color code for light mode" }, + { + "type": "string", + "enum": ["none"], + "description": "No color (uses terminal default)" + }, { "type": "string", "pattern": "^[a-zA-Z][a-zA-Z0-9_]*$", -- cgit v1.2.3