diff options
| author | BardofSprites <[email protected]> | 2024-08-08 10:36:59 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2024-08-08 10:36:59 -0400 |
| commit | ad379e1d55560fb3c69986ef0a906fb30ed633ea (patch) | |
| tree | e98cb098decc48c0a55a377096d6704f99f69cdc | |
| parent | ea9c121778865783b672faa45051991d3030c0b2 (diff) | |
huge font preset
| -rw-r--r-- | bard-emacs-modules/bard-emacs-theme.el | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bard-emacs-modules/bard-emacs-theme.el b/bard-emacs-modules/bard-emacs-theme.el index 4fe5ea0..f186cac 100644 --- a/bard-emacs-modules/bard-emacs-theme.el +++ b/bard-emacs-modules/bard-emacs-theme.el @@ -191,6 +191,13 @@ The exact color values are taken from the active Modus theme." :mode-line-active-height 150 :mode-line-inactive-height 150 ) + (huge + :inherit laptop + :variable-pitch-family "Iosevka Comfy Wide Motion" + :default-height 200 + :mode-line-active-height 170 + :mode-line-inactive-height 170 + ) (essay :inherit laptop :variable-pitch-family "Helvetica Neue") |
