branch: externals/nano-theme
commit 06d7c949f876e07a6fa6edc132fba21e1aaba62d
Author: Nicolas P. Rougier <nicolas.roug...@inria.fr>
Commit: Nicolas P. Rougier <nicolas.roug...@inria.fr>

    Fix issue #27
---
 nano-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nano-theme.el b/nano-theme.el
index 8942c59b9c..53ad25fa57 100644
--- a/nano-theme.el
+++ b/nano-theme.el
@@ -1399,7 +1399,7 @@ background color that is barely perceptible."
     '(magit-log-graph                        ((t (:inherit nano-default))))
 
     '(magit-mode-line-process                ((t (:inherit nano-default))))
-    '(magit-mode-line-process-error          ((t (:inherit nano-default))))
+    '(magit-mode-line-process-error          ((t (:inherit nano-error))))
 
     '(magit-process-ng                       ((t (:inherit nano-default))))
     '(magit-process-ok                       ((t (:inherit nano-default))))

Reply via email to