summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/output.py')
-rw-r--r--pym/portage/output.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pym/portage/output.py b/pym/portage/output.py
index a7a500cd..3c653310 100644
--- a/pym/portage/output.py
+++ b/pym/portage/output.py
@@ -138,6 +138,7 @@ codes["bg_darkyellow"] = codes["bg_brown"]
# Colors from /etc/init.d/functions.sh
codes["NORMAL"] = esc_seq + "0m"
+codes["NEUTRAL"] = codes["lightgray"]
codes["GOOD"] = codes["green"]
codes["WARN"] = codes["yellow"]
codes["BAD"] = codes["red"]