From a5a11c94d25a059b9ca359c4e366f6056262e85e Mon Sep 17 00:00:00 2001 From: Rob Harbaugh Date: Wed, 29 Apr 2026 15:48:54 -0400 Subject: [PATCH] Try modus-vivendi-tinted for better hl-line contrast Co-Authored-By: Claude Sonnet 4.6 --- shared/.config/emacs/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/.config/emacs/init.el b/shared/.config/emacs/init.el index fbc41a9..f193336 100644 --- a/shared/.config/emacs/init.el +++ b/shared/.config/emacs/init.el @@ -60,7 +60,7 @@ (use-package modus-themes :ensure nil :config - (load-theme 'modus-vivendi t)) + (load-theme 'modus-vivendi-tinted t)) ;;; Discoverability