summaryrefslogtreecommitdiff
path: root/data/themes/default_background.edc
blob: 8c95258f343da9fbd595c394f15f4f29f8f99a6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
images {
   image: "e17_brushed.png" COMP;
   image: "e17_"SM"reflection_shadow_overlay.png" LOSSY 90;
}
group {
   name: "desktop/background";
   parts {
      part {
	 name: "background_image";
	 description {
	    state: "default" 0.0;
	    image {
	       normal: "e17_brushed.png";
	    }
	    fill {
	       size {
		  relative: 0 0;
		  offset:   400 300;
	       }
	    }
	 }
      }
      part {
	 name: "reflection_shadow_overlay";
	 description {
	    state: "default" 0.0;
	    image {
	       normal: "e17_"SM"reflection_shadow_overlay.png";
	    }
	 }
      }
   }
}