/* i have no idea what else to include yet... this is hacking in the dark. */ /* extra things for berk theme */ #ifndef BG_COLOR #define BG_COLOR 71 59 40 250 #endif #ifndef BG_COLOR_TRANSLUCENT #define BG_COLOR_TRANSLUCENT 51 32 26 100 #endif #ifndef BELL_OVERLAY_COLOR #define BELL_OVERLAY_COLOR 251 243 155 32 #endif collections{ group{ name: "terminology/background"; images { image: "dig_fill.png" COMP; } parts { /* part { name: "background"; type: RECT; description { state: "default" 0.0; } } */ part { name: "background"; type: IMAGE; description { state: "default"; /* fixedL 1 1; rel1.to: "terminology/background"; rel2.to: "terminology/background"; */ image.normal: "dig_fill.png"; /* fill{ size.relative: 0.5 0.5; size.offset: 64 64; */ } } } } }