diff options
Diffstat (limited to 'bard-emacs-modules/bard-emacs-theme.el')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-theme.el | 7 |
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) |
