Skip to content

Commit

Permalink
fix: the faces of poppor-mode-line.
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Oct 24, 2023
1 parent 7a7831d commit a65b880
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lisp/init-window.el
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,10 @@
(with-eval-after-load 'doom-modeline
(setq popper-mode-line
'(:eval (let ((face (if (doom-modeline--active)
'mode-line-emphasis
'mode-line-inactive)))
'doom-modeline-emphasis
'doom-modeline)))
(if (and (icons-displayable-p)
(bound-and-true-p doom-modeline-icon)
(bound-and-true-p doom-modeline-mode))
(format " %s "
(nerd-icons-octicon "nf-oct-pin" :face face))
Expand Down

0 comments on commit a65b880

Please sign in to comment.