diff options
Diffstat (limited to 'modally.el')
| -rw-r--r-- | modally.el | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
