Change doom theme
This commit is contained in:
parent
cc7b0f3b16
commit
38b9ad8a1a
@ -27,7 +27,8 @@
|
|||||||
;; There are two ways to load a theme. Both assume the theme is installed and
|
;; 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
|
;; available. You can either set `doom-theme' or manually load a theme with the
|
||||||
;; `load-theme' function. This is the default:
|
;; `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,
|
;; 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!
|
;; change `org-directory'. It must be set before org loads!
|
||||||
|
@ -60,3 +60,6 @@
|
|||||||
|
|
||||||
;; pkgbuild files
|
;; pkgbuild files
|
||||||
(package! pkgbuild-mode)
|
(package! pkgbuild-mode)
|
||||||
|
|
||||||
|
;; catppuccin
|
||||||
|
(package! catppuccin-theme)
|
||||||
|
Loading…
Reference in New Issue
Block a user