Fix doom-modeline bar colour

This commit is contained in:
Wojciech Kozlowski 2018-11-06 01:12:44 +00:00
parent f27868c43a
commit a88ed2f965
2 changed files with 3 additions and 2 deletions

View File

@ -59,11 +59,11 @@ enabled."
;; Set the modeline
(doom-modeline-def-modeline 'main
'("["
'(bar
"["
perspective-name
workspace-number
"]"
bar
matches
" "
buffer-info

View File

@ -438,6 +438,7 @@
;; doom modeline
`(doom-modeline-eyebrowse ((t (:weight bold :foreground ,*string*))))
`(doom-modeline-inactive-bar ((t (:inherit mode-line-inactive))))
)