fix(modeline): update icons for +light

This commit is contained in:
Ellis Kenyo 2023-09-14 19:29:51 +01:00 committed by Henrik Lissner
parent 3191349182
commit e47accb773
3 changed files with 9 additions and 8 deletions

View file

@ -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))