diff options
| -rw-r--r-- | bard-emacs-modules/bard-emacs-theme.el | 6 |
1 files changed, 6 insertions, 0 deletions
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) |
