doom: Switch from tokyo night to catppuccin

This commit is contained in:
The Hedgehog 2022-12-25 08:41:36 -05:00
parent 77dfc7a6e7
commit 6ef1df342b
Signed by: thehedgehog
GPG key ID: 8CDF3F7CAA53A0F5
2 changed files with 4 additions and 1 deletions

View file

@ -31,7 +31,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-tokyo-night)
(setq doom-theme 'catppuccin-mocha)
;; 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

@ -56,3 +56,6 @@
(package! atomic-chrome)
(package! lsp-tailwindcss :recipe (:host github :repo "merrickluo/lsp-tailwindcss"));
(package! theme-magic)
(package! autothemer)
(package! catppuccin
:recipe (:host github :repo "catppuccin/emacs"))