From a23fc9f8650631d682319f4cc0a77387ea526277 Mon Sep 17 00:00:00 2001 From: John Doty Date: Thu, 22 Sep 2016 09:42:02 -0700 Subject: [PATCH] Solarized is so much better than Monokai on my displays it's not funny. --- .emacs.d/core.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.emacs.d/core.el b/.emacs.d/core.el index 8dd142d..149ec34 100644 --- a/.emacs.d/core.el +++ b/.emacs.d/core.el @@ -214,8 +214,8 @@ (if (display-graphic-p) (progn (require 'color-theme) - (require 'color-theme-monokai) - (color-theme-monokai))) + (require 'color-theme-solarized) + (color-theme-solarized))) ;; Modeline format: (display-time-mode -1)