diff --git a/.emacs.d/init.el b/.emacs.d/init.el index f591d08..8d01f36 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -362,8 +362,11 @@ (1 . (variable-pitch light 1.7)) (2 . (variable-pitch semibold 1.5)) (t . (variable-pitch 1.0))) - modus-themes-common-palette-overrides '((fringe unspecified))) - (load-theme 'modus-vivendi :no-confirm)) + modus-themes-common-palette-overrides '((fringe unspecified) + (border-mode-line-active unspecified) + (border-mode-line-inactive unspecified))) + + (load-theme 'modus-vivendi-tinted :no-confirm)) (use-package moody :config