=== Overview ===
[xuni.git] / gui / shadow / theme.xml
blob75cb5966ad0bc1df4a94b1789ad070ffbbe0587a
1 <?xml version="1.0"?>
2 <!-- gui/shadow/theme.xml -->
3 <xuni-resource xuni-version="0.3.0" type="theme">
4     <name>shadow</name>
5     <title>Shadow</title>
6     <author>DWK</author>
7     <description>
8         In this theme, where the Shadows lie, . . . .
9     </description>
10     
11     <widget type="theme" name="shadow">
12         <width>100</width>
13         <height>100</height>
14         <visible>0</visible>
15         
16         <widget type="font">
17             <name>font-mono</name>
18             <ref>font/FreeMono</ref>
19         </widget>
20         
21         <widget type="font">
22             <name>font-sans</name>
23             <ref>font/FreeSans</ref>
24         </widget>
25         
26         <widget type="image">
27             <name>default cursor</name>
28             <path>../alienglow/cursor.png</path>
29             <width>100.0 / 8 * 0.75</width>
30             <height>100.0 / 8</height>
31         </widget>
32         
33         <widget type="image">
34             <name>check</name>
35             <path>../alienglow/check.png</path>
36             <width>100.0 / 30</width>
37             <height>100.0 / 30</height>
38         </widget>
39         
40         <widget type="image">
41             <name>corners-in-normal</name>
42             <path>corners.png</path>
43         </widget>
44         
45         <widget type="image">
46             <name>corners-in-hover</name>
47             <path>corners.png</path>
48         </widget>
49         
50         <widget type="image">
51             <name>corners-in-active</name>
52             <path>corners.png</path>
53         </widget>
54         
55         <widget type="image">
56             <name>corners-out-normal</name>
57             <path>corners.png</path>
58         </widget>
59         
60         <widget type="image">
61             <name>corners-out-hover</name>
62             <path>corners.png</path>
63         </widget>
64         
65         <widget type="image">
66             <name>corners-out-active</name>
67             <path>corners.png</path>
68         </widget>
69         
70         <widget type="image">
71             <name>scroll-up</name>
72             <path>../alienglow/scrollbar.png</path>
73             <width>100.0 / 30.0</width>
74             <height>100.0 / 30.0</height>
75         </widget>
76         
77         <!-- !!! -->
78         <widget type="image">
79             <name>scroll-down</name>
80             <path>../alienglow/scrollbar.png</path>
81             <width>100.0 / 30.0</width>
82             <height>100.0 / 30.0</height>
83             <angle unit="degrees">180</angle>
84         </widget>
85     </widget>
86 </xuni-resource>