diff options
| author | BardofSprites <[email protected]> | 2024-09-27 22:58:26 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2024-09-27 22:58:26 -0400 |
| commit | ed52493c437683da3216b285637c734b729e98d0 (patch) | |
| tree | 18edf6e5a9ba5a8d808c31a05da45023dc1479ab /bard-emacs-modules/bard-emacs-theme.el | |
| parent | e0b390db8f411796fc779a0919648a704ff230e4 (diff) | |
remove :inherits to non-existant fontaine presets
Diffstat (limited to 'bard-emacs-modules/bard-emacs-theme.el')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-theme.el | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/bard-emacs-modules/bard-emacs-theme.el b/bard-emacs-modules/bard-emacs-theme.el index 061d148..2017a68 100644 --- a/bard-emacs-modules/bard-emacs-theme.el +++ b/bard-emacs-modules/bard-emacs-theme.el @@ -191,17 +191,17 @@ The exact color values are taken from the active Modus theme." :mode-line-inactive-height 160 ) (wide - :inherit laptop - :default-height 160 + :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 160 - :mode-line-inactive-height 160) + :mode-line-active-height 150 + :mode-line-inactive-height 150) (large - :inherit laptop + :inherit default :variable-pitch-family "Iosevka Comfy Wide Motion" :default-height 170 :mode-line-active-height 150 @@ -215,7 +215,7 @@ The exact color values are taken from the active Modus theme." :mode-line-inactive-height 170 ) (comic - :inherit desktop + :inherit default :default-family "Comic Code" :variable-pitch-family "Comic Code" :fixed-pitch-family "Comic Code" @@ -262,13 +262,13 @@ The exact color values are taken from the active Modus theme." :blink-cursor-interval 1.0) (bar :cursor-type (bar . 2) - :blink-cursor-interval 0.8) - (bar-global - :inherit bar - :cursor-in-non-selected-windows hollow) + :blink-cursor-interval 1.0) (box-no-blink :blink-cursor-mode -1) - (t ; the default values + (underscore + :cursor-type (hbar . 3) + :blink-cursor-interval 1.0) + (t ; the default values :cursor-type box :cursor-in-non-selected-windows hollow :blink-cursor-mode 1 |
