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")
;; Theme
(use-package catppuccin-theme
(use-package modus-themes
:ensure t
:custom
(catppuccin-flavour 'mocha)
(catppuccin-italic-blockquotes t)
(catppuccin-italic-comments t)
(catppuccin-italic-variables t)
(catppuccin-height-title-1 1.3)
(catppuccin-height-title-2 1.2)
(catppuccin-height-title-3 1.1)
(catppuccin-height-doc-title 1.3)
(catppuccin-highlight-matches t)
(catppuccin-alternate-mode-line-and-minibuffer nil)
(modus-themes-disable-other-themes t)
(modus-themes-to-toggle '(modus-operandi-tinted modus-vivendi-tinted))
(modus-themes-bold-constructs t)
(modus-themes-italic-constructs t)
(modus-themes-org-blocks 'gray-background)
(modus-themes-completions '((matches . (extrabold underline))
(selection . (semibold italic))))
(modus-themes-headings '((1 . (1.4))
(2 . (1.3))
(3 . (1.2))
(agenda-date . (1.3))
(agenda-structure . (light 1.8))
(t . (1.1))))
:config
(load-theme 'catppuccin :no-confirm))
(modus-themes-load-theme 'modus-vivendi-tinted))
;; Nerd-Icons modes
(use-package nerd-icons