aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules/bard-emacs-theme.el
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2024-09-26 21:32:38 -0400
committerBardofSprites <[email protected]>2024-09-26 21:32:38 -0400
commite41388a5cdbc92755a6edee8b1560f3681a2ef19 (patch)
tree03095eaef846199ba5e0e0541452d525efd09c58 /bard-emacs-modules/bard-emacs-theme.el
parent9d944a8b64006dbb0c6776c1118bce375e85eeeb (diff)
rename font templates
Diffstat (limited to 'bard-emacs-modules/bard-emacs-theme.el')
-rw-r--r--bard-emacs-modules/bard-emacs-theme.el26
1 files 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