Variable: bubbles-graphics-theme

bubbles-graphics-theme is a customizable variable defined in bubbles.el.gz.

Value

circles

Documentation

Graphics theme.

It is safe to choose a graphical theme. If Emacs cannot display images the ascii theme will be used.

Source Code

;; Defined in /usr/src/emacs/lisp/play/bubbles.el.gz
(defcustom bubbles-graphics-theme
  'circles
  "Graphics theme.
It is safe to choose a graphical theme.  If Emacs cannot display
images the `ascii' theme will be used."
  :type '(radio (const :tag "Circles" circles)
                (const :tag "Squares" squares)
                (const :tag "Diamonds" diamonds)
                (const :tag "Balls" balls)
                (const :tag "Emacs" emacs)
                (const :tag "ASCII (no images)" ascii)))