Variable: bubbles--colors-2
bubbles--colors-2 is a variable defined in bubbles.el.gz.
Value
("orange" "violet")
Documentation
Predefined bubbles color list with two colors.
Source Code
;; Defined in /usr/src/emacs/lisp/play/bubbles.el.gz
(defconst bubbles--colors-2 '("orange" "violet")
"Predefined bubbles color list with two colors.")