From 0f3a412bd929bfb90f68619821fb7a55809b78da Mon Sep 17 00:00:00 2001 From: Micheal Smith Date: Mon, 29 Sep 2025 03:48:25 -0500 Subject: [PATCH] Added catppuccin to themes. --- README.org | 6 ++++++ config.org | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/README.org b/README.org index da6cde9..7bdd10d 100644 --- a/README.org +++ b/README.org @@ -1222,6 +1222,12 @@ the future. (load-theme 'solarized t)) #+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 Doom emacs has a great modeline in my opinion so I'm using theirs almost diff --git a/config.org b/config.org index ee6787c..85fdea6 100644 --- a/config.org +++ b/config.org @@ -1212,6 +1212,12 @@ the future. (load-theme 'solarized t)) #+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 Doom emacs has a great modeline in my opinion so I'm using theirs almost