1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!-- This skin is meant to be a reference for people who create new skins.
3 If you leave out an entry, a predefined default value will be used. -->
7 <!-- This subtree contains the graphics to use. -->
10 <!-- The background images separated by semicolons. Each month can have
11 another background. -->
12 <images value="bg.png;
25 <!-- The image for highlighting the current day. -->
26 <today value="today.png"/>
28 <!-- The images for the navigation buttons. -->
29 <nav-prev value="prev.png"/>
30 <nav-home value="home.png"/>
31 <nav-next value="next.png"/>
36 <!-- This subtree contains all geometry settings (except for those that the
37 user may change, e.g. the position of the main window). -->
40 <!-- Settings for the main window. -->
46 <!-- Settings for the navigation buttons. -->
52 <!-- Settings for the month label. -->
58 <!-- Settings for the year label. The year will be placed next to the
59 month (to the right or to the left, depending on the locale) if no
61 These settings are ignored by 'gDeskCal' versions prior to 0.32. -->
67 <!-- Settings for the weekdays label.
68 hspacing is the width of the gap between days. -->
74 <hspacing value="11"/>
77 <!-- Settings for days label.
78 hspacing is the width of the gap between days.
79 vspacing is the height of the gap between days. -->
85 <hspacing value="12"/>
86 <vspacing value="14"/>
92 <!-- The fonts used by the calendar. The font names must be in a form that
93 the Pango library understands and with the size being measured in pixels
94 instead of points. -->
96 <year value="sans bold 16"/>
97 <month value="serif bold italic 24"/>
98 <weekdays value="serif bold 14"/>
99 <days value="sans bold 18"/>
103 <!-- The colors to use. -->
105 <year value="gray90"/>
106 <month value="white"/>
107 <weekdays value="yellow"/>
108 <days value="black"/>