mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-27 11:09:52 +00:00
Update faces of window and workspace numbers.
This commit is contained in:
parent
cd07d77c9f
commit
08b7d7621f
1 changed files with 2 additions and 2 deletions
|
@ -964,7 +964,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-buffer-file))
|
'doom-modeline-buffer-major-mode))
|
||||||
"")))
|
"")))
|
||||||
|
|
||||||
|
|
||||||
|
@ -983,7 +983,7 @@ enabled."
|
||||||
tag
|
tag
|
||||||
(when num (int-to-string num)))))
|
(when num (int-to-string num)))))
|
||||||
(propertize (format " %s " str) 'face
|
(propertize (format " %s " str) 'face
|
||||||
(if (doom-modeline--active) 'doom-modeline-highlight)))
|
(if (doom-modeline--active) 'doom-modeline-buffer-major-mode)))
|
||||||
""))
|
""))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue