💄 Load dark theme by default
Makes more sense at least at this time of year
This commit is contained in:
parent
f1735b74c3
commit
b6d142d42c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue