From: Eshel Yaron Date: Sat, 11 Jun 2022 19:17:37 +0000 (+0300) Subject: Customize the modus themes a bit X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2f461ca3174159e0b8cdaeb0b316def02e918899;p=dotfiles.git Customize the modus themes a bit --- diff --git a/.emacs.d/esy.org b/.emacs.d/esy.org index 8e55b5d..57c90d1 100644 --- a/.emacs.d/esy.org +++ b/.emacs.d/esy.org @@ -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