enventor/data/themes/default/images.edc

134 lines
2.4 KiB
Plaintext
Raw Normal View History

2013-07-20 01:51:56 -07:00
images {
image: "plus.png" COMP;
image: "minus.png" COMP;
image: "file.png" COMP;
image: "find.png" COMP;
image: "highlight.png" COMP;
image: "lines.png" COMP;
image: "new.png" COMP;
2014-08-10 01:46:14 -07:00
image: "console.png" COMP;
image: "status.png" COMP;
image: "swallow_s.png" COMP;
2014-06-01 00:13:38 -07:00
image: "goto.png" COMP;
}
group { name: "line";
parts {
part { name: "img";
type: IMAGE;
description { state: "default" 0.0;
image.normal: "goto.png";
}
}
}
}
group { name: "file";
parts {
part { name: "img";
type: IMAGE;
description { state: "default" 0.0;
image.normal: "file.png";
}
}
}
}
group { name: "find";
parts {
part { name: "img";
type: IMAGE;
description { state: "default" 0.0;
image.normal: "find.png";
}
}
}
}
group { name: "highlight";
parts {
part { name: "img";
type: IMAGE;
description { state: "default" 0.0;
image.normal: "highlight.png";
}
}
}
}
group { name: "lines";
parts {
part { name: "img";
type: IMAGE;
description { state: "default" 0.0;
image.normal: "lines.png";
}
}
}
}
group { name: "new";
parts {
part { name: "img";
type: IMAGE;
description { state: "default" 0.0;
image.normal: "new.png";
}
}
}
}
2014-08-10 01:46:14 -07:00
group { name: "console";
parts {
part { name: "img";
type: IMAGE;
description { state: "default" 0.0;
2014-08-10 01:46:14 -07:00
image.normal: "console.png";
}
}
}
}
group { name: "status";
parts {
part { name: "img";
type: IMAGE;
description { state: "default" 0.0;
image.normal: "status.png";
}
}
}
}
group { name: "swallow_s";
parts {
part { name: "img";
type: IMAGE;
description { state: "default" 0.0;
image.normal: "swallow_s.png";
}
}
}
2013-07-20 01:51:56 -07:00
}
group { name: "plus";
2013-07-20 01:51:56 -07:00
parts {
part { name: "img";
type: IMAGE;
description { state: "default" 0.0;
image.normal: "plus.png";
}
}
}
}
group { name: "minus";
2013-07-20 01:51:56 -07:00
parts {
part { name: "img";
type: IMAGE;
description { state: "default" 0.0;
image.normal: "minus.png";
}
}
}
}