home *** CD-ROM | disk | FTP | other *** search
/ ftp.ee.pdx.edu / 2014.02.ftp.ee.pdx.edu.tar / ftp.ee.pdx.edu / pub / elvis / themes_archive / greenbar.thm < prev    next >
Text File  |  2003-10-02  |  1KB  |  106 lines

  1. GREENBAR
  2.  
  3. This is intended to resemble the classic green bar printer paper.
  4. It only uses one small image, so this is a very compact theme.
  5.  
  6. BEGIN greenbar.ex
  7. try set textcursor=opaque
  8. try set scrollbgimage
  9. color normal black on greenbar.xpm
  10. if color("idle") != "like normal"
  11. then color idle like normal
  12. color cursor blue on navyblue
  13. color selection on yellow
  14. color bottom like normal
  15. color toolbar light green on gray50
  16. color tool black on light green
  17. color scrollbar like toolbar
  18. color scroll like tool
  19. color statusbar like toolbar
  20. color status like tool
  21. END greenbar.ex
  22. BEGIN greenbar.xpm
  23. /* XPM */
  24. static char *greenbar[] = {
  25. /* width height num_colors chars_per_pixel */
  26. "     4     72       3            1",
  27. /* colors */
  28. ". c #f0f0f0",
  29. "x c #e0f8e0",
  30. "X c #d0f8d0",
  31. /* pixels */
  32. "....",
  33. "....",
  34. "....",
  35. "....",
  36. "....",
  37. "....",
  38. "....",
  39. "....",
  40. "....",
  41. "....",
  42. "....",
  43. "....",
  44. "....",
  45. "....",
  46. "....",
  47. "....",
  48. "....",
  49. "....",
  50. "....",
  51. "....",
  52. "....",
  53. "....",
  54. "....",
  55. "....",
  56. "....",
  57. "....",
  58. "....",
  59. "....",
  60. "....",
  61. "....",
  62. "....",
  63. "....",
  64. "....",
  65. "....",
  66. "XXXX",
  67. "xXxx",
  68. "xxxX",
  69. "xXxx",
  70. "xxxX",
  71. "xXxx",
  72. "xxxX",
  73. "xXxx",
  74. "xxxX",
  75. "xXxx",
  76. "xxxX",
  77. "xXxx",
  78. "xxxX",
  79. "xXxx",
  80. "xxxX",
  81. "xXxx",
  82. "xxxX",
  83. "xXxx",
  84. "xxxX",
  85. "xXxx",
  86. "xxxX",
  87. "xXxx",
  88. "xxxX",
  89. "xXxx",
  90. "xxxX",
  91. "xXxx",
  92. "xxxX",
  93. "xXxx",
  94. "xxxX",
  95. "xXxx",
  96. "xxxX",
  97. "xXxx",
  98. "xxxX",
  99. "xXxx",
  100. "xxxX",
  101. "xXxx",
  102. "xxxX",
  103. "XXXX"
  104. };
  105. END greenbar.xpm
  106.