Set theme and get rid of mode line border
This commit is contained in:
parent
de01ff727c
commit
adc176cb91
1 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue