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
commitf0219296bd5810eb016c264105f04b345cf47281 (patch)
tree2a80edbce85dceeead2fa22d1c85ef56110baba5 /scripts/theme-studio/face_specs.py
parentb5f433b64de7fec54f2d2c5637c4f16c860d65e5 (diff)
downloaddotemacs-f0219296bd5810eb016c264105f04b345cf47281.tar.gz
dotemacs-f0219296bd5810eb016c264105f04b345cf47281.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 32de68e0..20894cd6 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,
}