From 11b9bf0e25cc62a10473c883ab23716fba77538a Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Tue, 21 Apr 2020 23:02:11 +0200 Subject: [PATCH] Switch to a light theme Apparently research finds light themes to be easier for reading, as long as the screen isn't too bright. Let's see how this goes. --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index 8ea35da..06856a2 100644 --- a/config.org +++ b/config.org @@ -55,7 +55,7 @@ A list of all doom themes can be found here: https://github.com/hlissner/emacs-doom-themes #+BEGIN_SRC emacs-lisp -(setq doom-theme 'doom-one) +(setq doom-theme 'doom-solarized-light) #+END_SRC ** Line numbers