From 53c1ad1493e0a20f5b9f7197ddbcff1a76f0b234 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 6 Apr 2024 11:52:45 +0200 Subject: [PATCH] Switch to dark mode modus-operandi now has bizarre horizontal lines every two lines, and the cursor does not show :( --- emacs/emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/emacs.el b/emacs/emacs.el index c7597cf..8d60d64 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -21,7 +21,7 @@ ;; Colorblind friendly theme. (require-theme 'modus-themes) -(load-theme 'modus-operandi :no-confirm) +(load-theme 'modus-vivendi :no-confirm) (require 'use-package-ensure) (setq use-package-always-ensure t) -- 2.47.3