mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-12 19:28:42 +00:00
add a {!normal!} color scheme
This commit is contained in:
parent
8d541ad419
commit
5fb01dacc0
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue