diff flys-artifacts/doc/conf/default-themes.xml @ 3781:8e713e9bb4d7

Defined colors for bed quality themes. flys-artifacts/trunk@5488 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 17 Sep 2012 09:40:00 +0000
parents d29cebf371ba
children a5f65e8983be 74f9766599b5
line wrap: on
line diff
--- a/flys-artifacts/doc/conf/default-themes.xml	Mon Sep 17 09:16:20 2012 +0000
+++ b/flys-artifacts/doc/conf/default-themes.xml	Mon Sep 17 09:40:00 2012 +0000
@@ -1068,6 +1068,10 @@
     		<inherit from="HiddenColorLines" />
     		<inherit from="MinMaxPoints" />
     	</inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 0, 0" />
+        </fields>
     </theme>
     
     <theme name="PorositySubLayer">
@@ -1075,6 +1079,10 @@
     		<inherit from="HiddenColorLines" />
     		<inherit from="MinMaxPoints" />
     	</inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 0, 0" />
+        </fields>
     </theme>
     
     <theme name="DensityTopLayer">
@@ -1082,6 +1090,10 @@
     		<inherit from="HiddenColorLines" />
     		<inherit from="MinMaxPoints" />
     	</inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="#996366" />
+        </fields>
     </theme>
     
     <theme name="DensitySubLayer">
@@ -1089,6 +1101,10 @@
     		<inherit from="HiddenColorLines" />
     		<inherit from="MinMaxPoints" />
     	</inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="#996366" />
+        </fields>
     </theme>
     
     <theme name="BedDiameterTopLayer">
@@ -1096,6 +1112,10 @@
     		<inherit from="HiddenColorLines" />
     		<inherit from="MinMaxPoints" />
     	</inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="#FF0000" />
+        </fields>
     </theme>
     
     <theme name="BedDiameterSubLayer">
@@ -1103,6 +1123,10 @@
     		<inherit from="HiddenColorLines" />
     		<inherit from="MinMaxPoints" />
     	</inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="#FF0000" />
+        </fields>
     </theme>
     
     <theme name="BedLoadDiameter">
@@ -1110,6 +1134,10 @@
     		<inherit from="HiddenColorLines" />
     		<inherit from="MinMaxPoints" />
     	</inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="#00FF00" />
+        </fields>
     </theme>
 
 

http://dive4elements.wald.intevation.org