Variable: allout-widgets-icons-light-subdir
allout-widgets-icons-light-subdir is a customizable variable defined
in allout-widgets.el.gz.
Value
"icons/allout-widgets/light-bg/"
Documentation
Directory on image-load-path holding allout icons for light backgrounds.
This variable was added, or its default value changed, in Emacs 24.1.
Source Code
;; Defined in /usr/src/emacs/lisp/allout-widgets.el.gz
;;;_ = allout-widgets-icons-light-subdir
(defcustom allout-widgets-icons-light-subdir "icons/allout-widgets/light-bg/"
"Directory on `image-load-path' holding allout icons for light backgrounds."
:version "24.1"
:type 'string
:group 'allout-widgets)