theme 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311
  1. $FONT_TITLE = "Ubuntu:size=10#Center#XFT"
  2. $FONT = "Ubuntu:size=10#Left#XFT"
  3. Version = "2"
  4. Require {
  5. Templates = "True"
  6. }
  7. Background {
  8. Texture = "LinesHorz 10% #dedede #e3e3e3"
  9. }
  10. Define = "Border" {
  11. Focused {
  12. TopLeft = "Image top_left.xpm"
  13. Top = "Image top_border.xpm"
  14. TopRight = "Image top_right.xpm"
  15. Left = "Image leftright_border.xpm"
  16. Right = "Image leftright_border.xpm"
  17. BottomLeft = "Image bottom_left.xpm"
  18. Bottom = "Image bottom_border.xpm"
  19. BottomRight = "Image bottom_right.xpm"
  20. }
  21. Unfocused{
  22. TopLeft = "Image top_left_unf.xpm"
  23. Top = "Image top_border.xpm"
  24. TopRight = "Image top_right_unf.xpm"
  25. Left = "Image leftright_border_unf.xpm"
  26. Right = "Image leftright_border_unf.xpm"
  27. BottomLeft = "Image bottom_left_unf.xpm"
  28. Bottom = "Image bottom_border_unf.xpm"
  29. BottomRight = "Image bottom_right_unf.xpm"
  30. }
  31. }
  32. Define = "EmptyBorder" {
  33. Focused {
  34. TopLeft = "Empty"
  35. Top = "Empty"
  36. TopRight = "Empty"
  37. Left = "Empty"
  38. Right = "Empty"
  39. BottomLeft = "Empty"
  40. Bottom = "Empty"
  41. BottomRight = "Empty"
  42. }
  43. Unfocused {
  44. TopLeft = "Empty"
  45. Top = "Empty"
  46. TopRight = "Empty"
  47. Left = "Empty"
  48. Right = "Empty"
  49. BottomLeft = "Empty"
  50. Bottom = "Empty"
  51. BottomRight = "Empty"
  52. }
  53. }
  54. Define = "EmptyDecor" {
  55. Height = "0"
  56. Focused = "Empty"
  57. Unfocused = "Empty"
  58. Tab{
  59. Focused = "Empty"
  60. FocusedSelected = "Empty"
  61. Unfocused = "Empty"
  62. UnfocusedSelected = "Empty"
  63. }
  64. Separator {
  65. Focused = "Empty"
  66. Unfocused = "Empty"
  67. }
  68. Font {
  69. Focused = "$FONT"
  70. }
  71. FontColor {
  72. Focused = "#000000"
  73. FocusedSelected = "#000000"
  74. Unfocused = "#000000"
  75. UnfocusedSelected = "#000000"
  76. }
  77. }
  78. Define = "Titlebarless" {
  79. @EmptyDecor
  80. Border{
  81. @Border
  82. Focused {
  83. TopLeft = "Image bottom_left.xpm"
  84. Top = "Image bottom_border.xpm"
  85. TopRight = "Image bottom_right.xpm"
  86. }
  87. Unfocused {
  88. TopLeft = "Image bottom_left_unf.xpm"
  89. Top = "Image bottom_border_unf.xpm"
  90. TopRight = "Image bottom_right_unf.xpm"
  91. }
  92. }
  93. }
  94. Decor = "Default"{
  95. Height = "22"
  96. Pad = "3 3 7 8"
  97. Focused = "Image title.xpm"
  98. Unfocused = "Image title_unf.xpm"
  99. Tab {
  100. Focused = "Image title.xpm"
  101. FocusedSelected = "Image title.xpm"
  102. Unfocused = "Image title_unf.xpm"
  103. UnfocusedSelected = "Image title_unf.xpm"
  104. }
  105. Separator {
  106. Focused = "Image tab_separator.xpm"
  107. Unfocused = "Image tab_separator_unf.xpm"
  108. }
  109. Font {
  110. Focused = "$FONT_TITLE"
  111. }
  112. FontColor {
  113. Focused = "#cccccc"
  114. FocusedSelected = "#ffffff"
  115. Unfocused = "#999999"
  116. UnfocusedSelected = "#cccccc"
  117. }
  118. Buttons{
  119. Left = "Close" {
  120. Focused = "Image button_close.xpm"
  121. Unfocused = "Image button_close_unf.xpm"
  122. Hover = "Image button_close_hov.xpm"
  123. Pressed = "Image button_close_pr.xpm"
  124. Button = "1" { Actions = "Close" }
  125. Button = "3" { Actions = "Kill" }
  126. }
  127. Left = "Iconify" {
  128. Focused = "Image button_hide.xpm"
  129. Unfocused = "Image button_hide_unf.xpm"
  130. Hover = "Image button_hide_hov.xpm"
  131. Pressed = "Image button_hide_pr.xpm"
  132. Button = "1"{Actions = "Set Iconified"}
  133. }
  134. Left = "Max" {
  135. Focused = "Image button_full.xpm"
  136. Unfocused = "Image button_full_unf.xpm"
  137. Hover = "Image button_full_hov.xpm"
  138. Pressed = "Image button_full_pr.xpm"
  139. Button = "1" { Actions = "Toggle Maximized 1 1" }
  140. }
  141. Left "Shade" {
  142. Focused = "Image button_shade.xpm"
  143. Unfocused = "Image button_shade_unf.xpm"
  144. Hover = "Image button_shade_hov.xpm"
  145. Pressed = "Image button_shade_pr.xpm"
  146. Button = "1" { Actions = "Toggle Shaded" }
  147. }
  148. }
  149. Border {
  150. @Border
  151. }
  152. }
  153. Decor = "Menu" {
  154. Height = "23"
  155. Pad = "2 4 6 8"
  156. Focused = "Image menu_title.xpm"
  157. Unfocused = "Image menu_title_unf.xpm"
  158. Tab{
  159. Focused = "Image menu_title.xpm"
  160. FocusedSelected = "Image menu_title.xpm"
  161. Unfocused = "Image menu_title_unf.xpm"
  162. UnfocusedSelected = "Image menu_title_unf.xpm"
  163. }
  164. Separator {
  165. Focused = "Image top_left.xpm"
  166. Unfocused = "Image top_left_unf.xpm"
  167. }
  168. Font {
  169. Focused = "$FONT"
  170. }
  171. FontColor {
  172. Focused = "#FF0000"
  173. FocusedSelected = "#000000"
  174. Unfocused = "#00FF00"
  175. UnfocusedSelected = "#bfbfbf"
  176. }
  177. Border {
  178. Focused{
  179. TopLeft = "Image menu_top_left.xpm"
  180. Top = "Image menu_top.xpm"
  181. TopRight = "Image menu_top_right.xpm"
  182. Left = "Image menu_left.xpm"
  183. Right = "Image menu_right.xpm"
  184. BottomLeft = "Image menu_bottom_left.xpm"
  185. Bottom = "Image menu_bottom.xpm"
  186. BottomRight = "Image menu_bottom_right.xpm"
  187. }
  188. Unfocused {
  189. TopLeft = "Image menu_top_left_unf.xpm"
  190. Top = "Image menu_top.xpm"
  191. TopRight = "Image menu_top_right_unf.xpm"
  192. Left = "Image menu_left_unf.xpm"
  193. Right = "Image menu_right_unf.xpm"
  194. BottomLeft = "Image menu_bottom_left_unf.xpm"
  195. Bottom = "Image menu_bottom_unf.xpm"
  196. BottomRight = "Image menu_bottom_right_unf.xpm"
  197. }
  198. }
  199. }
  200. Decor = "Titlebarless"{
  201. @Titlebarless
  202. }
  203. Decor = "WorkspaceIndicator" {
  204. @Titlebarless
  205. }
  206. Decor = "Statuswindow"{
  207. @Titlebarless
  208. }
  209. Decor = "InputDialog"{
  210. @Titlebarless
  211. }
  212. Menu{
  213. Pad = "3 0 4 8"
  214. Focused {
  215. Font = "$FONT"
  216. Background = "Solid #624141"
  217. Item = "Empty"
  218. Text = "#cccccc"
  219. Separator = "Image menuline.xpm#Scaled"
  220. Arrow = "Image arrow.xpm"
  221. }
  222. Unfocused {
  223. Font = "$FONT"
  224. Background = "Solid #415D62"
  225. Item = "Empty"
  226. Text = "#cccccc"
  227. Separator = "Image menuline_unf.xpm#Scaled"
  228. Arrow = "Image arrow_unf.xpm"
  229. }
  230. Selected {
  231. Font = "$FONT"
  232. Background = "Solid #000000"
  233. Item = "Empty"
  234. Text = "#ffffff"
  235. Arrow = "Image arrow.xpm"
  236. }
  237. }
  238. CmdDialog {
  239. Font = "$FONT"
  240. Texture = "Solid #ffffff"
  241. Text = "#000000"
  242. Pad = "3 10 1 3"
  243. }
  244. Dialog {
  245. Background = "Solid #624141"
  246. TitleFont = "$FONT_TITLE"
  247. TitleColor = "#ffffff"
  248. Font = "$FONT"
  249. Text = "#cccccc"
  250. Pad = "4 4 4 4"
  251. Button {
  252. Font = "$FONT"
  253. Text = "#ffffff"
  254. Focused = "SolidRaised #624141 #9C6868 #312020 2 2"
  255. Unfocused = "SolidRaised #624141 #9C6868 #312020 2 2"
  256. Hoover = "SolidRaised #415D62 #68949C #202E31 2 2"
  257. Pressed = "SolidRaised #624141 #9C6868 #312020 2 2"
  258. }
  259. }
  260. Harbour {
  261. Texture = "Solid #624141"
  262. }
  263. WorkspaceIndicator {
  264. Font = "$FONT_TITLE"
  265. Background = "Solid #ffffff"
  266. Workspace = "Solid #415D62"
  267. WorkspaceActive = "Solid #624141"
  268. Text = "#000000"
  269. EdgePadding = "2"
  270. WorkspacePadding = "2"
  271. }
  272. Status {
  273. Font = "$FONT"
  274. Texture = "Solid #ffffff"
  275. Text = "#000000"
  276. Pad = "4 2 10 30"
  277. }