Use ef-themes instead of modus
This commit is contained in:
parent
91f25638c7
commit
440d03842c
1 changed files with 7 additions and 10 deletions
17
init.el
17
init.el
|
@ -124,17 +124,14 @@
|
||||||
([remap capitalize-word] . capitalize-dwim)))
|
([remap capitalize-word] . capitalize-dwim)))
|
||||||
|
|
||||||
;; Theme configuration
|
;; Theme configuration
|
||||||
(use-package emacs
|
(use-package ef-themes
|
||||||
:straight nil
|
:straight t
|
||||||
:init
|
:init
|
||||||
(setq modus-themes-italic-constructs t
|
(setq ef-themes-mixed-fonts t)
|
||||||
modus-themes-bold-constructs t
|
(setq ef-themes-to-toggle '(ef-day ef-night))
|
||||||
modus-themes-mixed-fonts t
|
(mapc #'disable-theme custom-enabled-themes)
|
||||||
modus-themes-org-blocks '(gray-background))
|
(load-theme 'ef-night :no-confirm)
|
||||||
:config
|
:bind ("<f12>" . ef-themes-toggle))
|
||||||
;; (setq modus-themes-common-palette-overrides modus-themes-preset-overrides-faint)
|
|
||||||
(load-theme 'modus-vivendi)
|
|
||||||
:bind ("<f12>" . modus-themes-toggle))
|
|
||||||
|
|
||||||
(use-package diminish
|
(use-package diminish
|
||||||
:straight t
|
:straight t
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue