aboutsummaryrefslogtreecommitdiff
path: root/scripts/theme-studio/generate.py
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-20 05:36:37 -0400
committerCraig Jennings <c@cjennings.net>2026-06-20 05:36:37 -0400
commit12c9defb90fb1b2bd5b603eef0cf88a9c4626221 (patch)
tree56a2a953fad5acff16e05449434e40cb0a0ba74c /scripts/theme-studio/generate.py
parentd10def6d7a5604fd7ad63ebb39082e01ce37c8c2 (diff)
downloaddotemacs-12c9defb90fb1b2bd5b603eef0cf88a9c4626221.tar.gz
dotemacs-12c9defb90fb1b2bd5b603eef0cf88a9c4626221.zip
feat(theme-studio): tighten the elements-table horizontal layout
Reduce the per-cell horizontal padding from 12px to 8px across the assignment tables, so more of each row fits without horizontal scroll on a narrow screen. Also shorten the mode-line-highlight label to "(hover)", since the face name already carries the "mode-line" part.
Diffstat (limited to 'scripts/theme-studio/generate.py')
-rw-r--r--scripts/theme-studio/generate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/theme-studio/generate.py b/scripts/theme-studio/generate.py
index 251c05036..54101f714 100644
--- a/scripts/theme-studio/generate.py
+++ b/scripts/theme-studio/generate.py
@@ -221,7 +221,7 @@ CATS=[["bg","bg (ground)","Aa Bb 123"],["p","fg","other / whitespace"],["kw","ke
UI_FACES=[["cursor","cursor","Aa|"],["region","region (selection)","selected text"],
["hl-line","hl-line (current line)","current line"],["highlight","highlight","hover"],
["mode-line","mode-line","status active"],
- ["mode-line-highlight","mode-line-highlight (mode-line hover)","git:main"],
+ ["mode-line-highlight","mode-line-highlight (hover)","git:main"],
["mode-line-inactive","mode-line-inactive","status idle"],
["fringe","fringe","| |"],["line-number","line-number"," 42"],
["line-number-current-line","line-number-current-line","> 42"],["minibuffer-prompt","minibuffer-prompt","M-x "],