From afdb8a96e0b4adb612560ad241f288c7761af73a Mon Sep 17 00:00:00 2001 From: kongr45gpen Date: Wed, 31 Dec 2014 17:05:05 +0200 Subject: Add support for different themes --- config.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.py') diff --git a/config.py b/config.py index 57a511e..7a50d5a 100644 --- a/config.py +++ b/config.py @@ -57,4 +57,7 @@ conf.registerGlobalValue(Github, 'port', registry.Integer(8093, """The port where Github will send HTTP requests""")) +conf.registerGlobalValue(Github, 'theme', + registry.String('default', """The name of the theme that will be used to style messages""")) + # vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79: -- cgit v1.2.3