From 117c603bf2d5b45b48fee30b2365bc365dd536b0 Mon Sep 17 00:00:00 2001 From: David Ostrovsky Date: Fri, 9 Aug 2013 00:44:56 +0200 Subject: [PATCH] Gerrit UI: put the green back Change-Id: I979d10623aec7516526e18ed05ca420db5429799 --- Documentation/config-gerrit.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Documentation/config-gerrit.txt b/Documentation/config-gerrit.txt index 2a9c350562..a57c8a7751 100644 --- a/Documentation/config-gerrit.txt +++ b/Documentation/config-gerrit.txt @@ -2723,6 +2723,20 @@ not specified in a section are inherited from the default theme. backgroundColor = 00FFFF ---- +As example, here is the theme configuration to have the old green look: + +---- +[theme] + backgroundColor = FCFEEF + textColor = 000000 + trimColor = D4E9A9 + selectionColor = FFFFCC + topMenuColor = D4E9A9 + changeTableOutdatedColor = F08080 +[theme "signed-in"] + backgroundColor = FFFFFF +---- + [[trackingid]] Section trackingid ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~