From cf07c671e8f4b5639ee66a578381b8ab7bac8916 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Sat, 18 Oct 2025 22:06:57 +0100 Subject: Update read-only & active separator faces --- modally-faces.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modally-faces.el') diff --git a/modally-faces.el b/modally-faces.el index 735cdcd..88e98f2 100644 --- a/modally-faces.el +++ b/modally-faces.el @@ -30,7 +30,7 @@ :group 'modally) (defface modally-buffer-readonly - '((t :inherit 'error)) + '((t :inherit 'warning)) "A mode-line face used for a read-only buffer." :group 'modally) @@ -65,7 +65,7 @@ :group 'modally) (defface modally-separator-active - '((t :inherit 'mode-line)) + '((t :inherit 'vertical-border)) "A mode-line face used for the active window." :group 'modally) -- cgit