From 8ed408f0c2649ae08eaaca37ad360e822205ef43 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Tue, 17 May 2022 20:15:12 +0200 Subject: [PATCH] Switch to doom one light as theme --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index ae4496a..cdac366 100644 --- a/config.org +++ b/config.org @@ -109,7 +109,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-solarized-light) +(setq doom-theme 'doom-one-light) #+END_SRC ** Dark theme toggle