From 9cfdb5b10911fe633174f2fc72f5e9ad0c173ee8 Mon Sep 17 00:00:00 2001 From: James Walker Date: Fri, 6 May 2022 19:55:26 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20dracula=20theme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/.doom.d/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/.doom.d/config.el b/config/.doom.d/config.el index 14668e5..f225495 100644 --- a/config/.doom.d/config.el +++ b/config/.doom.d/config.el @@ -26,7 +26,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-dracula) ;; 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!