From df3a03a33d2bdb6ee6a9f920c90421f13c118a3b Mon Sep 17 00:00:00 2001 From: Dimitri Lozeve Date: Thu, 9 Jun 2022 11:11:31 +0200 Subject: [PATCH] Use the modus themes --- init.el | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/init.el b/init.el index b0d480e..92432e4 100644 --- a/init.el +++ b/init.el @@ -136,10 +136,24 @@ ;; :config ;; (load-theme 'base16-default-dark t)) -(use-package color-theme-sanityinc-tomorrow - :straight t +;; (use-package color-theme-sanityinc-tomorrow +;; :straight t +;; :config +;; (load-theme 'sanityinc-tomorrow-night t)) + +(use-package emacs + :init + (setq modus-themes-italic-constructs t + modus-themes-bold-constructs t + modus-themes-syntax '(green-strings alt-syntax) + modus-themes-links '(neutral-underline) + modus-themes-mode-line '(borderless) + modus-themes-lang-checkers '(faint) + modus-themes-org-blocks '(gray-background) + modus-themes-org-agenda '((event . (accented)))) :config - (load-theme 'sanityinc-tomorrow-night t)) + (load-theme 'modus-vivendi) + :bind ("" . modus-themes-toggle)) (use-package mood-line :straight t