Updated org-priority faces to have colors
This commit is contained in:
@@ -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))
|
(org-agenda-finalize . org-modern-agenda))
|
||||||
:config
|
:config
|
||||||
(setq org-modern-star 'replace
|
(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
|
#+end_src
|
||||||
|
|
||||||
** Font Changes
|
** Font Changes
|
||||||
|
|||||||
Reference in New Issue
Block a user