Variable: bubbles-colors
bubbles-colors is a customizable variable defined in bubbles.el.gz.
Value
("lightblue" "palegreen" "pink")
Documentation
List of bubble colors.
The length of this list determines how many different bubble types are present.
Source Code
;; Defined in /usr/src/emacs/lisp/play/bubbles.el.gz
(defcustom bubbles-colors
bubbles--colors-3
"List of bubble colors.
The length of this list determines how many different bubble
types are present."
:type `(radio (const :tag "Red, darkgreen" ,bubbles--colors-2)
(const :tag "Red, darkgreen, blue" ,bubbles--colors-3)
(const :tag "Red, darkgreen, blue, orange" ,bubbles--colors-4)
(const :tag "Red, darkgreen, blue, orange, violet"
,bubbles--colors-5)
(repeat :tag "User defined" color)))