Mercurial > dive4elements > river
diff artifacts/doc/conf/themes/default.xml @ 8265:78184aa612dd
Added themes for SQ relation overview chart.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Fri, 12 Sep 2014 14:56:22 +0200 |
parents | c657ddcf1fa6 |
children | da7e623cf159 |
line wrap: on
line diff
--- a/artifacts/doc/conf/themes/default.xml Fri Sep 12 14:55:42 2014 +0200 +++ b/artifacts/doc/conf/themes/default.xml Fri Sep 12 14:56:22 2014 +0200 @@ -2508,4 +2508,152 @@ <field name="linecolor" type="Color" default="255, 0, 0" /> </fields> </theme> + + <theme name="SQMeasurementsA"> + <inherits> + <inherit from="SQMeasurements" /> + </inherits> + <fields> + <field name="pointcolor" type="color" default="0, 0, 255" /> + </fields> + </theme> + <theme name="SQMeasurementsB"> + <inherits> + <inherit from="SQMeasurements" /> + </inherits> + <fields> + <field name="pointcolor" type="color" default="0, 255, 255" /> + </fields> + </theme> + <theme name="SQMeasurementsC"> + <inherits> + <inherit from="SQMeasurements" /> + </inherits> + <fields> + <field name="pointcolor" type="color" default="0, 255, 0" /> + </fields> + </theme> + <theme name="SQMeasurementsD"> + <inherits> + <inherit from="SQMeasurements" /> + </inherits> + <fields> + <field name="pointcolor" type="color" default="255, 0, 255" /> + </fields> + </theme> + <theme name="SQMeasurementsE"> + <inherits> + <inherit from="SQMeasurements" /> + </inherits> + <fields> + <field name="pointcolor" type="color" default="255, 255, 0" /> + </fields> + </theme> + <theme name="SQMeasurementsF"> + <inherits> + <inherit from="SQMeasurements" /> + </inherits> + <fields> + <field name="pointcolor" type="color" default="255, 0, 0" /> + </fields> + </theme> + + <theme name="SQOutliersA"> + <inherits> + <inherit from="SQOutliers" /> + </inherits> + <fields> + <field name="pointcolor" type="color" default="100, 100, 255" /> + </fields> + </theme> + <theme name="SQOutliersB"> + <inherits> + <inherit from="SQOutliers" /> + </inherits> + <fields> + <field name="pointcolor" type="color" default="100, 255, 255" /> + </fields> + </theme> + <theme name="SQOutliersC"> + <inherits> + <inherit from="SQOutliers" /> + </inherits> + <fields> + <field name="pointcolor" type="color" default="100, 255, 100" /> + </fields> + </theme> + <theme name="SQOutliersD"> + <inherits> + <inherit from="SQOutliers" /> + </inherits> + <fields> + <field name="pointcolor" type="color" default="255, 100, 255" /> + </fields> + </theme> + <theme name="SQOutliersE"> + <inherits> + <inherit from="SQOutliers" /> + </inherits> + <fields> + <field name="pointcolor" type="color" default="255, 255, 100" /> + </fields> + </theme> + <theme name="SQOutliersF"> + <inherits> + <inherit from="SQOutliers" /> + </inherits> + <fields> + <field name="pointcolor" type="color" default="255, 100, 100" /> + </fields> + </theme> + + + <theme name="SQCurveA"> + <inherits> + <inherit from="SQCurve" /> + </inherits> + <fields> + <field name="linecolor" type="color" default="0, 0, 175" /> + </fields> + </theme> + <theme name="SQCurveB"> + <inherits> + <inherit from="SQCurve" /> + </inherits> + <fields> + <field name="linecolor" type="color" default="0, 175, 175" /> + </fields> + </theme> + <theme name="SQCurveC"> + <inherits> + <inherit from="SQCurve" /> + </inherits> + <fields> + <field name="linecolor" type="color" default="0, 175, 0" /> + </fields> + </theme> + <theme name="SQCurveD"> + <inherits> + <inherit from="SQCurve" /> + </inherits> + <fields> + <field name="linecolor" type="color" default="175, 0, 175" /> + </fields> + </theme> + <theme name="SQCurveE"> + <inherits> + <inherit from="SQCurve" /> + </inherits> + <fields> + <field name="linecolor" type="color" default="175, 175, 0" /> + </fields> + </theme> + <theme name="SQCurveF"> + <inherits> + <inherit from="SQCurve" /> + </inherits> + <fields> + <field name="linecolor" type="color" default="175, 0, 0" /> + </fields> + </theme> </themegroup>