Variable: shr-use-colors

shr-use-colors is a customizable variable defined in shr.el.gz.

Value

t

Documentation

If non-nil, respect color specifications in the HTML.

This variable was added, or its default value changed, in Emacs 26.1.

Probably introduced at or before Emacs version 26.1.

Source Code

;; Defined in /usr/src/emacs/lisp/net/shr.el.gz
(defcustom shr-use-colors t
  "If non-nil, respect color specifications in the HTML."
  :version "26.1"
  :type 'boolean)