theme 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307
  1. # vista Pekwm theme
  2. # License: GPL
  3. # Author: adriano.src
  4. # Email: adriano.src@gmail.com
  5. # Homepage: http://adrinux.wordpress.com
  6. $font = "Liberation Sans Bold-10Left#XFT"
  7. $font_title = "XFT#verdana:size=10:weight=bold#1#Left"
  8. PDecor {
  9. Decor = "Default" {
  10. Title {
  11. Height = "22"
  12. Pad = "2 5 5 5"
  13. Focused = "Image title.png"
  14. Unfocused = "Image title.png"
  15. Tab {
  16. Focused = "Image title.png"
  17. FocusedSelected = "Image title.png"
  18. Unfocused = "Image title.png"
  19. UnfocusedSelected = "Image title.png"
  20. }
  21. Separator {
  22. Focused = "Image tab-separator.png"
  23. Unfocused = "Image tab-separator.png"
  24. }
  25. Font {
  26. Focused = "$font_title"
  27. }
  28. FontColor {
  29. Focused = "#919191"
  30. FocusedSelected = "#ffffff"
  31. Unfocused = "#919191"
  32. UnfocusedSelected = "#919191"
  33. }
  34. Buttons {
  35. Right {
  36. Focused = "Image close.png"
  37. Unfocused = "Image close_unfocus.png"
  38. Hoover = "Image close_hover.png"
  39. Pressed = "Image close_press.png"
  40. Button = "1" { Actions = "Close" }
  41. Button = "3" { Actions = "Kill" }
  42. }
  43. Right {
  44. Focused = "Image max.png"
  45. Unfocused = "Image max_unfocus.png"
  46. Hoover = "Image max_hover.png"
  47. Pressed = "Image max_press.png"
  48. Button = "1" { Actions = "Toggle Maximized 1 1" }
  49. }
  50. Right {
  51. Focused = "Image pus.png"
  52. Unfocused = "Image pus_unfocus.png"
  53. Hoover = "Image pus_hover.png"
  54. Pressed = "Image pus_press.png"
  55. Button = "1" { Actions = "Toggle Shaded" }
  56. }
  57. Right {
  58. Focused = "Image min.png"
  59. Unfocused = "Image min_unfocus.png"
  60. Hoover = "Image min_hover.png"
  61. Pressed = "Image min_press.png"
  62. Button = "1" { Actions = "Set Iconified" }
  63. }
  64. }
  65. Border {
  66. Focused {
  67. TopLeft = "Image top-left.png"
  68. Top = "Image top-border.png"
  69. TopRight = "Image top-right.png"
  70. Left = "Image left-border.png"
  71. Right = "Image right-border.png"
  72. BottomLeft = "Image bottom-left.png"
  73. Bottom = "Image bottom-border.png"
  74. BottomRight = "Image bottom-right.png"
  75. }
  76. Unfocused {
  77. TopLeft = "Image top-left.png"
  78. Top = "Image top-border.png"
  79. TopRight = "Image top-right.png"
  80. Left = "Image left-border.png"
  81. Right = "Image right-border.png"
  82. BottomLeft = "Image bottom-left.png"
  83. Bottom = "Image bottom-border.png"
  84. BottomRight = "Image bottom-right.png"
  85. }
  86. }
  87. }
  88. }
  89. Decor = "Menu" {
  90. Title {
  91. Height = "22"
  92. Pad = "2 0 0 0"
  93. Focused = "Image title.png"
  94. Unfocused = "Image title.png"
  95. Tab {
  96. Focused = "Image title.png"
  97. FocusedSelected = "Image title.png"
  98. Unfocused = "Image title.png"
  99. UnfocusedSelected = "Image title.png"
  100. }
  101. Separator {
  102. Focused = "Image top-left.png"
  103. Unfocused = "Image top-left.png"
  104. }
  105. Font {
  106. Focused = "$font_title"
  107. }
  108. FontColor {
  109. Focused = "#919191"
  110. FocusedSelected = "#ffffff"
  111. Unfocused = "#919191"
  112. UnfocusedSelected = "#919191"
  113. }
  114. Buttons {
  115. Right {
  116. Focused = "Image close.png"
  117. Unfocused = "Image close_unfocus.png"
  118. Hoover = "Image close_hover.png"
  119. Pressed = "Image close_press.png"
  120. Button = "1" { Actions = "Close" }
  121. Button = "3" { Actions = "Kill" }
  122. }
  123. }
  124. Border {
  125. Focused {
  126. TopLeft = "Image top-left.png"
  127. Top = "Image top-border.png"
  128. TopRight = "Image top-right.png"
  129. Left = "Image left-border.png"
  130. Right = "Image right-border.png"
  131. BottomLeft = "Image bottom-left.png"
  132. Bottom = "Image bottom-border.png"
  133. BottomRight = "Image bottom-right.png"
  134. }
  135. Unfocused {
  136. TopLeft = "Image top-left.png"
  137. Top = "Image top-border.png"
  138. TopRight = "Image top-right.png"
  139. Left = "Image left-border.png"
  140. Right = "Image right-border.png"
  141. BottomLeft = "Image bottom-left.png"
  142. Bottom = "Image bottom-border.png"
  143. BottomRight = "Image bottom-right.png"
  144. }
  145. }
  146. }
  147. }
  148. Decor = "Titlebarless" {
  149. Title {
  150. Focused = "Empty"
  151. Unfocused = "Empty"
  152. Tab {
  153. Focused = "Empty"
  154. FocusedSelected = "Empty"
  155. Unfocused = "Empty"
  156. UnfocusedSelected = "Empty"
  157. }
  158. Separator {
  159. Focused = "Empty"
  160. Unfocused = "Empty"
  161. }
  162. Font {
  163. Focused = "Empty"
  164. }
  165. FontColor {
  166. Focused = "Empty"
  167. FocusedSelected = "Empty"
  168. Unfocused = "Empty"
  169. UnfocusedSelected = "Empty"
  170. }
  171. Border {
  172. Focused {
  173. TopLeft = "Empty"
  174. Top = "Empty"
  175. TopRight = "Empty"
  176. Left = "Empty"
  177. Right = "Empty"
  178. BottomLeft = "Empty"
  179. Bottom = "Empty"
  180. BottomRight = "Empty"
  181. }
  182. Unfocused {
  183. TopLeft = "Empty"
  184. Top = "Empty"
  185. TopRight = "Empty"
  186. Left = "Empty"
  187. Right = "Empty"
  188. BottomLeft = "Empty"
  189. Bottom = "Empty"
  190. BottomRight = "Empty"
  191. }
  192. }
  193. }
  194. }
  195. Decor = "Statuswindow" {
  196. Title {
  197. Height = "0"
  198. Pad = "0 0 0 0"
  199. Focused = "Empty"
  200. Unfocused = "Empty"
  201. Tab {
  202. Focused = "Empty"
  203. FocusedSelected = "Empty"
  204. Unfocused = "Empty"
  205. UnfocusedSelected = "Empty"
  206. }
  207. Separator {
  208. Focused = "Empty"
  209. Unfocused = "Empty"
  210. }
  211. Font {
  212. Focused = "Empty"
  213. }
  214. FontColor {
  215. Focused = "Empty"
  216. FocusedSelected = "Empty"
  217. Unfocused = "Empty"
  218. UnfocusedSelected = "Empty"
  219. }
  220. Buttons {
  221. }
  222. Border {
  223. Focused {
  224. TopLeft = "Empty"
  225. Top = "Empty"
  226. TopRight = "Empty"
  227. Left = "Empty"
  228. Right = "Empty"
  229. BottomLeft = "Empty"
  230. Bottom = "Empty"
  231. BottomRight = "Empty"
  232. }
  233. Unfocused {
  234. TopLeft = "Empty"
  235. Top = "Empty"
  236. TopRight = "Empty"
  237. Left = "Empty"
  238. Right = "Empty"
  239. BottomLeft = "Empty"
  240. Bottom = "Empty"
  241. BottomRight = "Empty"
  242. }
  243. }
  244. }
  245. }
  246. }
  247. Harbour {
  248. Texture = "Solid #0b0b0c"
  249. }
  250. Menu {
  251. Pad = "0 0 4 4"
  252. Focused {
  253. Font = "$font"
  254. Background = "Solid #0b0b0c"
  255. Item = "Empty"
  256. Text = "#bbbbbb"
  257. Separator = "Image menuline.png#Scaled"
  258. Arrow = "Image arrow.png"
  259. }
  260. Unfocused {
  261. Font = "$font"
  262. Background = "Solid #0b0b0c"
  263. Item = "Empty"
  264. Text = "#919191"
  265. Separator = "Image menuline.png#Scaled"
  266. Arrow = "Image arrow_unfocus.png"
  267. }
  268. Selected {
  269. Font = "$font"
  270. Background = "Solid #09b9ff"
  271. Item = "Image item_focus.png"
  272. Text = "#ffffff"
  273. Arrow = "Image arrow_focus.png"
  274. }
  275. }
  276. CmdDialog {
  277. Font = "$font"
  278. Texture = "Solid #ffffff"
  279. Text = "#000000"
  280. Pad = "3 0 1 10"
  281. }
  282. Status {
  283. Font = "$font"
  284. Texture = "Solid #0b0b0c"
  285. Text = "#ffffff"
  286. Pad = "2 2 10 10"
  287. }