From f5f64049e4d782cd7ad2527165f520f4b0dac0d2 Mon Sep 17 00:00:00 2001 From: Niten Date: Sat, 9 Jul 2022 21:55:24 -0500 Subject: [PATCH] Try out a new theme --- config.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.el b/config.el index 1e8f930..2adaedd 100644 --- a/config.el +++ b/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-snazzy) +;;(setq doom-theme 'doom-snazzy) +(setq doom-theme 'doom-tokyo-night) ;; 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!