Mercurial > dive4elements > river
comparison artifacts/doc/conf/themes/default.xml @ 9202:b4402594213b
More work on calculations and output for S-Info flood duration workflow (chart types 1 and 2)
author | mschaefer |
---|---|
date | Mon, 02 Jul 2018 07:33:53 +0200 |
parents | b3c11c5fdbd5 |
children | 4f411c6ee3ae |
comparison
equal
deleted
inserted
replaced
9201:491e1a434457 | 9202:b4402594213b |
---|---|
3080 <fields> | 3080 <fields> |
3081 <field name="pointsize" type="int" display="Punktdicke" default="3" /> | 3081 <field name="pointsize" type="int" display="Punktdicke" default="3" /> |
3082 <field name="pointcolor" type="Color" display="Punktfarbe" default="68, 216, 40" /> | 3082 <field name="pointcolor" type="Color" display="Punktfarbe" default="68, 216, 40" /> |
3083 </fields> | 3083 </fields> |
3084 </theme> | 3084 </theme> |
3085 <theme name="SInfoMainValues1"> | |
3086 <inherits> | |
3087 <inherit from="MainValuesW" /> | |
3088 </inherits> | |
3089 <fields> | |
3090 <field name="linecolor" type="Color" display="Farbe" default="0, 96, 192" /> | |
3091 </fields> | |
3092 </theme> | |
3093 <theme name="SInfoMainValues2"> | |
3094 <inherits> | |
3095 <inherit from="MainValuesW" /> | |
3096 </inherits> | |
3097 <fields> | |
3098 <field name="linecolor" type="Color" display="Farbe" default="192, 0, 0" /> | |
3099 </fields> | |
3100 </theme> | |
3101 <theme name="SInfoMainValues3"> | |
3102 <inherits> | |
3103 <inherit from="MainValuesW" /> | |
3104 </inherits> | |
3105 <fields> | |
3106 <field name="linecolor" type="Color" display="Farbe" default="96, 128, 0" /> | |
3107 </fields> | |
3108 </theme> | |
3085 </themegroup> | 3109 </themegroup> |