theme 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298
  1. $font_title = "Helvetica-9#Right#XFT"
  2. $font = "Helvetica-7#Left#XFT"
  3. # maybe buttons for window close, iconize, expand and shade should be
  4. # different? i can't draw those above and below edge wrinkles
  5. Require {
  6. Templates = "True"
  7. }
  8. Background {
  9. Texture = "Solid #808080"
  10. }
  11. Define = "Border" {
  12. Focused {
  13. TopLeft = "Image top_left.xpm"
  14. Top = "Image top_border.xpm"
  15. TopRight = "Image top_right.xpm"
  16. Left = "Image left_border.xpm"
  17. Right = "Image right_border.xpm"
  18. BottomLeft = "Image bottom_left.xpm"
  19. Bottom = "Image bottom_border.xpm"
  20. BottomRight = "Image bottom_right.xpm"
  21. }
  22. Unfocused {
  23. TopLeft = "Image top_left_unf.xpm"
  24. Top = "Image top_border_unf.xpm"
  25. TopRight = "Image top_right_unf.xpm"
  26. Left = "Image left_border_unf.xpm"
  27. Right = "Image right_border_unf.xpm"
  28. BottomLeft = "Image bottom_left_unf.xpm"
  29. Bottom = "Image bottom_border_unf.xpm"
  30. BottomRight = "Image bottom_right_unf.xpm"
  31. }
  32. }
  33. Define = "EmptyBorder" {
  34. Focused {
  35. TopLeft = "Empty"
  36. Top = "Empty"
  37. TopRight = "Empty"
  38. Left = "Empty"
  39. Right = "Empty"
  40. BottomLeft = "Empty"
  41. Bottom = "Empty"
  42. BottomRight = "Empty"
  43. }
  44. Unfocused {
  45. TopLeft = "Empty"
  46. Top = "Empty"
  47. TopRight = "Empty"
  48. Left = "Empty"
  49. Right = "Empty"
  50. BottomLeft = "Empty"
  51. Bottom = "Empty"
  52. BottomRight = "Empty"
  53. }
  54. }
  55. Define = "EmptyDecor" {
  56. Height = "0"
  57. Focused = "Empty"
  58. Unfocused = "Empty"
  59. Tab {
  60. Focused = "Empty"
  61. FocusedSelected = "Empty"
  62. Unfocused = "Empty"
  63. UnfocusedSelected = "Empty"
  64. }
  65. Separator {
  66. Focused = "Empty"
  67. Unfocused = "Empty"
  68. }
  69. Font {
  70. Focused = "Empty"
  71. }
  72. FontColor {
  73. Focused = "Empty"
  74. FocusedSelected = "Empty"
  75. Unfocused = "Empty"
  76. UnfocusedSelected = "Empty"
  77. }
  78. }
  79. PDecor{
  80. Decor = "Default"{
  81. Title {
  82. Height = "20"
  83. Pad = "3 3 7 8"
  84. Focused = "Image title.xpm"
  85. Unfocused = "Image title_unf.xpm"
  86. Tab {
  87. Focused = "Image title.xpm"
  88. FocusedSelected = "Image title.xpm"
  89. Unfocused = "Image title_unf.xpm"
  90. UnfocusedSelected = "Image title_unf.xpm"
  91. }
  92. Separator {
  93. Focused = "Image tab_separator.xpm"
  94. Unfocused = "Image tab_separator.xpm"
  95. }
  96. Font {
  97. Focused = "$font_title"
  98. }
  99. FontColor {
  100. Focused = "#FF0000"
  101. FocusedSelected = "#010101"
  102. Unfocused = "#b3b3b3"
  103. UnfocusedSelected = "#b4b4b4"
  104. }
  105. Buttons {
  106. Left = "Close" {
  107. Focused = "Image button_close.xpm"
  108. Unfocused = "Image button_close_unf.xpm"
  109. Hoover = "Image button_close_hov.xpm"
  110. Pressed = "Image button_close_pr.xpm"
  111. Button = "1"{Actions = "Close"}
  112. Button = "3"{Actions = "Kill"}}
  113. Left = "Maxmize" {
  114. Focused = "Image button_full.xpm"
  115. Unfocused = "Image button_full_unf.xpm"
  116. Hoover = "Image button_full_hov.xpm"
  117. Pressed = "Image button_full_pr.xpm"
  118. Button = "1"{Actions = "Toggle Maximized 1 1"}}
  119. Left = "Iconify" {
  120. Focused = "Image button_hide.xpm"
  121. Unfocused = "Image button_hide_unf.xpm"
  122. Hoover = "Image button_hide_hov.xpm"
  123. Pressed = "Image button_hide_pr.xpm"
  124. Button = "1"{Actions = "Set Iconified"}
  125. }
  126. Left = "Shade" {
  127. Focused = "Image button_shade.xpm"
  128. Unfocused = "Image button_shade_unf.xpm"
  129. Hoover = "Image button_shade_hov.xpm"
  130. Pressed = "Image button_shade_pr.xpm"
  131. Button = "1"{Actions = "Toggle Shaded"}
  132. }
  133. }
  134. Border{
  135. @Border
  136. }
  137. }
  138. }
  139. Decor = "Menu"{
  140. Title{
  141. Height = "20"
  142. Pad = "2 4 6 8"
  143. Focused = "Image menu_title.xpm"
  144. Unfocused = "Image menu_title_unf.xpm"
  145. Tab {
  146. Focused = "Image menu_title.xpm"
  147. FocusedSelected = "Image menu_title.xpm"
  148. Unfocused = "Image menu_title_unf.xpm"
  149. UnfocusedSelected = "Image menu_title_unf.xpm"
  150. }
  151. Separator {
  152. Focused = "Image top_left.xpm"
  153. Unfocused = "Image top_left_unf.xpm"
  154. }
  155. Font {
  156. Focused = "$font_title"
  157. }
  158. FontColor {
  159. Focused = "#FF0000"
  160. FocusedSelected = "#000000"
  161. Unfocused = "#00FF00"
  162. UnfocusedSelected = "#bfbfbf"
  163. }
  164. Border {
  165. Focused {
  166. TopLeft = "Image bright.xpm"
  167. Top = "Image bright.xpm"
  168. TopRight = "Image brightshadow.xpm"
  169. Left = "Image bright.xpm"
  170. Right = "Image shadow.xpm"
  171. BottomLeft = "Image brightshadow.xpm"
  172. Bottom = "Image shadow.xpm"
  173. BottomRight = "Image shadow.xpm"
  174. }
  175. Unfocused {
  176. TopLeft = "Image bright_unf.xpm"
  177. Top = "Image bright_unf.xpm"
  178. TopRight = "Image brightshadow_unf.xpm"
  179. Left = "Image bright_unf.xpm"
  180. Right = "Image shadow_unf.xpm"
  181. BottomLeft = "Image brightshadow_unf.xpm"
  182. Bottom = "Image shadow_unf.xpm"
  183. BottomRight = "Image shadow_unf.xpm"
  184. }
  185. }
  186. }
  187. }
  188. Decor = "Titlebarless" {
  189. Title{
  190. @EmptyDecor
  191. Border {
  192. @Border
  193. }
  194. }
  195. }
  196. Decor = "Statuswindow" {
  197. Title {
  198. @EmptyDecor
  199. Border {
  200. @EmptyBorder
  201. }
  202. }
  203. }
  204. Decor = "WorkspaceIndicator" {
  205. Title {
  206. @EmptyDecor
  207. Border {
  208. @Border
  209. }
  210. }
  211. }
  212. }
  213. Harbour {
  214. Texture = "Solid #FF00FF"
  215. }
  216. Menu {
  217. Pad = "2 0 4 8"
  218. Focused {
  219. Font = "$font"
  220. Background = "Solid #987868"
  221. Item = "Empty"
  222. Text = "#000000"
  223. Separator = "Image menuline.xpm#Scaled"
  224. Arrow = "Image arrow.xpm"
  225. }
  226. Unfocused {
  227. Font = "$font"
  228. Background = "Solid #666666"
  229. Item = "Empty"
  230. Text = "#b3b3b3"
  231. Separator = "Image menuline_unf.xpm#Scaled"
  232. Arrow = "Image arrow_unf.xpm"
  233. }
  234. Selected {
  235. Font = "$font"
  236. Background = "Solid #000000"
  237. Item = "Empty"
  238. Text = "#987868"
  239. Arrow = "Image arrow_pr.xpm"
  240. }
  241. }
  242. CmdDialog {
  243. Font = "$font"
  244. Texture = "Solid #ffffff"
  245. Text = "#000000"
  246. Pad = "3 10 1 3"
  247. }
  248. Status {
  249. Font = "$font"
  250. Texture = "Solid #987868"
  251. Text = "#000000"
  252. Pad = "4 2 10 30"
  253. }
  254. WorkspaceIndicator {
  255. Font = "#font"
  256. Background = "Solid #987868"
  257. Workspace = "Solid #666666"
  258. WorkspaceActive = "Solid #000000"
  259. Text = "#000000"
  260. EdgePadding = "1"
  261. WorkspacePadding = "1"
  262. }