Remove documentation of GWT-only "theme" configuration

Change-Id: Ic60d8896131fb460dbbd1a3cfe62f1af84bb5308
This commit is contained in:
David Pursehouse
2018-11-17 09:28:20 -08:00
parent 3b531c06e6
commit 6c8eb1bac0

View File

@@ -4654,103 +4654,6 @@ used for suggesting accounts when adding members to a group.
+
By default 0.
[[theme]]
=== Section theme
[[theme.backgroundColor]]theme.backgroundColor::
+
_(GWT UI only)_ Background color for the page, and major data tables like the all
open changes table or the account dashboard. The value must be a
valid HTML hex color code, or standard color name.
+
By default white, `FFFFFF`.
[[theme.topMenuColor]]theme.topMenuColor::
+
_(GWT UI only)_ This is the color of the main menu bar at the top of the page.
The value must be a valid HTML hex color code, or standard color
name.
+
By default white, `FFFFFF`.
[[theme.textColor]]theme.textColor::
+
_(GWT UI only)_ Text color for the page, and major data tables like the all open
changes table or the account dashboard. The value must be a valid HTML hex color
code, or standard color name.
+
By default dark grey, `353535`.
[[theme.trimColor]]theme.trimColor::
+
_(GWT UI only)_ Primary color used as a background color behind text. This is
the color of the main menu bar at the top, of table headers, and of major UI
areas that we want to offset from other portions of the page. The value must be
a valid HTML hex color code, or standard color name.
+
By default a light grey, `EEEEEE`.
[[theme.selectionColor]]theme.selectionColor::
+
_(GWT UI only)_ Background color used within a trimColor area to denote the
currently selected tab, or the background color used in a table to denote the
currently selected row. The value must be a valid HTML hex color code, or
standard color name.
+
By default a pale blue, `D8EDF9`.
[[theme.changeTableOutdatedColor]]theme.changeTableOutdatedColor::
+
_(GWT UI only)_ Background color used for patch outdated messages. The value
must be a valid HTML hex color code, or standard color name.
+
By default a shade of red, `F08080`.
[[theme.tableOddRowColor]]theme.tableOddRowColor::
+
_(GWT UI only)_ Background color for tables such as lists of open reviews for
odd rows. This is so you can have a different color for odd and even rows of
the table. The value must be a valid HTML hex color code, or standard color
name.
+
By default transparent.
[[theme.tableEvenRowColor]]theme.tableEvenRowColor::
+
_(GWT UI only)_ Background color for tables such as lists of open reviews for
even rows. This is so you can have a different color for odd and even rows of
the table. The value must be a valid HTML hex color code, or standard color
name.
+
By default transparent.
A different theme may be used for signed-in vs. signed-out user status
by using the "signed-in" and "signed-out" theme sections. Variables
not specified in a section are inherited from the default theme.
----
[theme]
backgroundColor = FFFFFF
[theme "signed-in"]
backgroundColor = C0C0C0
[theme "signed-out"]
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