From d938f7c10bfb99295d3ccabff623d5e119672674 Mon Sep 17 00:00:00 2001 From: chens Date: Thu, 28 Nov 2024 13:47:23 +0800 Subject: [PATCH] update default light themes --- lisp/init-themes.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/init-themes.el b/lisp/init-themes.el index 896c394e43..f879248806 100644 --- a/lisp/init-themes.el +++ b/lisp/init-themes.el @@ -11,7 +11,7 @@ :config (progn ;; Load the theme of your choice: - (load-theme 'modus-vivendi)) + (load-theme 'modus-operandi)) :bind (("" . modus-themes-toggle)))