mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 11:09:54 +00:00
Fix lsp icon face.
This commit is contained in:
parent
db49f49dc6
commit
ada38ab4d8
1 changed files with 1 additions and 1 deletions
|
@ -1611,7 +1611,7 @@ mouse-3: Describe current input method")
|
|||
"Update `lsp-mode' status."
|
||||
(setq doom-modeline--lsp
|
||||
(let* ((workspaces (lsp-workspaces))
|
||||
(face (if workspaces 'doom-modeline-lsp-success 'error))
|
||||
(face (if workspaces 'doom-modeline-lsp-success 'doom-modeline-lsp-warning))
|
||||
(icon (doom-modeline-lsp-icon "LSP" face)))
|
||||
(propertize icon
|
||||
'help-echo
|
||||
|
|
Loading…
Reference in a new issue