Added catppuccin to themes.

This commit is contained in:
2025-09-29 03:48:25 -05:00
parent c536a62c14
commit 0f3a412bd9
2 changed files with 12 additions and 0 deletions

View File

@@ -1222,6 +1222,12 @@ the future.
(load-theme 'solarized t)) (load-theme 'solarized t))
#+end_src #+end_src
I like using catppuccin from time to time as well.
#+begin_src emacs-lisp
(use-package catppuccin-theme :ensure t)
#+end_src
** Modeline ** Modeline
Doom emacs has a great modeline in my opinion so I'm using theirs almost Doom emacs has a great modeline in my opinion so I'm using theirs almost

View File

@@ -1212,6 +1212,12 @@ the future.
(load-theme 'solarized t)) (load-theme 'solarized t))
#+end_src #+end_src
I like using catppuccin from time to time as well.
#+begin_src emacs-lisp
(use-package catppuccin-theme :ensure t)
#+end_src
** Modeline ** Modeline
Doom emacs has a great modeline in my opinion so I'm using theirs almost Doom emacs has a great modeline in my opinion so I'm using theirs almost