From adc176cb91cdfbfd1fd675bd60edfbbd91af0d56 Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Tue, 8 Aug 2023 14:23:11 +0200 Subject: [PATCH] Set theme and get rid of mode line border --- .emacs.d/init.el | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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