Display window number clearer.

This commit is contained in:
Vincent Zhang 2018-08-12 01:25:41 +08:00
parent af13c002d7
commit 226a15cf7d

View file

@ -923,7 +923,7 @@ with `evil-ex-substitute', and/or 4. The number of active `iedit' regions."
(if (< 0 (length num))
(propertize (format " %s " num)
'face (if (doom-modeline--active)
'doom-modeline-bar
'doom-modeline-panel
'doom-modeline-inactive-bar))
"")))