diff options
Diffstat (limited to '.emacs.local.d')
-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." |