mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Improve: face of doom-modeline-eldoc-bar.
This commit is contained in:
parent
22b9943438
commit
b85cc7ba16
1 changed files with 5 additions and 9 deletions
|
@ -270,8 +270,8 @@ It returns a file name which can be used directly as argument of
|
||||||
|
|
||||||
(defface doom-modeline-panel
|
(defface doom-modeline-panel
|
||||||
'((t (:inherit mode-line-highlight)))
|
'((t (:inherit mode-line-highlight)))
|
||||||
"Face for 'X out of Y' segments, such as `doom-modeline--anzu', `doom-modeline--evil-substitute' and
|
"Face for 'X out of Y' segments, such as `doom-modeline--anzu',
|
||||||
`iedit'")
|
`doom-modeline--evil-substitute' and`iedit'")
|
||||||
|
|
||||||
(defface doom-modeline-info
|
(defface doom-modeline-info
|
||||||
`((t (:inherit (success bold))))
|
`((t (:inherit (success bold))))
|
||||||
|
@ -289,14 +289,10 @@ It returns a file name which can be used directly as argument of
|
||||||
(defface doom-modeline-bar '((t (:inherit highlight)))
|
(defface doom-modeline-bar '((t (:inherit highlight)))
|
||||||
"The face used for the left-most bar on the mode-line of an active window.")
|
"The face used for the left-most bar on the mode-line of an active window.")
|
||||||
|
|
||||||
(defface doom-modeline-eldoc-bar '((t (:inherit highlight)))
|
(defface doom-modeline-eldoc-bar `((t (:background ,(face-foreground 'doom-modeline-info))))
|
||||||
"The face used for the left-most bar on the mode-line when eldoc-eval is
|
"The face used for the left-most bar on the mode-line when eldoc-eval is active.")
|
||||||
active.")
|
|
||||||
|
|
||||||
(defface doom-modeline-inactive-bar `((t (:background
|
(defface doom-modeline-inactive-bar `((t (:background ,(face-foreground 'mode-line-inactive))))
|
||||||
,(face-foreground 'mode-line-inactive)
|
|
||||||
:foreground
|
|
||||||
,(face-background 'mode-line-inactive))))
|
|
||||||
"The face used for the left-most bar on the mode-line of an inactive window.")
|
"The face used for the left-most bar on the mode-line of an inactive window.")
|
||||||
|
|
||||||
(defface doom-modeline-evil-emacs-state '((t (:inherit doom-modeline-warning)))
|
(defface doom-modeline-evil-emacs-state '((t (:inherit doom-modeline-warning)))
|
||||||
|
|
Loading…
Reference in a new issue