From ed52493c437683da3216b285637c734b729e98d0 Mon Sep 17 00:00:00 2001 From: BardofSprites <89086143+BardofSprites@users.noreply.github.com> Date: Fri, 27 Sep 2024 22:58:26 -0400 Subject: remove :inherits to non-existant fontaine presets --- bard-emacs-modules/bard-emacs-theme.el | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'bard-emacs-modules') 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 -- cgit v1.2.3