change theme.

This commit is contained in:
Ivan Malison 2014-11-10 03:50:05 -08:00
parent 6424eab9d3
commit 5d0f05aa8f

View File

@ -425,7 +425,7 @@ buffer is not visiting a file."
;; (defvar light-themes '(zenburn solarized-light))
(defvar dark-themes '(base16-tomorrow))
(defvar light-themes '(base16-tomorrow))
(defvar light-themes '(zenburn))
(defun random-choice (choices)
(nth (random (length choices)) choices))