enlightenment-module-moon/data/themes/icon.edc

20 lines
282 B
Plaintext

images {
image: "moon.png" COMP;
}
collections {
group {
name: "icon";
parts {
part {
name: "image";
mouse_events: 0;
description {
state: "default" 0.0;
aspect: 1.0 1.0;
image.normal: "moon.png";
}
}
}
}
}