From a0d687ef5ceabca0d58016ecd2404f7ee7f033e6 Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Wed, 8 Feb 2023 00:33:17 -0500 Subject: [PATCH] fix: light mode on emacs Signed-off-by: Lucas Sta Maria --- .doom.d/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.doom.d/config.el b/.doom.d/config.el index 5223787..e8943b4 100644 --- a/.doom.d/config.el +++ b/.doom.d/config.el @@ -25,7 +25,7 @@ ;; There are two ways to load a theme. Both assume the theme is installed and ;; available. You can either set `doom-theme' or manually load a theme with the ;; `load-theme' function. This is the default: -(setq doom-theme 'doom-one) +(setq doom-theme 'doom-one-light) ;; If you use `org' and don't want your org files in the default location below, ;; change `org-directory'. It must be set before org loads!