From 2f461ca3174159e0b8cdaeb0b316def02e918899 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Sat, 11 Jun 2022 22:17:37 +0300 Subject: [PATCH] Customize the modus themes a bit --- .emacs.d/esy.org | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 -- 2.39.5