diff options
| author | bard <[email protected]> | 2024-03-27 16:40:45 -0400 |
|---|---|---|
| committer | bard <[email protected]> | 2024-03-27 16:40:45 -0400 |
| commit | f9cf4b0864475ceb6a2ad474f6d75ecbf0cc710a (patch) | |
| tree | 2ce05e792d340f1b234aa125af633c99f41c9d3f /bard-emacs-modules/bard-emacs-theme.el | |
| parent | 67a2ee0bb2c6b76ed157a8977e4348023c2213d6 (diff) | |
org priority face
Diffstat (limited to 'bard-emacs-modules/bard-emacs-theme.el')
| -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) |
