Function: bubbles-set-graphics-theme-balls
bubbles-set-graphics-theme-balls is an interactive and byte-compiled
function defined in bubbles.el.gz.
Signature
(bubbles-set-graphics-theme-balls)
Documentation
Set graphics theme to balls.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/play/bubbles.el.gz
(defun bubbles-set-graphics-theme-balls ()
"Set graphics theme to `balls'."
(interactive nil bubbles-mode)
(setq bubbles-graphics-theme 'balls)
(bubbles--initialize-images)
(bubbles--update-faces-or-images))