From 5d0f05aa8f470321852aabec067242d6572bbfa8 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 10 Nov 2014 03:50:05 -0800 Subject: [PATCH] change theme. --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 3f6c1280..99ab175c 100644 --- a/init.el +++ b/init.el @@ -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))