org-todo-keyword-faces

org-todo-keyword-faces is a variable defined in `org-faces.el'.
Its value is
nil


Documentation:
Faces for specific TODO keywords.
This is a list of cons cells, with TODO keywords in the car
and faces in the cdr. The face can be a symbol, a color
as a string (in which case the rest is inherited from the `org-todo' face),
or a property list of attributes, like
(:foreground "blue" :weight bold :underline t).
If it is a color string, the variable `org-faces-easy-properties'
determines if it is a foreground or a background color.

You can customize this variable.