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 | 623f8e09b93168c48f98961d963ce62a046b0877 (patch) | |
| tree | 365878a3b411e430c480b20e7f1b95521535f9ef /scripts/theme-studio/face_specs.py | |
| parent | d1edc63c205b7c589d4178bdd638b171400ed098 (diff) | |
| download | dotemacs-623f8e09b93168c48f98961d963ce62a046b0877.tar.gz dotemacs-623f8e09b93168c48f98961d963ce62a046b0877.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, } |
