(defun random-color-theme ()
(interactive)
(random t)
(funcall (car (nth (random (length color-themes)) color-themes))))
(random-color-theme)
(run-with-timer 1 (* 60 60) 'random-color-theme)
Кредит поступает на ggole
@ #emacs (freenode);и aecrvol
(ниже) для подсказки (random t)
.