From b6d142d42cb0c3e6caba99d7465935f84c2ec4f7 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Mon, 10 Feb 2025 17:55:24 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Load=20dark=20theme=20by=20defau?= =?UTF-8?q?lt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Makes more sense at least at this time of year --- config.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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