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.
This commit is contained in:
Antoine Martin 2020-04-21 23:02:11 +02:00
parent 772d3e4e69
commit 11b9bf0e25

View file

@ -55,7 +55,7 @@ A list of all doom themes can be found here:
https://github.com/hlissner/emacs-doom-themes https://github.com/hlissner/emacs-doom-themes
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(setq doom-theme 'doom-one) (setq doom-theme 'doom-solarized-light)
#+END_SRC #+END_SRC
** Line numbers ** Line numbers