From e41388a5cdbc92755a6edee8b1560f3681a2ef19 Mon Sep 17 00:00:00 2001 From: BardofSprites <89086143+BardofSprites@users.noreply.github.com> Date: Thu, 26 Sep 2024 21:32:38 -0400 Subject: rename font templates --- bard-emacs-modules/bard-emacs-theme.el | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/bard-emacs-modules/bard-emacs-theme.el b/bard-emacs-modules/bard-emacs-theme.el index 014be90..061d148 100644 --- a/bard-emacs-modules/bard-emacs-theme.el +++ b/bard-emacs-modules/bard-emacs-theme.el @@ -177,8 +177,8 @@ The exact color values are taken from the active Modus theme." :ensure t :config (setq fontaine-presets - '((laptop - :default-height 130 + '((default + :default-height 160 :default-family "Iosevka Comfy" :variable-pitch-family "Iosevka Comfy Motion" :variable-pitch-height 1.0 @@ -187,12 +187,17 @@ The exact color values are taken from the active Modus theme." :bold-weight bold :mode-line-active-family "Iosevka Comfy Motion" :mode-line-inactive-family "Iosevka Comfy Motion" - :mode-line-active-height 130 - :mode-line-inactive-height 130 + :mode-line-active-height 160 + :mode-line-inactive-height 160 ) - (desktop + (wide :inherit laptop :default-height 160 + :default-family "Iosevka Comfy Wide" + :fixed-pitch-family "Iosevka Comfy Wide" + :mode-line-active-family "Iosevka Comfy Wide Motion Duo" + :mode-line-inactive-family "Iosevka Comfy Wide Motion Duo" + :variable-pitch-family "Iosevka Comfy Wide Motion Duo" :mode-line-active-height 160 :mode-line-inactive-height 160) (large @@ -209,21 +214,14 @@ The exact color values are taken from the active Modus theme." :mode-line-active-height 170 :mode-line-inactive-height 170 ) - (comic-laptop - :inherit laptop - :default-family "Comic Code" - :variable-pitch-family "Comic Code" - :fixed-pitch-family "Comic Code" - :mode-line-active-family "Comic Code" - ) - (comic-desktop + (comic :inherit desktop :default-family "Comic Code" :variable-pitch-family "Comic Code" :fixed-pitch-family "Comic Code" :mode-line-active-family "Comic Code" ) - (berk-desktop + (berkeley :inherit desktop :default-height 150 :mode-line-active-height 150 -- cgit v1.2.3