diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-11-17 18:32:28 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-11-17 18:32:28 +0100 |
commit | 0bdf44b8f2a71ac9d5d6469a470452be4f71bfc8 (patch) | |
tree | 2dd7060698e0118def9e34c85a7ea49af7893438 /pyload/config | |
parent | restored multihoster overwritten by merge (diff) | |
parent | Improved setting (diff) | |
download | pyload-0bdf44b8f2a71ac9d5d6469a470452be4f71bfc8.tar.xz |
Merge pull request #400 from vuolter/m/c_logging
Colored console: improved setting
Diffstat (limited to 'pyload/config')
-rw-r--r-- | pyload/config/default.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pyload/config/default.py b/pyload/config/default.py index 8e2dcae74..5a879547a 100644 --- a/pyload/config/default.py +++ b/pyload/config/default.py @@ -25,7 +25,8 @@ def make_config(config): ("file_log", "bool", _("File Log"), True), ("log_count", "int", _("Count"), 5), ("log_rotate", "bool", _("Log Rotate"), True), - ("console_color", "No;Light;Full", _("Colorize Console"), "Light"), + ("console_color", "bool", _("Colorize Console"), True), + ("color_theme", "light;full", _("Color Theme"), "light"), ]) config.addConfigSection("permission", _("Permissions"), _("Description"), _("Long description"), |