Closed uliw closed 1 year ago
Is is possible to change the TODO priority backgroun color according to priority? I used to do this with a snippet like the one below, but that no loger works
(setq 'org-priority '((?A . (:background "goldenrod1" :foreground "black" :weight 'bold)) (?B . (:background "LightGoldenrod1" :foreground "black")) (?C . (:background "LemonChiffon1" :foreground "black"))))
See org-modern-priority-faces.
Is is possible to change the TODO priority backgroun color according to priority? I used to do this with a snippet like the one below, but that no loger works