comparison artifacts/doc/conf/themes/default.xml @ 8405:a779ee47aa79

Unify colors of SQ-relations and distinguish outliers by point size.
author Tom Gottfried <tom@intevation.de>
date Mon, 13 Oct 2014 17:22:52 +0200
parents 5ad3fd88c4c2
children f73cc569ac8b
comparison
equal deleted inserted replaced
8404:5ad3fd88c4c2 8405:a779ee47aa79
2345 <inherits> 2345 <inherits>
2346 <inherit from="Lines" /> 2346 <inherit from="Lines" />
2347 <inherit from="Points" /> 2347 <inherit from="Points" />
2348 </inherits> 2348 </inherits>
2349 <fields> 2349 <fields>
2350 <field name="pointcolor" type="Color" default="0, 153, 255" />
2351 <field name="showlines" type="boolean" display="Linie anzeigen" 2350 <field name="showlines" type="boolean" display="Linie anzeigen"
2352 default="false" hints="hidden" /> 2351 default="false" hints="hidden" />
2353 <field name="linesize" type="int" display="Liniendicke" 2352 <field name="linesize" type="int" display="Liniendicke"
2354 default="1" hints="hidden" /> 2353 default="1" hints="hidden" />
2355 <field name="linetype" type="Dash" display="Linienart" 2354 <field name="linetype" type="Dash" display="Linienart"
2365 <inherits> 2364 <inherits>
2366 <inherit from="Lines" /> 2365 <inherit from="Lines" />
2367 <inherit from="Points" /> 2366 <inherit from="Points" />
2368 </inherits> 2367 </inherits>
2369 <fields> 2368 <fields>
2370 <field name="pointcolor" type="Color" default="204, 0, 0" />
2371 <field name="showlines" type="boolean" display="Linie anzeigen" 2369 <field name="showlines" type="boolean" display="Linie anzeigen"
2372 default="false" hints="hidden" /> 2370 default="false" hints="hidden" />
2373 <field name="linesize" type="int" display="Liniendicke" 2371 <field name="linesize" type="int" display="Liniendicke"
2374 default="1" hints="hidden" /> 2372 default="1" hints="hidden" />
2375 <field name="linetype" type="Dash" display="Linienart" 2373 <field name="linetype" type="Dash" display="Linienart"
2394 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> 2392 display="Punktbeschriftung anzeigen" default="false" hints="hidden" />
2395 <field name="linecolor" type="Color" default="0, 0, 0" /> 2393 <field name="linecolor" type="Color" default="0, 0, 0" />
2396 </fields> 2394 </fields>
2397 </theme> 2395 </theme>
2398 2396
2399 <theme name="MySQCurve"> 2397 <theme name="SQMeasurementsA">
2398 <inherits>
2399 <inherit from="SQMeasurements" />
2400 </inherits>
2401 <fields>
2402 <field name="pointsize" type="int" default="4" />
2403 <field name="pointcolor" type="color" default="0, 0, 255" />
2404 </fields>
2405 </theme>
2406 <theme name="SQMeasurementsB">
2407 <inherits>
2408 <inherit from="SQMeasurements" />
2409 </inherits>
2410 <fields>
2411 <field name="pointsize" type="int" default="4" />
2412 <field name="pointcolor" type="color" default="0, 255, 255" />
2413 </fields>
2414 </theme>
2415 <theme name="SQMeasurementsC">
2416 <inherits>
2417 <inherit from="SQMeasurements" />
2418 </inherits>
2419 <fields>
2420 <field name="pointsize" type="int" default="4" />
2421 <field name="pointcolor" type="color" default="0, 255, 0" />
2422 </fields>
2423 </theme>
2424 <theme name="SQMeasurementsD">
2425 <inherits>
2426 <inherit from="SQMeasurements" />
2427 </inherits>
2428 <fields>
2429 <field name="pointsize" type="int" default="4" />
2430 <field name="pointcolor" type="color" default="255, 0, 255" />
2431 </fields>
2432 </theme>
2433 <theme name="SQMeasurementsE">
2434 <inherits>
2435 <inherit from="SQMeasurements" />
2436 </inherits>
2437 <fields>
2438 <field name="pointsize" type="int" default="4" />
2439 <field name="pointcolor" type="color" default="255, 255, 0" />
2440 </fields>
2441 </theme>
2442 <theme name="SQMeasurementsF">
2443 <inherits>
2444 <inherit from="SQMeasurements" />
2445 </inherits>
2446 <fields>
2447 <field name="pointsize" type="int" default="4" />
2448 <field name="pointcolor" type="color" default="255, 0, 0" />
2449 </fields>
2450 </theme>
2451 <theme name="SQMeasurementsG">
2452 <inherits>
2453 <inherit from="SQMeasurements" />
2454 </inherits>
2455 <fields>
2456 <field name="pointsize" type="int" default="4" />
2457 <field name="pointcolor" type="color" default="0, 0, 0" />
2458 </fields>
2459 </theme>
2460
2461 <theme name="SQOutliersA">
2462 <inherits>
2463 <inherit from="SQOutliers" />
2464 </inherits>
2465 <fields>
2466 <field name="pointsize" type="int" default="6" />
2467 <field name="pointcolor" type="color" default="100, 100, 255" />
2468 </fields>
2469 </theme>
2470 <theme name="SQOutliersB">
2471 <inherits>
2472 <inherit from="SQOutliers" />
2473 </inherits>
2474 <fields>
2475 <field name="pointsize" type="int" default="6" />
2476 <field name="pointcolor" type="color" default="100, 255, 255" />
2477 </fields>
2478 </theme>
2479 <theme name="SQOutliersC">
2480 <inherits>
2481 <inherit from="SQOutliers" />
2482 </inherits>
2483 <fields>
2484 <field name="pointsize" type="int" default="6" />
2485 <field name="pointcolor" type="color" default="100, 255, 100" />
2486 </fields>
2487 </theme>
2488 <theme name="SQOutliersD">
2489 <inherits>
2490 <inherit from="SQOutliers" />
2491 </inherits>
2492 <fields>
2493 <field name="pointsize" type="int" default="6" />
2494 <field name="pointcolor" type="color" default="255, 100, 255" />
2495 </fields>
2496 </theme>
2497 <theme name="SQOutliersE">
2498 <inherits>
2499 <inherit from="SQOutliers" />
2500 </inherits>
2501 <fields>
2502 <field name="pointsize" type="int" default="6" />
2503 <field name="pointcolor" type="color" default="255, 255, 100" />
2504 </fields>
2505 </theme>
2506 <theme name="SQOutliersF">
2507 <inherits>
2508 <inherit from="SQOutliers" />
2509 </inherits>
2510 <fields>
2511 <field name="pointsize" type="int" default="6" />
2512 <field name="pointcolor" type="color" default="255, 100, 100" />
2513 </fields>
2514 </theme>
2515 <theme name="SQOutliersG">
2516 <inherits>
2517 <inherit from="SQOutliers" />
2518 </inherits>
2519 <fields>
2520 <field name="pointsize" type="int" default="6" />
2521 <field name="pointcolor" type="color" default="100, 100, 100" />
2522 </fields>
2523 </theme>
2524
2525
2526 <theme name="SQCurveA">
2400 <inherits> 2527 <inherits>
2401 <inherit from="SQCurve" /> 2528 <inherit from="SQCurve" />
2402 </inherits> 2529 </inherits>
2403 <fields> 2530 <fields>
2404 <field name="linecolor" type="Color" default="255, 0, 0" /> 2531 <field name="linecolor" type="color" default="0, 0, 175" />
2405 </fields> 2532 </fields>
2406 </theme> 2533 </theme>
2407 2534 <theme name="SQCurveB">
2408 <theme name="SQMeasurementsA">
2409 <inherits>
2410 <inherit from="SQMeasurements" />
2411 </inherits>
2412 <fields>
2413 <field name="pointcolor" type="color" default="0, 0, 255" />
2414 </fields>
2415 </theme>
2416 <theme name="SQMeasurementsB">
2417 <inherits>
2418 <inherit from="SQMeasurements" />
2419 </inherits>
2420 <fields>
2421 <field name="pointcolor" type="color" default="0, 255, 255" />
2422 </fields>
2423 </theme>
2424 <theme name="SQMeasurementsC">
2425 <inherits>
2426 <inherit from="SQMeasurements" />
2427 </inherits>
2428 <fields>
2429 <field name="pointcolor" type="color" default="0, 255, 0" />
2430 </fields>
2431 </theme>
2432 <theme name="SQMeasurementsD">
2433 <inherits>
2434 <inherit from="SQMeasurements" />
2435 </inherits>
2436 <fields>
2437 <field name="pointcolor" type="color" default="255, 0, 255" />
2438 </fields>
2439 </theme>
2440 <theme name="SQMeasurementsE">
2441 <inherits>
2442 <inherit from="SQMeasurements" />
2443 </inherits>
2444 <fields>
2445 <field name="pointcolor" type="color" default="255, 255, 0" />
2446 </fields>
2447 </theme>
2448 <theme name="SQMeasurementsF">
2449 <inherits>
2450 <inherit from="SQMeasurements" />
2451 </inherits>
2452 <fields>
2453 <field name="pointcolor" type="color" default="255, 0, 0" />
2454 </fields>
2455 </theme>
2456 <theme name="SQMeasurementsG">
2457 <inherits>
2458 <inherit from="SQMeasurements" />
2459 </inherits>
2460 <fields>
2461 <field name="pointcolor" type="color" default="0, 0, 0" />
2462 </fields>
2463 </theme>
2464
2465 <theme name="SQOutliersA">
2466 <inherits>
2467 <inherit from="SQOutliers" />
2468 </inherits>
2469 <fields>
2470 <field name="pointcolor" type="color" default="100, 100, 255" />
2471 </fields>
2472 </theme>
2473 <theme name="SQOutliersB">
2474 <inherits>
2475 <inherit from="SQOutliers" />
2476 </inherits>
2477 <fields>
2478 <field name="pointcolor" type="color" default="100, 255, 255" />
2479 </fields>
2480 </theme>
2481 <theme name="SQOutliersC">
2482 <inherits>
2483 <inherit from="SQOutliers" />
2484 </inherits>
2485 <fields>
2486 <field name="pointcolor" type="color" default="100, 255, 100" />
2487 </fields>
2488 </theme>
2489 <theme name="SQOutliersD">
2490 <inherits>
2491 <inherit from="SQOutliers" />
2492 </inherits>
2493 <fields>
2494 <field name="pointcolor" type="color" default="255, 100, 255" />
2495 </fields>
2496 </theme>
2497 <theme name="SQOutliersE">
2498 <inherits>
2499 <inherit from="SQOutliers" />
2500 </inherits>
2501 <fields>
2502 <field name="pointcolor" type="color" default="255, 255, 100" />
2503 </fields>
2504 </theme>
2505 <theme name="SQOutliersF">
2506 <inherits>
2507 <inherit from="SQOutliers" />
2508 </inherits>
2509 <fields>
2510 <field name="pointcolor" type="color" default="255, 100, 100" />
2511 </fields>
2512 </theme>
2513 <theme name="SQOutliersG">
2514 <inherits>
2515 <inherit from="SQOutliers" />
2516 </inherits>
2517 <fields>
2518 <field name="pointcolor" type="color" default="100, 100, 100" />
2519 </fields>
2520 </theme>
2521
2522
2523 <theme name="SQCurveA">
2524 <inherits> 2535 <inherits>
2525 <inherit from="SQCurve" /> 2536 <inherit from="SQCurve" />
2526 </inherits> 2537 </inherits>
2527 <fields> 2538 <fields>
2528 <field name="linecolor" type="color" default="0, 0, 175" /> 2539 <field name="linecolor" type="color" default="0, 175, 175" />
2529 </fields> 2540 </fields>
2530 </theme> 2541 </theme>
2531 <theme name="SQCurveB"> 2542 <theme name="SQCurveC">
2532 <inherits> 2543 <inherits>
2533 <inherit from="SQCurve" /> 2544 <inherit from="SQCurve" />
2534 </inherits> 2545 </inherits>
2535 <fields> 2546 <fields>
2536 <field name="linecolor" type="color" default="0, 175, 175" /> 2547 <field name="linecolor" type="color" default="0, 175, 0" />
2537 </fields> 2548 </fields>
2538 </theme> 2549 </theme>
2539 <theme name="SQCurveC"> 2550 <theme name="SQCurveD">
2540 <inherits> 2551 <inherits>
2541 <inherit from="SQCurve" /> 2552 <inherit from="SQCurve" />
2542 </inherits> 2553 </inherits>
2543 <fields> 2554 <fields>
2544 <field name="linecolor" type="color" default="0, 175, 0" /> 2555 <field name="linecolor" type="color" default="175, 0, 175" />
2545 </fields> 2556 </fields>
2546 </theme> 2557 </theme>
2547 <theme name="SQCurveD"> 2558 <theme name="SQCurveE">
2548 <inherits> 2559 <inherits>
2549 <inherit from="SQCurve" /> 2560 <inherit from="SQCurve" />
2550 </inherits> 2561 </inherits>
2551 <fields> 2562 <fields>
2552 <field name="linecolor" type="color" default="175, 0, 175" /> 2563 <field name="linecolor" type="color" default="175, 175, 0" />
2553 </fields> 2564 </fields>
2554 </theme> 2565 </theme>
2555 <theme name="SQCurveE"> 2566 <theme name="SQCurveF">
2556 <inherits> 2567 <inherits>
2557 <inherit from="SQCurve" /> 2568 <inherit from="SQCurve" />
2558 </inherits> 2569 </inherits>
2559 <fields> 2570 <fields>
2560 <field name="linecolor" type="color" default="175, 175, 0" /> 2571 <field name="linecolor" type="color" default="175, 0, 0" />
2561 </fields> 2572 </fields>
2562 </theme> 2573 </theme>
2563 <theme name="SQCurveF"> 2574 <theme name="SQCurveG">
2564 <inherits> 2575 <inherits>
2565 <inherit from="SQCurve" /> 2576 <inherit from="SQCurve" />
2566 </inherits> 2577 </inherits>
2567 <fields> 2578 <fields>
2568 <field name="linecolor" type="color" default="175, 0, 0" />
2569 </fields>
2570 </theme>
2571 <theme name="SQCurveG">
2572 <inherits>
2573 <inherit from="SQCurve" />
2574 </inherits>
2575 <fields>
2576 <field name="linecolor" type="color" default="175, 175, 175" /> 2579 <field name="linecolor" type="color" default="175, 175, 175" />
2577 </fields> 2580 </fields>
2578 </theme> 2581 </theme>
2579 2582
2580 <theme name="Porosity"> 2583 <theme name="Porosity">

http://dive4elements.wald.intevation.org