Mercurial > dive4elements > river
diff flys-artifacts/doc/conf/themes.xml @ 1092:0eb585cd3882
Added limited themeing-support for MainValues.
flys-artifacts/trunk@2595 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Fri, 26 Aug 2011 12:44:12 +0000 |
parents | f7761914f745 |
children | eed81499b0d2 |
line wrap: on
line diff
--- a/flys-artifacts/doc/conf/themes.xml Fri Aug 26 12:42:12 2011 +0000 +++ b/flys-artifacts/doc/conf/themes.xml Fri Aug 26 12:44:12 2011 +0000 @@ -46,6 +46,18 @@ </fields> </theme> + <theme name="ComputedDischargeCurveQ"> + <fields> + <field name="linecolor" type="Color" display="Farbe" default="200, 0, 15"/> + </fields> + </theme> + + <theme name="ComputedDischargeCurveW"> + <fields> + <field name="linecolor" type="Color" display="Farbe" default="0, 215, 0"/> + </fields> + </theme> + <!-- Duration Curves @@ -146,5 +158,7 @@ <mapping from="discharge_longitudinal_section.w" to="DischargeLongitudinalSectionW"/> <mapping from="discharge_longitudinal_section.c" to="DischargeLongitudinalSectionC"/> <mapping from="discharge_longitudinal_section.q" to="DischargeLongitudinalSectionQ"/> + <mapping from="computed_discharge_curve.mainvalues.q" to="ComputedDischargeCurveQ"/> + <mapping from="computed_discharge_curve.mainvalues.w" to="ComputedDischargeCurveW"/> </mappings> </themes>