Variable: allout-widgets-theme-light-background

allout-widgets-theme-light-background is a customizable variable defined in allout-widgets.el.gz.

Value

"allout-light-bg"

Documentation

Identify the outline's icon theme to use with a light background.

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-theme-light-background
(defcustom allout-widgets-theme-light-background "allout-light-bg"
  "Identify the outline's icon theme to use with a light background."
  :version "24.1"
  :type '(string)
  :group 'allout-widgets)