Switch to catppuccin-theme

This commit is contained in:
Evie Litherland-Smith 2023-12-18 07:07:12 +00:00
parent 40d2aa9d1e
commit d36776421f

View file

@ -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