Initial commit.
[euphoria.git] / data / themes / default / default.edc
1 /*****************************************************************/
2 /* Euphoria Default Theme - by: Ben Rockwood                     */
3 /* Design to pay homage to the awsome interface design           */
4 /*    of the Native Instruments tools, namely Traktor            */
5 /*****************************************************************/
6
7 images {
8         #include "default_images.edc"
9 }
10
11 collections {
12         group {
13                 min, 300 60;
14                 max, 300 60;
15                 name, "euphoria_small";
16
17                 parts {
18                         #include "default_small_parts.edc"
19                 }
20                 programs {
21                         #include "default_small_progs.edc"
22                 }
23         }
24
25         group {
26                 min, 200 320;
27                 max, 200 1280;
28                 name, "euphoria";
29                 parts {
30                         #include "default_parts.edc"
31                 }
32                 programs {
33                         #include "default_progs.edc"
34                 }
35         }
36
37         group {
38                 name, "playlist_item";
39                 min, 200 12;
40                 max, 200 12;
41
42                 parts {
43                         #include "default_playlist_parts.edc"
44                 }
45                 programs {
46                         #include "default_playlist_progs.edc"
47                 }
48         }
49 }
50