Change doom theme

This commit is contained in:
exu 2024-10-11 22:41:38 +02:00
parent cc7b0f3b16
commit 38b9ad8a1a
2 changed files with 5 additions and 1 deletions

View File

@ -27,7 +27,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-palenight)
(setq catppuccin-flavor 'macchiato)
(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!

View File

@ -60,3 +60,6 @@
;; pkgbuild files
(package! pkgbuild-mode)
;; catppuccin
(package! catppuccin-theme)