diff options
author | Raul Benencia <id@rbenencia.name> | 2022-06-14 17:54:58 -0700 |
---|---|---|
committer | Raul Benencia <id@rbenencia.name> | 2022-06-14 17:54:58 -0700 |
commit | cd90968b4bb022a3f17416edbb3f766003a8dab7 (patch) | |
tree | cd7094dc84937879586e68b4122610f35c6535c1 /.emacs.local.d/modes | |
parent | cf82a0ea25c3dc5c9e3ef999599c2ea90610de53 (diff) |
emacs: customize modus
Diffstat (limited to '.emacs.local.d/modes')
-rw-r--r-- | .emacs.local.d/modes/themes.el | 5 |
1 files changed, 5 insertions, 0 deletions
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." |