mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Make icon colors consistent.
1. Same colors of eglot and lsp-mode. 1. Change the color of debug-quit icon.
This commit is contained in:
parent
fc098a6946
commit
de442a1c28
1 changed files with 2 additions and 2 deletions
|
@ -1585,7 +1585,7 @@ mouse-1: Reload to start server")
|
||||||
(last-error 'error)
|
(last-error 'error)
|
||||||
((and doing (not done-p)) 'compilation-mode-line-run)
|
((and doing (not done-p)) 'compilation-mode-line-run)
|
||||||
((and pending (cl-plusp pending)) 'warning)
|
((and pending (cl-plusp pending)) 'warning)
|
||||||
(nick 'doom-modeline-highlight)
|
(nick 'success)
|
||||||
(t 'mode-line)))
|
(t 'mode-line)))
|
||||||
(help-echo (cond
|
(help-echo (cond
|
||||||
(last-error
|
(last-error
|
||||||
|
@ -1825,7 +1825,7 @@ mouse-1: Toggle Debug on Error"
|
||||||
;; For `debug-on-quit'
|
;; For `debug-on-quit'
|
||||||
(when debug-on-quit
|
(when debug-on-quit
|
||||||
(propertize
|
(propertize
|
||||||
(doom-modeline-debug-icon 'doom-modeline-info)
|
(doom-modeline-debug-icon 'doom-modeline-buffer-path)
|
||||||
'help-echo "Debug on Quit
|
'help-echo "Debug on Quit
|
||||||
mouse-1: Toggle Debug on Quit"
|
mouse-1: Toggle Debug on Quit"
|
||||||
'mouse-face '(:box 0)
|
'mouse-face '(:box 0)
|
||||||
|
|
Loading…
Reference in a new issue