Better looks for window numbers.

This commit is contained in:
Vincent Zhang 2018-08-15 01:02:50 +08:00
parent 79bfab380c
commit 1adcc1f9a9

View file

@ -76,7 +76,7 @@
(defvar doom-modeline-height 29 (defvar doom-modeline-height 29
"How tall the mode-line should be (only respected in GUI Emacs).") "How tall the mode-line should be (only respected in GUI Emacs).")
(defvar doom-modeline-bar-width 3 (defvar doom-modeline-bar-width 1
"How wide the mode-line bar should be (only respected in GUI Emacs).") "How wide the mode-line bar should be (only respected in GUI Emacs).")
(defvar doom-modeline-buffer-file-name-style 'truncate-upto-project (defvar doom-modeline-buffer-file-name-style 'truncate-upto-project
@ -935,7 +935,7 @@ with `evil-ex-substitute', and/or 4. The number of active `iedit' regions."
(if (< 0 (length num)) (if (< 0 (length num))
(propertize (format " %s " num) (propertize (format " %s " num)
'face (if (doom-modeline--active) 'face (if (doom-modeline--active)
'doom-modeline-panel `(:inherit doom-modeline-bar :foreground ,(face-background 'default))
'doom-modeline-inactive-bar)) 'doom-modeline-inactive-bar))
""))) "")))