From de442a1c2840853b77351ea7aef9a8fa5e734871 Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Mon, 6 May 2019 18:48:40 +0800 Subject: [PATCH] Make icon colors consistent. 1. Same colors of eglot and lsp-mode. 1. Change the color of debug-quit icon. --- doom-modeline-segments.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doom-modeline-segments.el b/doom-modeline-segments.el index 5121307..9d6040f 100644 --- a/doom-modeline-segments.el +++ b/doom-modeline-segments.el @@ -1585,7 +1585,7 @@ mouse-1: Reload to start server") (last-error 'error) ((and doing (not done-p)) 'compilation-mode-line-run) ((and pending (cl-plusp pending)) 'warning) - (nick 'doom-modeline-highlight) + (nick 'success) (t 'mode-line))) (help-echo (cond (last-error @@ -1825,7 +1825,7 @@ mouse-1: Toggle Debug on Error" ;; For `debug-on-quit' (when debug-on-quit (propertize - (doom-modeline-debug-icon 'doom-modeline-info) + (doom-modeline-debug-icon 'doom-modeline-buffer-path) 'help-echo "Debug on Quit mouse-1: Toggle Debug on Quit" 'mouse-face '(:box 0)