From: Michael Tremer Date: Mon, 23 Nov 2015 01:04:37 +0000 (+0000) Subject: Change the background colour to white X-Git-Tag: 004~11 X-Git-Url: http://git.ipfire.org/?p=oddments%2Fcollecty.git;a=commitdiff_plain;h=f22adf1754f10b717572c9c5e1d6f64561bc5c0d Change the background colour to white Signed-off-by: Michael Tremer --- diff --git a/src/collecty/constants.py b/src/collecty/constants.py index 249b75e..f5e4617 100644 --- a/src/collecty/constants.py +++ b/src/collecty/constants.py @@ -32,6 +32,9 @@ DEFAULT_LOCALE = "en_GB.utf8" DEFAULT_TIMEZONE = "UTC" GRAPH_DEFAULT_ARGUMENTS = ( + # Change the background colour + "--color", "BACK#FFFFFF", + # Disable the border around the image. "--border", "0",