metacity-theme-1.xml 66 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138
  1. <?xml version="1.0"?>
  2. <metacity_theme>
  3. <info>
  4. <name>Vimix</name>
  5. <author>Vince Liuice</author>
  6. <copyright>GPL-3.0+</copyright>
  7. <date>2018.01.12</date>
  8. <description>Vimix Metacity Theme</description>
  9. </info>
  10. <!-- CONSTANTS -->
  11. <constant name="C_titlebar" value="#363636" />
  12. <constant name="C_titlebar_unfocused" value="#363636" />
  13. <constant name="C_border_focused" value="#363636" />
  14. <constant name="C_border_unfocused" value="#363636" />
  15. <constant name="C_highlight_focused" value="#525252" />
  16. <constant name="C_highlight_unfocused" value="#525252" />
  17. <constant name="C_title_focused" value="#f5f5f5" />
  18. <constant name="C_title_unfocused" value="#dedede" />
  19. <!-- GEOMETRY -->
  20. <!-- Focused window -->
  21. <frame_geometry name="normal" title_scale="medium" rounded_top_left="2" rounded_top_right="2">
  22. <distance name="left_width" value="2" />
  23. <distance name="right_width" value="2" />
  24. <distance name="bottom_height" value="2" />
  25. <distance name="left_titlebar_edge" value="10" />
  26. <distance name="right_titlebar_edge" value="0" />
  27. <distance name="title_vertical_pad" value="4" />
  28. <aspect_ratio name="button" value="1.0" />
  29. <border name="title_border" left="4" right="4" top="4" bottom="4" />
  30. <border name="button_border" left="0" right="0" top="4" bottom="4" />
  31. </frame_geometry>
  32. <!-- Unfocused window -->
  33. <frame_geometry name="normal_unfocused" title_scale="medium" rounded_top_left="2" rounded_top_right="2" parent="normal" >
  34. <distance name="left_width" value="2" />
  35. <distance name="right_width" value="2" />
  36. <distance name="bottom_height" value="2" />
  37. <distance name="left_titlebar_edge" value="10"/>
  38. <distance name="right_titlebar_edge" value="0"/>
  39. <distance name="title_vertical_pad" value="4" />
  40. <border name="title_border" left="4" right="4" top="4" bottom="4" />
  41. <border name="button_border" left="0" right="0" top="4" bottom="4" />
  42. </frame_geometry>
  43. <!-- Maximized window -->
  44. <frame_geometry name="max" title_scale="medium" parent="normal" rounded_top_left="false" rounded_top_right="false">
  45. <distance name="left_width" value="0" />
  46. <distance name="right_width" value="0" />
  47. <distance name="bottom_height" value="0" />
  48. <distance name="title_vertical_pad" value="4" />
  49. <border name="title_border" left="4" right="4" top="4" bottom="4" />
  50. <border name="button_border" left="0" right="0" top="4" bottom="4" />
  51. </frame_geometry>
  52. <!-- Left tiled window -->
  53. <frame_geometry name="tiled_left" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="max">
  54. <distance name="right_width" value="0" />
  55. </frame_geometry>
  56. <!-- Right tiled window -->
  57. <frame_geometry name="tiled_right" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="max">
  58. <distance name="left_width" value="0" />
  59. </frame_geometry>
  60. <!-- Small window -->
  61. <frame_geometry name="small" title_scale="small" parent="normal" rounded_top_left="false" rounded_top_right="false">
  62. <distance name="title_vertical_pad" value="4" />
  63. <border name="title_border" left="4" right="4" top="0" bottom="0" />
  64. <border name="button_border" left="0" right="0" top="0" bottom="0" />
  65. </frame_geometry>
  66. <!-- Small unfocused window -->
  67. <frame_geometry name="small_unfocused" parent="small">
  68. <distance name="left_titlebar_edge" value="4"/>
  69. <distance name="right_titlebar_edge" value="4"/>
  70. </frame_geometry>
  71. <!-- No buttons -->
  72. <frame_geometry name="nobuttons" hide_buttons="true" parent="normal">
  73. </frame_geometry>
  74. <!-- Border -->
  75. <frame_geometry name="border" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal" >
  76. <distance name="left_width" value="0" />
  77. <distance name="right_width" value="0" />
  78. <distance name="bottom_height" value="0" />
  79. <distance name="title_vertical_pad" value="1" />
  80. <border name="title_border" left="10" right="10" top="0" bottom="0" />
  81. <border name="button_border" left="0" right="0" top="0" bottom="0"/>
  82. </frame_geometry>
  83. <!-- Borderless -->
  84. <frame_geometry name="borderless" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal">
  85. <distance name="left_width" value="0" />
  86. <distance name="right_width" value="0" />
  87. <distance name="bottom_height" value="0" />
  88. <distance name="title_vertical_pad" value="8" />
  89. <border name="title_border" left="0" right="0" top="0" bottom="0" />
  90. <border name="button_border" left="0" right="0" top="0" bottom="0" />
  91. </frame_geometry>
  92. <!-- Modal -->
  93. <frame_geometry name="modal" title_scale="small" hide_buttons="true" rounded_top_left="false" rounded_top_right="false" parent="small">
  94. <distance name="title_vertical_pad" value="5"/>
  95. </frame_geometry>
  96. <frame_geometry name="attached" title_scale="medium" hide_buttons="true" rounded_top_left="false" rounded_top_right="false" parent="normal">
  97. <distance name="title_vertical_pad" value="8"/>
  98. <distance name="bottom_height" value="0"/>
  99. <distance name="left_width" value="0"/>
  100. <distance name="right_width" value="0"/>
  101. </frame_geometry>
  102. <!-- TITLES -->
  103. <!-- Title alignment -->
  104. <draw_ops name="title_focused">
  105. <title x="(0 `max` ((width - title_width) / 2)) + 2"
  106. y="(0 `max` ((height - title_height) / 2))"
  107. color="C_title_focused" />
  108. </draw_ops>
  109. <draw_ops name="title_unfocused">
  110. <title x="(0 `max` ((width - title_width) / 2)) + 2"
  111. y="(0 `max` ((height - title_height) / 2))"
  112. color="C_title_unfocused" />
  113. </draw_ops>
  114. <!-- WINDOW DECORATIONS -->
  115. <draw_ops name="entire_background_focused">
  116. <rectangle color="C_titlebar" x="0" y="0" width="width" height="height" filled="true" />
  117. </draw_ops>
  118. <draw_ops name="entire_background_unfocused">
  119. <include name="entire_background_focused" />
  120. </draw_ops>
  121. <draw_ops name="titlebar_fill_focused">
  122. <rectangle color="C_titlebar" x="0" y="0" width="width" height="height" filled="true" />
  123. </draw_ops>
  124. <draw_ops name="titlebar_fill_attached_focused">
  125. <include name="entire_background_focused" />
  126. </draw_ops>
  127. <draw_ops name="titlebar_fill_unfocused">
  128. <rectangle color="C_titlebar_unfocused" x="0" y="0" width="width" height="height" filled="true" />
  129. </draw_ops>
  130. <draw_ops name="titlebar_focused">
  131. <include name="titlebar_fill_focused" />
  132. </draw_ops>
  133. <draw_ops name="titlebar_attached_focused"> <!-- titlebar for attached and modal dialogs -->
  134. <include name="titlebar_fill_attached_focused" />
  135. </draw_ops>
  136. <draw_ops name="rounded_titlebar_focused">
  137. <include name="titlebar_fill_focused" />
  138. </draw_ops>
  139. <draw_ops name="border_focused">
  140. <rectangle color="C_highlight_focused" x="0" y="0" width="width-1" height="height-1" filled="false" />
  141. </draw_ops>
  142. <draw_ops name="border_unfocused">
  143. <rectangle color="C_highlight_unfocused" x="0" y="0" width="width-1" height="height-1" filled="false" />
  144. </draw_ops>
  145. <draw_ops name="rounded_border_focused">
  146. <line color="C_border_focused" x1="2" y1="0" x2="width-3" y2="0" />
  147. <line color="C_border_focused" x1="0" y1="height-1" x2="width-1" y2="height-1" />
  148. <line color="C_border_focused" x1="0" y1="2" x2="0" y2="height-2" />
  149. <line color="C_border_focused" x1="width-1" y1="2" x2="width-1" y2="height-2" />
  150. <arc color="C_border_focused" x="0" y="0" width="3" height="3" start_angle="270" extent_angle="90" />
  151. <arc color="C_border_focused" x="width-3" y="0" width="2" height="3" start_angle="0" extent_angle="90" />
  152. <!-- double arcs for darker borders -->
  153. <arc color="C_border_focused" x="0" y="0" width="3" height="3" start_angle="270" extent_angle="90" />
  154. <arc color="C_border_focused" x="width-3" y="0" width="2" height="3" start_angle="0" extent_angle="90" />
  155. </draw_ops>
  156. <draw_ops name="rounded_border_unfocused">
  157. <line color="C_border_unfocused" x1="2" y1="0" x2="width-3" y2="0" />
  158. <line color="C_border_unfocused" x1="0" y1="height-1" x2="width-1" y2="height-1" />
  159. <line color="C_border_unfocused" x1="0" y1="2" x2="0" y2="height-2" />
  160. <line color="C_border_unfocused" x1="width-1" y1="2" x2="width-1" y2="height-2" />
  161. <arc color="C_border_unfocused" x="0" y="0" width="3" height="3" start_angle="270" extent_angle="90" />
  162. <arc color="C_border_unfocused" x="width-3" y="0" width="2" height="3" start_angle="0" extent_angle="90" />
  163. <!-- double arcs for darker borders -->
  164. <arc color="C_border_unfocused" x="0" y="0" width="3" height="3" start_angle="270" extent_angle="90" />
  165. <arc color="C_border_unfocused" x="width-3" y="0" width="2" height="3" start_angle="0" extent_angle="90" />
  166. </draw_ops>
  167. <draw_ops name="border_right_focused">
  168. <line
  169. x1="width-1" y1="0"
  170. x2="width-1" y2="height"
  171. color="C_titlebar" />
  172. </draw_ops>
  173. <draw_ops name="border_right_unfocused">
  174. <line
  175. x1="width-1" y1="0"
  176. x2="width-1" y2="height"
  177. color="C_titlebar_unfocused" />
  178. </draw_ops>
  179. <draw_ops name="border_left_focused">
  180. <line
  181. x1="0" y1="0"
  182. x2="0" y2="height"
  183. color="C_titlebar" />
  184. </draw_ops>
  185. <draw_ops name="border_left_unfocused">
  186. <line
  187. x1="0" y1="0"
  188. x2="0" y2="height"
  189. color="C_titlebar_unfocused" />
  190. </draw_ops>
  191. <!-- BUTTON ICONS -->
  192. <!-- note: negative values in x or y causes gnome-shell to crash -->
  193. <!-- Close icon -->
  194. <draw_ops name="close_focused">
  195. <image filename="close_focused_normal.png" x="0" y="2" width="object_width" height="object_height" />
  196. </draw_ops>
  197. <draw_ops name="close_focused_prelight">
  198. <image filename="close_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" />
  199. </draw_ops>
  200. <draw_ops name="close_focused_pressed">
  201. <image filename="close_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" />
  202. </draw_ops>
  203. <draw_ops name="close_unfocused">
  204. <image filename="close_unfocused.png" x="0" y="2" width="object_width" height="object_height" />
  205. </draw_ops>
  206. <draw_ops name="close_unfocused_prelight">
  207. <image filename="close_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" />
  208. </draw_ops>
  209. <draw_ops name="close_unfocused_pressed">
  210. <image filename="close_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" />
  211. </draw_ops>
  212. <!-- Maximize icon -->
  213. <draw_ops name="maximize_focused">
  214. <image filename="maximize_focused_normal.png" x="0" y="2" width="object_width" height="object_height" />
  215. </draw_ops>
  216. <draw_ops name="maximize_focused_prelight">
  217. <image filename="maximize_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" />
  218. </draw_ops>
  219. <draw_ops name="maximize_focused_pressed">
  220. <image filename="maximize_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" />
  221. </draw_ops>
  222. <draw_ops name="maximize_unfocused">
  223. <image filename="maximize_unfocused.png" x="0" y="2" width="object_width" height="object_height" />
  224. </draw_ops>
  225. <draw_ops name="maximize_unfocused_prelight">
  226. <image filename="maximize_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" />
  227. </draw_ops>
  228. <draw_ops name="maximize_unfocused_pressed">
  229. <image filename="maximize_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" />
  230. </draw_ops>
  231. <!-- Unmaximize icon -->
  232. <draw_ops name="unmaximize_focused">
  233. <image filename="unmaximize_focused_normal.png" x="0" y="2" width="object_width" height="object_height" />
  234. </draw_ops>
  235. <draw_ops name="unmaximize_focused_prelight">
  236. <image filename="unmaximize_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" />
  237. </draw_ops>
  238. <draw_ops name="unmaximize_focused_pressed">
  239. <image filename="unmaximize_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" />
  240. </draw_ops>
  241. <draw_ops name="unmaximize_unfocused">
  242. <image filename="unmaximize_unfocused.png" x="0" y="2" width="object_width" height="object_height" />
  243. </draw_ops>
  244. <draw_ops name="unmaximize_unfocused_prelight">
  245. <image filename="unmaximize_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" />
  246. </draw_ops>
  247. <draw_ops name="unmaximize_unfocused_pressed">
  248. <image filename="unmaximize_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" />
  249. </draw_ops>
  250. <!-- Minimize icon -->
  251. <draw_ops name="minimize_focused">
  252. <image filename="minimize_focused_normal.png" x="0" y="2" width="object_width" height="object_height" />
  253. </draw_ops>
  254. <draw_ops name="minimize_focused_prelight">
  255. <image filename="minimize_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" />
  256. </draw_ops>
  257. <draw_ops name="minimize_focused_pressed">
  258. <image filename="minimize_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" />
  259. </draw_ops>
  260. <draw_ops name="minimize_unfocused">
  261. <image filename="minimize_unfocused.png" x="0" y="2" width="object_width" height="object_height" />
  262. </draw_ops>
  263. <draw_ops name="minimize_unfocused_prelight">
  264. <image filename="minimize_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" />
  265. </draw_ops>
  266. <draw_ops name="minimize_unfocused_pressed">
  267. <image filename="minimize_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" />
  268. </draw_ops>
  269. <!-- Menu icon -->
  270. <draw_ops name="menu_focused">
  271. <image filename="menu_focused_normal.png" x="0" y="2" width="object_width" height="object_height" />
  272. </draw_ops>
  273. <draw_ops name="menu_focused_prelight">
  274. <image filename="menu_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" />
  275. </draw_ops>
  276. <draw_ops name="menu_focused_pressed">
  277. <image filename="menu_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" />
  278. </draw_ops>
  279. <draw_ops name="menu_unfocused">
  280. <image filename="menu_unfocused.png" x="0" y="2" width="object_width" height="object_height" />
  281. </draw_ops>
  282. <draw_ops name="menu_unfocused_prelight">
  283. <image filename="menu_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" />
  284. </draw_ops>
  285. <draw_ops name="menu_unfocused_pressed">
  286. <image filename="menu_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" />
  287. </draw_ops>
  288. <!-- Shade icon -->
  289. <draw_ops name="shade_focused">
  290. <image filename="shade_focused_normal.png" x="0" y="2" width="object_width" height="object_height" />
  291. </draw_ops>
  292. <draw_ops name="shade_focused_prelight">
  293. <image filename="shade_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" />
  294. </draw_ops>
  295. <draw_ops name="shade_focused_pressed">
  296. <image filename="shade_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" />
  297. </draw_ops>
  298. <draw_ops name="shade_unfocused">
  299. <image filename="shade_unfocused.png" x="0" y="2" width="object_width" height="object_height" />
  300. </draw_ops>
  301. <draw_ops name="shade_unfocused_prelight">
  302. <image filename="shade_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" />
  303. </draw_ops>
  304. <draw_ops name="shade_unfocused_pressed">
  305. <image filename="shade_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" />
  306. </draw_ops>
  307. <!-- Unshade icon -->
  308. <draw_ops name="unshade_focused">
  309. <image filename="unshade_focused_normal.png" x="0" y="2" width="object_width" height="object_height" />
  310. </draw_ops>
  311. <draw_ops name="unshade_focused_prelight">
  312. <image filename="unshade_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" />
  313. </draw_ops>
  314. <draw_ops name="unshade_focused_pressed">
  315. <image filename="unshade_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" />
  316. </draw_ops>
  317. <draw_ops name="unshade_unfocused">
  318. <image filename="unshade_unfocused.png" x="0" y="2" width="object_width" height="object_height" />
  319. </draw_ops>
  320. <draw_ops name="unshade_unfocused_prelight">
  321. <image filename="unshade_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" />
  322. </draw_ops>
  323. <draw_ops name="unshade_unfocused_pressed">
  324. <image filename="unshade_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" />
  325. </draw_ops>
  326. <!-- FRAME STYLES -->
  327. <frame_style name="normal_focused" geometry="normal">
  328. <piece position="entire_background" draw_ops="entire_background_focused" />
  329. <piece position="titlebar" draw_ops="rounded_titlebar_focused" />
  330. <piece position="title" draw_ops="title_focused" />
  331. <piece position="overlay" draw_ops="rounded_border_focused" />
  332. <button function="close" state="normal" draw_ops="close_focused" />
  333. <button function="close" state="prelight" draw_ops="close_focused_prelight" />
  334. <button function="close" state="pressed" draw_ops="close_focused_pressed" />
  335. <button function="maximize" state="normal" draw_ops="maximize_focused" />
  336. <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" />
  337. <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" />
  338. <button function="minimize" state="normal" draw_ops="minimize_focused" />
  339. <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" />
  340. <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" />
  341. <button function="menu" state="normal" draw_ops="menu_focused" />
  342. <button function="menu" state="prelight" draw_ops="menu_focused_prelight" />
  343. <button function="menu" state="pressed" draw_ops="menu_focused_pressed" />
  344. <button function="shade" state="normal" draw_ops="shade_focused" />
  345. <button function="shade" state="prelight" draw_ops="shade_focused_prelight" />
  346. <button function="shade" state="pressed" draw_ops="shade_focused_pressed" />
  347. <button function="unshade" state="normal" draw_ops="unshade_focused" />
  348. <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" />
  349. <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" />
  350. <button function="above" state="normal"><draw_ops></draw_ops></button>
  351. <button function="above" state="pressed"><draw_ops></draw_ops></button>
  352. <button function="unabove" state="normal"><draw_ops></draw_ops></button>
  353. <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
  354. <button function="stick" state="normal"><draw_ops></draw_ops></button>
  355. <button function="stick" state="pressed"><draw_ops></draw_ops></button>
  356. <button function="unstick" state="normal"><draw_ops></draw_ops></button>
  357. <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
  358. </frame_style>
  359. <frame_style name="normal_unfocused" geometry="normal_unfocused">
  360. <piece position="entire_background" draw_ops="entire_background_unfocused" />
  361. <piece position="titlebar" draw_ops="titlebar_fill_unfocused" />
  362. <piece position="title" draw_ops="title_unfocused" />
  363. <piece position="overlay" draw_ops="rounded_border_unfocused" />
  364. <button function="close" state="normal" draw_ops="close_unfocused" />
  365. <button function="close" state="prelight" draw_ops="close_unfocused_prelight" />
  366. <button function="close" state="pressed" draw_ops="close_unfocused_pressed" />
  367. <button function="maximize" state="normal" draw_ops="maximize_unfocused" />
  368. <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" />
  369. <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" />
  370. <button function="minimize" state="normal" draw_ops="minimize_unfocused" />
  371. <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" />
  372. <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" />
  373. <button function="menu" state="normal" draw_ops="menu_unfocused" />
  374. <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" />
  375. <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" />
  376. <button function="shade" state="normal" draw_ops="shade_unfocused" />
  377. <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" />
  378. <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" />
  379. <button function="unshade" state="normal" draw_ops="unshade_unfocused" />
  380. <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" />
  381. <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" />
  382. <button function="above" state="normal"><draw_ops></draw_ops></button>
  383. <button function="above" state="pressed"><draw_ops></draw_ops></button>
  384. <button function="unabove" state="normal"><draw_ops></draw_ops></button>
  385. <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
  386. <button function="stick" state="normal"><draw_ops></draw_ops></button>
  387. <button function="stick" state="pressed"><draw_ops></draw_ops></button>
  388. <button function="unstick" state="normal"><draw_ops></draw_ops></button>
  389. <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
  390. </frame_style>
  391. <frame_style name="normal_max_focused" geometry="max">
  392. <piece position="entire_background" draw_ops="entire_background_focused" />
  393. <piece position="titlebar" draw_ops="titlebar_fill_focused" />
  394. <piece position="title" draw_ops="title_focused" />
  395. <button function="close" state="normal" draw_ops="close_focused" />
  396. <button function="close" state="prelight" draw_ops="close_focused_prelight" />
  397. <button function="close" state="pressed" draw_ops="close_focused_pressed" />
  398. <button function="maximize" state="normal" draw_ops="unmaximize_focused" />
  399. <button function="maximize" state="prelight" draw_ops="unmaximize_focused_prelight" />
  400. <button function="maximize" state="pressed" draw_ops="unmaximize_focused_pressed" />
  401. <button function="minimize" state="normal" draw_ops="minimize_focused" />
  402. <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" />
  403. <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" />
  404. <button function="menu" state="normal" draw_ops="menu_focused" />
  405. <button function="menu" state="prelight" draw_ops="menu_focused_prelight" />
  406. <button function="menu" state="pressed" draw_ops="menu_focused_pressed" />
  407. <button function="shade" state="normal" draw_ops="shade_focused" />
  408. <button function="shade" state="prelight" draw_ops="shade_focused_prelight" />
  409. <button function="shade" state="pressed" draw_ops="shade_focused_pressed" />
  410. <button function="unshade" state="normal" draw_ops="unshade_focused" />
  411. <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" />
  412. <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" />
  413. <button function="above" state="normal"><draw_ops></draw_ops></button>
  414. <button function="above" state="pressed"><draw_ops></draw_ops></button>
  415. <button function="unabove" state="normal"><draw_ops></draw_ops></button>
  416. <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
  417. <button function="stick" state="normal"><draw_ops></draw_ops></button>
  418. <button function="stick" state="pressed"><draw_ops></draw_ops></button>
  419. <button function="unstick" state="normal"><draw_ops></draw_ops></button>
  420. <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
  421. </frame_style>
  422. <frame_style name="normal_max_unfocused" geometry="max">
  423. <piece position="entire_background" draw_ops="entire_background_unfocused" />
  424. <piece position="titlebar" draw_ops="titlebar_fill_unfocused" />
  425. <piece position="title" draw_ops="title_unfocused" />
  426. <button function="close" state="normal" draw_ops="close_unfocused" />
  427. <button function="close" state="prelight" draw_ops="close_unfocused_prelight" />
  428. <button function="close" state="pressed" draw_ops="close_unfocused_pressed" />
  429. <button function="maximize" state="normal" draw_ops="unmaximize_focused" />
  430. <button function="maximize" state="prelight" draw_ops="unmaximize_focused_prelight" />
  431. <button function="maximize" state="pressed" draw_ops="unmaximize_focused_pressed" />
  432. <button function="minimize" state="normal" draw_ops="minimize_unfocused" />
  433. <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" />
  434. <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" />
  435. <button function="menu" state="normal" draw_ops="menu_unfocused" />
  436. <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" />
  437. <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" />
  438. <button function="shade" state="normal" draw_ops="shade_unfocused" />
  439. <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" />
  440. <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" />
  441. <button function="unshade" state="normal" draw_ops="unshade_unfocused" />
  442. <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" />
  443. <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" />
  444. <button function="above" state="normal"><draw_ops></draw_ops></button>
  445. <button function="above" state="pressed"><draw_ops></draw_ops></button>
  446. <button function="unabove" state="normal"><draw_ops></draw_ops></button>
  447. <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
  448. <button function="stick" state="normal"><draw_ops></draw_ops></button>
  449. <button function="stick" state="pressed"><draw_ops></draw_ops></button>
  450. <button function="unstick" state="normal"><draw_ops></draw_ops></button>
  451. <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
  452. </frame_style>
  453. <frame_style name="normal_max_shaded_focused" geometry="max">
  454. <piece position="entire_background" draw_ops="entire_background_focused" />
  455. <piece position="titlebar" draw_ops="titlebar_fill_focused" />
  456. <piece position="title" draw_ops="title_focused" />
  457. <piece position="overlay"><draw_ops><line x1="0" y1="height-1" x2="width" y2="height-1" color="C_border_focused" /></draw_ops></piece>
  458. <button function="close" state="normal" draw_ops="close_focused" />
  459. <button function="close" state="prelight" draw_ops="close_focused_prelight" />
  460. <button function="close" state="pressed" draw_ops="close_focused_pressed" />
  461. <button function="maximize" state="normal" draw_ops="unmaximize_focused" />
  462. <button function="maximize" state="prelight" draw_ops="unmaximize_focused_prelight" />
  463. <button function="maximize" state="pressed" draw_ops="unmaximize_focused_pressed" />
  464. <button function="minimize" state="normal" draw_ops="minimize_focused" />
  465. <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" />
  466. <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" />
  467. <button function="menu" state="normal" draw_ops="menu_focused" />
  468. <button function="menu" state="prelight" draw_ops="menu_focused_prelight" />
  469. <button function="menu" state="pressed" draw_ops="menu_focused_pressed" />
  470. <button function="shade" state="normal" draw_ops="shade_focused" />
  471. <button function="shade" state="prelight" draw_ops="shade_focused_prelight" />
  472. <button function="shade" state="pressed" draw_ops="shade_focused_pressed" />
  473. <button function="unshade" state="normal" draw_ops="unshade_focused" />
  474. <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" />
  475. <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" />
  476. <button function="above" state="normal"><draw_ops></draw_ops></button>
  477. <button function="above" state="pressed"><draw_ops></draw_ops></button>
  478. <button function="unabove" state="normal"><draw_ops></draw_ops></button>
  479. <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
  480. <button function="stick" state="normal"><draw_ops></draw_ops></button>
  481. <button function="stick" state="pressed"><draw_ops></draw_ops></button>
  482. <button function="unstick" state="normal"><draw_ops></draw_ops></button>
  483. <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
  484. </frame_style>
  485. <frame_style name="normal_max_shaded_unfocused" geometry="max">
  486. <piece position="entire_background" draw_ops="entire_background_unfocused" />
  487. <piece position="titlebar" draw_ops="titlebar_fill_unfocused" />
  488. <piece position="title" draw_ops="title_unfocused" />
  489. <piece position="overlay"><draw_ops><line x1="0" y1="height-1" x2="width" y2="height-1" color="C_border_unfocused" /></draw_ops></piece>
  490. <button function="close" state="normal" draw_ops="close_unfocused" />
  491. <button function="close" state="prelight" draw_ops="close_unfocused_prelight" />
  492. <button function="close" state="pressed" draw_ops="close_unfocused_pressed" />
  493. <button function="maximize" state="normal" draw_ops="unmaximize_focused" />
  494. <button function="maximize" state="prelight" draw_ops="unmaximize_focused_prelight" />
  495. <button function="maximize" state="pressed" draw_ops="unmaximize_focused_pressed" />
  496. <button function="minimize" state="normal" draw_ops="minimize_unfocused" />
  497. <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" />
  498. <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" />
  499. <button function="menu" state="normal" draw_ops="menu_unfocused" />
  500. <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" />
  501. <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" />
  502. <button function="shade" state="normal" draw_ops="shade_unfocused" />
  503. <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" />
  504. <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" />
  505. <button function="unshade" state="normal" draw_ops="unshade_unfocused" />
  506. <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" />
  507. <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" />
  508. <button function="above" state="normal"><draw_ops></draw_ops></button>
  509. <button function="above" state="pressed"><draw_ops></draw_ops></button>
  510. <button function="unabove" state="normal"><draw_ops></draw_ops></button>
  511. <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
  512. <button function="stick" state="normal"><draw_ops></draw_ops></button>
  513. <button function="stick" state="pressed"><draw_ops></draw_ops></button>
  514. <button function="unstick" state="normal"><draw_ops></draw_ops></button>
  515. <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
  516. </frame_style>
  517. <frame_style name="dialog_focused" geometry="nobuttons">
  518. <piece position="entire_background" draw_ops="entire_background_focused" />
  519. <piece position="titlebar" draw_ops="rounded_titlebar_focused" />
  520. <piece position="title" draw_ops="title_focused" />
  521. <piece position="overlay" draw_ops="rounded_border_focused" />
  522. <button function="close" state="normal" draw_ops="close_focused" />
  523. <button function="close" state="prelight" draw_ops="close_focused_prelight" />
  524. <button function="close" state="pressed" draw_ops="close_focused_pressed" />
  525. <button function="maximize" state="normal" draw_ops="maximize_focused" />
  526. <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" />
  527. <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" />
  528. <button function="minimize" state="normal" draw_ops="minimize_focused" />
  529. <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" />
  530. <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" />
  531. <button function="menu" state="normal" draw_ops="menu_focused" />
  532. <button function="menu" state="prelight" draw_ops="menu_focused_prelight" />
  533. <button function="menu" state="pressed" draw_ops="menu_focused_pressed" />
  534. <button function="shade" state="normal" draw_ops="shade_focused" />
  535. <button function="shade" state="prelight" draw_ops="shade_focused_prelight" />
  536. <button function="shade" state="pressed" draw_ops="shade_focused_pressed" />
  537. <button function="unshade" state="normal" draw_ops="unshade_focused" />
  538. <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" />
  539. <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" />
  540. <button function="above" state="normal"><draw_ops></draw_ops></button>
  541. <button function="above" state="pressed"><draw_ops></draw_ops></button>
  542. <button function="unabove" state="normal"><draw_ops></draw_ops></button>
  543. <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
  544. <button function="stick" state="normal"><draw_ops></draw_ops></button>
  545. <button function="stick" state="pressed"><draw_ops></draw_ops></button>
  546. <button function="unstick" state="normal"><draw_ops></draw_ops></button>
  547. <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
  548. </frame_style>
  549. <frame_style name="dialog_unfocused" geometry="nobuttons">
  550. <piece position="entire_background" draw_ops="entire_background_unfocused" />
  551. <piece position="titlebar" draw_ops="titlebar_fill_unfocused" />
  552. <piece position="title" draw_ops="title_unfocused" />
  553. <piece position="overlay" draw_ops="rounded_border_unfocused" />
  554. <button function="close" state="normal" draw_ops="close_unfocused" />
  555. <button function="close" state="prelight" draw_ops="close_unfocused_prelight" />
  556. <button function="close" state="pressed" draw_ops="close_unfocused_pressed" />
  557. <button function="maximize" state="normal" draw_ops="maximize_unfocused" />
  558. <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" />
  559. <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" />
  560. <button function="minimize" state="normal" draw_ops="minimize_unfocused" />
  561. <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" />
  562. <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" />
  563. <button function="menu" state="normal" draw_ops="menu_unfocused" />
  564. <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" />
  565. <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" />
  566. <button function="shade" state="normal"><draw_ops></draw_ops></button>
  567. <button function="shade" state="prelight"><draw_ops></draw_ops></button>
  568. <button function="shade" state="pressed"><draw_ops></draw_ops></button>
  569. <button function="unshade" state="normal"><draw_ops></draw_ops></button>
  570. <button function="unshade" state="prelight"><draw_ops></draw_ops></button>
  571. <button function="unshade" state="pressed"><draw_ops></draw_ops></button>
  572. <button function="above" state="normal"><draw_ops></draw_ops></button>
  573. <button function="above" state="pressed"><draw_ops></draw_ops></button>
  574. <button function="unabove" state="normal"><draw_ops></draw_ops></button>
  575. <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
  576. <button function="stick" state="normal"><draw_ops></draw_ops></button>
  577. <button function="stick" state="pressed"><draw_ops></draw_ops></button>
  578. <button function="unstick" state="normal"><draw_ops></draw_ops></button>
  579. <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
  580. </frame_style>
  581. <frame_style name="modal_dialog_focused" geometry="modal">
  582. <piece position="entire_background" draw_ops="entire_background_focused" />
  583. <piece position="titlebar" draw_ops="titlebar_attached_focused" />
  584. <piece position="title" draw_ops="title_focused" />
  585. <piece position="overlay" draw_ops="border_focused" />
  586. <button function="close" state="normal" draw_ops="close_focused" />
  587. <button function="close" state="prelight" draw_ops="close_focused_prelight" />
  588. <button function="close" state="pressed" draw_ops="close_focused_pressed" />
  589. <button function="maximize" state="normal" draw_ops="maximize_focused" />
  590. <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" />
  591. <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" />
  592. <button function="minimize" state="normal" draw_ops="minimize_focused" />
  593. <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" />
  594. <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" />
  595. <button function="menu" state="normal" draw_ops="menu_focused" />
  596. <button function="menu" state="prelight" draw_ops="menu_focused_prelight" />
  597. <button function="menu" state="pressed" draw_ops="menu_focused_pressed" />
  598. <button function="shade" state="normal" draw_ops="shade_focused" />
  599. <button function="shade" state="prelight" draw_ops="shade_focused_prelight" />
  600. <button function="shade" state="pressed" draw_ops="shade_focused_pressed" />
  601. <button function="unshade" state="normal" draw_ops="unshade_focused" />
  602. <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" />
  603. <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" />
  604. <button function="above" state="normal"><draw_ops></draw_ops></button>
  605. <button function="above" state="pressed"><draw_ops></draw_ops></button>
  606. <button function="unabove" state="normal"><draw_ops></draw_ops></button>
  607. <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
  608. <button function="stick" state="normal"><draw_ops></draw_ops></button>
  609. <button function="stick" state="pressed"><draw_ops></draw_ops></button>
  610. <button function="unstick" state="normal"><draw_ops></draw_ops></button><button function="unstick" state="pressed"><draw_ops></draw_ops></button>
  611. </frame_style>
  612. <frame_style name="modal_dialog_unfocused" geometry="modal">
  613. <piece position="entire_background" draw_ops="entire_background_unfocused" />
  614. <piece position="titlebar" draw_ops="titlebar_fill_unfocused" />
  615. <piece position="title" draw_ops="title_unfocused" />
  616. <piece position="overlay" draw_ops="border_unfocused" />
  617. <button function="close" state="normal" draw_ops="close_unfocused" />
  618. <button function="close" state="prelight" draw_ops="close_unfocused_prelight" />
  619. <button function="close" state="pressed" draw_ops="close_unfocused_pressed" />
  620. <button function="maximize" state="normal" draw_ops="maximize_unfocused" />
  621. <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" />
  622. <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" />
  623. <button function="minimize" state="normal" draw_ops="minimize_unfocused" />
  624. <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" />
  625. <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" />
  626. <button function="menu" state="normal" draw_ops="menu_unfocused" />
  627. <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" />
  628. <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" />
  629. <button function="shade" state="normal" draw_ops="shade_unfocused" />
  630. <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" />
  631. <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" />
  632. <button function="unshade" state="normal" draw_ops="unshade_unfocused" />
  633. <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" />
  634. <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" />
  635. <button function="above" state="normal"><draw_ops></draw_ops></button>
  636. <button function="above" state="pressed"><draw_ops></draw_ops></button>
  637. <button function="unabove" state="normal"><draw_ops></draw_ops></button>
  638. <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
  639. <button function="stick" state="normal"><draw_ops></draw_ops></button>
  640. <button function="stick" state="pressed"><draw_ops></draw_ops></button>
  641. <button function="unstick" state="normal"><draw_ops></draw_ops></button>
  642. <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
  643. </frame_style>
  644. <frame_style name="utility_focused" geometry="small">
  645. <piece position="entire_background" draw_ops="entire_background_focused" />
  646. <piece position="titlebar" draw_ops="titlebar_focused" />
  647. <piece position="title" draw_ops="title_focused" />
  648. <piece position="overlay" draw_ops="border_focused" />
  649. <button function="close" state="normal" draw_ops="close_focused" />
  650. <button function="close" state="prelight" draw_ops="close_focused_prelight" />
  651. <button function="close" state="pressed" draw_ops="close_focused_pressed" />
  652. <button function="maximize" state="normal" draw_ops="maximize_focused" />
  653. <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" />
  654. <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" />
  655. <button function="minimize" state="normal" draw_ops="minimize_focused" />
  656. <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" />
  657. <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" />
  658. <button function="menu" state="normal" draw_ops="menu_focused" />
  659. <button function="menu" state="prelight" draw_ops="menu_focused_prelight" />
  660. <button function="menu" state="pressed" draw_ops="menu_focused_pressed" />
  661. <button function="shade" state="normal" draw_ops="shade_focused" />
  662. <button function="shade" state="prelight" draw_ops="shade_focused_prelight" />
  663. <button function="shade" state="pressed" draw_ops="shade_focused_pressed" />
  664. <button function="unshade" state="normal" draw_ops="unshade_focused" />
  665. <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" />
  666. <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" />
  667. <button function="above" state="normal"><draw_ops></draw_ops></button>
  668. <button function="above" state="pressed"><draw_ops></draw_ops></button>
  669. <button function="unabove" state="normal"><draw_ops></draw_ops></button>
  670. <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
  671. <button function="stick" state="normal"><draw_ops></draw_ops></button>
  672. <button function="stick" state="pressed"><draw_ops></draw_ops></button>
  673. <button function="unstick" state="normal"><draw_ops></draw_ops></button>
  674. <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
  675. </frame_style>
  676. <frame_style name="utility_unfocused" geometry="small_unfocused">
  677. <piece position="entire_background" draw_ops="entire_background_unfocused" />
  678. <piece position="titlebar" draw_ops="titlebar_fill_unfocused" />
  679. <piece position="title" draw_ops="title_unfocused" />
  680. <piece position="overlay" draw_ops="border_unfocused" />
  681. <button function="close" state="normal" draw_ops="close_unfocused" />
  682. <button function="close" state="prelight" draw_ops="close_unfocused_prelight" />
  683. <button function="close" state="pressed" draw_ops="close_unfocused_pressed" />
  684. <button function="maximize" state="normal" draw_ops="maximize_unfocused" />
  685. <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" />
  686. <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" />
  687. <button function="minimize" state="normal" draw_ops="minimize_unfocused" />
  688. <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" />
  689. <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" />
  690. <button function="menu" state="normal" draw_ops="menu_unfocused" />
  691. <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" />
  692. <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" />
  693. <button function="shade" state="normal" draw_ops="shade_unfocused" />
  694. <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" />
  695. <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" />
  696. <button function="unshade" state="normal" draw_ops="unshade_unfocused" />
  697. <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" />
  698. <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" />
  699. <button function="above" state="normal"><draw_ops></draw_ops></button>
  700. <button function="above" state="pressed"><draw_ops></draw_ops></button>
  701. <button function="unabove" state="normal"><draw_ops></draw_ops></button>
  702. <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
  703. <button function="stick" state="normal"><draw_ops></draw_ops></button>
  704. <button function="stick" state="pressed"><draw_ops></draw_ops></button>
  705. <button function="unstick" state="normal"><draw_ops></draw_ops></button>
  706. <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
  707. </frame_style>
  708. <frame_style name="border_focused" geometry="border">
  709. <piece position="entire_background" draw_ops="entire_background_focused" />
  710. <piece position="overlay" draw_ops="border_focused" />
  711. <button function="close" state="normal"><draw_ops></draw_ops></button>
  712. <button function="close" state="pressed"><draw_ops></draw_ops></button>
  713. <button function="maximize" state="normal"><draw_ops></draw_ops></button>
  714. <button function="maximize" state="pressed"><draw_ops></draw_ops></button>
  715. <button function="minimize" state="normal"><draw_ops></draw_ops></button>
  716. <button function="minimize" state="pressed"><draw_ops></draw_ops></button>
  717. <button function="menu" state="normal"><draw_ops></draw_ops></button>
  718. <button function="menu" state="pressed"><draw_ops></draw_ops></button>
  719. <button function="shade" state="normal"><draw_ops></draw_ops></button>
  720. <button function="shade" state="prelight"><draw_ops></draw_ops></button>
  721. <button function="shade" state="pressed"><draw_ops></draw_ops></button>
  722. <button function="unshade" state="normal"><draw_ops></draw_ops></button>
  723. <button function="unshade" state="prelight"><draw_ops></draw_ops></button>
  724. <button function="unshade" state="pressed"><draw_ops></draw_ops></button>
  725. <button function="above" state="normal"><draw_ops></draw_ops></button>
  726. <button function="above" state="pressed"><draw_ops></draw_ops></button>
  727. <button function="unabove" state="normal"><draw_ops></draw_ops></button>
  728. <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
  729. <button function="stick" state="normal"><draw_ops></draw_ops></button>
  730. <button function="stick" state="pressed"><draw_ops></draw_ops></button>
  731. <button function="unstick" state="normal"><draw_ops></draw_ops></button>
  732. <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
  733. </frame_style>
  734. <frame_style name="border_unfocused" geometry="border">
  735. <piece position="entire_background" draw_ops="entire_background_unfocused" />
  736. <piece position="overlay" draw_ops="border_unfocused" />
  737. <button function="close" state="normal"><draw_ops></draw_ops></button>
  738. <button function="close" state="pressed"><draw_ops></draw_ops></button>
  739. <button function="maximize" state="normal"><draw_ops></draw_ops></button>
  740. <button function="maximize" state="pressed"><draw_ops></draw_ops></button>
  741. <button function="minimize" state="normal"><draw_ops></draw_ops></button>
  742. <button function="minimize" state="pressed"><draw_ops></draw_ops></button>
  743. <button function="menu" state="normal"><draw_ops></draw_ops></button>
  744. <button function="menu" state="pressed"><draw_ops></draw_ops></button>
  745. <button function="shade" state="normal"><draw_ops></draw_ops></button>
  746. <button function="shade" state="prelight"><draw_ops></draw_ops></button>
  747. <button function="shade" state="pressed"><draw_ops></draw_ops></button>
  748. <button function="unshade" state="normal"><draw_ops></draw_ops></button>
  749. <button function="unshade" state="prelight"><draw_ops></draw_ops></button>
  750. <button function="unshade" state="pressed"><draw_ops></draw_ops></button>
  751. <button function="above" state="normal"><draw_ops></draw_ops></button>
  752. <button function="above" state="pressed"><draw_ops></draw_ops></button>
  753. <button function="unabove" state="normal"><draw_ops></draw_ops></button>
  754. <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
  755. <button function="stick" state="normal"><draw_ops></draw_ops></button>
  756. <button function="stick" state="pressed"><draw_ops></draw_ops></button>
  757. <button function="unstick" state="normal"><draw_ops></draw_ops></button>
  758. <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
  759. </frame_style>
  760. <frame_style name="borderless" geometry="borderless">
  761. <button function="close" state="normal"><draw_ops></draw_ops></button>
  762. <button function="close" state="pressed"><draw_ops></draw_ops></button>
  763. <button function="maximize" state="normal"><draw_ops></draw_ops></button>
  764. <button function="maximize" state="pressed"><draw_ops></draw_ops></button>
  765. <button function="minimize" state="normal"><draw_ops></draw_ops></button>
  766. <button function="minimize" state="pressed"><draw_ops></draw_ops></button>
  767. <button function="menu" state="normal"><draw_ops></draw_ops></button>
  768. <button function="menu" state="pressed"><draw_ops></draw_ops></button>
  769. <button function="shade" state="normal"><draw_ops></draw_ops></button>
  770. <button function="shade" state="prelight"><draw_ops></draw_ops></button>
  771. <button function="shade" state="pressed"><draw_ops></draw_ops></button>
  772. <button function="unshade" state="normal"><draw_ops></draw_ops></button>
  773. <button function="unshade" state="prelight"><draw_ops></draw_ops></button>
  774. <button function="unshade" state="pressed"><draw_ops></draw_ops></button>
  775. <button function="above" state="normal"><draw_ops></draw_ops></button>
  776. <button function="above" state="pressed"><draw_ops></draw_ops></button>
  777. <button function="unabove" state="normal"><draw_ops></draw_ops></button>
  778. <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
  779. <button function="stick" state="normal"><draw_ops></draw_ops></button>
  780. <button function="stick" state="pressed"><draw_ops></draw_ops></button>
  781. <button function="unstick" state="normal"><draw_ops></draw_ops></button>
  782. <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
  783. </frame_style>
  784. <frame_style name="attached_focused" geometry="attached">
  785. <piece position="entire_background" draw_ops="entire_background_focused" />
  786. <piece position="titlebar" draw_ops="titlebar_attached_focused" />
  787. <piece position="title" draw_ops="title_focused" />
  788. <piece position="overlay" draw_ops="border_focused" />
  789. <button function="close" state="normal"><draw_ops></draw_ops></button>
  790. <button function="close" state="pressed"><draw_ops></draw_ops></button>
  791. <button function="maximize" state="normal"><draw_ops></draw_ops></button>
  792. <button function="maximize" state="pressed"><draw_ops></draw_ops></button>
  793. <button function="minimize" state="normal"><draw_ops></draw_ops></button>
  794. <button function="minimize" state="pressed"><draw_ops></draw_ops></button>
  795. <button function="menu" state="normal"><draw_ops></draw_ops></button>
  796. <button function="menu" state="pressed"><draw_ops></draw_ops></button>
  797. <button function="shade" state="normal"><draw_ops></draw_ops></button>
  798. <button function="shade" state="prelight"><draw_ops></draw_ops></button>
  799. <button function="shade" state="pressed"><draw_ops></draw_ops></button>
  800. <button function="unshade" state="normal"><draw_ops></draw_ops></button>
  801. <button function="unshade" state="prelight"><draw_ops></draw_ops></button>
  802. <button function="unshade" state="pressed"><draw_ops></draw_ops></button>
  803. <button function="above" state="normal"><draw_ops></draw_ops></button>
  804. <button function="above" state="pressed"><draw_ops></draw_ops></button>
  805. <button function="unabove" state="normal"><draw_ops></draw_ops></button>
  806. <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
  807. <button function="stick" state="normal"><draw_ops></draw_ops></button>
  808. <button function="stick" state="pressed"><draw_ops></draw_ops></button>
  809. <button function="unstick" state="normal"><draw_ops></draw_ops></button>
  810. <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
  811. </frame_style>
  812. <frame_style name="attached_unfocused" geometry="attached">
  813. <piece position="entire_background" draw_ops="entire_background_unfocused" />
  814. <piece position="titlebar" draw_ops="titlebar_attached_focused" />
  815. <piece position="title" draw_ops="title_unfocused" />
  816. <piece position="overlay" draw_ops="border_unfocused" />
  817. <button function="close" state="normal"><draw_ops></draw_ops></button>
  818. <button function="close" state="pressed"><draw_ops></draw_ops></button>
  819. <button function="maximize" state="normal"><draw_ops></draw_ops></button>
  820. <button function="maximize" state="pressed"><draw_ops></draw_ops></button>
  821. <button function="minimize" state="normal"><draw_ops></draw_ops></button>
  822. <button function="minimize" state="pressed"><draw_ops></draw_ops></button>
  823. <button function="menu" state="normal"><draw_ops></draw_ops></button>
  824. <button function="menu" state="pressed"><draw_ops></draw_ops></button>
  825. <button function="shade" state="normal"><draw_ops></draw_ops></button>
  826. <button function="shade" state="prelight"><draw_ops></draw_ops></button>
  827. <button function="shade" state="pressed"><draw_ops></draw_ops></button>
  828. <button function="unshade" state="normal"><draw_ops></draw_ops></button>
  829. <button function="unshade" state="prelight"><draw_ops></draw_ops></button>
  830. <button function="unshade" state="pressed"><draw_ops></draw_ops></button>
  831. <button function="above" state="normal"><draw_ops></draw_ops></button>
  832. <button function="above" state="pressed"><draw_ops></draw_ops></button>
  833. <button function="unabove" state="normal"><draw_ops></draw_ops></button>
  834. <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
  835. <button function="stick" state="normal"><draw_ops></draw_ops></button>
  836. <button function="stick" state="pressed"><draw_ops></draw_ops></button>
  837. <button function="unstick" state="normal"><draw_ops></draw_ops></button>
  838. <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
  839. </frame_style>
  840. <frame_style name="tiled_left_focused" geometry="tiled_left">
  841. <piece position="entire_background" draw_ops="entire_background_focused" />
  842. <piece position="titlebar" draw_ops="titlebar_fill_focused" />
  843. <piece position="title" draw_ops="title_focused" />
  844. <piece position="overlay" draw_ops="border_right_focused" />
  845. <button function="close" state="normal" draw_ops="close_focused" />
  846. <button function="close" state="prelight" draw_ops="close_focused_prelight" />
  847. <button function="close" state="pressed" draw_ops="close_focused_pressed" />
  848. <button function="maximize" state="normal" draw_ops="maximize_focused" />
  849. <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" />
  850. <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" />
  851. <button function="minimize" state="normal" draw_ops="minimize_focused" />
  852. <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" />
  853. <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" />
  854. <button function="menu" state="normal" draw_ops="menu_focused" />
  855. <button function="menu" state="prelight" draw_ops="menu_focused_prelight" />
  856. <button function="menu" state="pressed" draw_ops="menu_focused_pressed" />
  857. <button function="shade" state="normal" draw_ops="shade_focused" />
  858. <button function="shade" state="prelight" draw_ops="shade_focused_prelight" />
  859. <button function="shade" state="pressed" draw_ops="shade_focused_pressed" />
  860. <button function="unshade" state="normal" draw_ops="unshade_focused" />
  861. <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" />
  862. <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" />
  863. <button function="above" state="normal"><draw_ops></draw_ops></button>
  864. <button function="above" state="pressed"><draw_ops></draw_ops></button>
  865. <button function="unabove" state="normal"><draw_ops></draw_ops></button>
  866. <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
  867. <button function="stick" state="normal"><draw_ops></draw_ops></button>
  868. <button function="stick" state="pressed"><draw_ops></draw_ops></button>
  869. <button function="unstick" state="normal"><draw_ops></draw_ops></button>
  870. <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
  871. </frame_style>
  872. <frame_style name="tiled_left_unfocused" geometry="tiled_left">
  873. <piece position="entire_background" draw_ops="entire_background_unfocused" />
  874. <piece position="titlebar" draw_ops="titlebar_fill_unfocused" />
  875. <piece position="title" draw_ops="title_unfocused" />
  876. <piece position="overlay" draw_ops="border_right_unfocused" />
  877. <button function="close" state="normal" draw_ops="close_unfocused" />
  878. <button function="close" state="prelight" draw_ops="close_unfocused_prelight" />
  879. <button function="close" state="pressed" draw_ops="close_unfocused_pressed" />
  880. <button function="maximize" state="normal" draw_ops="maximize_unfocused" />
  881. <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" />
  882. <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" />
  883. <button function="minimize" state="normal" draw_ops="minimize_unfocused" />
  884. <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" />
  885. <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" />
  886. <button function="menu" state="normal" draw_ops="menu_unfocused" />
  887. <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" />
  888. <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" />
  889. <button function="shade" state="normal" draw_ops="shade_unfocused" />
  890. <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" />
  891. <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" />
  892. <button function="unshade" state="normal" draw_ops="unshade_unfocused" />
  893. <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" />
  894. <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" />
  895. <button function="above" state="normal"><draw_ops></draw_ops></button>
  896. <button function="above" state="pressed"><draw_ops></draw_ops></button>
  897. <button function="unabove" state="normal"><draw_ops></draw_ops></button>
  898. <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
  899. <button function="stick" state="normal"><draw_ops></draw_ops></button>
  900. <button function="stick" state="pressed"><draw_ops></draw_ops></button>
  901. <button function="unstick" state="normal"><draw_ops></draw_ops></button>
  902. <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
  903. </frame_style>
  904. <frame_style name="tiled_right_focused" geometry="tiled_right">
  905. <piece position="entire_background" draw_ops="entire_background_focused" />
  906. <piece position="titlebar" draw_ops="titlebar_fill_focused" />
  907. <piece position="title" draw_ops="title_focused" />
  908. <piece position="overlay" draw_ops="border_left_focused" />
  909. <button function="close" state="normal" draw_ops="close_focused" />
  910. <button function="close" state="prelight" draw_ops="close_focused_prelight" />
  911. <button function="close" state="pressed" draw_ops="close_focused_pressed" />
  912. <button function="maximize" state="normal" draw_ops="maximize_focused" />
  913. <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" />
  914. <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" />
  915. <button function="minimize" state="normal" draw_ops="minimize_focused" />
  916. <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" />
  917. <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" />
  918. <button function="menu" state="normal" draw_ops="menu_focused" />
  919. <button function="menu" state="prelight" draw_ops="menu_focused_prelight" />
  920. <button function="menu" state="pressed" draw_ops="menu_focused_pressed" />
  921. <button function="shade" state="normal" draw_ops="shade_focused" />
  922. <button function="shade" state="prelight" draw_ops="shade_focused_prelight" />
  923. <button function="shade" state="pressed" draw_ops="shade_focused_pressed" />
  924. <button function="unshade" state="normal" draw_ops="unshade_focused" />
  925. <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" />
  926. <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" />
  927. <button function="above" state="normal"><draw_ops></draw_ops></button>
  928. <button function="above" state="pressed"><draw_ops></draw_ops></button>
  929. <button function="unabove" state="normal"><draw_ops></draw_ops></button>
  930. <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
  931. <button function="stick" state="normal"><draw_ops></draw_ops></button>
  932. <button function="stick" state="pressed"><draw_ops></draw_ops></button>
  933. <button function="unstick" state="normal"><draw_ops></draw_ops></button>
  934. <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
  935. </frame_style>
  936. <frame_style name="tiled_right_unfocused" geometry="tiled_right">
  937. <piece position="entire_background" draw_ops="entire_background_unfocused" />
  938. <piece position="titlebar" draw_ops="titlebar_fill_unfocused" />
  939. <piece position="title" draw_ops="title_unfocused" />
  940. <piece position="overlay" draw_ops="border_left_unfocused" />
  941. <button function="close" state="normal" draw_ops="close_unfocused" />
  942. <button function="close" state="prelight" draw_ops="close_unfocused_prelight" />
  943. <button function="close" state="pressed" draw_ops="close_unfocused_pressed" />
  944. <button function="maximize" state="normal" draw_ops="maximize_unfocused" />
  945. <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" />
  946. <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" />
  947. <button function="minimize" state="normal" draw_ops="minimize_unfocused" />
  948. <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" />
  949. <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" />
  950. <button function="menu" state="normal" draw_ops="menu_unfocused" />
  951. <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" />
  952. <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" />
  953. <button function="shade" state="normal" draw_ops="shade_unfocused" />
  954. <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" />
  955. <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" />
  956. <button function="unshade" state="normal" draw_ops="unshade_unfocused" />
  957. <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" />
  958. <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" />
  959. <button function="above" state="normal"><draw_ops></draw_ops></button>
  960. <button function="above" state="pressed"><draw_ops></draw_ops></button>
  961. <button function="unabove" state="normal"><draw_ops></draw_ops></button>
  962. <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
  963. <button function="stick" state="normal"><draw_ops></draw_ops></button>
  964. <button function="stick" state="pressed"><draw_ops></draw_ops></button>
  965. <button function="unstick" state="normal"><draw_ops></draw_ops></button>
  966. <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
  967. </frame_style>
  968. <!-- placeholder for unimplementated styles-->
  969. <frame_style name="blank" geometry="normal">
  970. <button function="close" state="normal"><draw_ops></draw_ops></button>
  971. <button function="close" state="pressed"><draw_ops></draw_ops></button>
  972. <button function="maximize" state="normal"><draw_ops></draw_ops></button>
  973. <button function="maximize" state="pressed"><draw_ops></draw_ops></button>
  974. <button function="minimize" state="normal"><draw_ops></draw_ops></button>
  975. <button function="minimize" state="pressed"><draw_ops></draw_ops></button>
  976. <button function="menu" state="normal"><draw_ops></draw_ops></button>
  977. <button function="menu" state="pressed"><draw_ops></draw_ops></button>
  978. <button function="shade" state="normal"><draw_ops></draw_ops></button>
  979. <button function="shade" state="prelight"><draw_ops></draw_ops></button>
  980. <button function="shade" state="pressed"><draw_ops></draw_ops></button>
  981. <button function="unshade" state="normal"><draw_ops></draw_ops></button>
  982. <button function="unshade" state="prelight"><draw_ops></draw_ops></button>
  983. <button function="unshade" state="pressed"><draw_ops></draw_ops></button>
  984. <button function="above" state="normal"><draw_ops></draw_ops></button>
  985. <button function="above" state="pressed"><draw_ops></draw_ops></button>
  986. <button function="unabove" state="normal"><draw_ops></draw_ops></button>
  987. <button function="unabove" state="pressed"><draw_ops></draw_ops></button>
  988. <button function="stick" state="normal"><draw_ops></draw_ops></button>
  989. <button function="stick" state="pressed"><draw_ops></draw_ops></button>
  990. <button function="unstick" state="normal"><draw_ops></draw_ops></button>
  991. <button function="unstick" state="pressed"><draw_ops></draw_ops></button>
  992. </frame_style>
  993. <!-- FRAME STYLE SETS -->
  994. <frame_style_set name="normal_style_set">
  995. <frame focus="yes" state="normal" resize="both" style="normal_focused" />
  996. <frame focus="no" state="normal" resize="both" style="normal_unfocused" />
  997. <frame focus="yes" state="maximized" style="normal_max_focused" />
  998. <frame focus="no" state="maximized" style="normal_max_unfocused" />
  999. <frame focus="yes" state="shaded" style="normal_focused" />
  1000. <frame focus="no" state="shaded" style="normal_unfocused" />
  1001. <frame focus="yes" state="maximized_and_shaded" style="normal_max_shaded_focused" />
  1002. <frame focus="no" state="maximized_and_shaded" style="normal_max_shaded_unfocused" />
  1003. </frame_style_set>
  1004. <frame_style_set name="dialog_style_set">
  1005. <frame focus="yes" state="normal" resize="both" style="dialog_focused" />
  1006. <frame focus="no" state="normal" resize="both" style="dialog_unfocused" />
  1007. <frame focus="yes" state="maximized" style="blank" />
  1008. <frame focus="no" state="maximized" style="blank" />
  1009. <frame focus="yes" state="shaded" style="dialog_focused" />
  1010. <frame focus="no" state="shaded" style="dialog_unfocused" />
  1011. <frame focus="yes" state="maximized_and_shaded" style="blank" />
  1012. <frame focus="no" state="maximized_and_shaded" style="blank" />
  1013. </frame_style_set>
  1014. <frame_style_set name="modal_dialog_style_set">
  1015. <frame focus="yes" state="normal" resize="both" style="modal_dialog_focused" />
  1016. <frame focus="no" state="normal" resize="both" style="modal_dialog_unfocused" />
  1017. <frame focus="yes" state="maximized" style="blank" />
  1018. <frame focus="no" state="maximized" style="blank" />
  1019. <frame focus="yes" state="shaded" style="modal_dialog_focused" />
  1020. <frame focus="no" state="shaded" style="modal_dialog_unfocused" />
  1021. <frame focus="yes" state="maximized_and_shaded" style="blank" />
  1022. <frame focus="no" state="maximized_and_shaded" style="blank" />
  1023. </frame_style_set>
  1024. <frame_style_set name="utility_style_set">
  1025. <frame focus="yes" state="normal" resize="both" style="utility_focused" />
  1026. <frame focus="no" state="normal" resize="both" style="utility_unfocused" />
  1027. <frame focus="yes" state="maximized" style="blank" />
  1028. <frame focus="no" state="maximized" style="blank" />
  1029. <frame focus="yes" state="shaded" style="utility_focused" />
  1030. <frame focus="no" state="shaded" style="utility_unfocused" />
  1031. <frame focus="yes" state="maximized_and_shaded" style="blank" />
  1032. <frame focus="no" state="maximized_and_shaded" style="blank" />
  1033. </frame_style_set>
  1034. <frame_style_set name="border_style_set">
  1035. <frame focus="yes" state="normal" resize="both" style="border_focused" />
  1036. <frame focus="no" state="normal" resize="both" style="border_unfocused" />
  1037. <frame focus="yes" state="maximized" style="borderless" />
  1038. <frame focus="no" state="maximized" style="borderless" />
  1039. <frame focus="yes" state="shaded" style="blank" />
  1040. <frame focus="no" state="shaded" style="blank" />
  1041. <frame focus="yes" state="maximized_and_shaded" style="blank" />
  1042. <frame focus="no" state="maximized_and_shaded" style="blank" />
  1043. </frame_style_set>
  1044. <!-- WINDOWS -->
  1045. <window type="normal" style_set="normal_style_set" />
  1046. <window type="dialog" style_set="dialog_style_set" />
  1047. <window type="modal_dialog" style_set="modal_dialog_style_set" />
  1048. <window type="menu" style_set="utility_style_set" />
  1049. <window type="utility" style_set="utility_style_set" />
  1050. <window type="border" style_set="border_style_set" />
  1051. </metacity_theme>