Set theme and get rid of mode line border

This commit is contained in:
Tobias Ostner 2023-08-08 14:23:11 +02:00
parent de01ff727c
commit adc176cb91

View file

@ -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