aboutsummaryrefslogtreecommitdiff
path: root/scripts/theme-studio/face_specs.py
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-14 00:08:03 -0500
committerCraig Jennings <c@cjennings.net>2026-06-14 00:08:03 -0500
commit4f3382c5f323d7f51fb52853d69d05aa7fafd974 (patch)
treeba5de680e8863dcf4113a6926921065adc7844f8 /scripts/theme-studio/face_specs.py
parent6aa8326e387ba4c3d9af71b6a269d4c1d7eb52ee (diff)
downloaddotemacs-4f3382c5f323d7f51fb52853d69d05aa7fafd974.tar.gz
dotemacs-4f3382c5f323d7f51fb52853d69d05aa7fafd974.zip
Update theme studio palette workflow
Diffstat (limited to 'scripts/theme-studio/face_specs.py')
-rw-r--r--scripts/theme-studio/face_specs.py2
1 files changed, 1 insertions, 1 deletions
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,
}