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 | f0219296bd5810eb016c264105f04b345cf47281 (patch) | |
| tree | 2a80edbce85dceeead2fa22d1c85ef56110baba5 /scripts/theme-studio/face_specs.py | |
| parent | b5f433b64de7fec54f2d2c5637c4f16c860d65e5 (diff) | |
| download | dotemacs-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.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 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, } |
