Change to themes
This commit is contained in:
parent
fceac47558
commit
9bf898b1c1
1 changed files with 3 additions and 3 deletions
|
|
@ -181,8 +181,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-winter :no-confirm))
|
|
||||||
|
|
||||||
(use-package editorconfig)
|
(use-package editorconfig)
|
||||||
|
|
||||||
|
|
@ -363,7 +362,8 @@
|
||||||
'((0 . (variable-pitch light 2.0))
|
'((0 . (variable-pitch light 2.0))
|
||||||
(1 . (variable-pitch light 1.7))
|
(1 . (variable-pitch light 1.7))
|
||||||
(2 . (variable-pitch semibold 1.5))
|
(2 . (variable-pitch semibold 1.5))
|
||||||
(t . (variable-pitch 1.0)))))
|
(t . (variable-pitch 1.0))))
|
||||||
|
(load-theme 'modus-vivendi :no-confirm))
|
||||||
|
|
||||||
(use-package moody
|
(use-package moody
|
||||||
:config
|
:config
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue