123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- /* 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 150
- #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
- /*
- #define INHERIT_PROVIDE_OWN_COLORS 1
- #ifndef INHERIT_PROVIDE_OWN_COLORS
- color_classes {
- #include "default_colors.in.edc"
- }
- #endif
- */
- collections{
- group{ name: "terminology/background";
- images {
- image: "dig_fill.png" COMP;
- }
- parts {
- part {
- name: "background";
- type: IMAGE;
- description { state: "default";
- image.normal: "dig_fill.png";
- }
- }
- ////////////////////////////////////////////////////////////////////
- // actual text grid for chars, cursors, selectiond etc. goes here
- part { name: "terminology.content"; type: SWALLOW;
- description { state: "default" 0.0;
- rel1.offset: 1 2;
- rel2.offset: -2 -2;
- }
- }
- }
- }
- }
|