Kaydet (Commit) 0d6bac67 authored tarafından Guido van Rossum's avatar Guido van Rossum

Make the color for stderr red (i.e. the standard warning/danger/stop

color) rather than green.  Suggested by Sam Schulenburg.
üst 170bdc08
......@@ -13,7 +13,7 @@ class ColorPrefs:
CHit = "#ffffff", "#000000"
CStdIn = None, None # None, "yellow"
CStdOut = "blue", None
CStdErr = "#007700", None
CStdErr = "red", None
CConsole = "#770000", None
CError = None, "#ff7777"
CCursor = None, "black"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment