From 6424eab9d328c0bcb70cc6e9077fe747a97428b7 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 10 Nov 2014 03:46:37 -0800 Subject: [PATCH] Switch to base16-tomorrow. --- init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index 2f4c1999..3f6c1280 100644 --- a/init.el +++ b/init.el @@ -424,8 +424,8 @@ buffer is not visiting a file." ;; (defvar dark-themes '(monokai molokai solarized-dark base16-default)) ;; (defvar light-themes '(zenburn solarized-light)) -(defvar dark-themes '(gotham)) -(defvar light-themes '(gotham)) +(defvar dark-themes '(base16-tomorrow)) +(defvar light-themes '(base16-tomorrow)) (defun random-choice (choices) (nth (random (length choices)) choices))