mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Make the color for stderr red (i.e. the standard warning/danger/stop
color) rather than green. Suggested by Sam Schulenburg.
This commit is contained in:
parent
170bdc08e1
commit
0d6bac67be
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue