From f1b20d873c73d30204fb9b0c17f52cc22020620a Mon Sep 17 00:00:00 2001 From: Raul Benencia Date: Thu, 16 Jun 2022 13:28:32 -0700 Subject: emacs: extra config for modus --- .emacs.local.d/modes/themes.el | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.emacs.local.d/modes/themes.el') diff --git a/.emacs.local.d/modes/themes.el b/.emacs.local.d/modes/themes.el index 9cdf2d9..552aded 100644 --- a/.emacs.local.d/modes/themes.el +++ b/.emacs.local.d/modes/themes.el @@ -1,6 +1,13 @@ (setq modus-themes-mode-line '(accented borderless padded) modus-themes-region '(bg-only) + modus-themes-bold-constructs t + modus-themes-italic-constructs t + modus-themes-paren-match '(bold intense) + modus-themes-headings (quote ((1 . (rainbow variable-pitch 1.3)) + (2 . (rainbow 1.1)) + (t . (rainbow)))) + modus-themes-org-blocks 'tinted ) (use-package dbus) -- cgit v1.2.3