Add more theme color options

Porting work from OpenStack Gerrit.
* Adds a theme option to change outdated background color, the default
is too harsh for some themes.
* Adds odd/even row background color for tables such as list of open
reviews.  This makes them more visible without clicking on them.

Change-Id: I86ad9bba0f6cfffb267dd2631cc718c5c10e848a
This commit is contained in:
Andrew Hutchings
2012-06-29 10:57:05 +01:00
committed by Andrew Hutchings
parent 8bacce19bc
commit cfd7abbf5b
4 changed files with 44 additions and 5 deletions

View File

@@ -31,5 +31,8 @@ public class HostPageData {
public String textColor;
public String trimColor;
public String selectionColor;
public String changeTableOutdatedColor;
public String tableOddRowColor;
public String tableEvenRowColor;
}
}