]> git.eshelyaron.com Git - dotfiles.git/commitdiff
Customize the modus themes a bit
authorEshel Yaron <eshel@dazz.io>
Sat, 11 Jun 2022 19:17:37 +0000 (22:17 +0300)
committerEshel Yaron <eshel@dazz.io>
Sat, 11 Jun 2022 19:17:37 +0000 (22:17 +0300)
.emacs.d/esy.org

index 8e55b5dfabc764e5bd60090b36e217f7ab5d002e..57c90d1a7a9ccd12ce31e908982b40fe814755c0 100644 (file)
@@ -116,8 +116,15 @@ For further information about Elisp headers, see [[info:elisp#Library
 :END:
 
 #+begin_src emacs-lisp
+  (setq modus-themes-mode-line '(borderless accented))
+  (setq modus-themes-region '(bg-only))
+  (setq modus-themes-italic-constructs t)
+  (setq modus-themes-prompts '(background))
+  (setq modus-themes-hl-line '(accented))
+  (setq modus-themes-subtle-line-numbers t)
+  (setq modus-themes-paren-match '(intense))
+  (setq modus-themes-org-blocks '(tinted-background))
   (load-theme 'modus-vivendi)
-  (modus-themes-load-vivendi)
 #+end_src
 
 * Package archives