From d36776421f97b114f90ab390242d0fd33d12468d Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 18 Dec 2023 07:07:12 +0000 Subject: [PATCH] Switch to catppuccin-theme --- README.org | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index 0bfaed7..f13bc0b 100644 --- a/README.org +++ b/README.org @@ -189,10 +189,12 @@ Loading this file is handled automatically on my [[https://git.xenia.me.uk/xenia (set-frame-font "Fira Code-12") ;; Theme - (use-package modus-themes + (use-package catppuccin-theme :ensure t - :custom (modus-themes-disable-other-themes t) - :config (modus-themes-load-theme 'modus-vivendi-tinted)) + :custom + (catppuccin-alternate-mode-line-and-minibuffer t) + :config + (load-theme 'catppuccin :no-confirm)) ;; Nerd-Icons modes (use-package nerd-icons