Skip to content

Commit

Permalink
Fix for all-the-icons-buffer-id segment.
Browse files Browse the repository at this point in the history
  • Loading branch information
ogdenwebb authored Aug 18, 2018
1 parent e2e195f commit b73ae6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spaceline-all-the-icons-segments.el
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ ICON-SET defaults to `spaceline-all-the-icons-icon-set-window-numbering'."
(add-to-list 'file-face :inherit t)
(setq file-face (append `(:background ,(spaceline-all-the-icons--face-background default-face)) file-face))
(setq file-face (append `(:foreground ,(or spaceline-all-the-icons-file-name-highlight
(spaceline-all-the-icons--face-background highlight-face))) file-face)))
(spaceline-all-the-icons--face-foreground highlight-face))) file-face)))

(propertize buffer-id
'face file-face
Expand Down

0 comments on commit b73ae6e

Please sign in to comment.