comparison 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
comparison
equal deleted inserted replaced
8264:4d99606a844e 8265:78184aa612dd
2506 </inherits> 2506 </inherits>
2507 <fields> 2507 <fields>
2508 <field name="linecolor" type="Color" default="255, 0, 0" /> 2508 <field name="linecolor" type="Color" default="255, 0, 0" />
2509 </fields> 2509 </fields>
2510 </theme> 2510 </theme>
2511
2512 <theme name="SQMeasurementsA">
2513 <inherits>
2514 <inherit from="SQMeasurements" />
2515 </inherits>
2516 <fields>
2517 <field name="pointcolor" type="color" default="0, 0, 255" />
2518 </fields>
2519 </theme>
2520 <theme name="SQMeasurementsB">
2521 <inherits>
2522 <inherit from="SQMeasurements" />
2523 </inherits>
2524 <fields>
2525 <field name="pointcolor" type="color" default="0, 255, 255" />
2526 </fields>
2527 </theme>
2528 <theme name="SQMeasurementsC">
2529 <inherits>
2530 <inherit from="SQMeasurements" />
2531 </inherits>
2532 <fields>
2533 <field name="pointcolor" type="color" default="0, 255, 0" />
2534 </fields>
2535 </theme>
2536 <theme name="SQMeasurementsD">
2537 <inherits>
2538 <inherit from="SQMeasurements" />
2539 </inherits>
2540 <fields>
2541 <field name="pointcolor" type="color" default="255, 0, 255" />
2542 </fields>
2543 </theme>
2544 <theme name="SQMeasurementsE">
2545 <inherits>
2546 <inherit from="SQMeasurements" />
2547 </inherits>
2548 <fields>
2549 <field name="pointcolor" type="color" default="255, 255, 0" />
2550 </fields>
2551 </theme>
2552 <theme name="SQMeasurementsF">
2553 <inherits>
2554 <inherit from="SQMeasurements" />
2555 </inherits>
2556 <fields>
2557 <field name="pointcolor" type="color" default="255, 0, 0" />
2558 </fields>
2559 </theme>
2560
2561 <theme name="SQOutliersA">
2562 <inherits>
2563 <inherit from="SQOutliers" />
2564 </inherits>
2565 <fields>
2566 <field name="pointcolor" type="color" default="100, 100, 255" />
2567 </fields>
2568 </theme>
2569 <theme name="SQOutliersB">
2570 <inherits>
2571 <inherit from="SQOutliers" />
2572 </inherits>
2573 <fields>
2574 <field name="pointcolor" type="color" default="100, 255, 255" />
2575 </fields>
2576 </theme>
2577 <theme name="SQOutliersC">
2578 <inherits>
2579 <inherit from="SQOutliers" />
2580 </inherits>
2581 <fields>
2582 <field name="pointcolor" type="color" default="100, 255, 100" />
2583 </fields>
2584 </theme>
2585 <theme name="SQOutliersD">
2586 <inherits>
2587 <inherit from="SQOutliers" />
2588 </inherits>
2589 <fields>
2590 <field name="pointcolor" type="color" default="255, 100, 255" />
2591 </fields>
2592 </theme>
2593 <theme name="SQOutliersE">
2594 <inherits>
2595 <inherit from="SQOutliers" />
2596 </inherits>
2597 <fields>
2598 <field name="pointcolor" type="color" default="255, 255, 100" />
2599 </fields>
2600 </theme>
2601 <theme name="SQOutliersF">
2602 <inherits>
2603 <inherit from="SQOutliers" />
2604 </inherits>
2605 <fields>
2606 <field name="pointcolor" type="color" default="255, 100, 100" />
2607 </fields>
2608 </theme>
2609
2610
2611 <theme name="SQCurveA">
2612 <inherits>
2613 <inherit from="SQCurve" />
2614 </inherits>
2615 <fields>
2616 <field name="linecolor" type="color" default="0, 0, 175" />
2617 </fields>
2618 </theme>
2619 <theme name="SQCurveB">
2620 <inherits>
2621 <inherit from="SQCurve" />
2622 </inherits>
2623 <fields>
2624 <field name="linecolor" type="color" default="0, 175, 175" />
2625 </fields>
2626 </theme>
2627 <theme name="SQCurveC">
2628 <inherits>
2629 <inherit from="SQCurve" />
2630 </inherits>
2631 <fields>
2632 <field name="linecolor" type="color" default="0, 175, 0" />
2633 </fields>
2634 </theme>
2635 <theme name="SQCurveD">
2636 <inherits>
2637 <inherit from="SQCurve" />
2638 </inherits>
2639 <fields>
2640 <field name="linecolor" type="color" default="175, 0, 175" />
2641 </fields>
2642 </theme>
2643 <theme name="SQCurveE">
2644 <inherits>
2645 <inherit from="SQCurve" />
2646 </inherits>
2647 <fields>
2648 <field name="linecolor" type="color" default="175, 175, 0" />
2649 </fields>
2650 </theme>
2651 <theme name="SQCurveF">
2652 <inherits>
2653 <inherit from="SQCurve" />
2654 </inherits>
2655 <fields>
2656 <field name="linecolor" type="color" default="175, 0, 0" />
2657 </fields>
2658 </theme>
2511 </themegroup> 2659 </themegroup>

http://dive4elements.wald.intevation.org