diff options
| author | BardofSprites <[email protected]> | 2025-05-30 22:59:58 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2025-05-30 22:59:58 -0400 |
| commit | 3b032f29ce9073838cada281d72b00ad118f6362 (patch) | |
| tree | daff6b87f70beaa90d5e172ecb7b6dd89550221a | |
| parent | 4d50f5e67781950c816e54e750264799758a263f (diff) | |
remove height changes
| -rw-r--r-- | bard-elisp/bard-theme.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bard-elisp/bard-theme.el b/bard-elisp/bard-theme.el index ce02b98..9f0aa6b 100644 --- a/bard-elisp/bard-theme.el +++ b/bard-elisp/bard-theme.el @@ -20,15 +20,11 @@ :inherit default :variable-pitch-family "Iosevka Comfy Wide Motion" :default-height 170 - :mode-line-active-height 150 - :mode-line-inactive-height 150 ) (huge :inherit default :variable-pitch-family "Iosevka Comfy Wide Motion" :default-height 200 - :mode-line-active-height 170 - :mode-line-inactive-height 170 ) (t :default-family "Monospace" |
