theme 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304
  1. $font_title="-*-lucida-*-r-*-*-14-*-*-*-*-*-iso10646-*#Center"
  2. $font="-*-lucida-*-r-*-*-12-*-*-*-*-*-iso10646-*#Left"
  3. Require {
  4. Templates = "True"
  5. }
  6. Background {
  7. Texture = "Solid #999999"
  8. }
  9. ColorMaps {
  10. ColorMap = "Unfocused" {
  11. Map = "#DDBB99" { To = "#AABBCC" }
  12. }
  13. ColorMap = "Hoover" {
  14. Map = "#DDBB99" { To = "#FFCCAA" }
  15. }
  16. ColorMap = "Pressed" {
  17. Map = "#FFFFFF" { To = "#000000" }
  18. Map = "#000000" { To = "#FFFFFF" }
  19. Map = "#DDBB99" { To = "#FFCCAA" }
  20. }
  21. }
  22. Define = "Title" {
  23. Height = "25"
  24. Pad = "3 1 10 15"
  25. Focused = "Image title.xpm"
  26. Unfocused = "ImageMapped Unfocused title.xpm"
  27. Tab {
  28. Focused = "Image title.xpm"
  29. FocusedSelected = "Image title.xpm"
  30. Unfocused = "ImageMapped Unfocused title.xpm"
  31. UnfocusedSelected = "ImageMapped Unfocused title.xpm"
  32. }
  33. Separator {
  34. Focused = "Image tab_separator.xpm"
  35. Unfocused = "ImageMapped unfocused tab_separator.xpm"
  36. }
  37. Font {
  38. Focused = "$font_title"
  39. }
  40. FontColor {
  41. Focused = "#444444"
  42. FocusedSelected = "#000000"
  43. Unfocused = "#444444"
  44. UnfocusedSelected = "#222222"
  45. }
  46. }
  47. Define = "EmptyTitle" {
  48. Height = "0"
  49. Pad = "0 0 0 0"
  50. Focused = "Empty"
  51. Unfocused = "Empty"
  52. Tab {
  53. Focused = "Empty"
  54. FocusedSelected = "Empty"
  55. Unfocused = "Empty"
  56. UnfocusedSelected = "Empty"
  57. }
  58. Separator{
  59. Focused = "Empty"
  60. Unfocused = "Empty"
  61. }
  62. Font{
  63. Focused = "$font_title"
  64. }
  65. FontColor{
  66. Focused = "#000000"
  67. FocusedSelected = "#000000"
  68. Unfocused = "#000000"
  69. UnfocusedSelected = "#000000"
  70. }
  71. }
  72. Define = "Buttons" {
  73. Right = "Close" {
  74. Focused = "Image button_close.xpm"
  75. Unfocused = "ImageMapped Unfocused button_close.xpm"
  76. Hoover = "ImageMapped Hoover button_close.xpm"
  77. Pressed = "ImageMapped Pressed button_close.xpm"
  78. Button = "1" { Actions = "Close" }
  79. Button = "3" { Actions = "Kill" }
  80. }
  81. Right = "Maximize" {
  82. Focused = "Image button_full.xpm"
  83. Unfocused = "ImageMapped Unfocused button_full.xpm"
  84. Hoover = "ImageMapped Hoover button_full.xpm"
  85. Pressed = "ImageMapped Pressed button_full.xpm"
  86. Button = "1" { Actions = "Toggle Maximized 1 1"}
  87. }
  88. Right = "Iconify" {
  89. Focused = "Image button_hide.xpm"
  90. Unfocused = "ImageMapped Unfocused button_hide.xpm"
  91. Hoover = "ImageMapped Hoover button_hide.xpm"
  92. Pressed = "ImageMapped Pressed button_hide.xpm"
  93. Button = "1" { Actions = "Set Iconified" }
  94. }
  95. Right = "Shade" {
  96. Focused = "Image button_shade.xpm"
  97. Unfocused = "ImageMapped Unfocused button_shade.xpm"
  98. Hoover = "ImageMapped Hoover button_shade.xpm"
  99. Pressed = "ImageMapped Pressed button_shade.xpm"
  100. Button = "1" { Actions = "Toggle Shaded" }
  101. }
  102. }
  103. Define = "Border" {
  104. Focused {
  105. TopLeft = "Image top_left.xpm"
  106. Top = "Image topbottom_border.xpm"
  107. TopRight = "Image top_right.xpm"
  108. Left = "Image leftright_border.xpm"
  109. Right = "Image leftright_border.xpm"
  110. BottomLeft = "Image bottom_left.xpm"
  111. Bottom = "Image topbottom_border.xpm"
  112. BottomRight = "Image bottom_right.xpm"
  113. }
  114. Unfocused {
  115. TopLeft = "ImageMapped Unfocused top_left.xpm"
  116. Top = "ImageMapped Unfocused topbottom_border.xpm"
  117. TopRight = "ImageMapped Unfocused top_right.xpm"
  118. Left = "ImageMapped Unfocused leftright_border.xpm"
  119. Right = "ImageMapped Unfocused leftright_border.xpm"
  120. BottomLeft = "ImageMapped Unfocused bottom_left.xpm"
  121. Bottom = "ImageMapped Unfocused topbottom_border.xpm"
  122. BottomRight = "ImageMapped Unfocused bottom_right.xpm"
  123. }
  124. }
  125. Define = "EmptyBorder" {
  126. Focused{
  127. TopLeft = "Empty"
  128. Top = "Empty"
  129. TopRight = "Empty"
  130. Left = "Empty"
  131. Right = "Empty"
  132. BottomLeft = "Empty"
  133. Bottom = "Empty"
  134. BottomRight = "Empty"
  135. }
  136. Unfocused {
  137. TopLeft = "Empty"
  138. Top = "Empty"
  139. TopRight = "Empty"
  140. Left = "Empty"
  141. Right = "Empty"
  142. BottomLeft = "Empty"
  143. Bottom = "Empty"
  144. BottomRight = "Empty"
  145. }
  146. }
  147. PDecor{
  148. Decor = "Default" {
  149. Title {
  150. @Title
  151. Buttons {
  152. @Buttons
  153. }
  154. Border {
  155. @Border
  156. }
  157. }
  158. }
  159. Decor = "CmdDialog" {
  160. Title {
  161. @EmptyTitle
  162. Border {
  163. @Border
  164. }
  165. }
  166. }
  167. Decor = "Menu" {
  168. Title {
  169. @Title
  170. Border {
  171. @Border
  172. }
  173. }
  174. }
  175. Decor = "Titlebarless" {
  176. Title {
  177. @EmptyTitle
  178. Border {
  179. @Border
  180. }
  181. }
  182. }
  183. Decor = "StatusWindow"{
  184. Title {
  185. @EmptyTitle
  186. Border {
  187. @Border
  188. }
  189. }
  190. }
  191. Decor = "WorkspaceIndicator" {
  192. Title {
  193. @EmptyTitle
  194. Border {
  195. @Border
  196. }
  197. }
  198. }
  199. }
  200. Menu {
  201. Pad = "2 0 4 16"
  202. Focused {
  203. Font = "$font"
  204. Background = "Solid #ddbb99"
  205. Item = "Empty"
  206. Text = "#000000"
  207. Separator = "Image menuline.xpm#Scaled"
  208. Arrow = "Empty"
  209. }
  210. Unfocused {
  211. Font = "$font"
  212. Background = "Solid #aabbcc"
  213. Item = "Empty"
  214. Text = "#000000"
  215. Separator = "Image menuline.xpm#Scaled"
  216. Arrow = "Empty"
  217. }
  218. Selected{
  219. Font = "$font"
  220. Background = "Solid #ffffff"
  221. Item = "Empty"
  222. Text = "#000000"
  223. Arrow = "Empty"
  224. }
  225. }
  226. CmdDialog {
  227. Font = "$font"
  228. Texture = "Solid #ffffff"
  229. Text = "#000000"
  230. Pad = "3 10 1 3"
  231. }
  232. Dialog {
  233. Background = "Solid #DDBB99"
  234. TitleFont = "$font_title"
  235. TitleColor = "#000000"
  236. Font = "$font"
  237. Text = "#444444"
  238. Pad = "4 4 4 4"
  239. Button {
  240. Font = "$font"
  241. Text = "#000000"
  242. Focused = "SolidRaised #AABBCC #ffffff #000000 2 0"
  243. Unfocused = "SolidRaised #AABBCC #ffffff #000000 2 0"
  244. Hoover = "SolidRaised #BBCCDD #ffffff #000000 2 0"
  245. Pressed = "SolidRaised #AABBCC #000000 #ffffff 2 0"
  246. }
  247. }
  248. Harbour {
  249. Texture = "SolidRaised #DDBB99 #000000 #ffffff"
  250. }
  251. Status {
  252. Font = "$font"
  253. Texture = "Solid #FFFFFF"
  254. Text = "#000000"
  255. Pad = "4 2 10 30"
  256. }
  257. WorkspaceIndicator {
  258. Font = "$font_title"
  259. Background = "Solid #ffffff"
  260. Workspace = "Solid #cccccc"
  261. WorkspaceActive = "Solid #aaaaaa"
  262. Text = "#000000"
  263. EdgePadding = "2"
  264. WorkspacePadding = "2"
  265. }