aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2025-05-30 22:59:31 -0400
committerBardofSprites <[email protected]>2025-05-30 22:59:31 -0400
commit4d50f5e67781950c816e54e750264799758a263f (patch)
tree2541a8a96151fb9af35709dce9d2ff4595b0af0d
parent2cc6f56e0b2d6881f8abef83582bcb0009faa0a7 (diff)
finally update headings
-rw-r--r--bard-emacs-modules/bard-emacs-theme.el17
1 files changed, 5 insertions, 12 deletions
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