diff --git a/config.org b/config.org index 674d646..40e5bce 100644 --- a/config.org +++ b/config.org @@ -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