Fix doom-modeline bar colour
This commit is contained in:
parent
f27868c43a
commit
a88ed2f965
@ -59,11 +59,11 @@ enabled."
|
||||
;; Set the modeline
|
||||
(doom-modeline-def-modeline 'main
|
||||
|
||||
'("["
|
||||
'(bar
|
||||
"["
|
||||
perspective-name
|
||||
workspace-number
|
||||
"]"
|
||||
bar
|
||||
matches
|
||||
" "
|
||||
buffer-info
|
||||
|
@ -438,6 +438,7 @@
|
||||
|
||||
;; doom modeline
|
||||
`(doom-modeline-eyebrowse ((t (:weight bold :foreground ,*string*))))
|
||||
`(doom-modeline-inactive-bar ((t (:inherit mode-line-inactive))))
|
||||
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user