summaryrefslogtreecommitdiff
path: root/modally-faces.el
diff options
context:
space:
mode:
authorBlake Romero <blake@developercraft.com>2025-10-18 22:06:57 +0100
committerBlake Romero <blake@developercraft.com>2025-10-18 22:06:57 +0100
commitcf07c671e8f4b5639ee66a578381b8ab7bac8916 (patch)
tree8c8735c75bab12c9bb0bd2ab7d843a7aa868d113 /modally-faces.el
parentb8dd86757fe3cb6814c66c9a83db978760cd717f (diff)
Update read-only & active separator faces
Diffstat (limited to 'modally-faces.el')
-rw-r--r--modally-faces.el4
1 files changed, 2 insertions, 2 deletions
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)