From 76f28693bf7844a13b42c5b82cacb9ac26d2901d Mon Sep 17 00:00:00 2001 From: Mitch Tishmack Date: Sun, 4 Oct 2020 01:05:13 -0500 Subject: [PATCH] Switch theme from solarized to minimal-light Solarized has lost its pizzazz. I want things to look like paper. --- emacs.org | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/emacs.org b/emacs.org index 04ce178..4299e46 100644 --- a/emacs.org +++ b/emacs.org @@ -130,10 +130,12 @@ Start up the emacs server if it isn't running. *** theme -Solarized light is decent. I'll just use that. Note, to prevent flicker this is setup early in startup. +Sick of solarized, going back to good old black on white minimalism like paper. + +TODO: Maybe get this to go dark automagically? #+BEGIN_SRC emacs-lisp -(use-package solarized-theme :ensure t :init (load-theme 'solarized-light 't)) +(use-package minimal-theme :ensure t :config (load-theme 'minimal-light t)) #+END_SRC *** os detection