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
commit792e09b5554fb8633d2ca547c3cf6799aa02d797 (patch)
treed32c3dcbf31af7aaeef4334ccd651ab4ca84d557 /scripts/theme-studio/generate.py
parentbe62ae5ba244043a8eafbc9db04e36875abaf3c4 (diff)
downloaddotemacs-792e09b5554fb8633d2ca547c3cf6799aa02d797.tar.gz
dotemacs-792e09b5554fb8633d2ca547c3cf6799aa02d797.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 "],