From cd90968b4bb022a3f17416edbb3f766003a8dab7 Mon Sep 17 00:00:00 2001 From: Raul Benencia Date: Tue, 14 Jun 2022 17:54:58 -0700 Subject: emacs: customize modus --- .emacs.local.d/modes/themes.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.emacs.local.d') diff --git a/.emacs.local.d/modes/themes.el b/.emacs.local.d/modes/themes.el index f9077b7..9cdf2d9 100644 --- a/.emacs.local.d/modes/themes.el +++ b/.emacs.local.d/modes/themes.el @@ -1,3 +1,8 @@ +(setq + modus-themes-mode-line '(accented borderless padded) + modus-themes-region '(bg-only) + ) + (use-package dbus) (defun mf/set-theme-from-dbus-value (value) "Set the appropiate theme according to the color-scheme setting value." -- cgit v1.2.3