summaryrefslogtreecommitdiffstats
path: root/data/themes/default/default.edc
blob: 5105fbbbc582bbfd824accc5677e8862acdb7924 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
images.image: "enlightenment.png" COMP;

collections {
   sounds {
      sample {
         name: "bell" LOSSY 64;
         source: "bell.wav";
      }
   }

   group {
      name: "test";
      parts {
         part { name: "main"; type: IMAGE;
            description {
               image.normal: "enlightenment.png";
            }
         }
      }
   }
}