Updated org-priority faces to have colors

This commit is contained in:
Jaden Provost Maxwell-Comfort
2026-01-10 08:38:40 -05:00
parent db603d3e04
commit 9e7d96faf1

View File

@@ -60,7 +60,12 @@ Org-Modern is a package that adds several features to emacs to make it look more
(org-agenda-finalize . org-modern-agenda))
:config
(setq org-modern-star 'replace
org-modern-replace-stars '("" "" "" "" "" "" "")))
org-modern-replace-stars '("" "" "" "" "" "" "")
org-modern-priority-faces
'((?A :foreground "black" :background "red")
(?B :foreground "black" :background "orange")
(?C :foreground "black" :background "yellow")
(?D :foreground "black" :background "green"))))
#+end_src
** Font Changes