diff artifacts/doc/conf/themes/default.xml @ 8281:da7e623cf159

Added themes for new fraction in sq relation.
author Raimund Renkert <rrenkert@intevation.de>
date Wed, 17 Sep 2014 09:02:44 +0200
parents 78184aa612dd
children 84ac8549e87b
line wrap: on
line diff
--- a/artifacts/doc/conf/themes/default.xml	Wed Sep 17 09:01:27 2014 +0200
+++ b/artifacts/doc/conf/themes/default.xml	Wed Sep 17 09:02:44 2014 +0200
@@ -2557,6 +2557,14 @@
             <field name="pointcolor" type="color" default="255, 0, 0" />
         </fields>
     </theme>
+    <theme name="SQMeasurementsG">
+        <inherits>
+            <inherit from="SQMeasurements" />
+        </inherits>
+        <fields>
+            <field name="pointcolor" type="color" default="0, 0, 0" />
+        </fields>
+    </theme>
 
     <theme name="SQOutliersA">
         <inherits>
@@ -2606,6 +2614,14 @@
             <field name="pointcolor" type="color" default="255, 100, 100" />
         </fields>
     </theme>
+    <theme name="SQOutliersG">
+        <inherits>
+            <inherit from="SQOutliers" />
+        </inherits>
+        <fields>
+            <field name="pointcolor" type="color" default="100, 100, 100" />
+        </fields>
+    </theme>
 
 
     <theme name="SQCurveA">
@@ -2656,4 +2672,12 @@
             <field name="linecolor" type="color" default="175, 0, 0" />
         </fields>
     </theme>
+    <theme name="SQCurveG">
+        <inherits>
+            <inherit from="SQCurve" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="color" default="175, 175, 175" />
+        </fields>
+    </theme>
 </themegroup>

http://dive4elements.wald.intevation.org