From 269f23a38789190d112b04e8e70c3a6d649193b1 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 14 Jun 2026 00:08:03 -0500 Subject: Update theme studio palette workflow --- scripts/theme-studio/face_specs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/theme-studio/face_specs.py') diff --git a/scripts/theme-studio/face_specs.py b/scripts/theme-studio/face_specs.py index 32de68e08..20894cd6d 100644 --- a/scripts/theme-studio/face_specs.py +++ b/scripts/theme-studio/face_specs.py @@ -12,13 +12,13 @@ STYLE_DEFAULTS: dict[str, Any] = { "italic": False, "underline": False, "strike": False, + "box": None, } PACKAGE_DEFAULTS: dict[str, Any] = { **STYLE_DEFAULTS, "inherit": None, "height": 1, - "box": None, } -- cgit v1.2.3