metacity-theme-2.xml 66 KB

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