From 73d93b40ee011ae3a5119a40dfbd2b0036bb227d Mon Sep 17 00:00:00 2001 From: Daniel <89086143+BardofSprites@users.noreply.github.com> Date: Thu, 25 Jul 2024 20:29:49 -0400 Subject: better org-prio face --- bard-emacs-modules/bard-emacs-theme.el | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'bard-emacs-modules') 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) -- cgit v1.2.3