add a {!normal!} color scheme

This commit is contained in:
Nick Lanham 2011-03-01 19:12:48 +01:00
parent 8d541ad419
commit 5fb01dacc0
1 changed files with 1 additions and 0 deletions

View File

@ -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"),