Variable: bubbles--colors-4
bubbles--colors-4 is a variable defined in bubbles.el.gz.
Value
("firebrick" "sea green" "steel blue" "chocolate")
Documentation
Predefined bubbles color list with four colors.
Source Code
;; Defined in /usr/src/emacs/lisp/play/bubbles.el.gz
(defconst bubbles--colors-4 '("firebrick" "sea green" "steel blue" "chocolate")
"Predefined bubbles color list with four colors.")