Initial commit.
[euphoria.git] / data / themes / streamline / streamline.edc
1 /*** Streamline Euphoria Theme - An Alternation on the default theme ***/
2 /***  By: Ben Rockwood                                               ***/
3
4 images {
5         #include "streamline_images.edc"
6 }
7
8 collections {
9         group {
10                 min, 300 60;
11                 max, 300 60;
12                 name, "euphoria_small";
13                 
14                 parts {
15                         #include "streamline_small_parts.edc"
16                 }
17                 programs {
18                         #include "streamline_small_progs.edc"
19                 }
20                         
21         }
22
23         group {
24                 min, 510 90;
25                 max, 510 90;
26                 name, "euphoria";
27                 parts {
28                         #include "streamline_parts.edc"
29                 }
30                 programs {
31                         #include "streamline_progs.edc"
32                 }
33
34         }
35
36         group {
37                 name, "playlist_item";
38                 min, 200 12;
39                 max, 200 12;
40
41                 parts {
42                         #include "streamline_playlist_parts.edc"
43                 }
44                 programs {
45                         #include "streamline_playlist_progs.edc"
46                 }
47
48         }
49
50 }
51
52