mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-21 19:18:41 +00:00
[emacs] Use catppuccin theme
This commit is contained in:
parent
3b01358543
commit
1046cd14a2
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue