Add beginnings of the theme

This commit is contained in:
Jaime Thomas
2008-08-04 23:28:43 +00:00
parent 51312b72b0
commit cc5eeed0a2
18 changed files with 2902 additions and 6 deletions

View File

@ -0,0 +1,28 @@
group {
name: "ecdb/window";
parts {
part {
name: "background";
mouse_events: 0;
description {
state: "default" 0.0;
min: 255 255;
max: 999999 999999
rel1 {
relative: 0.0 0.0;
offset: 0 0;
}
rel2 {
relative: 1.0 1.0;
offset: -1 -1;
}
image {
normal: "window.png";
}
}
}
}
}