diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-14 00:08:03 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-14 00:08:03 -0500 |
| commit | 269f23a38789190d112b04e8e70c3a6d649193b1 (patch) | |
| tree | 934e9a5bfb0e97d690e672cb2e098316543d68f6 /scripts/theme-studio/face_specs.py | |
| parent | 6c0d305687ef5b96928cdc7578e712a9dd0a2d8c (diff) | |
| download | dotemacs-269f23a38789190d112b04e8e70c3a6d649193b1.tar.gz dotemacs-269f23a38789190d112b04e8e70c3a6d649193b1.zip | |
Update theme studio palette workflow
Diffstat (limited to 'scripts/theme-studio/face_specs.py')
| -rw-r--r-- | scripts/theme-studio/face_specs.py | 2 |
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, } |
