[emacs] Use catppuccin theme

This commit is contained in:
Correl Roush 2023-05-21 20:58:17 -04:00
parent 3b01358543
commit 1046cd14a2
2 changed files with 5 additions and 2 deletions

View file

@ -4,9 +4,11 @@
* Look And Feel * Look And Feel
** Theme ** Theme
I'm feeling the shades of purple theme lately. It's Catppuccin time!
#+begin_src emacs-lisp #+begin_src emacs-lisp
(setq doom-theme 'doom-shades-of-purple) (use-package! catppuccin-theme
:config (setq catppuccin-flavor 'macchiato
doom-theme 'catppuchin))
#+end_src #+end_src
** Default font ** Default font
#+begin_src emacs-lisp #+begin_src emacs-lisp

View file

@ -8,6 +8,7 @@
(package! arduino-mode) (package! arduino-mode)
(package! arduino-cli-mode) (package! arduino-cli-mode)
(package! catppuccin-theme)
(package! counsel) (package! counsel)
(package! desktop-environment) (package! desktop-environment)
(package! elcord) (package! elcord)