From ceaa17d2cce23f00168ebb16ebb62a6de9b218f4 Mon Sep 17 00:00:00 2001 From: Thaddee Tyl Date: Sun, 3 Jul 2016 20:46:37 +0200 Subject: [PATCH] Document the "template" option Fixes #695. --- INSTALL.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 4ffc01f..14756f2 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -71,10 +71,13 @@ The format is the following: /* Textual information shown, in order. */ "text": [ "build", "passed" ], "format": "svg", // Also supports "json". - "colorscheme": "green" + "colorscheme": "green", /* … Or… */ "colorA": "#555", - "colorB": "#4c1" + "colorB": "#4c1", + /* See template/ for a list of available templates. + Each offers a different visual design. */ + "template": "flat" } ```