Module: deluge Branch: master Commit: 5fb01dacc0213b1c180466fd01a8588efe79383b
Author: Nick Lanham <[email protected]> Date: Tue Mar 1 19:12:48 2011 +0100 add a {!normal!} color scheme --- deluge/ui/console/colors.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/deluge/ui/console/colors.py b/deluge/ui/console/colors.py index bc09237..3df9229 100644 --- a/deluge/ui/console/colors.py +++ b/deluge/ui/console/colors.py @@ -57,6 +57,7 @@ color_pairs = { # Some default color schemes schemes = { "input": ("white", "black"), + "normal": ("white","black"), "status": ("yellow", "blue", "bold"), "info": ("white", "black", "bold"), "error": ("red", "black", "bold"), -- You received this message because you are subscribed to the Google Groups "deluge-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/deluge-commit?hl=en.
