add a {!normal!} color scheme
This commit is contained in:
parent
8d541ad419
commit
5fb01dacc0
|
@ -57,6 +57,7 @@ color_pairs = {
|
||||||
# Some default color schemes
|
# Some default color schemes
|
||||||
schemes = {
|
schemes = {
|
||||||
"input": ("white", "black"),
|
"input": ("white", "black"),
|
||||||
|
"normal": ("white","black"),
|
||||||
"status": ("yellow", "blue", "bold"),
|
"status": ("yellow", "blue", "bold"),
|
||||||
"info": ("white", "black", "bold"),
|
"info": ("white", "black", "bold"),
|
||||||
"error": ("red", "black", "bold"),
|
"error": ("red", "black", "bold"),
|
||||||
|
|
Loading…
Reference in New Issue