diff options
author | 2025-03-21 22:39:54 +0100 | |
---|---|---|
committer | 2025-03-21 22:39:54 +0100 | |
commit | 37f0f0731e3d72e1baeafbf7e74867133fd8f6ba (patch) | |
tree | 8bfe201d29e308f9528779355b70ae6417243a8a | |
parent | chore: replaced obsolete alias (diff) | |
download | doom-emacs-37f0f0731e3d72e1baeafbf7e74867133fd8f6ba.tar.xz |
set theme to catppuccin
-rw-r--r-- | config.el | 2 | ||||
-rw-r--r-- | packages.el | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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! diff --git a/packages.el b/packages.el index 1da298b..8e8e989 100644 --- a/packages.el +++ b/packages.el @@ -4,3 +4,5 @@ (package! magit-delta) (package! ebuild-mode) (package! salt-mode) +(package! catppuccin-theme + :pin "2975032bcf55d23b1cc05e323f5c30ec36bf17ba") |