From 1e4230e64fa6bb844b4bcd6f86fe23d147540c9b Mon Sep 17 00:00:00 2001 From: bd Date: Tue, 21 Oct 2025 10:29:07 -0400 Subject: switch to blue/purple/orange theme --- .config/emacs/modules/bd--modeline.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/emacs/modules/bd--modeline.el') diff --git a/.config/emacs/modules/bd--modeline.el b/.config/emacs/modules/bd--modeline.el index 2b38459..2ca7ccb 100644 --- a/.config/emacs/modules/bd--modeline.el +++ b/.config/emacs/modules/bd--modeline.el @@ -22,7 +22,7 @@ (defvar-local bd/buffer-identification-mode-line '(:eval (format "%s" (propertize (buffer-name) 'face (if (mode-line-window-selected-p) - 'modus-themes-completion-match-1 + 'modus-themes-fg-cyan-intense 'mode-line-inactive)))) "Formats the modeline-buffer-name.") -- cgit v1.2.3