aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules
diff options
context:
space:
mode:
authorDaniel <[email protected]>2024-07-25 20:29:49 -0400
committerDaniel <[email protected]>2024-07-25 20:29:49 -0400
commit73d93b40ee011ae3a5119a40dfbd2b0036bb227d (patch)
tree833f932c7b15c3905ef6f0e2ea46bfbd3a0338e1 /bard-emacs-modules
parentab5303981cf7a11f398a0cca54febbb68dd6152c (diff)
better org-prio face
Diffstat (limited to 'bard-emacs-modules')
-rw-r--r--bard-emacs-modules/bard-emacs-theme.el7
1 files changed, 6 insertions, 1 deletions
diff --git a/bard-emacs-modules/bard-emacs-theme.el b/bard-emacs-modules/bard-emacs-theme.el
index 2535d9f..5814a18 100644
--- a/bard-emacs-modules/bard-emacs-theme.el
+++ b/bard-emacs-modules/bard-emacs-theme.el
@@ -64,6 +64,11 @@ The exact color values are taken from the active Ef theme."
("REVIEW" . ,red)
("DEPRECATED" . ,yellow)))))
+ (setq org-priority-faces
+ '((?A . (:inherit (bold next-error)))
+ (?B . org-priority)
+ (?C . (:inherit (shadow org-priority)))))
+
(setq ef-themes-headings
'((0 variable-pitch light 2.00)
(1 variable-pitch light 1.5)
@@ -126,7 +131,7 @@ The exact color values are taken from the active Modus theme."
(t . 1.1)))
;; org customization
(setq org-priority-faces
- '((?A . (:inherit (bold org-priority)))
+ '((?A . (:inherit (bold next-error)))
(?B . org-priority)
(?C . (:inherit (shadow org-priority)))))
(setq modus-themes-mixed-fonts t)