💄 Load dark theme by default

Makes more sense at least at this time of year
This commit is contained in:
Marcel Kapfer 2025-02-10 17:55:24 +01:00
parent f1735b74c3
commit b6d142d42c
Signed by: mmk2410
GPG key ID: CADE6F0C09F21B09

View file

@ -525,7 +525,7 @@ Installing and enabling ef-themes.
#+begin_src emacs-lisp
(use-package ef-themes
:init
(setq ef-themes-to-toggle '(ef-light ef-dark))
(setq ef-themes-to-toggle '(ef-eagle ef-owl))
(setq ef-themes-mixed-fonts t)
(setq ef-themes-headings
'((0 . (variable-pitch light 1.9))
@ -538,7 +538,7 @@ Installing and enabling ef-themes.
(7 . (variable-pitch 1.2))
(t . (variable-pitch 1.1))))
:config
(load-theme 'ef-eagle t))
(load-theme 'ef-owl t))
#+end_src