"J.D. Smith" <[email protected]> writes:

>> We may be going to far here. Dynamic faces are a complication, that may
>> cause issues for theme writers.
>
> Yeah.  Is there anything else obvious in the default or org face set?  I
> mean we could just treat it as a new org face for theme authors to
> target.  We really need richer default face coverage.

Maybe
(defface org-inside-face
  '((((class color) (background light)) (:background "grey95"))
    (((class color) (background dark)) (:background "grey15")))
  "Face used when inside hidden-contents entities."
  :group 'org-faces)

-- 
Ihor Radchenko // yantar92,
Org mode maintainer,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>

Reply via email to