Variable: allout-widgets-theme-dark-background

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

Value

"allout-dark-bg"

Documentation

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