Function: bubbles-set-graphics-theme-diamonds

bubbles-set-graphics-theme-diamonds is an interactive and byte-compiled function defined in bubbles.el.gz.

Signature

(bubbles-set-graphics-theme-diamonds)

Documentation

Set graphics theme to diamonds.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/play/bubbles.el.gz
(defun bubbles-set-graphics-theme-diamonds ()
  "Set graphics theme to `diamonds'."
  (interactive nil bubbles-mode)
  (setq bubbles-graphics-theme 'diamonds)
  (bubbles--initialize-images)
  (bubbles--update-faces-or-images))