From ad379e1d55560fb3c69986ef0a906fb30ed633ea Mon Sep 17 00:00:00 2001 From: BardofSprites <89086143+BardofSprites@users.noreply.github.com> Date: Thu, 8 Aug 2024 10:36:59 -0400 Subject: huge font preset --- bard-emacs-modules/bard-emacs-theme.el | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'bard-emacs-modules') 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") -- cgit v1.2.3