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

    Fixed but (nano-error -> nano-critical)
---
 nano-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nano-theme.el b/nano-theme.el
index 53ad25fa57..2d07d77b26 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-error))))
+    '(magit-mode-line-process-error          ((t (:inherit nano-critical))))
 
     '(magit-process-ng                       ((t (:inherit nano-default))))
     '(magit-process-ok                       ((t (:inherit nano-default))))

Reply via email to