Variable: doc-view-svg-foreground
doc-view-svg-foreground is a customizable variable defined in
doc-view.el.gz.
Value
"black"
Documentation
Foreground color for svg images.
This variable was added, or its default value changed, in Emacs 29.1.
Probably introduced at or before Emacs version 29.1.
Source Code
;; Defined in /usr/src/emacs/lisp/doc-view.el.gz
(defcustom doc-view-svg-foreground "black"
"Foreground color for svg images.
See `doc-view-mupdf-use-svg'."
:type 'color
:version "29.1")