mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
parent
59c81a0d81
commit
33284e5d9a
2 changed files with 8 additions and 2 deletions
|
@ -380,7 +380,13 @@ mouse-1: Previous buffer\nmouse-3: Next buffer"
|
||||||
(when icon
|
(when icon
|
||||||
(concat
|
(concat
|
||||||
(if (doom-modeline--active)
|
(if (doom-modeline--active)
|
||||||
icon
|
(if doom-modeline-major-mode-color-icon
|
||||||
|
icon
|
||||||
|
(propertize icon 'face `(:inherit
|
||||||
|
,(let ((props (get-text-property 0 'face icon)))
|
||||||
|
props (remove :inherit props))
|
||||||
|
:inherit
|
||||||
|
mode-line)))
|
||||||
(propertize icon 'face `(:inherit
|
(propertize icon 'face `(:inherit
|
||||||
,(get-text-property 0 'face icon)
|
,(get-text-property 0 'face icon)
|
||||||
:inherit
|
:inherit
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Vincent Zhang <seagle0128@gmail.com>
|
;; Author: Vincent Zhang <seagle0128@gmail.com>
|
||||||
;; Homepage: https://github.com/seagle0128/doom-modeline
|
;; Homepage: https://github.com/seagle0128/doom-modeline
|
||||||
;; Version: 2.3.2
|
;; Version: 2.3.3
|
||||||
;; Package-Requires: ((emacs "25.1") (all-the-icons "1.0.0") (shrink-path "0.2.0") (dash "2.11.0"))
|
;; Package-Requires: ((emacs "25.1") (all-the-icons "1.0.0") (shrink-path "0.2.0") (dash "2.11.0"))
|
||||||
;; Keywords: faces mode-line
|
;; Keywords: faces mode-line
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue