mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-17 13:33:36 -05:00
fix(modeline): update icons for +light
This commit is contained in:
committed by
Henrik Lissner
parent
3191349182
commit
e47accb773
@@ -134,7 +134,7 @@ server getting expensively restarted when reverting buffers."
|
||||
(label (if workspaces "LSP Connected" "LSP Disconnected")))
|
||||
(setq lsp-modeline-icon (concat
|
||||
" "
|
||||
(+modeline-format-icon 'faicon "rocket" "" face label -0.0575)
|
||||
(+modeline-format-icon 'faicon "nf-fa-rocket" "" face label -0.0575)
|
||||
" "))
|
||||
(add-to-list 'global-mode-string
|
||||
'(t (:eval lsp-modeline-icon))
|
||||
|
Reference in New Issue
Block a user