Switch to catppuccin-theme
This commit is contained in:
parent
40d2aa9d1e
commit
d36776421f
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue