summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)