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:
Vincent Zhang 2019-05-06 18:48:40 +08:00
parent fc098a6946
commit de442a1c28

View file

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