From 4cec5d6fb3b29fff2ba025227d759ca9f73c5860 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Tue, 20 Oct 2020 14:46:22 +0200 Subject: [PATCH] Change emacs theme to palenight --- arch-config/.doom.d/config.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch-config/.doom.d/config.el b/arch-config/.doom.d/config.el index 66f6ef46..8ce1dc7f 100644 --- a/arch-config/.doom.d/config.el +++ b/arch-config/.doom.d/config.el @@ -25,7 +25,8 @@ ;; 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) +(setq doom-theme 'doom-palenight) ;; 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!