weld.edc 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. /* i have no idea what else to include yet... this is hacking in the dark. */
  2. /* extra things for berk theme */
  3. #ifndef BG_COLOR
  4. #define BG_COLOR 71 59 40 150
  5. #endif
  6. #ifndef BG_COLOR_TRANSLUCENT
  7. #define BG_COLOR_TRANSLUCENT 51 32 26 100
  8. #endif
  9. #ifndef BELL_OVERLAY_COLOR
  10. #define BELL_OVERLAY_COLOR 251 243 155 32
  11. #endif
  12. /*
  13. #define INHERIT_PROVIDE_OWN_COLORS 1
  14. #ifndef INHERIT_PROVIDE_OWN_COLORS
  15. color_classes {
  16. #include "default_colors.in.edc"
  17. }
  18. #endif
  19. */
  20. collections{
  21. group{ name: "terminology/background";
  22. images {
  23. image: "dig_fill.png" COMP;
  24. }
  25. parts {
  26. part {
  27. name: "background";
  28. type: IMAGE;
  29. description { state: "default";
  30. image.normal: "dig_fill.png";
  31. }
  32. }
  33. ////////////////////////////////////////////////////////////////////
  34. // actual text grid for chars, cursors, selectiond etc. goes here
  35. part { name: "terminology.content"; type: SWALLOW;
  36. description { state: "default" 0.0;
  37. rel1.offset: 1 2;
  38. rel2.offset: -2 -2;
  39. }
  40. }
  41. }
  42. }
  43. }