Added some effects to graphics elements and changed default theme a bit.
[jspeed] / src / resources / themes / default / theme.xml
index 0064f70..6068249 100644 (file)
                <align>right</align>
                <width>600</width>
                <format>%.0f</format>
+               <effect name="dropshadow">
+                       <xoffset>0</xoffset>
+                       <yoffset>0</yoffset>                    
+                       <radius>35</radius>
+                       <color>#a5efff</color>
+               </effect>
        </text>
 </orientation>
 <orientation name="portrait">
                <align>right</align>
                <width>470</width>
                <format>%.0f</format>
+               <effect name="dropshadow">
+                        <xoffset>0</xoffset>
+                        <yoffset>0</yoffset>
+                        <radius>35</radius>
+                        <color>#a5efff</color>
+                </effect>
        </text>
 </orientation>
 </theme>