From f9cf4b0864475ceb6a2ad474f6d75ecbf0cc710a Mon Sep 17 00:00:00 2001 From: bard Date: Wed, 27 Mar 2024 16:40:45 -0400 Subject: org priority face --- bard-emacs-modules/bard-emacs-theme.el | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bard-emacs-modules/bard-emacs-theme.el') diff --git a/bard-emacs-modules/bard-emacs-theme.el b/bard-emacs-modules/bard-emacs-theme.el index 59b94fc..c24bf2a 100644 --- a/bard-emacs-modules/bard-emacs-theme.el +++ b/bard-emacs-modules/bard-emacs-theme.el @@ -117,6 +117,12 @@ The exact color values are taken from the active Ef theme." (fg-mode-line-active fg-main) (border-mode-line-active blue))) + ;; org customization + (setq org-priority-faces + '((?A . (:inherit (bold org-priority))) + (?B . org-priority) + (?C . (:inherit (shadow org-priority))))) + (add-hook 'modus-themes-post-load-hook #'bard/modus-themes-hl-todo-faces) (setq modus-themes-to-toggle '(modus-vivendi modus-operandi-tinted)) (setq modus-themes-mixed-fonts t) -- cgit v1.2.3