diff options
| author | BardofSprites <[email protected]> | 2024-12-29 19:43:06 -0500 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2024-12-29 19:43:06 -0500 |
| commit | d80f32d11c2bd1d4af23e9f8e73e6718a8e957f6 (patch) | |
| tree | 3b2e234e908a044c930d2813077855fad2119793 | |
| parent | 10469d57aa3b2a7c8bb556b3db2970f4820049b4 (diff) | |
remove old templates
| -rw-r--r-- | bard-elisp/bard-theme.el | 37 |
1 files changed, 6 insertions, 31 deletions
diff --git a/bard-elisp/bard-theme.el b/bard-elisp/bard-theme.el index fcc8a16..e00736d 100644 --- a/bard-elisp/bard-theme.el +++ b/bard-elisp/bard-theme.el @@ -1,6 +1,6 @@ (setq fontaine-presets '((default - :default-height 160 + :default-height 140 :default-family "Iosevka Comfy" :variable-pitch-family "Iosevka Comfy Motion" :variable-pitch-height 1.0 @@ -9,22 +9,19 @@ :bold-weight bold :mode-line-active-family "Iosevka Comfy Motion" :mode-line-inactive-family "Iosevka Comfy Motion" - :mode-line-active-height 160 - :mode-line-inactive-height 160 + :mode-line-active-height 140 + :mode-line-inactive-height 140 ) - (mixed + (tiny :inherit default - :variable-pitch-family "Iosevka Comfy Wide Motion Duo") + :default-height 135) (wide :inherit default - :default-height 150 :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 150 - :mode-line-inactive-height 150) + :variable-pitch-family "Iosevka Comfy Wide Motion Duo") (large :inherit default :variable-pitch-family "Iosevka Comfy Wide Motion" @@ -39,28 +36,6 @@ :mode-line-active-height 170 :mode-line-inactive-height 170 ) - (comic - :inherit default - :default-family "Comic Code" - :variable-pitch-family "Comic Code" - :fixed-pitch-family "Comic Code" - :mode-line-active-family "Comic Code" - :mode-line-inactive-family "Comic Code" - ) - (writing - :inherit default - :variable-pitch-family "Lora") - (bit - :inherit default - :default-height 180 - :mode-line-active-height 180 - :mode-line-inactive-height 180 - :default-family "Terminus" - :variable-pitch-family "Terminus" - :fixed-pitch-family "Terminus" - :mode-line-active-family "Terminus" - :mode-line-inactive-family "Terminus" - ) (t :default-family "Monospace" ))) |
