diff options
| author | bard <[email protected]> | 2024-04-16 06:14:30 -0400 |
|---|---|---|
| committer | bard <[email protected]> | 2024-04-16 06:14:30 -0400 |
| commit | 811e95ebcad2a92121421644a1834d42a7305579 (patch) | |
| tree | 6e964ceff78acba6843b614a71a5f5dec945ec91 /bard-emacs-modules | |
| parent | fa6985799be5edd8f10d49caf301c6e9a407bf52 (diff) | |
new font preset, fontaine 2.0.0
Diffstat (limited to 'bard-emacs-modules')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-theme.el | 29 |
1 files changed, 22 insertions, 7 deletions
diff --git a/bard-emacs-modules/bard-emacs-theme.el b/bard-emacs-modules/bard-emacs-theme.el index 0a861c7..b980186 100644 --- a/bard-emacs-modules/bard-emacs-theme.el +++ b/bard-emacs-modules/bard-emacs-theme.el @@ -147,23 +147,38 @@ The exact color values are taken from the active Ef theme." :ensure t) (setq fontaine-presets - '((regular - :default-height 140 + '((small + :default-height 130 :default-family "Iosevka Comfy" :variable-pitch-family "Iosevka Comfy Motion" :variable-pitch-height 1.0 :fixed-pitch-family "Iosevka Comfy" :fixed-pitch-height 1.0 :bold-weight bold + :mode-line-active-family "Iosevka Comfy" + :mode-line-active-height 130 + :mode-line-inactive-height 130 ) - (large - :inherit regular + (medium + :inherit small + :default-height 140 + :mode-line-active-height 140 + :mode-line-inactive-height 140) + (large + :inherit small :variable-pitch-family "Iosevka Comfy Wide Motion" :default-height 170 + :mode-line-active-height 140 + :mode-line-inactive-height 140 ) - (small - :inherit regular - :default-height 130) + (presentation + :inherit small + :default-height 170 + :default-family "Iosevka Comfy Wide" + :variable-pitch-family "Iosevka Comfy Wide Motion" + :default-height 170 + :mode-line-active-height 150 + :mode-line-inactive-height 150) (t :default-family "Monospace" ))) |
