diff --git a/roles/config/files/.config/doom/config.el b/roles/config/files/.config/doom/config.el index 26df2bdf..e8899013 100644 --- a/roles/config/files/.config/doom/config.el +++ b/roles/config/files/.config/doom/config.el @@ -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! diff --git a/roles/config/files/.config/doom/packages.el b/roles/config/files/.config/doom/packages.el index d22f3fea..856dc8a1 100644 --- a/roles/config/files/.config/doom/packages.el +++ b/roles/config/files/.config/doom/packages.el @@ -60,3 +60,6 @@ ;; pkgbuild files (package! pkgbuild-mode) + +;; catppuccin +(package! catppuccin-theme)