Skip to content

Instantly share code, notes, and snippets.

@ober
Created September 2, 2011 01:48
Show Gist options
  • Save ober/1187754 to your computer and use it in GitHub Desktop.
Save ober/1187754 to your computer and use it in GitHub Desktop.
(defun random-color-theme ()
(interactive)
(random t) ; randomazing
(funcall (car (nth (random (length color-themes)) color-themes))))
(global-set-key "\C-c \C-t" 'random-color-theme)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment