From b8dd86757fe3cb6814c66c9a83db978760cd717f Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Sat, 18 Oct 2025 22:05:34 +0100 Subject: Set buffer path face --- modally.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modally.el') diff --git a/modally.el b/modally.el index 062440a..7fd4ca7 100644 --- a/modally.el +++ b/modally.el @@ -308,6 +308,7 @@ (set-face-attribute 'modally-separator-active nil :foreground mg) (set-face-attribute 'modally-separator-inactive nil :foreground dm) (set-face-attribute 'vertical-border nil :foreground mg) + (set-face-attribute 'modally-buffer-path nil :inherit 'shadow) (set-face-attribute 'mode-line-active nil :foreground fg @@ -328,6 +329,7 @@ (set-face-attribute 'modally-separator-active nil :foreground mg) (set-face-attribute 'modally-separator-inactive nil :foreground bg) (set-face-attribute 'vertical-border nil :foreground mg) + (set-face-attribute 'modally-buffer-path nil :inherit 'shadow) (set-face-attribute 'mode-line-active nil :foreground fg -- cgit