Switch to using modus-themes (modus-vivendi-tinted)

This commit is contained in:
Evie Litherland-Smith 2024-01-09 11:52:59 +00:00
parent 34196a3c98
commit 1ab1147e2f

View file

@ -210,21 +210,24 @@ Loading this file is handled automatically on my [[https://git.xenia.me.uk/xenia
(set-frame-font "JetBrainsMono Nerd Font-14") (set-frame-font "JetBrainsMono Nerd Font-14")
;; Theme ;; Theme
(use-package catppuccin-theme (use-package modus-themes
:ensure t :ensure t
:custom :custom
(catppuccin-flavour 'mocha) (modus-themes-disable-other-themes t)
(catppuccin-italic-blockquotes t) (modus-themes-to-toggle '(modus-operandi-tinted modus-vivendi-tinted))
(catppuccin-italic-comments t) (modus-themes-bold-constructs t)
(catppuccin-italic-variables t) (modus-themes-italic-constructs t)
(catppuccin-height-title-1 1.3) (modus-themes-org-blocks 'gray-background)
(catppuccin-height-title-2 1.2) (modus-themes-completions '((matches . (extrabold underline))
(catppuccin-height-title-3 1.1) (selection . (semibold italic))))
(catppuccin-height-doc-title 1.3) (modus-themes-headings '((1 . (1.4))
(catppuccin-highlight-matches t) (2 . (1.3))
(catppuccin-alternate-mode-line-and-minibuffer nil) (3 . (1.2))
(agenda-date . (1.3))
(agenda-structure . (light 1.8))
(t . (1.1))))
:config :config
(load-theme 'catppuccin :no-confirm)) (modus-themes-load-theme 'modus-vivendi-tinted))
;; Nerd-Icons modes ;; Nerd-Icons modes
(use-package nerd-icons (use-package nerd-icons