From 4d50f5e67781950c816e54e750264799758a263f Mon Sep 17 00:00:00 2001 From: BardofSprites <89086143+BardofSprites@users.noreply.github.com> Date: Fri, 30 May 2025 22:59:31 -0400 Subject: finally update headings --- bard-emacs-modules/bard-emacs-theme.el | 17 +++++------------ 1 file changed, 5 insertions(+), 12 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 0c492b3..8520723 100644 --- a/bard-emacs-modules/bard-emacs-theme.el +++ b/bard-emacs-modules/bard-emacs-theme.el @@ -42,12 +42,8 @@ The exact color values are taken from the active Ef theme." (?C . (:inherit (shadow org-priority))))) (setq ef-themes-headings - '((0 variable-pitch light 2.00) - (1 variable-pitch light 1.5) - (2 regular 1.3) - (3 1.1) - (agenda-date . (variable-pitch regular 1.3)) - (agenda-structure . (variable-pitch light 1.9)) + '((agenda-date . (variable-pitch regular 1.1)) + (agenda-structure . (variable-pitch light 1.3)) (t . 1.1))) ;; better faces in overrides @@ -103,13 +99,10 @@ The exact color values are taken from the active Modus theme." ("REVIEW" . ,red) ("KILLED" . ,cyan) ("DEPRECATED" . ,yellow))))) + (setq modus-themes-headings - '((0 variable-pitch light 2.00) - (1 variable-pitch light 1.5) - (2 regular 1.3) - (3 1.1) - (agenda-date . (variable-pitch regular 1.3)) - (agenda-structure . (variable-pitch light 1.9)) + '((agenda-date . (variable-pitch regular 1.1)) + (agenda-structure . (variable-pitch light 1.3)) (t . 1.1))) (setq modus-themes-custom-auto-reload nil -- cgit v1.2.3