diff options
| author | Blake Romero <blake@developercraft.com> | 2025-10-18 22:06:57 +0100 |
|---|---|---|
| committer | Blake Romero <blake@developercraft.com> | 2025-10-18 22:06:57 +0100 |
| commit | cf07c671e8f4b5639ee66a578381b8ab7bac8916 (patch) | |
| tree | 8c8735c75bab12c9bb0bd2ab7d843a7aa868d113 | |
| parent | b8dd86757fe3cb6814c66c9a83db978760cd717f (diff) | |
Update read-only & active separator faces
| -rw-r--r-- | modally-faces.el | 4 |
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) |
