From 9d944a8b64006dbb0c6776c1118bce375e85eeeb Mon Sep 17 00:00:00 2001 From: BardofSprites <89086143+BardofSprites@users.noreply.github.com> Date: Thu, 26 Sep 2024 21:32:21 -0400 Subject: fix modus/ef variable pitch ui --- bard-emacs-modules/bard-emacs-theme.el | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 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 a828000..014be90 100644 --- a/bard-emacs-modules/bard-emacs-theme.el +++ b/bard-emacs-modules/bard-emacs-theme.el @@ -86,8 +86,10 @@ The exact color values are taken from the active Ef theme." '((prose-verbatim yellow-cooler))) (define-key global-map (kbd "M-") #'ef-themes-select) - (setq ef-themes-to-toggle '(ef-winter ef-frost)) - (setq ef-themes-mixed-fonts t)) + (setq ef-themes-variable-pitch-ui t + ef-themes-mixed-fonts t) + + ) (use-package modus-themes :ensure t @@ -129,12 +131,20 @@ The exact color values are taken from the active Modus theme." (agenda-date . (variable-pitch regular 1.3)) (agenda-structure . (variable-pitch light 1.9)) (t . 1.1))) + + (setq modus-themes-custom-auto-reload nil + modus-themes-mixed-fonts t + modus-themes-variable-pitch-ui t + modus-themes-italic-constructs t + modus-themes-bold-constructs nil + modus-themes-completions '((t . (extrabold))) + modus-themes-prompts '(extrabold)) ;; org customization (setq org-priority-faces '((?A . (:inherit (bold next-error))) (?B . org-priority) (?C . (:inherit (shadow org-priority))))) - (setq modus-themes-mixed-fonts t) + (load-theme 'modus-vivendi t)) (use-package theme-buffet -- cgit v1.2.3