Variable: org-level-color-stars-only
org-level-color-stars-only is a customizable variable defined in
org.el.gz.
Value
nil
Documentation
Non-nil means fontify only the stars in each headline.
When nil, the entire headline is fontified.
Changing it requires restart of font-lock-mode(var)/font-lock-mode(fun) to become effective
also in regions already fontified.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defcustom org-level-color-stars-only nil
"Non-nil means fontify only the stars in each headline.
When nil, the entire headline is fontified.
Changing it requires restart of `font-lock-mode' to become effective
also in regions already fontified."
:group 'org-appearance
:type 'boolean)