From 33f871e663bf298cf554c62530ffb6339f58c4b0 Mon Sep 17 00:00:00 2001 From: lemyx Date: Mon, 30 Dec 2024 21:57:41 +0800 Subject: [PATCH] Add random themes --- lisp/init-ui.el | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/lisp/init-ui.el b/lisp/init-ui.el index 2eef376..a275072 100644 --- a/lisp/init-ui.el +++ b/lisp/init-ui.el @@ -6,6 +6,8 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;; Theme +(use-package doom-themes) + (use-package circadian :hook (emacs-startup . circadian-setup) @@ -13,11 +15,16 @@ (setq calendar-latitude 40.0) (setq calendar-longitude 116.4) (setq circadian-themes '((:sunrise . ( - ;; modus-operandi + modus-operandi adwaita + doom-one-light + doom-solarized-light )) (:sunset . ( modus-vivendi + doom-one + doom-opera + doom-nord-aurora )) )))