Variable: bubbles-game-theme

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

Value

easy

Documentation

Overall game theme.

The overall game theme specifies a grid size, a set of colors, and a shift mode.

Source Code

;; Defined in /usr/src/emacs/lisp/play/bubbles.el.gz
(defcustom bubbles-game-theme
  'easy
  "Overall game theme.
The overall game theme specifies a grid size, a set of colors,
and a shift mode."
  :type '(radio (const :tag "Easy" easy)
                (const :tag "Medium" medium)
                (const :tag "Difficult" difficult)
                (const :tag "Hard" hard)
                (const :tag "User defined" user-defined)))