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")
|
(set-frame-font "Fira Code-12")
|
||||||
|
|
||||||
;; Theme
|
;; Theme
|
||||||
(use-package modus-themes
|
(use-package catppuccin-theme
|
||||||
:ensure t
|
:ensure t
|
||||||
:custom (modus-themes-disable-other-themes t)
|
:custom
|
||||||
:config (modus-themes-load-theme 'modus-vivendi-tinted))
|
(catppuccin-alternate-mode-line-and-minibuffer t)
|
||||||
|
:config
|
||||||
|
(load-theme 'catppuccin :no-confirm))
|
||||||
|
|
||||||
;; Nerd-Icons modes
|
;; Nerd-Icons modes
|
||||||
(use-package nerd-icons
|
(use-package nerd-icons
|
||||||
|
|
Loading…
Reference in a new issue