summaryrefslogtreecommitdiff
path: root/pylint/reporters
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2018-03-29 07:52:51 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2018-03-29 07:52:51 +0200
commit2c7a2643eddf158f50eb5e4da2dace739a01846f (patch)
tree4b5b4e9eaa604bc0975fe3f0df6b22d08b58f296 /pylint/reporters
parentd20b673879a5e77e9333c6dba168025b476f84d5 (diff)
downloadpylint-git-2c7a2643eddf158f50eb5e4da2dace739a01846f.tar.gz
Use magenta for warnings since blue is hard to read on a black terminal. Close #1972
Diffstat (limited to 'pylint/reporters')
-rw-r--r--pylint/reporters/text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/reporters/text.py b/pylint/reporters/text.py
index 856ebdcbc..d42b86543 100644
--- a/pylint/reporters/text.py
+++ b/pylint/reporters/text.py
@@ -184,7 +184,7 @@ class ColorizedTextReporter(TextReporter):
"I" : ("green", None),
'C' : (None, "bold"),
'R' : ("magenta", "bold, italic"),
- 'W' : ("blue", None),
+ 'W' : ("magenta", None),
'E' : ("red", "bold"),
'F' : ("red", "bold, underline"),
'S' : ("yellow", "inverse"), # S stands for module Separator