<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<styles>
  <style name="Revision-to-Color" scope="node">
    <mapping>
      <source name="Revision" origin="customProperty" type="int"/>
      <target name="fillColor" type="color">
        <hints/>
      </target>
      <conversion type="range">
        <range>
          <min>0</min>
          <max>2</max>
          <result>#cccccc</result>
        </range>
        <range>
          <min>3</min>
          <max>3</max>
          <result>#99ccff</result>
        </range>
      </conversion>
    </mapping>
    <mapping>
      <source name="Revision" origin="customProperty" type="int"/>
      <target name="fillColor2" type="color">
        <hints/>
      </target>
      <conversion type="range"/>
    </mapping>
  </style>
  <style name="Revision-to-Color" scope="edge">
    <mapping>
      <source name="Revision" origin="customProperty" type="int"/>
      <target name="lineColor" type="color">
        <hints/>
      </target>
      <conversion type="range">
        <range>
          <min>0</min>
          <max>2</max>
          <result>#cccccc</result>
        </range>
        <range>
          <min>3</min>
          <max>3</max>
          <result>#3366ff</result>
        </range>
      </conversion>
    </mapping>
  </style>
</styles>
