minad / org-modern

:unicorn: Modern Org Style
GNU General Public License v3.0
1.55k stars 48 forks source link

TODO keyword background color #120

Closed uliw closed 1 year ago

uliw commented 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"))))
minad commented 1 year ago

See org-modern-priority-faces.