summaryrefslogtreecommitdiffstats
path: root/data/themes/default/default.edc
blob: b1bacd838b75d7e920f130d46217c7311f2496e6 (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";
	    }
	 }
      }
   }
}