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