From 37f0f0731e3d72e1baeafbf7e74867133fd8f6ba Mon Sep 17 00:00:00 2001 From: Terin Stock Date: Fri, 21 Mar 2025 22:39:54 +0100 Subject: set theme to catppuccin --- config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.el') diff --git a/config.el b/config.el index 046af0b..d39d900 100644 --- a/config.el +++ b/config.el @@ -30,7 +30,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-nord) +(setq doom-theme 'catppuccin) ;; 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! -- cgit v1.2.3