Change theme to modus-vivendi-tinted
This commit is contained in:
parent
c4558e1729
commit
6d7c38de6b
1 changed files with 3 additions and 3 deletions
|
|
@ -189,8 +189,7 @@
|
||||||
(setq ef-themes-mixed-fonts t
|
(setq ef-themes-mixed-fonts t
|
||||||
ef-themes-variable-pitch-ui t
|
ef-themes-variable-pitch-ui t
|
||||||
ef-themes-region '(intense no-extend))
|
ef-themes-region '(intense no-extend))
|
||||||
(mapc #'disable-theme custom-enabled-themes)
|
(mapc #'disable-theme custom-enabled-themes))
|
||||||
(load-theme 'ef-melissa-dark :no-confirm))
|
|
||||||
|
|
||||||
(use-package ediff
|
(use-package ediff
|
||||||
:config
|
:config
|
||||||
|
|
@ -429,7 +428,8 @@
|
||||||
(t . (variable-pitch 1.0)))
|
(t . (variable-pitch 1.0)))
|
||||||
modus-themes-common-palette-overrides '((fringe unspecified)
|
modus-themes-common-palette-overrides '((fringe unspecified)
|
||||||
(border-mode-line-active unspecified)
|
(border-mode-line-active unspecified)
|
||||||
(border-mode-line-inactive unspecified))))
|
(border-mode-line-inactive unspecified)))
|
||||||
|
(load-theme 'modus-vivendi-tinted :no-confirm))
|
||||||
|
|
||||||
(use-package moody
|
(use-package moody
|
||||||
:config
|
:config
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue