Variable: bubbles--colors-3

bubbles--colors-3 is a variable defined in bubbles.el.gz.

Value

("lightblue" "palegreen" "pink")

Documentation

Predefined bubbles color list with three colors.

Source Code

;; Defined in /usr/src/emacs/lisp/play/bubbles.el.gz
(defconst bubbles--colors-3 '("lightblue" "palegreen" "pink")
  "Predefined bubbles color list with three colors.")