1 <?xml version="1.0" encoding="UTF-8"?>
2 <splashy xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://splashy.alioth.debian.org/schemas/1.1/theme.xsd">
5 <!-- theme name is case sensitive. use directory name -->
6 <name>xbmc-spinner-black-silver</name>
8 <description>xbmc theme</description>
9 <urls>http://www.xbmc.org</urls>
13 <!-- here are tags to set the bar... x coordinate,
14 y coordinate, width and height are for the progress bar.
15 Remember that x, y, width and height are expressed in percentage -->
22 <!-- here you can set the color of the progressbar...
23 set the amount of red, green, blue and alpha channel.
24 Remember that the max value is 255 and the minumun value is 0-->
31 <!-- whether or not you want a border around the progressbar. default: no -->
41 <!-- here you can set the color of the progressbar background
42 set the amount of red, green, blue and alpha channel.
43 Remember that the max value is 255 and the minumun value is 0-->
54 <shutdown>backward</shutdown>
55 <resume>forward</resume>
56 <suspend>backward</suspend>
60 <shutdown>yes</shutdown>
62 <suspend>yes</suspend>
65 <!-- conventional path: /etc/splashy/themes + theme-name -->
67 <boot>background.png</boot>
68 <shutdown>background.png</shutdown>
69 <resume>background.png</resume>
70 <suspend>background.png</suspend>
71 <errorimg>background.png</errorimg>
72 <!-- resolution of the images. this value affects where
73 the progressbar will be drawn. If VALUE <= 0, then percentages
74 of the screen width and hight will be assumed -->
76 <!-- NOTE: x and y are not used by splashy -->
84 <!-- whether you want the textbox always
85 shown or no. If no, it will be shown only on error,
86 see autoverboseonerror -->
88 <!-- here are tags to set the text area... x coordinate,
89 y coordinate, width and height are for the text area.
90 Remember that x, y, width and height are expressed in percentage
98 <!-- here you can set the color of the text area...
99 set the amount of red, green, blue and alpha channel.
100 Remember that the max value is 255 and the minumun value is 0-->
107 <!-- whether or not you want a border around the progressbar. default: no -->
118 <!-- font file to use, path relative to theme -->
120 <file>FreeSans.ttf</file>
123 <!-- here you can set the color of the text/font...
124 set the amount of red, green, blue and alpha channel.
125 Remember that the max value is 255 and the minumun value is 0-->
134 <autoverboseonerror>yes</autoverboseonerror>
136 <fadeout>no</fadeout>