mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Improve vcs faces on mode-line.
This commit is contained in:
parent
71694224c6
commit
c48459b7c8
1 changed files with 1 additions and 1 deletions
|
@ -669,7 +669,7 @@ directory, the file name, and its state (modified, read-only or non-existent)."
|
|||
(if active (setq face 'doom-modeline-urgent))
|
||||
(doom-modeline-maybe-icon-octicon "alert" :face face))
|
||||
(t
|
||||
(if active (setq face 'font-lock-doc-face))
|
||||
(if active (setq face 'doom-modeline-info))
|
||||
(doom-modeline-maybe-icon-octicon
|
||||
"git-branch"
|
||||
:face face
|
||||
|
|
Loading…
Reference in a new issue