diff options
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, } |
