mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Fix: missing doom-modeline-project-root-dir face.
This commit is contained in:
parent
d3248df48e
commit
c3b3f802e4
1 changed files with 4 additions and 0 deletions
|
@ -156,6 +156,10 @@ Given ~/Projects/FOSS/emacs/lisp/comint.el
|
|||
'((t (:inherit (mode-line-emphasis bold))))
|
||||
"Face used for the major-mode segment in the mode-line.")
|
||||
|
||||
(defface doom-modeline-project-root-dir
|
||||
'((t (:inherit (mode-line-emphasis bold))))
|
||||
"Face used for the project part of the mode-line buffer path.")
|
||||
|
||||
(defface doom-modeline-highlight
|
||||
'((t (:inherit mode-line-emphasis)))
|
||||
"Face for bright segments of the mode-line.")
|
||||
|
|
Loading…
Reference in a new issue