[
  {
    "path": "CREDITS",
    "content": "For the Original Numix theme which *may* have been used as a base for this ;):\n\nJoern Konopka <cldx3000@googlemail.com>\nGeorgi Karavasilev <motorslav@gmail.com>\nDavid Barr <dpbarr@gmail.com>\nSatyajit Sahoo <satyajit.happy@gmail.com>\n\nFor Iris:\nMe <avlabs314@gmail.com>\n"
  },
  {
    "path": "LICENSE",
    "content": "                    GNU GENERAL PUBLIC LICENSE\n                       Version 3, 29 June 2007\n\n Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>\n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n                            Preamble\n\n  The GNU General Public License is a free, copyleft license for\nsoftware and other kinds of works.\n\n  The licenses for most software and other practical works are designed\nto take away your freedom to share and change the works.  By contrast,\nthe GNU General Public License is intended to guarantee your freedom to\nshare and change all versions of a program--to make sure it remains free\nsoftware for all its users.  We, the Free Software Foundation, use the\nGNU General Public License for most of our software; it applies also to\nany other work released this way by its authors.  You can apply it to\nyour programs, too.\n\n  When we speak of free software, we are referring to freedom, not\nprice.  Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthem if you wish), that you receive source code or can get it if you\nwant it, that you can change the software or use pieces of it in new\nfree programs, and that you know you can do these things.\n\n  To protect your rights, we need to prevent others from denying you\nthese rights or asking you to surrender the rights.  Therefore, you have\ncertain responsibilities if you distribute copies of the software, or if\nyou modify it: responsibilities to respect the freedom of others.\n\n  For example, if you distribute copies of such a program, whether\ngratis or for a fee, you must pass on to the recipients the same\nfreedoms that you received.  You must make sure that they, too, receive\nor can get the source code.  And you must show them these terms so they\nknow their rights.\n\n  Developers that use the GNU GPL protect your rights with two steps:\n(1) assert copyright on the software, and (2) offer you this License\ngiving you legal permission to copy, distribute and/or modify it.\n\n  For the developers' and authors' protection, the GPL clearly explains\nthat there is no warranty for this free software.  For both users' and\nauthors' sake, the GPL requires that modified versions be marked as\nchanged, so that their problems will not be attributed erroneously to\nauthors of previous versions.\n\n  Some devices are designed to deny users access to install or run\nmodified versions of the software inside them, although the manufacturer\ncan do so.  This is fundamentally incompatible with the aim of\nprotecting users' freedom to change the software.  The systematic\npattern of such abuse occurs in the area of products for individuals to\nuse, which is precisely where it is most unacceptable.  Therefore, we\nhave designed this version of the GPL to prohibit the practice for those\nproducts.  If such problems arise substantially in other domains, we\nstand ready to extend this provision to those domains in future versions\nof the GPL, as needed to protect the freedom of users.\n\n  Finally, every program is threatened constantly by software patents.\nStates should not allow patents to restrict development and use of\nsoftware on general-purpose computers, but in those that do, we wish to\navoid the special danger that patents applied to a free program could\nmake it effectively proprietary.  To prevent this, the GPL assures that\npatents cannot be used to render the program non-free.\n\n  The precise terms and conditions for copying, distribution and\nmodification follow.\n\n                       TERMS AND CONDITIONS\n\n  0. Definitions.\n\n  \"This License\" refers to version 3 of the GNU General Public License.\n\n  \"Copyright\" also means copyright-like laws that apply to other kinds of\nworks, such as semiconductor masks.\n\n  \"The Program\" refers to any copyrightable work licensed under this\nLicense.  Each licensee is addressed as \"you\".  \"Licensees\" and\n\"recipients\" may be individuals or organizations.\n\n  To \"modify\" a work means to copy from or adapt all or part of the work\nin a fashion requiring copyright permission, other than the making of an\nexact copy.  The resulting work is called a \"modified version\" of the\nearlier work or a work \"based on\" the earlier work.\n\n  A \"covered work\" means either the unmodified Program or a work based\non the Program.\n\n  To \"propagate\" a work means to do anything with it that, without\npermission, would make you directly or secondarily liable for\ninfringement under applicable copyright law, except executing it on a\ncomputer or modifying a private copy.  Propagation includes copying,\ndistribution (with or without modification), making available to the\npublic, and in some countries other activities as well.\n\n  To \"convey\" a work means any kind of propagation that enables other\nparties to make or receive copies.  Mere interaction with a user through\na computer network, with no transfer of a copy, is not conveying.\n\n  An interactive user interface displays \"Appropriate Legal Notices\"\nto the extent that it includes a convenient and prominently visible\nfeature that (1) displays an appropriate copyright notice, and (2)\ntells the user that there is no warranty for the work (except to the\nextent that warranties are provided), that licensees may convey the\nwork under this License, and how to view a copy of this License.  If\nthe interface presents a list of user commands or options, such as a\nmenu, a prominent item in the list meets this criterion.\n\n  1. Source Code.\n\n  The \"source code\" for a work means the preferred form of the work\nfor making modifications to it.  \"Object code\" means any non-source\nform of a work.\n\n  A \"Standard Interface\" means an interface that either is an official\nstandard defined by a recognized standards body, or, in the case of\ninterfaces specified for a particular programming language, one that\nis widely used among developers working in that language.\n\n  The \"System Libraries\" of an executable work include anything, other\nthan the work as a whole, that (a) is included in the normal form of\npackaging a Major Component, but which is not part of that Major\nComponent, and (b) serves only to enable use of the work with that\nMajor Component, or to implement a Standard Interface for which an\nimplementation is available to the public in source code form.  A\n\"Major Component\", in this context, means a major essential component\n(kernel, window system, and so on) of the specific operating system\n(if any) on which the executable work runs, or a compiler used to\nproduce the work, or an object code interpreter used to run it.\n\n  The \"Corresponding Source\" for a work in object code form means all\nthe source code needed to generate, install, and (for an executable\nwork) run the object code and to modify the work, including scripts to\ncontrol those activities.  However, it does not include the work's\nSystem Libraries, or general-purpose tools or generally available free\nprograms which are used unmodified in performing those activities but\nwhich are not part of the work.  For example, Corresponding Source\nincludes interface definition files associated with source files for\nthe work, and the source code for shared libraries and dynamically\nlinked subprograms that the work is specifically designed to require,\nsuch as by intimate data communication or control flow between those\nsubprograms and other parts of the work.\n\n  The Corresponding Source need not include anything that users\ncan regenerate automatically from other parts of the Corresponding\nSource.\n\n  The Corresponding Source for a work in source code form is that\nsame work.\n\n  2. Basic Permissions.\n\n  All rights granted under this License are granted for the term of\ncopyright on the Program, and are irrevocable provided the stated\nconditions are met.  This License explicitly affirms your unlimited\npermission to run the unmodified Program.  The output from running a\ncovered work is covered by this License only if the output, given its\ncontent, constitutes a covered work.  This License acknowledges your\nrights of fair use or other equivalent, as provided by copyright law.\n\n  You may make, run and propagate covered works that you do not\nconvey, without conditions so long as your license otherwise remains\nin force.  You may convey covered works to others for the sole purpose\nof having them make modifications exclusively for you, or provide you\nwith facilities for running those works, provided that you comply with\nthe terms of this License in conveying all material for which you do\nnot control copyright.  Those thus making or running the covered works\nfor you must do so exclusively on your behalf, under your direction\nand control, on terms that prohibit them from making any copies of\nyour copyrighted material outside their relationship with you.\n\n  Conveying under any other circumstances is permitted solely under\nthe conditions stated below.  Sublicensing is not allowed; section 10\nmakes it unnecessary.\n\n  3. Protecting Users' Legal Rights From Anti-Circumvention Law.\n\n  No covered work shall be deemed part of an effective technological\nmeasure under any applicable law fulfilling obligations under article\n11 of the WIPO copyright treaty adopted on 20 December 1996, or\nsimilar laws prohibiting or restricting circumvention of such\nmeasures.\n\n  When you convey a covered work, you waive any legal power to forbid\ncircumvention of technological measures to the extent such circumvention\nis effected by exercising rights under this License with respect to\nthe covered work, and you disclaim any intention to limit operation or\nmodification of the work as a means of enforcing, against the work's\nusers, your or third parties' legal rights to forbid circumvention of\ntechnological measures.\n\n  4. Conveying Verbatim Copies.\n\n  You may convey verbatim copies of the Program's source code as you\nreceive it, in any medium, provided that you conspicuously and\nappropriately publish on each copy an appropriate copyright notice;\nkeep intact all notices stating that this License and any\nnon-permissive terms added in accord with section 7 apply to the code;\nkeep intact all notices of the absence of any warranty; and give all\nrecipients a copy of this License along with the Program.\n\n  You may charge any price or no price for each copy that you convey,\nand you may offer support or warranty protection for a fee.\n\n  5. Conveying Modified Source Versions.\n\n  You may convey a work based on the Program, or the modifications to\nproduce it from the Program, in the form of source code under the\nterms of section 4, provided that you also meet all of these conditions:\n\n    a) The work must carry prominent notices stating that you modified\n    it, and giving a relevant date.\n\n    b) The work must carry prominent notices stating that it is\n    released under this License and any conditions added under section\n    7.  This requirement modifies the requirement in section 4 to\n    \"keep intact all notices\".\n\n    c) You must license the entire work, as a whole, under this\n    License to anyone who comes into possession of a copy.  This\n    License will therefore apply, along with any applicable section 7\n    additional terms, to the whole of the work, and all its parts,\n    regardless of how they are packaged.  This License gives no\n    permission to license the work in any other way, but it does not\n    invalidate such permission if you have separately received it.\n\n    d) If the work has interactive user interfaces, each must display\n    Appropriate Legal Notices; however, if the Program has interactive\n    interfaces that do not display Appropriate Legal Notices, your\n    work need not make them do so.\n\n  A compilation of a covered work with other separate and independent\nworks, which are not by their nature extensions of the covered work,\nand which are not combined with it such as to form a larger program,\nin or on a volume of a storage or distribution medium, is called an\n\"aggregate\" if the compilation and its resulting copyright are not\nused to limit the access or legal rights of the compilation's users\nbeyond what the individual works permit.  Inclusion of a covered work\nin an aggregate does not cause this License to apply to the other\nparts of the aggregate.\n\n  6. Conveying Non-Source Forms.\n\n  You may convey a covered work in object code form under the terms\nof sections 4 and 5, provided that you also convey the\nmachine-readable Corresponding Source under the terms of this License,\nin one of these ways:\n\n    a) Convey the object code in, or embodied in, a physical product\n    (including a physical distribution medium), accompanied by the\n    Corresponding Source fixed on a durable physical medium\n    customarily used for software interchange.\n\n    b) Convey the object code in, or embodied in, a physical product\n    (including a physical distribution medium), accompanied by a\n    written offer, valid for at least three years and valid for as\n    long as you offer spare parts or customer support for that product\n    model, to give anyone who possesses the object code either (1) a\n    copy of the Corresponding Source for all the software in the\n    product that is covered by this License, on a durable physical\n    medium customarily used for software interchange, for a price no\n    more than your reasonable cost of physically performing this\n    conveying of source, or (2) access to copy the\n    Corresponding Source from a network server at no charge.\n\n    c) Convey individual copies of the object code with a copy of the\n    written offer to provide the Corresponding Source.  This\n    alternative is allowed only occasionally and noncommercially, and\n    only if you received the object code with such an offer, in accord\n    with subsection 6b.\n\n    d) Convey the object code by offering access from a designated\n    place (gratis or for a charge), and offer equivalent access to the\n    Corresponding Source in the same way through the same place at no\n    further charge.  You need not require recipients to copy the\n    Corresponding Source along with the object code.  If the place to\n    copy the object code is a network server, the Corresponding Source\n    may be on a different server (operated by you or a third party)\n    that supports equivalent copying facilities, provided you maintain\n    clear directions next to the object code saying where to find the\n    Corresponding Source.  Regardless of what server hosts the\n    Corresponding Source, you remain obligated to ensure that it is\n    available for as long as needed to satisfy these requirements.\n\n    e) Convey the object code using peer-to-peer transmission, provided\n    you inform other peers where the object code and Corresponding\n    Source of the work are being offered to the general public at no\n    charge under subsection 6d.\n\n  A separable portion of the object code, whose source code is excluded\nfrom the Corresponding Source as a System Library, need not be\nincluded in conveying the object code work.\n\n  A \"User Product\" is either (1) a \"consumer product\", which means any\ntangible personal property which is normally used for personal, family,\nor household purposes, or (2) anything designed or sold for incorporation\ninto a dwelling.  In determining whether a product is a consumer product,\ndoubtful cases shall be resolved in favor of coverage.  For a particular\nproduct received by a particular user, \"normally used\" refers to a\ntypical or common use of that class of product, regardless of the status\nof the particular user or of the way in which the particular user\nactually uses, or expects or is expected to use, the product.  A product\nis a consumer product regardless of whether the product has substantial\ncommercial, industrial or non-consumer uses, unless such uses represent\nthe only significant mode of use of the product.\n\n  \"Installation Information\" for a User Product means any methods,\nprocedures, authorization keys, or other information required to install\nand execute modified versions of a covered work in that User Product from\na modified version of its Corresponding Source.  The information must\nsuffice to ensure that the continued functioning of the modified object\ncode is in no case prevented or interfered with solely because\nmodification has been made.\n\n  If you convey an object code work under this section in, or with, or\nspecifically for use in, a User Product, and the conveying occurs as\npart of a transaction in which the right of possession and use of the\nUser Product is transferred to the recipient in perpetuity or for a\nfixed term (regardless of how the transaction is characterized), the\nCorresponding Source conveyed under this section must be accompanied\nby the Installation Information.  But this requirement does not apply\nif neither you nor any third party retains the ability to install\nmodified object code on the User Product (for example, the work has\nbeen installed in ROM).\n\n  The requirement to provide Installation Information does not include a\nrequirement to continue to provide support service, warranty, or updates\nfor a work that has been modified or installed by the recipient, or for\nthe User Product in which it has been modified or installed.  Access to a\nnetwork may be denied when the modification itself materially and\nadversely affects the operation of the network or violates the rules and\nprotocols for communication across the network.\n\n  Corresponding Source conveyed, and Installation Information provided,\nin accord with this section must be in a format that is publicly\ndocumented (and with an implementation available to the public in\nsource code form), and must require no special password or key for\nunpacking, reading or copying.\n\n  7. Additional Terms.\n\n  \"Additional permissions\" are terms that supplement the terms of this\nLicense by making exceptions from one or more of its conditions.\nAdditional permissions that are applicable to the entire Program shall\nbe treated as though they were included in this License, to the extent\nthat they are valid under applicable law.  If additional permissions\napply only to part of the Program, that part may be used separately\nunder those permissions, but the entire Program remains governed by\nthis License without regard to the additional permissions.\n\n  When you convey a copy of a covered work, you may at your option\nremove any additional permissions from that copy, or from any part of\nit.  (Additional permissions may be written to require their own\nremoval in certain cases when you modify the work.)  You may place\nadditional permissions on material, added by you to a covered work,\nfor which you have or can give appropriate copyright permission.\n\n  Notwithstanding any other provision of this License, for material you\nadd to a covered work, you may (if authorized by the copyright holders of\nthat material) supplement the terms of this License with terms:\n\n    a) Disclaiming warranty or limiting liability differently from the\n    terms of sections 15 and 16 of this License; or\n\n    b) Requiring preservation of specified reasonable legal notices or\n    author attributions in that material or in the Appropriate Legal\n    Notices displayed by works containing it; or\n\n    c) Prohibiting misrepresentation of the origin of that material, or\n    requiring that modified versions of such material be marked in\n    reasonable ways as different from the original version; or\n\n    d) Limiting the use for publicity purposes of names of licensors or\n    authors of the material; or\n\n    e) Declining to grant rights under trademark law for use of some\n    trade names, trademarks, or service marks; or\n\n    f) Requiring indemnification of licensors and authors of that\n    material by anyone who conveys the material (or modified versions of\n    it) with contractual assumptions of liability to the recipient, for\n    any liability that these contractual assumptions directly impose on\n    those licensors and authors.\n\n  All other non-permissive additional terms are considered \"further\nrestrictions\" within the meaning of section 10.  If the Program as you\nreceived it, or any part of it, contains a notice stating that it is\ngoverned by this License along with a term that is a further\nrestriction, you may remove that term.  If a license document contains\na further restriction but permits relicensing or conveying under this\nLicense, you may add to a covered work material governed by the terms\nof that license document, provided that the further restriction does\nnot survive such relicensing or conveying.\n\n  If you add terms to a covered work in accord with this section, you\nmust place, in the relevant source files, a statement of the\nadditional terms that apply to those files, or a notice indicating\nwhere to find the applicable terms.\n\n  Additional terms, permissive or non-permissive, may be stated in the\nform of a separately written license, or stated as exceptions;\nthe above requirements apply either way.\n\n  8. Termination.\n\n  You may not propagate or modify a covered work except as expressly\nprovided under this License.  Any attempt otherwise to propagate or\nmodify it is void, and will automatically terminate your rights under\nthis License (including any patent licenses granted under the third\nparagraph of section 11).\n\n  However, if you cease all violation of this License, then your\nlicense from a particular copyright holder is reinstated (a)\nprovisionally, unless and until the copyright holder explicitly and\nfinally terminates your license, and (b) permanently, if the copyright\nholder fails to notify you of the violation by some reasonable means\nprior to 60 days after the cessation.\n\n  Moreover, your license from a particular copyright holder is\nreinstated permanently if the copyright holder notifies you of the\nviolation by some reasonable means, this is the first time you have\nreceived notice of violation of this License (for any work) from that\ncopyright holder, and you cure the violation prior to 30 days after\nyour receipt of the notice.\n\n  Termination of your rights under this section does not terminate the\nlicenses of parties who have received copies or rights from you under\nthis License.  If your rights have been terminated and not permanently\nreinstated, you do not qualify to receive new licenses for the same\nmaterial under section 10.\n\n  9. Acceptance Not Required for Having Copies.\n\n  You are not required to accept this License in order to receive or\nrun a copy of the Program.  Ancillary propagation of a covered work\noccurring solely as a consequence of using peer-to-peer transmission\nto receive a copy likewise does not require acceptance.  However,\nnothing other than this License grants you permission to propagate or\nmodify any covered work.  These actions infringe copyright if you do\nnot accept this License.  Therefore, by modifying or propagating a\ncovered work, you indicate your acceptance of this License to do so.\n\n  10. Automatic Licensing of Downstream Recipients.\n\n  Each time you convey a covered work, the recipient automatically\nreceives a license from the original licensors, to run, modify and\npropagate that work, subject to this License.  You are not responsible\nfor enforcing compliance by third parties with this License.\n\n  An \"entity transaction\" is a transaction transferring control of an\norganization, or substantially all assets of one, or subdividing an\norganization, or merging organizations.  If propagation of a covered\nwork results from an entity transaction, each party to that\ntransaction who receives a copy of the work also receives whatever\nlicenses to the work the party's predecessor in interest had or could\ngive under the previous paragraph, plus a right to possession of the\nCorresponding Source of the work from the predecessor in interest, if\nthe predecessor has it or can get it with reasonable efforts.\n\n  You may not impose any further restrictions on the exercise of the\nrights granted or affirmed under this License.  For example, you may\nnot impose a license fee, royalty, or other charge for exercise of\nrights granted under this License, and you may not initiate litigation\n(including a cross-claim or counterclaim in a lawsuit) alleging that\nany patent claim is infringed by making, using, selling, offering for\nsale, or importing the Program or any portion of it.\n\n  11. Patents.\n\n  A \"contributor\" is a copyright holder who authorizes use under this\nLicense of the Program or a work on which the Program is based.  The\nwork thus licensed is called the contributor's \"contributor version\".\n\n  A contributor's \"essential patent claims\" are all patent claims\nowned or controlled by the contributor, whether already acquired or\nhereafter acquired, that would be infringed by some manner, permitted\nby this License, of making, using, or selling its contributor version,\nbut do not include claims that would be infringed only as a\nconsequence of further modification of the contributor version.  For\npurposes of this definition, \"control\" includes the right to grant\npatent sublicenses in a manner consistent with the requirements of\nthis License.\n\n  Each contributor grants you a non-exclusive, worldwide, royalty-free\npatent license under the contributor's essential patent claims, to\nmake, use, sell, offer for sale, import and otherwise run, modify and\npropagate the contents of its contributor version.\n\n  In the following three paragraphs, a \"patent license\" is any express\nagreement or commitment, however denominated, not to enforce a patent\n(such as an express permission to practice a patent or covenant not to\nsue for patent infringement).  To \"grant\" such a patent license to a\nparty means to make such an agreement or commitment not to enforce a\npatent against the party.\n\n  If you convey a covered work, knowingly relying on a patent license,\nand the Corresponding Source of the work is not available for anyone\nto copy, free of charge and under the terms of this License, through a\npublicly available network server or other readily accessible means,\nthen you must either (1) cause the Corresponding Source to be so\navailable, or (2) arrange to deprive yourself of the benefit of the\npatent license for this particular work, or (3) arrange, in a manner\nconsistent with the requirements of this License, to extend the patent\nlicense to downstream recipients.  \"Knowingly relying\" means you have\nactual knowledge that, but for the patent license, your conveying the\ncovered work in a country, or your recipient's use of the covered work\nin a country, would infringe one or more identifiable patents in that\ncountry that you have reason to believe are valid.\n\n  If, pursuant to or in connection with a single transaction or\narrangement, you convey, or propagate by procuring conveyance of, a\ncovered work, and grant a patent license to some of the parties\nreceiving the covered work authorizing them to use, propagate, modify\nor convey a specific copy of the covered work, then the patent license\nyou grant is automatically extended to all recipients of the covered\nwork and works based on it.\n\n  A patent license is \"discriminatory\" if it does not include within\nthe scope of its coverage, prohibits the exercise of, or is\nconditioned on the non-exercise of one or more of the rights that are\nspecifically granted under this License.  You may not convey a covered\nwork if you are a party to an arrangement with a third party that is\nin the business of distributing software, under which you make payment\nto the third party based on the extent of your activity of conveying\nthe work, and under which the third party grants, to any of the\nparties who would receive the covered work from you, a discriminatory\npatent license (a) in connection with copies of the covered work\nconveyed by you (or copies made from those copies), or (b) primarily\nfor and in connection with specific products or compilations that\ncontain the covered work, unless you entered into that arrangement,\nor that patent license was granted, prior to 28 March 2007.\n\n  Nothing in this License shall be construed as excluding or limiting\nany implied license or other defenses to infringement that may\notherwise be available to you under applicable patent law.\n\n  12. No Surrender of Others' Freedom.\n\n  If conditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License.  If you cannot convey a\ncovered work so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you may\nnot convey it at all.  For example, if you agree to terms that obligate you\nto collect a royalty for further conveying from those to whom you convey\nthe Program, the only way you could satisfy both those terms and this\nLicense would be to refrain entirely from conveying the Program.\n\n  13. Use with the GNU Affero General Public License.\n\n  Notwithstanding any other provision of this License, you have\npermission to link or combine any covered work with a work licensed\nunder version 3 of the GNU Affero General Public License into a single\ncombined work, and to convey the resulting work.  The terms of this\nLicense will continue to apply to the part which is the covered work,\nbut the special requirements of the GNU Affero General Public License,\nsection 13, concerning interaction through a network will apply to the\ncombination as such.\n\n  14. Revised Versions of this License.\n\n  The Free Software Foundation may publish revised and/or new versions of\nthe GNU General Public License from time to time.  Such new versions will\nbe similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\n\n  Each version is given a distinguishing version number.  If the\nProgram specifies that a certain numbered version of the GNU General\nPublic License \"or any later version\" applies to it, you have the\noption of following the terms and conditions either of that numbered\nversion or of any later version published by the Free Software\nFoundation.  If the Program does not specify a version number of the\nGNU General Public License, you may choose any version ever published\nby the Free Software Foundation.\n\n  If the Program specifies that a proxy can decide which future\nversions of the GNU General Public License can be used, that proxy's\npublic statement of acceptance of a version permanently authorizes you\nto choose that version for the Program.\n\n  Later license versions may give you additional or different\npermissions.  However, no additional obligations are imposed on any\nauthor or copyright holder as a result of your choosing to follow a\nlater version.\n\n  15. Disclaimer of Warranty.\n\n  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY\nAPPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT\nHOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY\nOF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,\nTHE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\nPURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM\nIS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF\nALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n\n  16. Limitation of Liability.\n\n  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS\nTHE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY\nGENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE\nUSE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF\nDATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD\nPARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),\nEVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF\nSUCH DAMAGES.\n\n  17. Interpretation of Sections 15 and 16.\n\n  If the disclaimer of warranty and limitation of liability provided\nabove cannot be given local legal effect according to their terms,\nreviewing courts shall apply local law that most closely approximates\nan absolute waiver of all civil liability in connection with the\nProgram, unless a warranty or assumption of liability accompanies a\ncopy of the Program in return for a fee.\n\n                     END OF TERMS AND CONDITIONS\n\n            How to Apply These Terms to Your New Programs\n\n  If you develop a new program, and you want it to be of the greatest\npossible use to the public, the best way to achieve this is to make it\nfree software which everyone can redistribute and change under these terms.\n\n  To do so, attach the following notices to the program.  It is safest\nto attach them to the start of each source file to most effectively\nstate the exclusion of warranty; and each file should have at least\nthe \"copyright\" line and a pointer to where the full notice is found.\n\n    <one line to give the program's name and a brief idea of what it does.>\n    Copyright (C) <year>  <name of author>\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU General Public License for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with this program.  If not, see <http://www.gnu.org/licenses/>.\n\nAlso add information on how to contact you by electronic and paper mail.\n\n  If the program does terminal interaction, make it output a short\nnotice like this when it starts in an interactive mode:\n\n    <program>  Copyright (C) <year>  <name of author>\n\n    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.\n    This is free software, and you are welcome to redistribute it\n    under certain conditions; type `show c' for details.\n\nThe hypothetical commands `show w' and `show c' should show the appropriate\nparts of the General Public License.  Of course, your program's commands\nmight be different; for a GUI interface, you would use an \"about box\".\n\n  You should also get your employer (if you work as a programmer) or school,\nif any, to sign a \"copyright disclaimer\" for the program, if necessary.\nFor more information on this, and how to apply and follow the GNU GPL, see\n<http://www.gnu.org/licenses/>.\n\n  The GNU General Public License does not permit incorporating your program\ninto proprietary programs.  If your program is a subroutine library, you\nmay consider it more useful to permit linking proprietary applications with\nthe library.  If this is what you want to do, use the GNU Lesser General\nPublic License instead of this License.  But first, please read\n<http://www.gnu.org/philosophy/why-not-lgpl.html>.\n"
  },
  {
    "path": "README",
    "content": "Iris Dark is a modern looking flat theme for Gtk. The theme is compatible with GTK 3.10 and GTK 3.12. It also includes a GTK 2.0 theme using Murrine engine.\n\n---\n\nInstallation Instructions:\n\nExtract the zip file to the themes directory i.e. \"/usr/share/themes/\"\nAlternatively, extract it to the \".themes\" directory in your home folder if you want the theme to be applied only to you user.\n\nUse a theme changer such as Gnome Tweak Tool, Ubuntu Tweak or LXappearance to change the the theme to Iris Dark\n\n---\n\nLicense: GPL-3.0+\n"
  },
  {
    "path": "README.md",
    "content": "iris\n====\n\nA simple, flat and bold GTK theme.\n\nThis repo was made to host the dark version of the Iris theme. The repository for Iris Light is at http://github.com/xyl0n/iris-light\n"
  },
  {
    "path": "gtk-2.0/gtkrc",
    "content": "gtk-toolbar-icon-size = large-toolbar\ngtk-color-scheme = \"base_color:#ffffff\\nbg_color:#f4f5f6\\ntooltip_bg_color:#656D78\\nselected_fg_color:#fb4757\\ntext_color:#3f454f\\nfg_color:#555555\\ntooltip_fg_color:#ffffff\\nselected_bg_color:#ffffff\"\ngtk-icon-sizes = \"panel-menu=16,16:panel=8,8:gtk-button=16,16:gtk-large-toolbar=24,24:gtk-small-toolbar=16,16\"\ngtk-button-images\t= 0\ngtk-menu-images\t= 0\n#gtk-toolbar-style\t= 0\t# Disables text in toolbar\ngtk-auto-mnemonics\t= 1 # Disables ugly lines under menu items\n\ngtk-enable-animations = 1\n\ngtk-tooltip-timeout = 970\n\nstyle \"default\"\n{\n\n  GtkWidget::interior_focus\t\t\t= 0\n  GtkWidget::focus_padding\t\t\t= 0\n  GtkWidget::tooltip-radius       = 5\n  GtkWidget::tooltip-alpha        = 255\n  GtkWidget::new-tooltip-style    = 1\n  GtkButton::child-displacement-x               = 0\n  GtkButton::child-displacement-y               = 0\n  GtkButton::default_border\t\t\t= { 0, 0, 0, 0 }\n  GtkButton::default_outside_border\t\t= { 0, 0, 0, 0 }\n  GtkButton::focus-padding                      = 0\n  GtkButton::inner-border                       = {0, 0, 0, 0}\n  #GtkButton::button-relief                      = GTK_RELIEF_NONE\n  #GtkButton::displace-focus                     = 1\n  #GtkButton::shadow_type                        = GTK_SHADOW_NONE\n  #GtkButton::image-spacing                      = 2\n  #GtkButton::focus-padding                      = 0\n\n  #GtkButtonBox::child_min_width                 = 0\n  #GtkButtonBox::child_min_heigth                = 0\n  #GtkButtonBox::child_internal_pad_x            = 0\n  #GtkButtonBox::child_internal_pad_y            = 0\n\n  #GtkColorButton::default_border                = {0, 0, 0, 0}\n  #GtkColorButton::child-displacement-y          = 1\n\n  #GtkComboBox::appears-as-list                  = 1\n  #GtkComboBox::arrow-size                       = 10\n  #GtkComboBox::shadow_type                      = GTK_SHADOW_OUT\n\n  #GtkComboBoxEntry::appears-as-list             = 1\n\n  GtkNotebook::tab-overlap                      = 1\n  #GtkNotebook::tab-curvature                    = 5\n\n  #GimpColorNotebook::tab-border \t        = 1\n  #GimpDockSeparator::height     \t        = 10\n\n  GtkVScale::slider_length \t\t\t= 14\n  GtkVScale::slider_width \t\t\t= 14\n  #GtkVScale::focus-padding                      = 4\n  #GtkVScale::trough-side-details                = 0\n   #GtkVScale::trough-border                      = 1\n   #GtkVScale::value-spacing                      = 0\n   #GtkVScale::trough-under-steppers              = 0\n   #GtkVScale::arrow-displacement-x               = 0\n   #GtkVScale::arrow-displacement-y               = 0\n   #GtkVScale::activate_slider                    = 0\n\n  #GtkHScale::trough-side-details                = 0\n  #GtkHScale::focus-padding                      = 4\n  GtkHScale::slider_length \t\t\t= 14\n  GtkHScale::slider_width \t\t\t= 14\n  #GtkHScale::trough-border                       = 1\n  #GtkHScale::value-spacing                       = 0\n  #GtkHScale::trough-under-steppers               = 0\n  #GtkHScale::arrow-displacement-x                = 0\n  #GtkHScale::arrow-displacement-y                = 0\n  #GtkHScale::activate_slider                     = 0\n  GtkScale::trough-side-details = 1\n  GtkArrow::arrow-scaling                       = 0.4\n\n  GtkPaned::handle_size\t\t\t\t= 4\n  #GtkPaned::handle_width                        = 6\n\n  GtkRange::trough_border\t\t\t=0\n  GtkRange::slider_width\t\t\t=10\n  GtkRange::stepper_size\t\t\t=0\n  #GtkRange::trough-border                        = 0\n  #GtkRange::arrow-displacement-x                 = 0\n  #GtkRange::arrow-displacement-y                 = 0\n  #GtkRange::stepper-spacing                      = 0\n  #GtkRange::trough-side-details                  = 0\n  #GtkRange::trough-under-steppers                = 0\n\n  #GtkScrollbar::fixed-slider-length              = 1\n  GtkScrollbar::min_slider_length\t\t= 50\n  GtkScrollbar::slider_width                    = 10\n  #GtkScrollbar::stepper_size                    = 24\n  GtkScrollbar::activate-slider                 = 1\n  GtkScrollbar::has-backward-stepper            = 0\n  GtkScrollbar::has-forward-stepper             = 0\n  #GtkScrollbar::has-secondary-backward-stepper  = 0\n  #GtkScrollbar::has-secondary-forward-stepper   = 0\n\n  GtkCheckButton::indicator_size\t\t= 16\n  #GtkCheckButton::indicator_spacing\t        = 3\n  #GtkCheckButton::focus-padding                 = 1\n\n  GtkCheckMenuItem::indicator-size              =12\n\n  GtkRadioButton::indicator_size\t\t= 16\n  #GtkRadioButton::focus-padding                 = 1\n  GtkMenuBar::window-dragging              = 1\n  GtkMenuBar::shadow-type\t                = GTK_SHADOW_NONE\n  GtkMenuBar::internal-padding                  = 2\n  #GtkMenuBar::button-relief                     = GTK_RELIEF_NONE\n\n  GtkMenu::horizontal-padding                   = 0\n  GtkMenu::vertical-padding                     = 4\n  GtkMenu::horizontal-offset                    = 0\n  #GtkMenu::vertical-offset                      = 0\n  #GtkMenu::double-arrows \t\t\t = TRUE\n\n  #GtkMenuItem::arrow-scaling                    = 0\n  #GtkMenuItem::arrow-spacing                    = 0\n  #GtkMenuItem::horizontal-padding               = 2\n  #GtkMenuItem::toggle-spacing                   = 3\n  #GtkMenuItem::selected-shadow-type             = GTK_SHADOW_NONE\n  #GtkMenuItem::wide-separators = 0\n  #GtkMenuItem::separator-width = 0\n  #GtkMenuItem::separator-height = 0\n\n  GtkExpander::expander-size                    = 8\n  GtkExpander::expander-spacing                 = 2\n  GtkProgressBar::max-horizontal-bar-height = 12\n  GtkProgressBar::min-horizontal-bar-height = 12\n  GtkProgressBar::min-vertical-bar-width = 12\n  GtkProgressBar::max-vertical-bar-width = 12\n  #GtkProgressBar::xspacing = 2\n  #GtkProgressBar::yspacing = 2\n  #GtkProgressBar::trough_border                  = 2\n\n  GtkStatusbar::shadow_type                      = GTK_SHADOW_NONE\n\n  #GtkSpinButton::shadow_type                     = GTK_SHADOW_NONE\n  #GtkSpinButton::inner-border                    = {0, 0, 0, 0}\n  #GtkSpinButton::focus-padding                   = 1\n\n  GtkToolButton::icon-spacing                    = 0\n  GtkToolbar::window-dragging\t\t        = 1\n  GtkToolbar::internal-padding                  = 1\n  GtkToolbar::shadow-type\t                = GTK_SHADOW_NONE\n  #GtkToolbar::button-relief                     = GTK_RELIEF_NORMAL\n  #GtkToolbar::space-size                        = 2\n  #GtkToolbar::max-child-expand                  = 0\n  #GtkToolbar::space-style                       = GTK_TOOLBAR_SPACE_LINE\n\n  GtkDialog::action-area-border                 = 2\n  GtkDialog::button-spacing                     = 3\n  GtkDialog::content-area-border                = 1\n\n  GtkOptionMenu::indicator_size\t\t\t= { 15, 8 }\n  GtkOptionMenu::indicator_spacing\t\t= { 8, 2, 0, 0 }\n  #GtkOptionMenu::focus-padding                  = 1\n\n  GtkStatusbar::shadow_type\t\t\t= GTK_SHADOW_NONE\n\n  GtkSpinButton::shadow_type \t\t\t= GTK_SHADOW_NONE\n  #GtkSpinButton::focus-padding                  = 1\n\n  GtkScrolledWindow::scrollbar-spacing          = 5\n  GtkScrolledWindow::scrollbars-within-bevel    = 0\n  #GtkScrolledWindow::shadow_type                = GTK_SHADOW_NONE\n\n  GtkTreeView::row_ending_details \t\t= 0\n  GtkTreeView::expander-size                    = 11\n  GtkTreeView::vertical-separator               = 6\n  GtkTreeView::horizontal-separator             = 4\n  GtkTreeView::allow-rules                      = 1\n  #GtkTreeView::indent-expanders                 = 1\n  #GtkTreeView::row-ending-details               = 1\n\n  GtkHTML::cite_color \t\t\t\t= @selected_fg_color\n\n  GtkWidget::link-color = @selected_fg_color\n  GtkWidget::visited-link-color = shade (0.5, @selected_fg_color)\n  #GtkWidget::cursor-aspect-ratio                = 0.05\n  GtkWidget::focus-line-width                   = 0\n  #GtkWidget::scroll-arrow-hlength               = 16\n  #GtkWidget::scroll-arrow-vlength               = 16\n  #GtkWidget::separator-height                   = 0\n  #GtkWidget::separator-width                    = 0\n  #GtkWidget::wide-separators                    = 0\n\n  #BonoboUiToolbar::shadow-type                  = GTK_SHADOW_NONE\n\n  WnckTasklist::fade-overlay-rect               = 0\n  WnckTasklist::fade-loop-time                  = 5.0\n  #WnckTasklist::fade-max-loop                   = 50\n  WnckTasklist::fade-opacity                    = 0.5\n\n  # The following line hints to gecko (and possibly other appliations)\n  # that the entry should be drawn transparently on the canvas.\n  # Without this, gecko will fill in the background of the entry.\n  GtkEntry::honors-transparent-bg-hint          = 1\n  #GtkEntry::inner-border = {3, 3, 3, 3}\n  xthickness            \t                = 4\n  ythickness            \t                = 4\n\n\n\n\tfg[NORMAL] = @fg_color\n\tfg[PRELIGHT] = @fg_color\n\tfg[SELECTED] = @selected_fg_color\n\tfg[ACTIVE] = @fg_color\n\tfg[INSENSITIVE] = mix (0.5, @bg_color, @fg_color)\n\n\tbg[NORMAL] = @bg_color\n\tbg[PRELIGHT] = shade (0.98, @bg_color)\n\tbg[SELECTED] = @bg_color\n\tbg[ACTIVE] = shade (0.9, @bg_color)\n\tbg[INSENSITIVE] = @bg_color\n\n\tbase[NORMAL] = @base_color\n\tbase[PRELIGHT] = shade (0.98, @base_color)\n\tbase[SELECTED] = @base_color\n\tbase[ACTIVE] = @base_color\n\tbase[INSENSITIVE] = shade (0.95, @base_color)\n\n\ttext[NORMAL] = @text_color\n\ttext[PRELIGHT] = @text_color\n\ttext[SELECTED] = @selected_fg_color\n\ttext[ACTIVE] = @selected_fg_color\n\ttext[INSENSITIVE] = mix (0.6, @bg_color, @fg_color)\n\n\n  engine \"pixmap\"\n  {\n    image\n    {\n      function\t\t\t\t= HANDLE\n      recolorable\t\t\t= TRUE\n      overlay_file\t\t\t= \"Handles/handle-h.png\"\n      overlay_stretch\t= FALSE\n      orientation\t\t\t= HORIZONTAL\n    }\n    image\n    {\n      function\t\t\t\t= HANDLE\n      recolorable\t\t\t= TRUE\n      overlay_file\t\t\t= \"Handles/handle-v.png\"\n      overlay_stretch\t= FALSE\n      orientation\t\t\t= VERTICAL\n    }\n\n####################### SHADOWS ############################x\n\n    image\n    {\n      function\t\t\t= SHADOW\n      shadow\t\t\t= IN\n      recolorable\t\t= FALSE\n      file\t\t\t\t= \"Shadows/shadow-etched-in.png\"\n      border\t\t\t= { 4, 4, 4, 4 }\n      stretch\t\t\t= TRUE\n    }\n    image\n    {\n       function\t\t= SHADOW\n       shadow\t\t\t= OUT\n       recolorable\t\t= TRUE\n       file\t\t\t\t= \"Shadows/shadow-out.png\"\n      border\t\t\t= { 4, 4, 4, 4 }\n       stretch\t\t\t= TRUE\n    }\n\n    image\n    {\n       function\t\t= SHADOW\n       shadow\t\t\t= ETCHED_IN\n       recolorable\t\t= TRUE\n       file\t\t\t\t= \"Shadows/shadow-etched-in.png\"\n      border\t\t\t= { 4, 4, 4, 4 }\n       stretch\t\t\t= TRUE\n    }\n    image\n    {\n       function\t\t= SHADOW\n       shadow\t\t\t= ETCHED_OUT\n       recolorable\t\t= TRUE\n       file\t\t\t\t= \"Shadows/shadow-etched-out.png\"\n      border\t\t\t= { 4, 4, 4, 4 }\n       stretch\t\t\t= TRUE\n    }\n    image\n    {\n       function\t\t\t= SHADOW_GAP\n       recolorable\t\t\t= TRUE\n       file\t\t\t\t\t= \"Frame-Gap/frame1.png\"\n       border\t\t\t\t= { 4, 4, 4, 4 }\n       stretch\t\t\t\t= TRUE\n       gap_start_file\t\t= \"Frame-Gap/frame-gap-start.png\"\n       gap_start_border\t= { 4, 0, 4, 0 }\n       gap_end_file\t\t= \"Frame-Gap/frame-gap-end.png\"\n       gap_end_border\t= { 0, 4, 4, 0 }\n       gap_side\t\t\t= TOP\n    }\n    image\n    {\n       function\t\t= VLINE\n       recolorable\t\t= TRUE\n       file\t\t\t\t= \"Lines/line-v.png\"\n       border\t\t\t= { 0, 1, 0, 0 }\n       stretch\t\t\t= TRUE\n    }\n    image\n    {\n      function\t\t\t= HLINE\n      recolorable\t\t= TRUE\n      file\t\t\t\t= \"Lines/line-h.png\"\n      border\t\t\t= { 0, 0, 0, 1 }\n      stretch\t\t\t= TRUE\n    }\n    # focus\n\n    image\n    {\n      function\t\t\t= FOCUS\n      recolorable\t\t= TRUE\n      file\t\t\t\t= \"Others/focus.png\"\n      border\t\t\t= { 6, 0, 6, 0 }\n      stretch\t\t\t= TRUE\n    }\n # Arrows (all states)\n      image\n      {\n\t \tfunction\t\t= ARROW\n\t\trecolorable\t\t= TRUE\n\t\tstate                   = NORMAL\n\t\toverlay_file\t\t= \"Arrows/arrow-up.png\"\n\t\toverlay_border\t\t= { 0, 0, 0, 0 }\n\t\toverlay_stretch\t\t= FALSE\n\t\tarrow_direction\t\t= UP\n      }\n\n      image\n      {\n\t\tfunction\t\t= ARROW\n\t\tstate\t\t\t= PRELIGHT\n\t\trecolorable\t\t= TRUE\n\t\toverlay_file\t\t= \"Arrows/arrow-up-prelight.png\"\n\t\toverlay_border\t\t= { 0, 0, 0, 0 }\n\t\toverlay_stretch\t\t= FALSE\n\t\tarrow_direction\t\t= UP\n      }\n\n     image\n      {\n\t\tfunction\t\t= ARROW\n\t\tstate\t\t\t= ACTIVE\n\t\trecolorable\t\t= TRUE\n\t\toverlay_file\t\t= \"Arrows/arrow-up-active.png\"\n\t\toverlay_border\t\t= { 0, 0, 0, 0 }\n\t\toverlay_stretch\t\t= FALSE\n\t\tarrow_direction\t\t= UP\n      }\n\n      image\n      {\n\t\tfunction\t\t= ARROW\n\t\tstate\t\t\t= INSENSITIVE\n\t\trecolorable\t\t= TRUE\n\t\toverlay_file\t\t= \"Arrows/arrow-up-insensitive.png\"\n\t\toverlay_border\t\t= { 0, 0, 0, 0 }\n\t\toverlay_stretch\t\t= FALSE\n\t\tarrow_direction\t\t= UP\n      }\n\n      image\n      {\n     \t \tfunction\t\t= ARROW\n      \t\tstate\t\t\t= NORMAL\n      \t\trecolorable\t\t= TRUE\n      \t\toverlay_file\t\t= \"Arrows/arrow-down.png\"\n      \t\toverlay_border\t\t= { 0, 0, 0, 0 }\n     \t\toverlay_stretch\t\t= FALSE\n     \t\tarrow_direction\t\t= DOWN\n      }\n\n      image\n      {\n\t\tfunction\t\t= ARROW\n\t\tstate\t\t\t= PRELIGHT\n\t\trecolorable\t\t= TRUE\n\t\toverlay_file\t\t= \"Arrows/arrow-down-prelight.png\"\n\t\toverlay_border\t\t= { 0, 0, 0, 0 }\n\t\toverlay_stretch\t\t= FALSE\n\t\tarrow_direction\t\t= DOWN\n     }\n\n     image\n     {\n\t\tfunction\t\t= ARROW\n\t\tstate\t\t\t= ACTIVE\n\t\trecolorable\t\t= TRUE\n\t\toverlay_file\t\t= \"Arrows/arrow-down-pressed.png\"\n\t\toverlay_border\t\t= { 0, 0, 0, 0 }\n\t\toverlay_stretch\t\t= FALSE\n\t\tarrow_direction\t\t= DOWN\n     }\n\n     image\n     {\n\t\tfunction\t\t= ARROW\n\t\tstate\t\t\t= INSENSITIVE\n\t\trecolorable\t\t= TRUE\n\t\toverlay_file\t\t= \"Arrows/arrow-down-insens.png\"\n\t\toverlay_border\t\t= { 0, 0, 0, 0 }\n\t\toverlay_stretch\t\t= FALSE\n\t\tarrow_direction\t\t= DOWN\n     }\n\n     image\n     {\n\t\tfunction\t\t= ARROW\n\t\trecolorable\t\t= TRUE\n\t\tstate                   = NORMAL\n\t\toverlay_file\t\t= \"Arrows/arrow-left.png\"\n\t\toverlay_border\t\t= { 0, 0, 0, 0 }\n\t\toverlay_stretch\t\t= FALSE\n\t\tarrow_direction\t\t= LEFT\n      }\n\n      image\n      {\n\t\tfunction\t\t= ARROW\n\t\trecolorable\t\t= TRUE\n\t\tstate                   = PRELIGHT\n\t\toverlay_file\t\t= \"Arrows/arrow-left-prelight.png\"\n\t\toverlay_border\t\t= { 0, 0, 0, 0 }\n\t\toverlay_stretch\t\t= FALSE\n\t\tarrow_direction\t\t= LEFT\n      }\n\n      image\n      {\n\t\tfunction\t\t= ARROW\n\t\trecolorable\t\t= TRUE\n\t\tstate                   = ACTIVE\n\t\toverlay_file\t\t= \"Arrows/arrow-left-active.png\"\n\t\toverlay_border\t\t= { 0, 0, 0, 0 }\n\t\toverlay_stretch\t\t= FALSE\n\t\tarrow_direction\t\t= LEFT\n      }\n\n      image\n      {\n\t\tfunction\t\t= ARROW\n\t\trecolorable\t\t= TRUE\n\t\tstate                   = INSENSITIVE\n\t\toverlay_file\t\t= \"Arrows/arrow-left-insensitive.png\"\n\t\toverlay_border\t\t= { 0, 0, 0, 0 }\n\t\toverlay_stretch\t\t= FALSE\n\t\tarrow_direction\t\t= LEFT\n      }\n\n      image\n      {\n\t\tfunction\t\t= ARROW\n\t\trecolorable\t\t= TRUE\n\t\tstate                   = NORMAL\n\t\toverlay_file\t\t= \"Arrows/arrow-right.png\"\n\t\toverlay_border\t\t= { 0, 0, 0, 0 }\n\t\toverlay_stretch\t\t= FALSE\n\t\tarrow_direction\t\t= RIGHT\n      }\n\n      image\n      {\n\t\tfunction\t\t= ARROW\n\t\trecolorable\t\t= TRUE\n\t\tstate                   = PRELIGHT\n\t\toverlay_file\t\t= \"Arrows/arrow-right-prelight.png\"\n\t\toverlay_border\t\t= { 0, 0, 0, 0 }\n\t\toverlay_stretch\t\t= FALSE\n\t\tarrow_direction\t\t= RIGHT\n      }\n\n      image\n      {\n\t\tfunction\t\t= ARROW\n\t\trecolorable\t\t= TRUE\n\t\tstate                   = ACTIVE\n\t\toverlay_file\t\t= \"Arrows/arrow-right-active.png\"\n\t\toverlay_border\t\t= { 0, 0, 0, 0 }\n\t\toverlay_stretch\t\t= FALSE\n\t\tarrow_direction\t\t= RIGHT\n      }\n\n      image\n      {\n\t\tfunction\t\t= ARROW\n\t\trecolorable\t\t= TRUE\n\t\tstate                   = INSENSITIVE\n\t\toverlay_file\t\t= \"Arrows/arrow-right-insensitive.png\"\n\t\toverlay_border\t\t= { 0, 0, 0, 0 }\n\t\toverlay_stretch\t\t= FALSE\n\t\tarrow_direction\t\t= RIGHT\n      }\n\n  }\n}\n\nstyle \"chrome-gtk-frame\" {\n\tChromeGtkFrame::frame-color = @text_color\n\tChromeGtkFrame::inactive-frame-color = @text_color\n\n\tChromeGtkFrame::frame-gradient-size = 0\n\tChromeGtkFrame::frame-gradient-color = @text_color\n\n\tChromeGtkFrame::incognito-frame-color = @text_color\n\tChromeGtkFrame::incognito-inactive-frame-color = @text_color\n\n\tChromeGtkFrame::incognito-frame-gradient-size = 0\n\tChromeGtkFrame::incognito-frame-gradient-color = @text_color\n\n\tChromeGtkFrame::scrollbar-trough-color = @bg_color\n\tChromeGtkFrame::scrollbar-slider-normal-color =  mix (0.21, @fg_color, @bg_color)\n\tChromeGtkFrame::scrollbar-slider-prelight-color =  mix (0.31, @fg_color, @bg_color)\n}\n\nclass \"ChromeGtkFrame\" style \"chrome-gtk-frame\"\n\nclass \"GtkWidget\" style \"default\"\n\ninclude\"styles/tooltips\"\n\ninclude\"styles/button\"\n\ninclude\"styles/optionmenu\"\n\ninclude\"styles/handlebox\"\n\ninclude\"styles/notebook\"\n\ninclude\"styles/listheader\"\n\ninclude\"styles/scrollbar\"\n\ninclude\"styles/statusbar\"\n\ninclude\"styles/progressbar\"\n\ninclude\"styles/range\"\n\ninclude\"styles/checkbutton\"\n\ninclude\"styles/radiobutton\"\nwidget_class \"*List\" style \"treeview\"\nwidget_class \"*GtkTree*\" style \"treeview\"\nwidget_class \"*GtkCList*\" style \"treeview\"\nwidget_class \"*GtkCTree*\" style \"treeview\"\nwidget_class \"*GtkList*\" style \"treeview\"\nwidget_class \"*.ETree.*\" style \"treeview\"\nclass \"GtkTreeView\" style \"treeview\"\ninclude\"styles/entry\"\n\ninclude\"styles/spin\"\n\ninclude\"styles/combo\"\n\ninclude\"styles/toolbar\"\n\ninclude \"styles/murrine-style-images-and-labels\"\n\ninclude\"styles/menu-menubar\"\n\ninclude\"styles/panel\"\n\nstyle \"xfdesktop-icon-view\" {\n    XfdesktopIconView::label-alpha = 75\n    XfdesktopIconView::selected-label-alpha = 100\n    XfdesktopIconView::ellipsize-icon-labels = 1\n    XfdesktopIconView::tooltip-size = 128\n\n    XfdesktopIconView::shadow-x-offset = 0\n    XfdesktopIconView::shadow-y-offset = 1\n    XfdesktopIconView::shadow-color = \"#000000\"\n    XfdesktopIconView::selected-shadow-x-offset = 0\n    XfdesktopIconView::selected-shadow-y-offset = 0\n    XfdesktopIconView::selected-shadow-color = \"#000000\"\n\n    XfdesktopIconView::cell-spacing = 0\n    XfdesktopIconView::cell-padding = 0\n    XfdesktopIconView::cell-text-width-proportion = 2.5\n    \n    fg[NORMAL] = \"#ffffff\"\n    text[NORMAL] = \"#ffffff\"\n    base[NORMAL] = \"#000000\"\n    base[SELECTED] = @selected_fg_color\n    fg[SELECTED] = @selected_bg_color\n}\n\nwidget_class \"*XfdesktopIconView*\" style \"xfdesktop-icon-view\"\n"
  },
  {
    "path": "gtk-2.0/styles/button",
    "content": "style \"button\" \n{\n\txthickness = 4\n\tythickness = 4\n\tfg[NORMAL] = @text_color\n\tfg[PRELIGHT] = @text_color\n\tfg[ACTIVE] = @text_color\n\tfg[INSENSITIVE] = mix (0.3, @base_color, @text_color)\n  engine \"pixmap\"\n  {\n\t\timage\n\t\t{\n\t\t\tfunction\t\t= BOX\n\t\t\trecolorable\t\t= TRUE\n\t\t\tdetail\t\t\t= \"buttondefault\"\n\t\t\tfile\t\t\t= \"Buttons/button-default.png\"\n\t\t\tborder\t\t\t= { 0, 0, 0, 0}\n\t\t\tstretch\t\t\t= TRUE\n\t\t}\n    image\n    {\n      function\t\t\t= BOX\n      state\t\t\t\t= PRELIGHT\n      recolorable\t\t= TRUE\n      shadow\t\t\t= OUT\n      file\t\t\t\t= \"Buttons/button-prelight.png\"\n      border\t\t\t= { 0, 0, 0, 0 }\n      stretch\t\t\t= TRUE\n    }\n    image\n    {\n      function\t\t\t= BOX\n      state\t\t\t\t= PRELIGHT\n      recolorable\t\t= TRUE\n      shadow\t\t\t= IN\n      file\t\t\t\t= \"Buttons/button-pressed.png\"\n      border\t\t\t= { 0, 0, 0, 0 }\n      stretch\t\t\t= TRUE\n    }\n    image\n    {\n      function\t\t\t= BOX\n      state\t\t\t\t= ACTIVE\n      file\t\t\t\t= \"Buttons/button-pressed.png\"\n      border\t\t\t= { 0, 0, 0, 0 }\n      stretch\t\t\t= TRUE\n    }\t\n    image \n   {\n     function\t\t\t= BOX\n     state\t\t\t\t= INSENSITIVE\n     file\t\t\t\t\t= \"Buttons/button-insensitive.png\"\n     border\t\t\t= { 0, 0, 0, 0 }\n     stretch\t\t\t= TRUE\n    }\n    image \n    {\n      function\t\t\t= BOX\n      file\t\t\t\t= \"Buttons/button-normal.png\"\t\t\n      border\t\t\t= { 0, 0, 0, 0 }\n      stretch\t\t\t= TRUE\n     }\t\n  }\n}\nwidget_class \"*.<GtkButton>.*\"\t\tstyle \"button\"\nclass \"GtkButton\"\tstyle \"button\"\nwidget_class \"*GtkToggleButton*\"   style \"button\"\n\n"
  },
  {
    "path": "gtk-2.0/styles/checkbutton",
    "content": "style \"checkbutton\"=\"default\"\n{\n\n  engine \"pixmap\" {\n image \n\t{\n            function        \t\t= CHECK\n            recolorable     \t\t= TRUE\n            state \t\t\t\t= NORMAL\n            shadow          \t\t= OUT\n            overlay_file    \t\t= \"Check-Radio/check1.png\"\n            overlay_stretch \t= FALSE\n        }\n image \n\t{\n            function        \t\t= CHECK\n            recolorable     \t\t= TRUE\n            state \t\t\t\t= PRELIGHT\n            shadow          \t\t= OUT\n            overlay_file    \t\t= \"Check-Radio/check1.png\"\n            overlay_stretch \t= FALSE\n        }\n image \n\t{\n            function        \t\t= CHECK\n            recolorable     \t\t= TRUE\n            state \t\t\t\t= ACTIVE\n            shadow          \t\t= OUT\n            overlay_file    \t\t= \"Check-Radio/check2.png\"\n            overlay_stretch \t= FALSE\n        }\n image \n\t{\n            function        \t\t= CHECK\n            recolorable     \t\t= TRUE\n            state \t\t\t\t= INSENSITIVE\n            shadow          \t\t= OUT\n            overlay_file    \t\t= \"Check-Radio/check3.png\"\n            overlay_stretch \t= FALSE\n        }\n image \n\t{\n            function        \t\t= CHECK\n            recolorable     \t\t= TRUE\n\t    \t  state \t\t\t\t= NORMAL\n            shadow          \t\t= IN\n            overlay_file    \t\t= \"Check-Radio/check2.png\"\n            overlay_stretch \t= FALSE\n        }\n  image \n\t{\n            function        \t\t= CHECK\n            recolorable     \t\t= TRUE\n\t    \t  state \t\t\t\t= PRELIGHT\n            shadow          \t\t= IN\n            overlay_file    \t\t= \"Check-Radio/check2.png\"\n            overlay_stretch \t= FALSE\n        }\n image \n\t{\n            function        \t\t= CHECK\n            recolorable     \t\t= TRUE\n\t    \t  state \t\t\t\t= ACTIVE\n            shadow          \t\t= IN\n            overlay_file    \t\t= \"Check-Radio/check1.png\"\n            overlay_stretch \t= FALSE\n        }\n image \n    {\n    function        \t\t= CHECK\n    recolorable     \t\t= TRUE\n       state \t\t\t\t= INSENSITIVE\n       shadow          \t\t= IN\n       overlay_file   \t\t= \"Check-Radio/check4.png\"\n       overlay_stretch \t= FALSE\n    }\n    image \n    {\n      function        \t= FLAT_BOX\n      recolorable     \t= TRUE\n      stretch\t\t\t= TRUE\n      file            \t\t= \"Check-Radio/checklight.png\"\n      border          \t= { 2, 2, 2, 2 }\n    }\n  }\n}\nstyle \"checkbutton-menu\"=\"default\"\n{\n\n\n  engine \"pixmap\" {\n image \n\t{\n            function        \t\t= CHECK\n            recolorable     \t\t= TRUE\n            state \t\t\t\t= NORMAL\n            shadow          \t\t= OUT\n            overlay_file    \t\t= \"Check-Radio/highlight.png\"\n            overlay_stretch \t= FALSE\n        }\n image \n\t{\n            function        \t\t= CHECK\n            recolorable     \t\t= TRUE\n            state \t\t\t\t= PRELIGHT\n            shadow          \t\t= OUT\n            overlay_file    \t\t= \"Check-Radio/highlight.png\"\n            overlay_stretch \t= FALSE\n        }\n image \n\t{\n            function        \t\t= CHECK\n            recolorable     \t\t= TRUE\n            state \t\t\t\t= ACTIVE\n            shadow          \t\t= OUT\n            overlay_file    \t\t= \"Check-Radio/highlight.png\"\n            overlay_stretch \t= FALSE\n        }\n image \n\t{\n            function        \t\t= CHECK\n            recolorable     \t\t= TRUE\n            state \t\t\t\t= INSENSITIVE\n            shadow          \t\t= OUT\n            overlay_file    \t\t= \"Check-Radio/highlight.png\"\n            overlay_stretch \t= FALSE\n        }\n image \n\t{\n            function        \t\t= CHECK\n            recolorable     \t\t= TRUE\n\t    \t  state \t\t\t\t= NORMAL\n            shadow          \t\t= IN\n            overlay_file    \t\t= \"Check-Radio/menuitem-checkbox.png\"\n            overlay_stretch \t= FALSE\n        }\n  image \n\t{\n            function        \t\t= CHECK\n            recolorable     \t\t= TRUE\n\t    \t  state \t\t\t\t= PRELIGHT\n            shadow          \t\t= IN\n            overlay_file    \t\t= \"Check-Radio/menuitem-checkbox-selected.png\"\n            overlay_stretch \t= FALSE\n        }\n image \n\t{\n            function        \t\t= CHECK\n            recolorable     \t\t= TRUE\n\t    \t  state \t\t\t\t= ACTIVE\n            shadow          \t\t= IN\n            overlay_file    \t\t= \"Check-Radio/menuitem-checkbox.png\"\n            overlay_stretch \t= FALSE\n        }\n image \n    {\n    function        \t\t= CHECK\n    recolorable     \t\t= TRUE\n       state \t\t\t\t= INSENSITIVE\n       shadow          \t\t= IN\n       overlay_file   \t\t= \"Check-Radio/menuitem-checkbox-insensitive.png\"\n       overlay_stretch \t= FALSE\n    }\n    image \n    {\n      function        \t= FLAT_BOX\n      recolorable     \t= TRUE\n      stretch\t\t\t= TRUE\n      file            \t\t= \"Check-Radio/checklight.png\"\n      border          \t= { 2, 2, 2, 2 }\n    }\n  }\n}    \nclass \"GtkCheckButton\" style \"checkbutton\"\nwidget_class \"*GtkCheckButton*GtkLabel*\" style \"checkbutton\"\nclass \"GtkCheckMenuItem\"   \t\tstyle \"checkbutton-menu\"\n"
  },
  {
    "path": "gtk-2.0/styles/combo",
    "content": "\r\nstyle \"combo\"\t\t= \"default\"\r\n{\r\n  base[INSENSITIVE] = shade (0.95, @bg_color)\r\n  text[INSENSITIVE] = mix (0.3, @base_color, @text_color)\r\n\r\n  GtkWidget::wide-separators                    = 0\r\n  xthickness\t\t\t= 5\r\n  ythickness\t\t\t= 5\r\n  GtkWidget::interior_focus\t= 0 \r\n  engine \"pixmap\"\r\n  {\r\n    image\r\n    {\r\n      function\t\t\t= BOX\r\n      recolorable\t\t= TRUE\r\n      state\t\t\t\t= PRELIGHT\r\n      file\t\t\t\t= \"Combo/combo-prelight.png\"\r\n      border\t\t\t= { 5, 5, 5, 5 }\r\n      stretch\t\t\t= TRUE\r\n    }\r\n    image\r\n    {\r\n      function\t\t\t= BOX\r\n      recolorable\t\t= TRUE\r\n      state\t\t\t\t= NORMAL\r\n      file\t\t\t\t= \"Combo/combo-normal.png\"\r\n      border\t\t\t= { 5, 5, 5, 5 }\r\n      stretch\t\t\t= TRUE\r\n    }\r\n\r\n  image\r\n    {\r\n      function\t\t\t= BOX\r\n      recolorable\t\t= TRUE\r\n      state\t\t\t\t= ACTIVE\r\n      file\t\t\t\t= \"Combo/combo-pressed.png\"\r\n      border\t\t\t= { 5, 5, 5, 5 }\r\n      stretch\t\t\t= TRUE\r\n    }\r\n image\r\n    {\r\n      function\t\t\t= BOX\r\n      recolorable\t\t= TRUE\r\n      state\t\t\t\t= INSENSITIVE\r\n      file\t\t\t\t= \"Combo/combo-inactive.png\"\r\n      border\t\t\t= { 5, 5, 5, 5 }\r\n      stretch\t\t\t= TRUE\r\n    }\r\n      image\r\n      {\r\n     \t \tfunction\t\t= ARROW\r\n      \t\tstate\t\t\t= NORMAL\r\n      \t\trecolorable\t\t= TRUE\r\n      \t\toverlay_file\t\t= \"Combo/combo-arrow.png\"\r\n      \t\toverlay_border\t\t= { 0, 0, 0, 0 }\r\n     \t\toverlay_stretch\t\t= FALSE\r\n     \t\tarrow_direction\t\t= DOWN\r\n      }\r\n      image\r\n      {\r\n\t\tfunction\t\t= ARROW\r\n\t\tstate\t\t\t= PRELIGHT\r\n\t\trecolorable\t\t= TRUE\r\n\t\toverlay_file\t\t= \"Combo/combo-arrow-prelight.png\"\r\n\t\toverlay_border\t\t= { 0, 0, 0, 0 }\r\n\t\toverlay_stretch\t\t= FALSE\r\n\t\tarrow_direction\t\t= DOWN\r\n     }\r\n    \r\n     image\r\n     {\r\n\t\tfunction\t\t= ARROW\r\n\t\tstate\t\t\t= ACTIVE\r\n\t\trecolorable\t\t= TRUE\r\n\t\toverlay_file\t\t= \"Combo/combo-arrow-active.png\"\r\n\t\toverlay_border\t\t= { 0, 0, 0, 0 }\r\n\t\toverlay_stretch\t\t= FALSE\r\n\t\tarrow_direction\t\t= DOWN\r\n     }\r\n\r\n     image\r\n     {\r\n\t\tfunction\t\t= ARROW\r\n\t\tstate\t\t\t= INSENSITIVE\r\n\t\trecolorable\t\t= TRUE\r\n\t\toverlay_file\t\t= \"Combo/combo-arrow-insens.png\"\r\n\t\toverlay_border\t\t= { 0, 0, 0, 0 }\r\n\t\toverlay_stretch\t\t= FALSE\r\n\t\tarrow_direction\t\t= DOWN\r\n     }\r\n    image\r\n    {\r\n       function\t\t= VLINE\r\n       recolorable\t\t= TRUE\r\n       file\t\t\t\t= \"Others/null.png\"\r\n       border\t\t\t= { 0, 0, 0, 0 }\r\n       stretch\t\t\t= TRUE\r\n    }    \r\n  }\r\n}\r\n\r\nwidget_class \"*Combo*\"\t\tstyle \"combo\"\r\nstyle \"combobutton\" \r\n{\r\n\ttext[NORMAL] = @text_color\r\n\ttext[PRELIGHT] = @selected_fg_color\r\n\ttext[ACTIVE] = @fg_color\r\n\ttext[INSENSITIVE] = mix (0.3, @base_color, @text_color)\r\n}\r\nwidget_class \"*<GtkComboBox>*<GtkCellView>*\"   style \"combobutton\"\r\n"
  },
  {
    "path": "gtk-2.0/styles/entry",
    "content": "style \"entry\"\t\t\t= \"default\"\n{\n  xthickness            \t\t\t= 3\n  ythickness            \t\t\t= 3 \n  GtkWidget::interior_focus\t= 0\n  base[INSENSITIVE] = shade (0.95, @bg_color)\n  text[INSENSITIVE] = mix (0.3, @base_color, @text_color)\n  engine \"pixmap\"\n  {\n    image\n    {\n      function\t\t\t= FOCUS\n      recolorable\t\t= TRUE\n      file\t\t\t= \"Shadows/entry-shadow-in.png\"\n      border\t\t\t= { 1,1,1,1 }\n      stretch\t\t\t= TRUE\n    }\t\n image\n    {\n      function\t\t\t= BOX\n      recolorable\t\t= TRUE\n\t shadow\t\t\t= IN\n      state\t\t\t= NORMAL\n      file\t\t\t= \"Shadows/entry-shadow-in.png\"\n      border\t\t\t= { 1,1,1,1 }\n      stretch\t\t\t= TRUE\n    }\t\nimage\n    {\n      function\t\t\t= BOX\n      recolorable\t\t= TRUE\n\t shadow\t\t\t= OUT\n      state\t\t\t= NORMAL\n      file\t\t\t= \"Shadows/text-entry.png\"\n      border\t\t\t= { 1,1,1,1 }\n      stretch\t\t\t= TRUE\n    } \n  image\n   {\n     function\t\t\t= SHADOW\n     detail\t\t\t= \"entry\"\n     shadow\t\t\t= IN\n     recolorable\t\t= FALSE\n     file\t\t\t= \"Shadows/text-entry.png\"\n      border\t\t\t= { 1,1,1,1 }\n     stretch\t\t\t= TRUE\n    }\n  }\n}\nstyle \"entry-notebook\"\t\t\t= \"default\"\n{\n  xthickness            \t\t\t= 5\n  ythickness            \t\t\t= 5 \n  GtkWidget::interior_focus\t= 0\n  base[INSENSITIVE] = shade (0.95, @bg_color)\n  text[INSENSITIVE] = mix (0.3, @base_color, @text_color)\n  engine \"pixmap\"\n  {\n    image\n    {\n      function\t\t\t= FOCUS\n      recolorable\t\t= TRUE\n      file\t\t\t= \"Shadows/entry-shadow-in-notebook.png\"\n      border\t\t\t= { 1,1,1,1 }\n      stretch\t\t\t= TRUE\n    }\t\n image\n    {\n      function\t\t\t= BOX\n      recolorable\t\t= TRUE\n\t shadow\t\t\t= IN\n      state\t\t\t= NORMAL\n      file\t\t\t= \"Shadows/entry-shadow-in-notebook.png\"\n      border\t\t\t= { 1,1,1,1 }\n      stretch\t\t\t= TRUE\n    }\t\nimage\n    {\n      function\t\t\t= BOX\n      recolorable\t\t= TRUE\n\t shadow\t\t\t= OUT\n      state\t\t\t= NORMAL\n      file\t\t\t= \"Shadows/text-entry-notebook.png\"\n      border\t\t\t= { 1,1,1,1 }\n      stretch\t\t\t= TRUE\n    } \n  image\n   {\n     function\t\t\t= SHADOW\n     detail\t\t\t= \"entry\"\n     shadow\t\t\t= IN\n     recolorable\t\t= FALSE\n     file\t\t\t= \"Shadows/text-entry-notebook.png\"\n      border\t\t\t= { 1,1,1,1 }\n     stretch\t\t\t= TRUE\n    }\n  }\n}\nstyle \"xfce-heading-style\" { base[NORMAL] = @bg_color }\nclass \"XfceHeading\" style \"xfce-heading-style\"\nclass \"GtkEntry\"           \t\tstyle \"entry\"\nclass \"GtkOldEditable\" \t\t\tstyle \"entry\"\nclass \"GtkEditable\" \t\t\tstyle \"entry\"\nwidget_class \"*<GtkNotebook>*<GtkEntry>*\"\tstyle \"entry-notebook\"\nwidget_class \"*<GtkNotebook>*<GtkOldEditable>*\"\tstyle \"entry-notebook\"\nwidget_class \"*<GtkNotebook>*<GtkEditable>*\"\tstyle \"entry-notebook\"\nwidget_class \"*<GimpToolOptionsEditor>*<GtkViewport>*<GtkEntry>*\"\tstyle \"entry\"\nwidget_class \"*<GimpToolOptionsEditor>*<GtkViewport>*<GtkEditable>*\"\tstyle \"entry\"\n"
  },
  {
    "path": "gtk-2.0/styles/handlebox",
    "content": "style \"handlebox\"\t= \"default\"\n{\n  engine \"pixmap\"\n  {\n    image\n    {\n      function\t\t\t\t= HANDLE\n      recolorable\t\t\t= TRUE\n      overlay_file\t\t\t= \"Others/null.png\"\n      overlay_file\t\t\t= \"Handles/handle-h.png\"\n      overlay_stretch\t= FALSE\n      orientation\t\t\t= VERTICAL\n    }\n    image\n    {\n      function\t\t\t\t= HANDLE\n      overlay_file\t\t\t= \"Others/null.png\"\n      overlay_file\t\t\t= \"Handles/handle-v.png\"\n      overlay_stretch \t= FALSE\n      orientation\t\t\t= HORIZONTAL\n    }\n  }\n}\nclass \"GtkHandleBox\"    \t\tstyle \"handlebox\"\nclass \"GtkPaned\"       \t\t\tstyle \"handlebox\"\n"
  },
  {
    "path": "gtk-2.0/styles/listheader",
    "content": "style \"treeview\" {\n    fg[PRELIGHT] = @selected_fg_color\n    fg[SELECTED] = @selected_fg_color\n    fg[ACTIVE] = @selected_fg_color\n\n    bg[NORMAL]   = @bg_color\n    bg[SELECTED] = @bg_color\n    bg[PRELIGHT] = @bg_color\n    bg[SELECTED] = @bg_color\n\n    text[NORMAL] = @text_color\n    text[SELECTED] = @selected_fg_color\n    text[ACTIVE] = @selected_fg_color\n    text[PRELIGHT] = @selected_fg_color\n\n    base[SELECTED] = @bg_color\n    base[ACTIVE  ] = @bg_color\n\n\tGtkTreeView::odd_row_color  = \"#ffffff\"\n\tGtkTreeView::even_row_color = \"#ffffff\"\n\tGtkTreeView::odd_col_color = \"#ffffff\"\n\tGtkTreeView::even_col_color = \"#ffffff\"\t\n\n    engine \"murrine\" {\n        cellstyle = 0\n        listviewstyle = 0\n        listviewheaderstyle = 0\n        progressbarstyle = 0\n        glazestyle = 0\n\n        gradient_shades = {2.0,2.0,2.0,2.0}\n    }\n}\n\nwidget_class \"*List\" style \"treeview\"\nwidget_class \"*GtkTree*\" style \"treeview\"\nwidget_class \"*GtkCList*\" style \"treeview\"\nwidget_class \"*GtkCTree*\" style \"treeview\"\nwidget_class \"*GtkList*\" style \"treeview\"\nwidget_class \"*.ETree.*\" style \"treeview\"\nclass \"GtkTreeView\" style \"treeview\"\n\n"
  },
  {
    "path": "gtk-2.0/styles/menu-menubar",
    "content": "style \"menu\"=\"default\"\n{\nxthickness=0\nythickness=0\n\n  bg[NORMAL] = @text_color\n\n  engine \"pixmap\"\n  {\n    image\n    {\n      function\t\t\t= BOX\n   #   recolorable    \t= TRUE\n      detail\t\t\t\t= \"menu\"\n      file\t\t\t\t= \"Menu-Menubar/menu.png\"\n      border\t\t\t= { 1, 1, 1, 1 }\n      stretch\t\t\t= TRUE\n    }\n  }\n}\n\nstyle \"menuitem\"\n{\n xthickness\t\t\t\t= 0\n ythickness            \t\t\t= 4\n fg[NORMAL] = @bg_color\n text[NORMAL] = @bg_color\n\tfg[PRELIGHT] = \"#f65c6a\"\n\tfg[SELECTED] = \"#f65c6a\"\n\ttext[SELECTED] = \"#f65c6a\"\n\ttext[PRELIGHT]\t= \"#f65c6a\"\n   engine \"pixmap\"\n  {\n    image\n    {\n      function\t\t\t= BOX\n      recolorable\t\t= TRUE\n      file\t\t\t\t= \"Menu-Menubar/menuitem.png\"\n      border\t\t\t= { 5, 5, 5, 5 }\n      stretch\t\t\t= TRUE\n    }\n    image\n    {\n      function\t\t\t\t= ARROW\n      recolorable\t\t\t= TRUE\n      state\t\t\t\t\t= NORMAL\n      overlay_file\t\t\t= \"Menu-Menubar/arrow-right.png\"\n      overlay_stretch\t= FALSE\n      arrow_direction\t= RIGHT\n    }\n  image\n    {\n      function\t\t\t\t= ARROW\n      recolorable\t\t\t= TRUE\n      state\t\t\t\t\t= PRELIGHT\n      overlay_file\t\t\t= \"Menu-Menubar/arrow-right-prelight.png\"\n      overlay_stretch\t= FALSE\n      arrow_direction\t= RIGHT\n    }\n  image \n\t{\n\t\tfunction\t\t\t= HLINE\n\t \trecolorable\t\t= TRUE\n\t \tfile\t\t\t\t= \"Menu-Menubar/menuline.png\"\n\t\tborder\t\t\t= { 0, 0, 1, 0 }\n\t\tstretch\t\t\t= TRUE\n\t}\n  }\n} \nstyle \"tearoffmenuitem\"\t= \"menuitem\"\n{\n        \n  engine \"pixmap\"\n  {\n    image\n    {\n      function\t\t\t\t= ARROW\n      file\t\t\t\t\t= \"Arrows/arrow-left.png\"\n      stretch\t\t\t\t= TRUE\n      arrow_direction\t= LEFT\n    }\n  }\n}\n\nstyle \"menubar\"\t\t\n\n{\n\tbg[NORMAL] = @text_color\n    text[NORMAL] = @bg_color\n\ttext[PRELIGHT] = @bg_color\n\ttext[SELECTED] = @bg_color\n\tfg[NORMAL] = @bg_color\n\tfg[PRELIGHT] = @bg_color\n\tfg[SELECTED] = @bg_color\n  xthickness\t\t\t= 1\n  ythickness\t\t\t= 1\n\tengine \"pixmap\"\n\t{\n\t\timage\n\t\t{\n\t\t\tfunction\t= BOX\n\t\t\tstate = NORMAL\n\t\t\tfile\t\t= \"Menu-Menubar/menubar.png\"\n\t\t\tborder\t= { 0, 0, 0, 1 }\n\t\t\tstretch\t= TRUE\n    \t\t}\n\n\t\timage\n\t\t{\n\t\t\tfunction\t= BOX\n\t\t\tstate = ACTIVE\n\t\t\tfile\t\t= \"Menu-Menubar/menubar.png\"\n\t\t\tborder\t= { 0, 0, 0, 1 }\n\t\t\tstretch\t= TRUE\n    \t\t}\n\n\t\timage\n\t\t{\n\t\t\tfunction\t= BOX\n\t\t\tstate = INSENSITIVE\n\t\t\tfile\t\t= \"Menu-Menubar/menubar.png\"\n\t\t\tborder\t= { 0, 0, 0, 1 }\n\t\t\tstretch\t= TRUE\n    \t\t}\n\n  image\n    {\n      function\t\t\t= BOX\n      recolorable\t\t= TRUE\n\t\t\tstate = PRELIGHT\n     file\t\t\t\t= \"Menu-Menubar/menubar-item.png\"\n\n      border\t\t\t= { 5, 5, 0, 0 }\n      stretch\t\t\t= TRUE\n    }\n\n \t}\n}\n\nstyle \"menubar-item\"\t\t\n\n{\n    text[NORMAL] = @bg_color\n\ttext[PRELIGHT] = @bg_color\n\ttext[SELECTED] = @bg_color\n\tfg[NORMAL] = @bg_color\n\tfg[PRELIGHT] = @bg_color\n\tfg[SELECTED] = @bg_color\n    xthickness\t\t\t= 1\n    ythickness\t\t\t= 1\n}\n\nstyle \"chrome_menu\"\n{\n        bg[NORMAL] = @text_color\n}\n\nstyle \"chrome_menu_item\"\n{\n        bg[NORMAL] = @text_color\n        fg[NORMAL] = @bg_color\n        bg[SELECTED] = @text_color\n        bg[INSENSITIVE] = shade (1.08, @text_color)\n        fg[SELECTED] = @bg_color\n        fg[INSENSITIVE] = shade (1.08, @text_color)\n        xthickness\t\t\t= 4\n        ythickness\t\t\t= 4\n\n        engine \"murrine\" {\n\n        }\n}\n\nstyle \"chrome_separator\" \n{\n    bg[NORMAL] = @text_color\n    fg[NORMAL] = @text_color\n    text[NORMAL] = @text_color\n}\n\nwidget_class \"*<GtkSeparatorMenuItem>*\" style \"menuitem\"\nclass \"GtkMenu\"       \t\t\tstyle \"menu\"\nwidget_class \"*<GtkMenu>*\"              style \"menu\"\nwidget_class \"*<GtkMenuItem>*\"\t\tstyle \"menuitem\"\nclass \"GtkMenuItem\"           \t\tstyle \"menuitem\"\nclass \"GtkTearoffMenuItem\"\t\tstyle \"menuitem\"\nclass \"GtkMenuBar*\" \t\t     \tstyle \"menubar\"\nwidget_class \"*<GtkMenuBar>*\"\t\tstyle \"menubar\"\nwidget_class \"*<GtkMenuBar>.<GtkMenuItem>*\"\tstyle \"menubar-item\"\nwidget_class \"*<GtkCustomMenu>*\" style \"chrome_menu\"\nwidget_class \"*<GtkCustomMenu>*<GtkCustomMenuItem>*\" style \"chrome_menu_item\"\nwidget_class \"*<GtkCustomMenu>*<GtkCustomMenuItem>*<GtkSeparatorMenuItem>*\" style \"chrome_separator\"\n"
  },
  {
    "path": "gtk-2.0/styles/murrine-style-images-and-labels",
    "content": "style \"murrinestyle\"\n{\n\n#remove the ugly stipple effect that the pixmap engine causes\n#remove the ugly distortion that the pixmap engine causes on disabled text\n\tengine \"murrine\" {\n    }\n}\n\nstyle \"murrine-cell\" {\n\n    engine \"murrine\" {\n        cellstyle = 0\n        listviewstyle = 0\n        listviewheaderstyle = 0\n        progressbarstyle = 0\n        glazestyle = 0\n    }\n}\n\nclass \"GtkImage\" style \"murrinestyle\"\nclass \"GtkLabel\" style \"murrinestyle\"\nclass \"GtkComboBox\" style \"murrinestyle\"\nclass \"GtkCellView\" style \"murrine-cell\"\nwidget_class \"*.<GtkButton>.<GtkLabel>\" style \"murrinestyle\"\nwidget_class \"*.<GtkComboBox>.<GtkCellView>\" style \"murrinestyle\"\nwidget_class \"*<GtkImage>*\" style \"murrinestyle\"\nwidget_class \"*.<GtkLabel>\" style:highest \"murrinestyle\"\nwidget_class \"*.<GtkMenuItem>.*\" style:highest \"murrinestyle\"\nwidget_class\t\"*<GtkMenuBar>*<GtkLabel>*\" style:highest \"murrinestyle\"\nwidget_class \"*CPUFreqApplet*\" style:highest \"murrinestyle\"\nwidget_class\t\"*<GtkToolbar>*<GtkButton>*<GtkLabel>*\" style:highest \"murrinestyle\"\nwidget_class\t\"*<GtkToolbar>*<GtkLabel>*\" style:highest \"murrinestyle\"\nwidget_class\t\"*<GtkButton>*<GtkLabel>*\" style:highest \"murrinestyle\"\n\n\n"
  },
  {
    "path": "gtk-2.0/styles/notebook",
    "content": "style \"notebook\"\n{    \n\n  xthickness            \t\t\t= 3\n  ythickness            \t\t\t= 3\n  engine \"pixmap\" \n    {\n    image \n      {\n     function\t\t\t= EXTENSION\n\trecolorable\t\t= TRUE\n\tstate\t\t\t\t= ACTIVE\n\tfile\t\t\t\t\t= \"Tabs/tab-bottom.png\"\n\tborder\t\t\t= { 5, 5, 5, 5 }\n\tstretch\t\t\t= TRUE\n\tgap_side\t\t\t= TOP\n      }\n    image \n      {\n     function\t\t\t= EXTENSION\n\trecolorable\t\t= TRUE\n\tstate\t\t\t\t= ACTIVE\n\tfile\t\t\t\t\t= \"Tabs/tab-top.png\"\n\tborder\t\t\t= { 5, 5, 5, 5 }\n\tstretch\t\t\t= TRUE\n\tgap_side\t\t\t= BOTTOM\n      }\n    image \n      {\n     function\t\t\t= EXTENSION\n\trecolorable\t\t= TRUE\n\tstate\t\t\t\t= ACTIVE\n\tfile\t\t\t\t\t= \"Tabs/tab-left.png\"\n\tborder\t\t\t= { 5, 5, 5, 5 }\n\tstretch\t\t\t= TRUE\n\tgap_side\t\t\t= RIGHT\n      }\n    image \n      {\n     function\t\t\t= EXTENSION\n\trecolorable\t\t= TRUE\n\tstate\t\t\t\t= ACTIVE\n\tfile\t\t\t\t\t= \"Tabs/tab-right.png\"\n\tborder\t\t\t= { 5, 5, 5, 5 }\n\tstretch\t\t\t= TRUE\n\tgap_side\t\t\t= LEFT\n      }\t\n    image \n      {\n     function\t\t\t= EXTENSION\n\trecolorable\t\t= TRUE\n\tfile\t\t\t\t\t= \"Tabs/tab-top-active.png\"\n\tborder\t\t\t= { 5, 5, 5, 5 }\n\tstretch\t\t\t= TRUE\n\tgap_side\t\t\t= BOTTOM\n      }\n    image \n      {\n     function\t\t\t= EXTENSION\n\trecolorable\t\t= TRUE\n\tfile\t\t\t\t\t= \"Tabs/tab-bottom-active.png\"\n\tborder\t\t\t= { 5, 5, 5, 5 }\n\tstretch\t\t\t= TRUE\n\tgap_side\t\t\t= TOP\n      }\n    image \n      {\n     function\t\t\t= EXTENSION\n\trecolorable\t\t= TRUE\n\tfile\t\t\t\t\t= \"Tabs/tab-left-active.png\"\n\tborder\t\t\t= { 5, 5, 5, 5 }\n\tstretch\t\t\t= TRUE\n\tgap_side\t\t\t= RIGHT\n      }\n    image \n      {\n     function\t\t\t= EXTENSION\n\trecolorable\t\t= TRUE\n\tfile\t\t\t\t\t= \"Tabs/tab-right-active.png\"\n\tborder\t\t\t= { 5, 5, 5, 5 }\n\tstretch\t\t\t= TRUE\n\tgap_side\t\t\t= LEFT\n      }\n\n# How to draw boxes with a gap on one side (ie the page of a notebook)\n\n    image \n      {\n     function\t\t\t\t= BOX_GAP\n\trecolorable\t\t\t= TRUE\n\tfile\t\t\t\t= \"Tabs/notebook-top.png\" \n\tborder\t\t\t\t= { 5, 5, 5, 5 }\n\tstretch\t\t\t\t= TRUE\n\tgap_file\t\t\t= \"Tabs/gap-top.png\"\n\tgap_border     \t\t\t= { 10, 10, 10, 10 }\n\tgap_start_file\t\t\t= \"Tabs/gap-top-left.png\"\n\tgap_start_border\t\t= { 5, 19, 5, 19 }\n\tgap_end_file\t\t\t= \"Tabs/gap-top-right.png\"\n\tgap_end_border\t\t\t= { 19, 5, 5, 19 }\n\tgap_side\t\t\t= TOP\n      }\n    image \n      {\n     function\t\t\t\t= BOX_GAP\n\trecolorable\t\t\t= TRUE\n\tfile\t\t\t\t= \"Tabs/notebook-bottom.png\"\n\tborder\t\t\t\t= { 5, 5, 5, 5 }\n\tstretch\t\t\t\t= TRUE\n\tgap_file\t\t\t= \"Tabs/gap-bottom.png\"\n\tgap_border\t\t\t= { 10, 10, 10, 10 }\n\tgap_start_file\t\t\t= \"Tabs/gap-bottom-left.png\"\n\tgap_start_border\t\t= { 5, 19, 19, 5 }\n\tgap_end_file\t\t\t= \"Tabs/gap-bottom-right.png\"\n\tgap_end_border\t\t\t= { 19, 5, 19, 5 }\n\tgap_side\t\t\t= BOTTOM\n      }\n    image \n      {\n     function\t\t\t\t= BOX_GAP\n\trecolorable\t\t\t= TRUE\n\tfile\t\t\t\t= \"Tabs/notebook-left.png\"\n\tborder\t\t\t\t= { 5, 5, 5, 5 }\n\tstretch\t\t\t\t= TRUE\n\tgap_file\t\t\t= \"Tabs/gap-left.png\"\n\tgap_border\t\t\t= { 10, 10, 10, 10 }\n\tgap_start_file\t\t\t= \"Tabs/gap-top-left.png\"\n\tgap_start_border\t\t= { 5, 19, 5, 19 }\n\tgap_end_file\t\t\t= \"Tabs/gap-bottom-left.png\"\n\tgap_end_border\t\t\t= { 5, 19, 19, 5 }\n\tgap_side\t\t\t= LEFT\n      }\n    image \n      {\n     function\t\t\t\t= BOX_GAP\n\trecolorable\t\t\t= TRUE\n\tfile\t\t\t\t= \"Tabs/notebook-right.png\" \n\tborder\t\t\t\t= { 5, 5, 5, 5 }\n\tstretch\t\t\t\t= TRUE\n\tgap_file\t\t\t= \"Tabs/gap-right.png\"\n\tgap_border\t\t\t= { 10, 10, 10, 10 }\n\tgap_start_file\t\t\t= \"Tabs/gap-top-right.png\"\n\tgap_start_border\t\t= { 19, 5, 5, 19 }\n\tgap_end_file\t\t\t= \"Tabs/gap-bottom-right.png\"\n\tgap_end_border\t\t\t= { 19, 5, 19, 5 }\n\tgap_side\t\t\t= RIGHT\n      }\n\n\n# How to draw the box of a notebook when it isnt attached to a tab\n\n    image \n      {\n     function\t\t\t= BOX\n\trecolorable\t\t= TRUE\n\tfile\t\t\t\t\t= \"Tabs/notebook.png\"\n\tborder\t\t\t= { 6,6,6,6 }\n\tstretch\t\t\t= TRUE\n      }\n  }\n}\nstyle \"notebook-close\" { stock[\"gtk-close\"] = {{ \"Others/close.png\", *, *, * }} } \n\nclass \"GtkNotebook\"     style \"notebook\"\nwidget_class \"*.GtkNotebook.*GtkEventBox\" style \"notebook\"\nwidget_class \"*.GtkNotebook.*GtkViewport\" style \"notebook\"\nwidget_class \"*<GtkNotebook>*<GtkDrawingArea>\" style \"notebook\"\nwidget_class \"*<GtkNotebook>*<GtkLayout>\" style \"notebook\"\nwidget_class \"*<GtkNotebook>*\"\tstyle \"notebook-close\"\n\n"
  },
  {
    "path": "gtk-2.0/styles/optionmenu",
    "content": "style \"optionmenu\"\t\t= \"default\"\r\n{\r\n  xthickness\t\t\t= 3\r\n  ythickness\t\t\t= 6\r\n  engine \"pixmap\"\r\n  {\r\n    image\r\n    {\r\n      function\t\t\t= BOX\r\n      recolorable\t\t= TRUE\r\n      state\t\t\t\t= PRELIGHT\r\n      file\t\t\t\t= \"Combo/combo-prelight.png\"\r\n      border\t\t\t= { 5, 5, 5, 5 }\r\n      stretch\t\t\t= TRUE\r\n    }\r\n    image\r\n    {\r\n      function\t\t\t= BOX\r\n      recolorable\t\t= TRUE\r\n      state\t\t\t\t= NORMAL\r\n      file\t\t\t\t= \"Combo/combo-normal.png\"\r\n      border\t\t\t= { 5, 5, 5, 5 }\r\n      stretch\t\t\t= TRUE\r\n    }\r\n\r\n  image\r\n    {\r\n      function\t\t\t= BOX\r\n      recolorable\t\t= TRUE\r\n      state\t\t\t\t= ACTIVE\r\n      file\t\t\t\t= \"Combo/combo-pressed.png\"\r\n      border\t\t\t= { 5, 5, 5, 5 }\r\n      stretch\t\t\t= TRUE\r\n    }\r\n image\r\n    {\r\n      function\t\t\t= BOX\r\n      recolorable\t\t= TRUE\r\n      state\t\t\t\t= INSENSITIVE\r\n      file\t\t\t\t= \"Combo/combo-inactive.png\"\r\n      border\t\t\t= { 5, 5, 5, 5 }\r\n      stretch\t\t\t= TRUE\r\n    }\r\n    image\r\n    {\r\n      function\t\t\t= TAB\r\n      state\t\t\t\t= INSENSITIVE\r\n      recolorable\t\t= TRUE\r\n      overlay_file\t\t= \"Combo/op-ins.png\"\r\n      overlay_stretch\t= FALSE\r\n    }\r\n    image\r\n    {\r\n      function\t\t\t\t= TAB\r\n      recolorable\t\t\t= TRUE\r\n      state\t\t\t\t\t= NORMAL\r\n      overlay_file\t\t\t= \"Combo/op.png\"\r\n      overlay_border\t= { 0, 0, 0, 0 }\r\n      overlay_stretch\t= FALSE\r\n    }\r\n  image\r\n    {\r\n      function\t\t\t\t= TAB\r\n      recolorable\t\t\t= TRUE\r\n      state\t\t\t\t\t= PRELIGHT\r\n      overlay_file\t\t\t= \"Combo/op-pre.png\"\r\n      overlay_border\t= { 0, 0, 0, 0 }\r\n      overlay_stretch\t= FALSE\r\n    }\r\n  }\r\n}\r\n\r\nclass \"GtkOptionMenu\"      \t\t\tstyle \"optionmenu\"\r\n\r\n"
  },
  {
    "path": "gtk-2.0/styles/panel",
    "content": "\nstyle \"panel\"\n{\n  fg[NORMAL] = \"#fafafa\"\n  fg[PRELIGHT] = \"#ffffff\"\n  fg[SELECTED] = \"#ffffff\"\n  fg[ACTIVE] = \"#ffffff\"\n  fg[INSENSITIVE] = \"#999999\"\n        bg[NORMAL]\t\t\t= \"#434A54\" \n  \tbg[PRELIGHT]\t\t\t= \"#434A54\" \n  \tbg[ACTIVE]\t\t\t= \"#434A54\" \n  \tbg[SELECTED]\t\t\t= \"#434A54\" \n  \tbg[INSENSITIVE]\t\t\t= \"#434A54\" \nxthickness = 0\nythickness = 0\n\n\tbg_pixmap[NORMAL] \t\t= \"Panel/panel-bg.png\"\n\tbg_pixmap[ACTIVE] \t\t= \"Panel/panel-bg.png\"\n\tbg_pixmap[SELECTED] \t\t= \"Panel/panel-bg.png\"\n\tbg_pixmap[INSENSITIVE] \t\t= \"Panel/panel-bg.png\"\n\tbg_pixmap[PRELIGHT] \t\t= \"Panel/panel-bg.png\"\n  engine \"pixmap\"\n  {\n    image\n    {\n      function\t\t\t= SHADOW\n      shadow\t\t\t= IN\n      recolorable\t\t= FALSE\n      file\t\t\t\t= \"Shadows/shadow-none.png\"\n      border\t\t\t= { 4, 4, 4, 4 }\n      stretch\t\t\t= TRUE\n    }\n    image\n    {\n       function\t\t= SHADOW\n       shadow\t\t\t= OUT\n       recolorable\t\t= TRUE\n       file\t\t\t\t= \"Shadows/shadow-none.png\"\n       border\t\t\t= { 4, 4, 4, 4 }\n       stretch\t\t\t= TRUE\n    }\n\n    image\n    {\n       function\t\t= SHADOW\n       shadow\t\t\t= ETCHED_IN\n       recolorable\t\t= TRUE\n       file\t\t\t\t= \"Shadows/shadow-none.png\"\t\t\t\t\n       border\t\t\t= { 4, 4, 4, 4 }\n       stretch\t\t\t= TRUE\n    }\n    image\n    {\n       function\t\t= SHADOW\n       shadow\t\t\t= ETCHED_OUT\n       recolorable\t\t= TRUE\n       file\t\t\t\t= \"Shadows/shadow-none.png\"\n       border\t\t\t= { 4, 4, 4, 4 }\n       stretch\t\t\t= TRUE\n    }\n    image\n    {\n       function\t\t= VLINE\n       recolorable\t\t= TRUE\n       file\t\t\t\t= \"Lines/linep-v.png\"\n       border\t\t\t= { 0, 1, 0, 0 }\n       stretch\t\t\t= TRUE\n    }\n    image\n    {\n      function\t\t\t= HLINE\n      recolorable\t\t= TRUE\n      file\t\t\t\t= \"Lines/linep-h.png\"\n      border\t\t\t= { 0, 0, 0, 1 }\n      stretch\t\t\t= TRUE\n    }\n  }\n}\n\n\n#############################################################\n#THESE DECLARATIONS MAKE SURE THE PANEL STILL USES PANEL STYLE\n#############################################################\n\nclass \"*Mail*\" \t\t\t\tstyle \"panel\"\nclass \"*notif*\" \t\t\tstyle \"panel\"\nclass \"*Notif*\" \t\t\tstyle \"panel\"\n#class \"*Tray*\" \t\t\t\tstyle \"panel\"\n#class \"*tray*\" \t\t\t\tstyle \"panel\"\nwidget_class \"*Mail*\" \t\t\tstyle \"panel\"\nwidget_class \"*notif*\" \t\t\tstyle \"panel\"\nwidget_class \"*Notif*\" \t\t\tstyle \"panel\"\nwidget_class \"*Tray*\" \t\t\tstyle \"panel\"\nwidget_class \"*tray*\" \t\t\tstyle \"panel\"\n#widget \"*TrayIcon*\" \t\t\tstyle \"panel\"\nclass \"*Panel*Applet*\" \t\t\tstyle \"panel\"\nwidget_class \"*Panel*GtkToggleButton\" \tstyle \"panel\"\nwidget_class \"*Panel*GtkButton\" \tstyle \"panel\"\nwidget_class \"*.Panel*Button*GtkLabel\" \tstyle \"panel\"\nwidget_class \"*.Panel*GtkLabel\" \tstyle \"panel\"\nwidget \"*PanelWidget*\" \t\t\tstyle \"panel\"\nwidget \"*PanelApplet*\" \t\t\tstyle \"panel\"\n#############################################################\n#THE COMMENTED CLASSES FIXES A PANEL BUG THAT MADE SOME \n#TRAY ICONS MOVE DOWN 1 PIXEL , A VERY BIG THANKS TO MOOMEX\n#FOR THIS INFORMATION!!!!!!\n#############################################################\n# THANKS TO merlwiz79 FOR THESE FIXES\n#############################################################\n\nwidget_class \"*Netstatus*\" \t\tstyle \"panel\"\nwidget_class \"*Tomboy*Tray*\" \t\tstyle \"panel\"\nwidget \"*fast-user-switch*\" \t\tstyle \"panel\"\nwidget_class \"*PanelToplevel*\" \t\tstyle \"panel\"\nclass \"Xfce*Panel*\" \t\t\tstyle \"panel\"\nwidget_class \"*Xfce*Panel*\" \t\tstyle \"panel\"\nwidget_class \"*PanelApplet*\" \t\tstyle \"panel\"\nwidget_class \"*PanelWidget*\" \t\tstyle \"panel\"\nwidget \"*Xfce*Panel*\" \t\tstyle \"panel\"\n#############################################################\n#THIS MAKES THE APPLICATIONS PLACES SYSTEM MENU ON THE PANEL\n#USE PANEL STYLE\n#############################################################\n\n\nstyle \"panelbar\"\n{\n\tfg[NORMAL] = @bg_color\n\tfg[ACTIVE] = @bg_color\n\tfg[PRELIGHT] = @bg_color\n\tfg[SELECTED] = @bg_color\n\nengine \"pixmap\"\n{\n\timage\n\t{\n\t\tfunction\t= BOX\n\t\tstate\t\t= NORMAL\n\t\tfile\t\t= \"Panel/panel-menubar.png\"\n\t\tborder\t\t= { 3 , 3 , 3 , 3}\n\t\tstretch\t\t= TRUE\n\t}\n\n\t\n\timage\n\t{\n\t\tfunction\t= BOX\n\t\tstate\t\t= ACTIVE\n\t\tfile\t\t= \"Panel/panel-bg.png\"\n\t\tborder\t\t= { 2 , 2 , 2 , 2}\n\t\tstretch\t\t= TRUE\n\t}\n\n\t\n\timage\n\t{\n\t\tfunction\t= BOX\n\t\tstate\t\t= INSENSITIVE\n\t\tfile\t\t= \"Panel/panel-bg.png\"\n\t\tborder\t\t= { 2 , 2 , 2 , 2}\n\t\tstretch\t\t= TRUE\n\t}\n\n\t\n\timage\n\t{\n\t\tfunction\t= BOX\n\t\tstate\t\t= PRELIGHT\n\t\trecolorable\t= TRUE\n\t\tfile\t\t= \"Panel/menubar-item.png\"\n\t\tborder\t\t= { 5 , 5 , 5 , 0}\n\t\tstretch\t\t= TRUE\n\t}\n\n}\n\n}\n\n\nclass \"*Panel*MenuBar*\"\t\tstyle \"panelbar\"\nwidget_class \"*Panel*MenuBar*\" style \"panelbar\"\nwidget_class \"*Panel*MenuBar*Item*\" style:highest \"panelbar\"\n\n#############################################################\n\nstyle \"panelbuttons\"\n{ \n\n xthickness            \t\t\t= 3\n ythickness            \t\t\t= 3\n\tGtkWidget::focus_padding = 2\n\n\tengine \"pixmap\" {\n      \n\timage\n\t{\n\t\tfunction        \t\t= BOX\n\t\trecolorable     \t\t= TRUE\n\t\tstate\t\t\t\t= NORMAL\n\t\tfile            \t\t= \"Panel/panel-button-inactive.png\"\n\t\tborder          \t\t= { 5 , 5 , 5 , 5}\n\t\tstretch         \t\t= TRUE\n\t}\n\t\t\n\timage\n\t{\n\t\tfunction        \t\t= BOX\n\t\tshadow\t\t\t\t= OUT\n\t\trecolorable     \t\t= TRUE\n\t\tstate\t\t\t\t= PRELIGHT\n\t\tfile            \t\t= \"Panel/panel-button-prelight.png\"\n\t\tborder          \t\t= { 5 , 5 , 5 , 5}\n\t\tstretch         \t\t= TRUE\n\t}\t\t\n\n\timage\n\t{\n\t\tfunction        \t\t= BOX\n\t\trecolorable     \t\t= TRUE\n\t\tshadow\t\t\t\t= IN\n\t\tstate\t\t\t\t= PRELIGHT\n\t\tfile            \t\t= \"Panel/panel-button-active-prelight.png\"\n\t\tborder          \t\t= { 5 , 5 , 5 , 5}\n\t\tstretch         \t\t= TRUE\n\t}\n\t\t\n\n\timage\n\t{\n\t\tfunction        \t\t= BOX\n\t\trecolorable     \t\t= TRUE\n\t\tstate\t\t\t\t= ACTIVE\n\t\tfile            \t\t= \"Panel/panel-button-active.png\"\n\t\tborder          \t\t= { 5 , 5 , 5 , 5}\n\t\tstretch         \t\t= TRUE\n\t}  \n\n\timage\n\t{\n\t\tfunction        \t\t= BOX\n\t\trecolorable     \t\t= TRUE\n\t\tstate\t\t\t\t= INSENSITIVE\n\t\tfile            \t\t= \"Panel/panel-button-inactive.png\"\n\t\tborder          \t\t= { 5 , 5 , 5 , 5}\n\t\tstretch         \t\t= TRUE\n\t} \n\n\timage\n\t{\n\t\tfunction        \t\t= BOX\n\t\trecolorable     \t\t= TRUE\n\t\tstate\t\t\t\t= SELECTED\n\t\tfile            \t\t= \"Panel/panel-button-active.png\"\n\t\tborder          \t\t= { 5 , 5 , 5 , 5}\n\t\tstretch         \t\t= TRUE\n\t}  \n\n}\n\n}\n\n#############################################################\n#THESE DECLARATIONS MAKE SURE THE LAUNCHER EDITOR BUTTONS USE \n#STANDARD BUTTONS STYLE AND NOT PANEL BUTTONS STYLE\n#############################################################\n\n\nwidget \"*tasklist*\" \t\t\tstyle \"panelbuttons\"\n\n#############################################################\n# THANKS TO merlwiz79 FOR THESE FIXES\n#############################################################\n\n\nwidget_class \"*Xfce*Panel*.GtkToggleButton\" \tstyle \"panelbuttons\"\nwidget_class \"*Xfce*NetkTasklist*GtkToggleButton\" style \"panelbuttons\"\n\n#############################################################\n\nstyle \"paneltogglebuttons\"\n{ \n\n xthickness            \t\t\t= 2\n ythickness            \t\t\t= 2\n\tengine \"pixmap\" {\n      \n\timage\n\t{\n\t\tfunction        \t\t= BOX\n\t\trecolorable     \t\t= TRUE\n\t\tstate\t\t\t\t= NORMAL\n\t\tfile            \t\t= \"Panel/panel-bg.png\"\n\t\tborder          \t\t= { 2 , 2 , 2 , 2}\n\t\tstretch         \t\t= TRUE\n\t}\n\t\t\n\timage\n\t{\n\t\tfunction        \t\t= BOX\n\t\tshadow\t\t\t\t= OUT\n\t\trecolorable     \t\t= TRUE\n\t\tstate\t\t\t\t= PRELIGHT\n\t\tfile            \t\t= \"Panel/button-prelight.png\"\n\t\tborder          \t\t= { 5 , 5 , 5 , 5}\n\t\tstretch         \t\t= TRUE\n\t}\t\t\n\n\timage\n\t{\n\t\tfunction        \t\t= BOX\n\t\trecolorable     \t\t= TRUE\n\t\tshadow\t\t\t\t= IN\n\t\tstate\t\t\t\t= PRELIGHT\n\t\tfile            \t\t= \"Panel/button-active.png\"\n\t\tborder          \t\t= { 5 , 5 , 5 , 5}\n\t\tstretch         \t\t= TRUE\n\t}\n\t\t\n\n\timage\n\t{\n\t\tfunction        \t\t= BOX\n\t\trecolorable     \t\t= TRUE\n\t\tstate\t\t\t\t= ACTIVE\n\t\tfile            \t\t= \"Panel/button-active.png\"\n\t\tborder          \t\t= { 5 , 5 , 5 , 5}\n\t\tstretch         \t\t= TRUE\n\t}  \n\n\timage\n\t{\n\t\tfunction        \t\t= BOX\n\t\trecolorable     \t\t= TRUE\n\t\tstate\t\t\t\t= INSENSITIVE\n\t\tfile            \t\t= \"Panel/panel-bg.png\"\n\t\tborder          \t\t= { 2 , 2 , 2 , 2}\n\t\tstretch         \t\t= TRUE\n\t} \n\n\timage\n\t{\n\t\tfunction        \t\t= BOX\n\t\trecolorable     \t\t= TRUE\n\t\tstate\t\t\t\t= SELECTED\n\t\tfile            \t\t= \"Panel/button-active.png\"\n\t\tborder          \t\t= { 5 , 5 , 5 , 5}\n\t\tstretch         \t\t= TRUE\n\t}  \n\n}\n\n}\n\nwidget_class \"*PanelToplevel*Button\" \t\tstyle \"paneltogglebuttons\"\nwidget_class \"*Panel*GtkToggleButton\" \t\tstyle \"paneltogglebuttons\"\nwidget_class \"*Xfce*Panel*Button*\" \t\tstyle \"paneltogglebuttons\"\n\n\nwidget_class \"*Tasklist*\" style:highest \"panelbuttons\"\n\nstyle \"switcher\"\n{\n        fg[NORMAL]\t\t\t= \"#ffffff\" \n        bg[NORMAL]\t\t\t= \"#444444\" \n  \tbg[PRELIGHT]\t\t\t= \"#666666\" \n  \tbg[SELECTED]\t\t\t= @selected_fg_color \n\nxthickness = 5\nythickness = 4\n\nengine \"pixmap\"\n{\n\timage\n\t{\n\t\tfunction\t= SHADOW\n\t\trecolorable\t= TRUE\n\t\tfile\t\t= \"/Shadows/shadow-none.png\"\n\t\tborder\t\t= {1,1,1,1}\n\t\tstretch\t\t= TRUE\n\t\t}\n}\n\n}\nwidget_class \"*Pager*\" style:highest \"switcher\"\nwidget_class \"*Panel*Fish*\" style \"switcher\"\nwidget \t\"*dict*Applet*\"\tstyle \"paneltogglebuttons\"\n\n"
  },
  {
    "path": "gtk-2.0/styles/progressbar",
    "content": "style \"progressbar\" {\n\txthickness\t= 0\n\tythickness\t= 0\n\n\tbg[SELECTED]\t\t=  shade (1.00, @selected_fg_color)\n\tfg[PRELIGHT]     \t=  @selected_bg_color\t#active text-color \n\n\tengine \"murrine\" {\n\t\tgradient_shades\t\t= {1.00, 1.00, 1.00, 1.00}\n\t\tcontrast \t\t\t= 0.0\t\t\n\t\troundness\t\t\t= 0\n\t}\n}\n\nwidget_class \"*ProgressBar*\" style \"progressbar\"\nclass \"GtkProgressBar\" style \"progressbar\"\nclass \"GtkBar\" style \"progressbar\"\n"
  },
  {
    "path": "gtk-2.0/styles/radiobutton",
    "content": "style \"radiobutton\"=\"default\"\n{\n\n  engine \"pixmap\" \n    {\n image \n\t{\n            function        \t\t= OPTION\n            recolorable    \t\t= TRUE\n            state \t\t\t\t= NORMAL\n            shadow          \t\t= OUT\n            overlay_file    \t\t= \"Check-Radio/option1.png\"\n            overlay_stretch \t= FALSE\n        }\n image \n\t{\n            function        \t\t= OPTION\n            recolorable     \t\t= TRUE\n            state \t\t\t\t= PRELIGHT\n            shadow          \t\t= OUT\n            overlay_file    \t\t= \"Check-Radio/option1.png\"\n            overlay_stretch \t= FALSE\n        }\n image \n\t{\n            function        \t\t= OPTION\n            recolorable     \t\t= TRUE\n            state \t\t\t\t= ACTIVE\n            shadow          \t\t= OUT\n            overlay_file    \t\t= \"Check-Radio/option2.png\"\n            overlay_stretch \t= FALSE\n        }\n image \n\t{\n            function        \t\t= OPTION\n            recolorable     \t\t= TRUE\n            state \t\t\t\t= INSENSITIVE\n            shadow         \t\t= OUT\n            overlay_file    \t\t= \"Check-Radio/option3.png\"\n            overlay_stretch \t= FALSE\n        }\n image \n\t{\n            function        \t\t= OPTION\n            recolorable     \t\t= TRUE\n\t    \t  state \t\t\t\t= NORMAL\n            shadow          \t\t= IN\n            overlay_file    \t\t= \"Check-Radio/option2.png\"\n            overlay_stretch \t= FALSE\n        }\n  image \n\t{\n            function        \t\t= OPTION\n            recolorable     \t\t= TRUE\n\t    \t  state \t\t\t\t= PRELIGHT\n            shadow          \t\t= IN\n            overlay_file    \t\t= \"Check-Radio/option2.png\"\n            overlay_stretch \t= FALSE\n        }\n image \n\t{\n            function        \t\t= OPTION\n            recolorable     \t\t= TRUE\n\t    \t  state \t\t\t\t= ACTIVE\n            shadow          \t\t= IN\n            overlay_file    \t\t= \"Check-Radio/option1.png\"\n            overlay_stretch \t= FALSE\n        }\n image \n\t{\n            function        \t\t= OPTION\n            recolorable     \t\t= TRUE\n\t   \t  state \t\t\t\t= INSENSITIVE\n            shadow          \t\t= IN\n            overlay_file    \t\t= \"Check-Radio/option4.png\"\n            overlay_stretch \t= FALSE\n        }\n  image \n\t{\n          function        \t\t= FLAT_BOX\n          recolorable     \t\t= TRUE\n      \tstretch\t\t\t\t= TRUE\n          file            \t\t\t= \"Check-Radio/checklight.png\"\n          border          \t\t= { 2, 2, 2, 2 }\n        }\n    }\n}\nstyle \"radiobutton-menu\"=\"default\"\n{\n\n  engine \"pixmap\" \n    {\n image \n\t{\n            function        \t\t= OPTION\n            recolorable    \t\t= TRUE\n            state \t\t\t\t= NORMAL\n            shadow          \t\t= OUT\n            overlay_file    \t\t= \"Check-Radio/highlight.png\"\n            overlay_stretch \t= FALSE\n        }\n image \n\t{\n            function        \t\t= OPTION\n            recolorable     \t\t= TRUE\n            state \t\t\t\t= PRELIGHT\n            shadow          \t\t= OUT\n            overlay_file    \t\t= \"Check-Radio/highlight.png\"\n            overlay_stretch \t= FALSE\n        }\n image \n\t{\n            function        \t\t= OPTION\n            recolorable     \t\t= TRUE\n            state \t\t\t\t= ACTIVE\n            shadow          \t\t= OUT\n            overlay_file    \t\t= \"Check-Radio/highlight.png\"\n            overlay_stretch \t= FALSE\n        }\n image \n\t{\n            function        \t\t= OPTION\n            recolorable     \t\t= TRUE\n            state \t\t\t\t= INSENSITIVE\n            shadow         \t\t= OUT\n            overlay_file    \t\t= \"Check-Radio/highlight.png\"\n            overlay_stretch \t= FALSE\n        }\n image \n\t{\n            function        \t\t= OPTION\n            recolorable     \t\t= TRUE\n\t    \t  state \t\t\t\t= NORMAL\n            shadow          \t\t= IN\n            overlay_file    \t\t= \"Check-Radio/menuitem-radio-checked.png\"\n            overlay_stretch \t= FALSE\n        }\n  image \n\t{\n            function        \t\t= OPTION\n            recolorable     \t\t= TRUE\n\t    \t  state \t\t\t\t= PRELIGHT\n            shadow          \t\t= IN\n            overlay_file    \t\t= \"Check-Radio/menuitem-radio-checked-selected.png\"\n            overlay_stretch \t= FALSE\n        }\n image \n\t{\n            function        \t\t= OPTION\n            recolorable     \t\t= TRUE\n\t    \t  state \t\t\t\t= ACTIVE\n            shadow          \t\t= IN\n            overlay_file    \t\t= \"Check-Radio/menuitem-radio-checked.png\"\n            overlay_stretch \t= FALSE\n        }\n image \n\t{\n            function        \t\t= OPTION\n            recolorable     \t\t= TRUE\n\t   \t  state \t\t\t\t= INSENSITIVE\n            shadow          \t\t= IN\n            overlay_file    \t\t= \"Check-Radio/menuitem-radio-checked-insensitive.png\"\n            overlay_stretch \t= FALSE\n        }\n  image \n\t{\n          function        \t\t= FLAT_BOX\n          recolorable     \t\t= TRUE\n      \tstretch\t\t\t\t= TRUE\n          file            \t\t\t= \"Check-Radio/checklight.png\"\n          border          \t\t= { 2, 2, 2, 2 }\n        }\n    }\n}\nclass \"GtkRadioButton\"     \t\tstyle \"radiobutton\"\nwidget_class \"*GtkRadioButton*GtkLabel*\" style \"radiobutton\"\nclass \"GtkCheckMenuItem\"                style \"radiobutton-menu\"\n"
  },
  {
    "path": "gtk-2.0/styles/range",
    "content": "style \"range\"\t\t\t= \"default\"\n{\n\txthickness = 0\n\tythickness = 0\n\tbg[NORMAL] = @bg_color\n\tbg[ACTIVE] = shade (0.96, @bg_color)\n\tbg[SELECTED] = @selected_fg_color\n\tbase[SELECTED] = @selected_fg_color\n\tbg[INSENSITIVE] = shade (0.95, @bg_color)        \n  engine \"murrine\"\n  {\n\t\tanimation = FALSE\n\t\tborder_shades = { 0.747, 0.747 } # gradient to draw on border\n\t\tcontrast = 0.6 # overal contrast with borders\n\t\tfocusstyle = 1 # 0 = none, 1 = grey dotted, 2 = colored with fill, 3 = colored glow\n\t\tglazestyle = 0 # 0 = flat highlight, 1 = curved highlight, 2 = concave, 3 = top curved highlight, 4 = beryl highlight\n\t\tglowstyle = 0 # 0 = glow on top, 1 = glow on bottom, 2 = glow on top and bottom, 3 = glow on middle vertically, 4 = glow on middle horizontally, 5 = glow on all sides\n\t\tglow_shade = 1.0 # amount of glow\n\t\tgradient_shades = { 0.747, 0.747, 0.747, 0.747 } # gradient to draw on widgets\n\t\thighlight_shade = 1.0 # amount of highlight\n\t\tlightborder_shade = 1.0 # amount of inset light border\n\t\tlightborderstyle = 0 # 0 = lightborder on top side, 1 = lightborder on all sides\n\t\tprogressbarstyle = 0 # 0 = none, 1 = diagonal striped, 2 = vertical striped\n\t\treliefstyle = 0 # 0 = flat, 1 = inset, 2 = shadow, 3 = shadow with gradient, 4 = stronger shadow with gradient\n\t\troundness = 8 # roundness of widgets\n\t\tscrollbarstyle = 0 # 0 = none, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles\n\t\tsliderstyle = 0 # 0 = none, 1 = handles\n\t\tstepperstyle = 1 # 0 = standard, 1 = integrated stepper handles\n\t\ttoolbarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient\n\t\ttrough_border_shades = { 1.0, 1.0 }\n  }\n}\n\nclass \"GtkScale\" style \"range\"\nclass \"GtkVScale\" style \"range\"\nclass \"GtkHScale\" style \"range\"\n\n"
  },
  {
    "path": "gtk-2.0/styles/scrollbar",
    "content": "style \"scrollbar\" = \"default\"\n{\n\n  engine \"pixmap\" \n  {\n    image \n    {\n      function\t\t\t= BOX\n      recolorable\t\t= TRUE\n      detail\t\t\t\t= \"trough\"\n      file\t\t\t\t= \"Scrollbars/trough-scrollbar-horiz.png\"\n      border\t\t\t= { 18, 18, 2, 2 }\n      stretch\t\t\t= TRUE\n      orientation\t\t= HORIZONTAL\n    }\n    image \n    {\n      function\t\t\t= BOX\n      recolorable\t\t= TRUE\n      detail\t\t\t\t= \"trough\"\n      file\t\t\t\t= \"Scrollbars/trough-scrollbar-vert.png\"\n      border\t\t\t= { 2, 2, 18, 18 }\n      stretch\t\t\t= TRUE\n      orientation\t\t= VERTICAL\n    }\n###########x SLIDERS ##################x\n\n   image \n    {\n      function\t\t\t\t= SLIDER\n      recolorable\t\t\t= TRUE\n      state           \t\t= NORMAL\n      file\t\t\t\t\t= \"Scrollbars/slider-horiz.png\" \n      border\t\t\t\t= { 10, 10, 2, 2 }\n      stretch\t\t\t\t= TRUE\n      orientation\t\t\t= HORIZONTAL\n    }\n  image \n    {\n      function\t\t\t\t= SLIDER\n      recolorable\t\t\t= TRUE\n      state           \t\t= ACTIVE\n      shadow\t\t\t\t= IN\n      file\t\t\t\t\t= \"Scrollbars/slider-horiz-active.png\" \n      border\t\t\t\t= { 10, 10, 2, 2 }\n      stretch\t\t\t\t= TRUE\n      orientation\t\t\t= HORIZONTAL\n\n    }\n    image \n    {\n      function\t\t\t\t= SLIDER\n      recolorable\t\t\t= TRUE\n      state           \t\t= PRELIGHT\n      file\t\t\t\t\t= \"Scrollbars/slider-horiz-prelight.png\" \n      border\t\t\t\t= { 10, 10, 2, 2 }\n      stretch\t\t\t\t= TRUE\n      orientation\t\t\t= HORIZONTAL\n\n    }\n    image \n    {\n      function\t\t\t\t= SLIDER\n      recolorable\t\t\t= TRUE\n      state           \t\t= INSENSITIVE\n      file\t\t\t\t\t= \"Scrollbars/slider-horiz-insens.png\"\n      border\t\t\t\t= { 10, 10, 2, 2 }\n      stretch\t\t\t\t= TRUE\n      orientation\t\t\t= HORIZONTAL\n\n    }\n#############x verticals################xx\n\n image \n    {\n      function\t\t\t\t= SLIDER\n      recolorable\t\t\t= TRUE\n      state           \t\t= NORMAL\n      file\t\t\t\t\t= \"Scrollbars/slider-vert.png\" \n      border\t\t\t\t= { 2, 2, 10, 10 }\n      stretch\t\t\t\t= TRUE\n      orientation\t\t\t= VERTICAL\n\n    }\n   image \n    {\n      function\t\t\t\t= SLIDER\n      recolorable\t\t\t= TRUE\n      state           \t\t= ACTIVE\n      shadow\t\t\t\t= IN\n      file\t\t\t\t\t= \"Scrollbars/slider-vert-active.png\" \n      border\t\t\t\t= { 2, 2, 10, 10 }\n      stretch\t\t\t\t= TRUE\n      orientation\t\t\t= VERTICAL\n\n    }\n    image \n    {\n      function\t\t\t\t= SLIDER\n      recolorable\t\t\t= TRUE\n      state           \t\t= PRELIGHT\n      file\t\t\t\t\t= \"Scrollbars/slider-vert-prelight.png\" \n      border\t\t\t\t= { 2, 2, 10, 10 }\n      stretch\t\t\t\t= TRUE\n      orientation\t\t\t= VERTICAL\n\n    }\n    image \n    {\n      function\t\t\t\t= SLIDER\n      recolorable\t\t\t= TRUE\n      state           \t\t= INSENSITIVE\n      file\t\t\t\t\t= \"Scrollbars/slider-vert-insens.png\"\n      border\t\t\t\t= { 2, 2, 10, 10 }\n      stretch\t\t\t\t= TRUE\n      orientation\t\t\t= VERTICAL\n\n    }\n\n###########x END SLIDERS ##################x\n\n########### Steppers ######################\n#### UP #######\n    image \n    {\n      function\t\t\t\t= STEPPER\n      recolorable\t\t\t= TRUE\n      state\t\t\t\t\t= NORMAL\n      file\t\t\t\t\t= \"Scrollbars/stepper-up.png\"\n      stretch\t\t\t\t= TRUE\n      arrow_direction\t= UP\n    }\n image \n    {\n      function\t\t\t\t= STEPPER\n      recolorable\t\t\t= TRUE\n      state\t\t\t\t\t= PRELIGHT\n      file\t\t\t\t\t= \"Scrollbars/stepper-up-prelight.png\"\n      stretch\t\t\t\t= TRUE\n      arrow_direction\t= UP\n    }\n image \n    {\n      function\t\t\t\t= STEPPER\n      recolorable\t\t\t= TRUE\n      state\t\t\t\t\t= ACTIVE\n      file\t\t\t\t\t= \"Scrollbars/stepper-up-prelight.png\"\n      stretch\t\t\t\t= TRUE\n      arrow_direction\t= UP\n    }\n image \n    {\n      function\t\t\t\t= STEPPER\n      recolorable\t\t\t= TRUE\n      state\t\t\t\t\t= INSENSITIVE\n      file\t\t\t\t\t= \"Scrollbars/stepper-up-insens.png\"\n      stretch\t\t\t\t= TRUE\n      arrow_direction\t= UP\n    }\n\n ######### DOWN ############\n\n    image \n    {\n      function\t\t\t\t= STEPPER\n      recolorable\t\t\t= TRUE\n      state\t\t\t\t\t= NORMAL\n      file\t\t\t\t\t= \"Scrollbars/stepper-down.png\"\n      stretch\t\t\t\t= TRUE\n      arrow_direction\t= DOWN\n    }\n image \n    {\n      function\t\t\t\t= STEPPER\n      recolorable\t\t\t= TRUE\n      state\t\t\t\t\t= PRELIGHT\n      file\t\t\t\t\t= \"Scrollbars/stepper-down-prelight.png\"\n      stretch\t\t\t\t= TRUE\n      arrow_direction\t= DOWN\n    }\n image \n    {\n      function\t\t\t\t= STEPPER\n      recolorable\t\t\t= TRUE\n      state\t\t\t\t\t= ACTIVE\n      file\t\t\t\t\t= \"Scrollbars/stepper-down-prelight.png\"\n      stretch\t\t\t\t= TRUE\n      arrow_direction\t= DOWN\n    }\n image \n    {\n      function\t\t\t\t= STEPPER\n      recolorable\t\t\t= TRUE\n      state\t\t\t\t\t= INSENSITIVE\n      file\t\t\t\t\t= \"Scrollbars/stepper-down-insens.png\"\n      stretch\t\t\t\t= TRUE\n      arrow_direction\t= DOWN\n    }\n\n############ RIGHT ################\n\n    image \n    {\n      function\t\t\t\t= STEPPER\n      recolorable\t\t\t= TRUE\n      state\t\t\t\t\t= NORMAL\n      file\t\t\t\t\t= \"Scrollbars/stepper-right.png\"\n      stretch\t\t\t\t= TRUE\n      arrow_direction\t= RIGHT\n    }\n image \n    {\n      function\t\t\t\t= STEPPER\n      recolorable\t\t\t= TRUE\n      state\t\t\t\t\t= PRELIGHT\n      file\t\t\t\t\t= \"Scrollbars/stepper-right-prelight.png\"\n      stretch\t\t\t\t= TRUE\n      arrow_direction\t= RIGHT\n    }\n image \n    {\n      function\t\t\t\t= STEPPER\n      recolorable\t\t\t= TRUE\n      state\t\t\t\t\t= ACTIVE\n      file\t\t\t\t\t= \"Scrollbars/stepper-right-prelight.png\"\n      stretch\t\t\t\t= TRUE\n      arrow_direction\t= RIGHT\n    }\n image \n    {\n      function\t\t\t\t= STEPPER\n      recolorable\t\t\t= TRUE\n      state\t\t\t\t\t= INSENSITIVE\n      file\t\t\t\t\t= \"Scrollbars/stepper-right-insens.png\"\n      stretch\t\t\t\t= TRUE\n      arrow_direction\t= RIGHT\n    }\n\n############### LEFT ###################\n\n    image \n    {\n      function\t\t\t\t= STEPPER\n      recolorable\t\t\t= TRUE\n      state\t\t\t\t\t= NORMAL\n      file\t\t\t\t\t= \"Scrollbars/stepper-left.png\"\n      stretch\t\t\t\t= TRUE\n      arrow_direction\t= LEFT\n    }\n  image \n    {\n      function\t\t\t\t= STEPPER\n      recolorable\t\t\t= TRUE\n      state\t\t\t\t\t= PRELIGHT\n      file\t\t\t\t\t= \"Scrollbars/stepper-left-prelight.png\"\n      stretch\t\t\t\t= TRUE\n      arrow_direction\t= LEFT\n    }\n  image \n    {\n      function\t\t\t\t= STEPPER\n      recolorable\t\t\t= TRUE\n      state\t\t\t\t\t= ACTIVE\n      file\t\t\t\t\t= \"Scrollbars/stepper-left-prelight.png\"\n      stretch\t\t\t\t= TRUE\n      arrow_direction\t= LEFT\n    }\n  image \n    {\n      function\t\t\t\t= STEPPER\n      recolorable\t\t\t= TRUE\n      state\t\t\t\t\t= INSENSITIVE\n      file\t\t\t\t\t= \"Scrollbars/stepper-left-insens.png\"\n      stretch\t\t\t\t= TRUE\n      arrow_direction\t= LEFT\n    }\n  }\n}\n\nclass \"GtkScrollbar\" style \"scrollbar\"\n\n"
  },
  {
    "path": "gtk-2.0/styles/spin",
    "content": "style \"spinbutton\"\t= \"default\"\n{\n  xthickness = 3\n  ythickness = 3\n  GtkWidget::interior_focus\t= 0\n  base[INSENSITIVE] = shade (0.95, @bg_color)\n  text[INSENSITIVE] = mix (0.3, @base_color, @text_color)\n  engine \"pixmap\"\n  {\n    image\n    {\n      function\t\t\t= ARROW\n    }\n\n############################# UP ######################xx\n    image\n    {\n      function\t\t\t= BOX\n      state \t\t\t= NORMAL\n      detail\t\t\t= \"spinbutton_up\"\n      recolorable\t\t= TRUE\n      file\t\t\t= \"Spin/spin-up-bg.png\"\n      border\t\t\t= { 4,4,4,4 }\n      stretch\t\t\t= TRUE\n      overlay_file\t\t= \"Spin/arrow-up.png\"\n      overlay_stretch\t\t= FALSE\n    }\n    image\n    {\n      function\t\t\t= BOX\n      state \t\t\t= PRELIGHT\n      detail\t\t\t= \"spinbutton_up\"\n      recolorable\t\t= TRUE\n      file\t\t\t= \"Spin/spin-up-bg.png\"\n      border\t\t\t= { 4,4,4,4 }\n      stretch\t\t\t= TRUE\n      overlay_file\t\t= \"Spin/arrow-up-prelight.png\"\n      overlay_stretch\t\t= FALSE\n    }\n    image\n    {\n      function\t\t\t= BOX\n      state \t\t\t= INSENSITIVE\n      detail\t\t\t= \"spinbutton_up\"\n      recolorable\t\t= TRUE\n      file\t\t\t= \"Spin/spin-up-bg.png\"\n      border\t\t\t= { 4,4,4,4 }\n      stretch\t\t\t= TRUE\n      overlay_file\t\t= \"Spin/arrow-up-disable.png\"\n      overlay_stretch\t\t= FALSE\n    }\n    image\n    {\n      function\t\t\t= BOX\n      state \t\t\t= ACTIVE\n      detail\t\t\t= \"spinbutton_up\"\n      recolorable\t\t= TRUE\n      file\t\t\t= \"Spin/spin-up-bg.png\"\n      border\t\t\t= { 4,4,4,4 }\n      stretch\t\t\t= TRUE\n      overlay_file\t\t= \"Spin/arrow-up-active.png\"\n      overlay_stretch\t\t= FALSE\n    }\n\n########################x DOWN ########################\n    image\n    {\n      function\t\t\t= BOX\n      state \t\t\t= NORMAL\n      detail\t\t\t= \"spinbutton_down\"\n      recolorable\t\t= TRUE\n      file\t\t\t= \"Spin/spin-down-bg.png\"\n      border\t\t\t= { 4,4,4,4 }\n      stretch\t\t\t= TRUE\n      overlay_file\t\t= \"Spin/arrow-down.png\"\n      overlay_stretch\t\t= FALSE\n    }\n    image\n    {\n      function\t\t\t= BOX\n      state \t\t\t= PRELIGHT\n      detail\t\t\t= \"spinbutton_down\"\n      recolorable\t\t= TRUE\n      file\t\t\t= \"Spin/spin-down-bg.png\"\n      border\t\t\t= { 4,4,4,4 }\n      stretch\t\t\t= TRUE\n      overlay_file\t\t= \"Spin/arrow-down-prelight.png\"\n      overlay_stretch\t\t= FALSE\n    }\n    image\n    {\n      function\t\t\t= BOX\n      state \t\t\t= INSENSITIVE\n      detail\t\t\t= \"spinbutton_down\"\n      recolorable\t\t= TRUE\n      file\t\t\t= \"Spin/spin-down-bg.png\"\n      border\t\t\t= { 4,4,4,4 }\n      stretch\t\t\t= TRUE\n      overlay_file\t\t= \"Spin/arrow-down-disable.png\"\n      overlay_stretch\t\t= FALSE\n    }\n    image\n    {\n      function\t\t\t= BOX\n      state \t\t\t= ACTIVE\n      detail\t\t\t= \"spinbutton_down\"\n      recolorable\t\t= TRUE\n      file\t\t\t= \"Spin/spin-down-bg.png\"\n      border\t\t\t= { 4,4,4,4 }\n      stretch\t\t\t= TRUE\n      overlay_file\t\t= \"Spin/arrow-down-active.png\"\n      overlay_stretch\t\t= FALSE\n    }\n########################## SPIN ENTRY ###########################\n    image\n    {\n      function\t\t\t= FOCUS\n      recolorable\t\t= TRUE\n      file\t\t\t= \"Spin/text-entry-focus.png\"\n      border\t\t\t= { 4,4,4,4 }\n      stretch\t\t\t= TRUE\n    }\t\n    image\n    {\n      function\t\t\t= SHADOW\n      detail\t\t\t= \"entry\"\n      shadow\t\t\t= IN\n      recolorable\t\t= FALSE\n      file\t\t\t= \"Spin/text-entry.png\"\n      border\t\t\t= { 4,4,4,4 }\n      stretch\t\t\t= TRUE\n    }\n  }\n}\nstyle \"spinbutton-notebook\"\t= \"default\"\n{\n  xthickness = 3\n  ythickness = 3\n  GtkWidget::interior_focus\t= 0\n  base[INSENSITIVE] = shade (0.95, @bg_color)\n  text[INSENSITIVE] = mix (0.3, @base_color, @text_color)\n  engine \"pixmap\"\n  {\n    image\n    {\n      function\t\t\t= ARROW\n    }\n\n############################# UP ######################xx\n    image\n    {\n      function\t\t\t= BOX\n      state \t\t\t= NORMAL\n      detail\t\t\t= \"spinbutton_up\"\n      recolorable\t\t= TRUE\n      file\t\t\t= \"Spin/spin-up-bg-notebook.png\"\n      border\t\t\t= { 4,4,4,4 }\n      stretch\t\t\t= TRUE\n      overlay_file\t\t= \"Spin/arrow-up.png\"\n      overlay_stretch\t\t= FALSE\n    }\n    image\n    {\n      function\t\t\t= BOX\n      state \t\t\t= PRELIGHT\n      detail\t\t\t= \"spinbutton_up\"\n      recolorable\t\t= TRUE\n      file\t\t\t= \"Spin/spin-up-bg-notebook.png\"\n      border\t\t\t= { 4,4,4,4 }\n      stretch\t\t\t= TRUE\n      overlay_file\t\t= \"Spin/arrow-up-prelight.png\"\n      overlay_stretch\t\t= FALSE\n    }\n    image\n    {\n      function\t\t\t= BOX\n      state \t\t\t= INSENSITIVE\n      detail\t\t\t= \"spinbutton_up\"\n      recolorable\t\t= TRUE\n      file\t\t\t= \"Spin/spin-up-bg-notebook.png\"\n      border\t\t\t= { 4,4,4,4 }\n      stretch\t\t\t= TRUE\n      overlay_file\t\t= \"Spin/arrow-up-disable.png\"\n      overlay_stretch\t\t= FALSE\n    }\n    image\n    {\n      function\t\t\t= BOX\n      state \t\t\t= ACTIVE\n      detail\t\t\t= \"spinbutton_up\"\n      recolorable\t\t= TRUE\n      file\t\t\t= \"Spin/spin-up-bg-notebook.png\"\n      border\t\t\t= { 4,4,4,4 }\n      stretch\t\t\t= TRUE\n      overlay_file\t\t= \"Spin/arrow-up-active.png\"\n      overlay_stretch\t\t= FALSE\n    }\n\n########################x DOWN ########################\n    image\n    {\n      function\t\t\t= BOX\n      state \t\t\t= NORMAL\n      detail\t\t\t= \"spinbutton_down\"\n      recolorable\t\t= TRUE\n      file\t\t\t= \"Spin/spin-down-bg-notebook.png\"\n      border\t\t\t= { 4,4,4,4 }\n      stretch\t\t\t= TRUE\n      overlay_file\t\t= \"Spin/arrow-down.png\"\n      overlay_stretch\t\t= FALSE\n    }\n    image\n    {\n      function\t\t\t= BOX\n      state \t\t\t= PRELIGHT\n      detail\t\t\t= \"spinbutton_down\"\n      recolorable\t\t= TRUE\n      file\t\t\t= \"Spin/spin-down-bg-notebook.png\"\n      border\t\t\t= { 4,4,4,4 }\n      stretch\t\t\t= TRUE\n      overlay_file\t\t= \"Spin/arrow-down-prelight.png\"\n      overlay_stretch\t\t= FALSE\n    }\n    image\n    {\n      function\t\t\t= BOX\n      state \t\t\t= INSENSITIVE\n      detail\t\t\t= \"spinbutton_down\"\n      recolorable\t\t= TRUE\n      file\t\t\t= \"Spin/spin-down-bg-notebook.png\"\n      border\t\t\t= { 4,4,4,4 }\n      stretch\t\t\t= TRUE\n      overlay_file\t\t= \"Spin/arrow-down-disable.png\"\n      overlay_stretch\t\t= FALSE\n    }\n    image\n    {\n      function\t\t\t= BOX\n      state \t\t\t= ACTIVE\n      detail\t\t\t= \"spinbutton_down\"\n      recolorable\t\t= TRUE\n      file\t\t\t= \"Spin/spin-down-bg-notebook.png\"\n      border\t\t\t= { 4,4,4,4 }\n      stretch\t\t\t= TRUE\n      overlay_file\t\t= \"Spin/arrow-down-active.png\"\n      overlay_stretch\t\t= FALSE\n    }\n########################## SPIN ENTRY ###########################\n    image\n    {\n      function\t\t\t= FOCUS\n      recolorable\t\t= TRUE\n      file\t\t\t= \"Spin/text-entry-focus-notebook.png\"\n      border\t\t\t= { 4,4,4,4 }\n      stretch\t\t\t= TRUE\n    }\t\n    image\n    {\n      function\t\t\t= SHADOW\n      detail\t\t\t= \"entry\"\n      shadow\t\t\t= IN\n      recolorable\t\t= FALSE\n      file\t\t\t= \"Spin/text-entry-notebook.png\"\n      border\t\t\t= { 4,4,4,4 }\n      stretch\t\t\t= TRUE\n    }\n  }\n}\nclass \"GtkSpinButton\"   \t \tstyle \"spinbutton\"\nwidget_class \"*<GtkNotebook>*<GtkSpinButton>*\"\tstyle \"spinbutton-notebook\"\nwidget_class \"*<GimpToolOptionsEditor>*<GtkViewport>*<GtkSpinButton>*\"\tstyle \"spinbutton\"\nstyle \"gimp\"\n{\n\n\tfg[SELECTED] = @selected_bg_color\n\tbg[SELECTED] = shade (1.05, @selected_fg_color)\n\n  engine \"pixmap\"\n  {\n    image\n    {\n      function\t\t\t= SHADOW\n      shadow\t\t\t= IN\n      recolorable\t\t= FALSE\n      file\t\t\t\t= \"Shadows/shadow-none.png\"\n      border\t\t\t= { 4, 4, 4, 4 }\n      stretch\t\t\t= TRUE\n    }\n    image\n    {\n       function\t\t= SHADOW\n       shadow\t\t\t= OUT\n       recolorable\t\t= TRUE\n       file\t\t\t\t= \"Shadows/shadow-none.png\"\n       border\t\t\t= { 4, 4, 4, 4 }\n       stretch\t\t\t= TRUE\n    }\n\n    image\n    {\n       function\t\t= SHADOW\n       shadow\t\t\t= ETCHED_IN\n       recolorable\t\t= TRUE\n       file\t\t\t\t= \"Shadows/shadow-none.png\"\t\t\t\t\n       border\t\t\t= { 4, 4, 4, 4 }\n       stretch\t\t\t= TRUE\n    }\n    image\n    {\n       function\t\t= SHADOW\n       shadow\t\t\t= ETCHED_OUT\n       recolorable\t\t= TRUE\n       file\t\t\t\t= \"Shadows/shadow-none.png\"\n       border\t\t\t= { 4, 4, 4, 4 }\n       stretch\t\t\t= TRUE\n    }\n    image\n    {\n       function\t\t= VLINE\n       recolorable\t\t= TRUE\n       file\t\t\t\t= \"Lines/linep-v.png\"\n       border\t\t\t= { 0, 1, 0, 0 }\n       stretch\t\t\t= TRUE\n    }\n    image\n    {\n      function\t\t\t= HLINE\n      recolorable\t\t= TRUE\n      file\t\t\t\t= \"Lines/linep-h.png\"\n      border\t\t\t= { 0, 0, 0, 1 }\n      stretch\t\t\t= TRUE\n    }\n  }\n}\nwidget_class \"*<GimpSpinScale>*\"\tstyle \"gimp\"\nwidget_class \"*<GimpFgBgEditor>*\"\tstyle \"gimp\"\nwidget_class \"GtkWindow.GtkVBox.GtkColorSelection.GtkHBox.GtkVBox.GtkHBox.GtkFrame\"\tstyle \"gimp\"\nwidget_class \"FmMainWin.GtkVBox.GtkStatusbar.GtkFrame\"\tstyle \"gimp\"\nwidget_class \"*ThunarIconView*\"\tstyle \"gimp\"\nwidget_class \"*ThunarShortcutsPane*\"\tstyle \"gimp\"\nwidget_class \"*MousepadDocument*\"\tstyle \"gimp\"\n"
  },
  {
    "path": "gtk-2.0/styles/statusbar",
    "content": "\n\nstyle \"statusbar\"\t= \"default\"\t\n{\n#\txthickness = 1\n#\tythickness = 1\n        \n\tengine \"pixmap\" \n\t{\n\t    image\n\t    {\n\t     \tfunction\t\t= RESIZE_GRIP\n\t\trecolorable\t= TRUE\n\t\t#state\t\t\t= NORMAL\n\t\tdetail\t\t= \"statusbar\"\n\t\toverlay_file\t= \"Handles/resize-grip.png\"\n\t\t\n\t\toverlay_border\t= {0,0,0,0 }\n\t\toverlay_stretch\t= FALSE\n\t    }\n      }\n}\n\n\nclass \"GtkStatusbar\" style \"statusbar\"\n\n# Firefox handles this a little differently... it needs to be applied to GtkWindow and have no other details...\nstyle \"FirefoxGrip\"\n{\n\tengine \"pixmap\"\n\t{\n\t\timage\n\t\t{\n\t\t\tfunction\t\t= RESIZE_GRIP\n\t\t\toverlay_file\t= \"Handles/resize-grip.png\"\n\n\t\t}\n\t} \n} \n\nclass \"GtkWindow\" style \"FirefoxGrip\"\n"
  },
  {
    "path": "gtk-2.0/styles/toolbar",
    "content": "style \"toolbar\"\n{\n\n    xthickness=3\n    ythickness=4\n    engine \"pixmap\"\n    {\n        image\n        {\n\t        function=BOX\n\t        file=\"/Toolbar/toolbar.png\"\n\t        border={2,2,2,2}\n\t        stretch=TRUE\n        }\n    }\n}\nwidget_class \"*HandleBox\"\t\tstyle \"toolbar\"\nclass \"*HandleBox\"\t\t\tstyle \"toolbar\"\nwidget_class \"*Toolbar\"\t\t\tstyle \"toolbar\"\nclass \"*Toolbar\"\t\t\tstyle \"toolbar\"\n#widget\t\"MozillaGtkWidget*Toolbar*\"\tstyle\t\"toolbar\"\nstyle \"toolbuttons\"=\"default\"\n{\nxthickness=5\nythickness=5\n\tfg[NORMAL] = @fg_color\n\tfg[PRELIGHT] = @selected_fg_color\n\tfg[ACTIVE] = @fg_color\n\tfg[INSENSITIVE] = mix (0.3, @base_color, @text_color)\nGtkWidget::focus_padding=2\nengine \"pixmap\" {\n      \nimage\n\t\t{\n\t\t\tfunction        \t\t= BOX\n\t\t\trecolorable     \t\t= TRUE\n\t\t\tstate\t\t\t\t\t= NORMAL\n\t\t\tfile            \t\t\t= \"Toolbar/toolbutton-normal.png\"\n\t\t\tborder          \t\t= { 5, 5, 5, 5 }\n\t\t\tstretch         \t\t= TRUE\n\t\t}\n\t\timage\n\t\t{\n\t\t\tfunction\t\t= BOX\n\t\t\trecolorable\t\t= TRUE\n\t\t\tstate\t\t\t= PRELIGHT\n\t\t\tshadow\t\t\t= IN\n\t\t\tfile\t\t\t= \"Toolbar/toolbutton-pressed.png\"\n\t\t\tborder\t\t\t= { 5, 5, 5, 5 }\n\t\t\tstretch\t\t\t= TRUE\n\t\t}\n\t\timage\n\t\t{\n\t\t\tfunction\t\t= BOX\n\t\t\trecolorable\t\t= TRUE\n\t\t\tstate\t\t\t= PRELIGHT\n\t\t\tshadow\t\t\t= OUT\n\t\t\tfile\t\t\t= \"Toolbar/toolbutton-prelight.png\"\n\t\t\tborder\t\t\t= { 5, 5, 5, 5 }\n\t\t\tstretch\t\t\t= TRUE\n\t\t}\nimage\n\t\t{\n\t\t\tfunction        \t\t= BOX\n\t\t\trecolorable     \t\t= TRUE\n\t\t\tstate\t\t\t\t\t= ACTIVE\n\t\t\tfile            \t\t\t= \"Toolbar/toolbutton-pressed.png\"\n\t\t\tborder          \t\t= { 5, 5, 5, 5 }\n\t\t\tstretch         \t\t= TRUE\n\t\t} \nimage\n\t\t{\n\t\t\tfunction        \t\t= BOX\n\t\t\trecolorable     \t\t= TRUE\n\t\t\tstate\t\t\t\t\t= INSENSITIVE\n\t\t\tfile            \t\t\t= \"Toolbar/toolbutton-insensitive.png\"\n\t\t\tborder          \t\t= { 5, 5, 5, 5 }\n\t\t\tstretch         \t\t= TRUE\n\t\t}  \n\t}\n}\nwidget_class\t\"*<GtkToolbar>*<GtkButton>*\" style \"toolbuttons\"\n#widget\t\"MozillaGtkWidget.GtkFixed.GtkButton\"\tstyle\t\"toolbuttons\"\n\nstyle \"chrome-gtk-frame\"\n{\n\tChromeGtkFrame::frame-color = @bg_color\n\tChromeGtkFrame::inactive-frame-color = @bg_color\n\n\tChromeGtkFrame::frame-gradient-size = 1\n\tChromeGtkFrame::frame-gradient-color = @bg_color\n\n\tChromeGtkFrame::incognito-frame-color = @bg_color\n\tChromeGtkFrame::incognito-inactive-frame-color = @bg_color\n\n\tChromeGtkFrame::incognito-frame-gradient-color = @bg_color\n\n\tChromeGtkFrame::scrollbar-trough-color = shade(0.98, @bg_color)\n\tChromeGtkFrame::scrollbar-slider-prelight-color = @selected_fg_color\n\tChromeGtkFrame::scrollbar-slider-normal-color = shade(0.9, @bg_color)\n}\n\nclass \"ChromeGtkFrame\" \tstyle \"chrome-gtk-frame\"\n"
  },
  {
    "path": "gtk-2.0/styles/tooltips",
    "content": "style \"tooltips\"\t= \"default\"\n{\n    bg[NORMAL]\t  = @tooltip_bg_color\n    fg[NORMAL]\t  = @tooltip_fg_color\n    bg[SELECTED]  = @tooltip_bg_color\n\n}\nwidget \"gtk-tooltip*\"  \t\t\tstyle \"tooltips\"\nclass \t\t\"*GtkTooltips*\"\t\tstyle \"tooltips\"\nwidget_class \t\"*Tooltips*\"\t\tstyle \"tooltips\"\nwidget \"*.nautilus-extra-view-widget\" style:highest \"tooltips\"\n\nstyle \"xfdesktop-icon-view\"\n { \n    XfdesktopIconView::label-alpha = 0\n    XfdesktopIconView::selected-label-alpha = 170\n\n    base[NORMAL]\t  = @bg_color\n    fg[NORMAL]\t  = @selected_fg_color\n    base[SELECTED]  = @selected_bg_color\n    fg[SELECTED]  = @selected_fg_color\n\tengine \"murrine\" {\n    textstyle = 1\n    text_shade = 0.1\n}\n}\nwidget_class \"*XfdesktopIconView*\" style \"xfdesktop-icon-view\"\n"
  },
  {
    "path": "gtk-3.0/apps/budgie.css",
    "content": "GtkPopover .button {\n    color: @theme_fg_color;\n    border: 1px solid shade(@theme_bg_color, 1.0);\n}\n\nGtkPopover .button:hover,\nGtkPopover .button:active:hover {\n    transition: color 200ms ease-in;\n    color: @theme_selected_fg_color;\n    background-color: transparent;\n}\n\nGtkPopover .button:active {\n    color: @theme_selected_fg_color;\n    background-color: transparent;\n    border: 1px solid shade(@theme_bg_color, 0.7);\n}\n\n.budgie-panel *:active {\n    background-color: transparent;\n}\n"
  },
  {
    "path": "gtk-3.0/apps/gnome-applications.css",
    "content": "/***********************\n * fallback mode panel *\n ***********************/\nPanelWidget,\nPanelApplet,\nPanelToplevel {\n    padding: 0;\n    background-color: @panel_bg_color;\n    background-image: none;\n    color: @panel_fg_color;\n}\n\nPanelApplet {\n    border-width: 0;\n}\n\nPanelSeparator {\n    border-width: 0;\n    background-color: @panel_bg_color;\n    background-image: none;\n    color: @panel_fg_color;\n}\n\n.gnome-panel-menu-bar,\nPanelApplet > GtkMenuBar.menubar,\nPanelApplet > GtkMenuBar.menubar.menuitem,\nPanelMenuBar.menubar,\nPanelMenuBar.menubar.menuitem {\n    -Panelpanel-icon-visible: true;\n\n    border-width: 0;\n    background-color: @panel_bg_color;\n    background-image: none;\n}\n\nPanelAppletFrame {\n    border-width: 0;\n    background-color: @panel_bg_color;\n    background-image: none;\n}\n\nPanelApplet .button {\n    -GtkButton-inner-border: 2;\n\n    border-width: 0 1px;\n    border-radius: 0;\n    border-color: transparent;\n    background-color: @panel_bg_color;\n    background-image: none;\n    color: @panel_fg_color;\n}\n\nPanelApplet .button:active {\n    border-width: 0 1px;\n    border-radius: 0;\n    border-color: mix(@panel_bg_color, @panel_fg_color, 0.21);\n    background-color: mix(@panel_bg_color, @panel_fg_color, 0.21);\n    background-image: none;\n    color: shade(@panel_fg_color, 1.08);\n}\n\nPanelApplet .button:prelight {\n    border-color: mix(@panel_bg_color, @panel_fg_color, 0.11);\n    background-color: mix(@panel_bg_color, @panel_fg_color, 0.11);\n    background-image: none;\n    color: shade(@panel_fg_color, 1.08);\n}\n\nPanelApplet .button:active:prelight {\n    border-color: mix(@panel_bg_color, @panel_fg_color, 0.31);\n    background-color: mix(@panel_bg_color, @panel_fg_color, 0.31);\n    background-image: none;\n    color: shade(@panel_fg_color, 1.08);\n}\n\nWnckPager, WnckTasklist {\n    background-color: @panel_bg_color;\n}\n/************\n * nautilus *\n ************/\n.nautilus-canvas-item {\n    border-radius: 0px;\n}\n\n.nautilus-desktop.nautilus-canvas-item {\n    color: white;\n    text-shadow: 1px 1px black;\n}\n\n.nautilus-desktop.nautilus-canvas-item:active {\n    color: @theme_fg_color;\n}\n\n.nautilus-desktop.nautilus-canvas-item:selected {\n    color: @theme_base_color;\n}\n\n.nautilus-desktop.nautilus-canvas-item:active,\n.nautilus-desktop.nautilus-canvas-item:prelight,\n.nautilus-desktop.nautilus-canvas-item:selected {\n    text-shadow: none;\n}\n\nNautilusWindow .toolbar {\n    border-width: 0 0 1px;\n    border-style: solid;\n    border-color: shade(@toolbar_bg_color, 0.8);\n}\n\nNautilusWindow .sidebar .frame {\n    border-style: none;\n}\n\nNautilusWindow > GtkGrid > .pane-separator,\nNautilusWindow > GtkGrid > .pane-separator:hover {\n    border-width: 0 1px 0 0;\n    border-style: solid;\n    border-color: shade(@theme_bg_color, 0.8);\n    background-color: @theme_bg_color;\n}\n\nNautilusNotebook.notebook {\n    border-right-width: 0;\n    border-left-width: 0;\n    border-bottom-width: 0;\n}\n\nNautilusNotebook .frame {\n    border-width: 0;\n}\n\nNautilusQueryEditor .primary-toolbar.toolbar {\n    border-top-width: 0;\n    border-bottom-width: 0;\n}\n\nNautilusQueryEditor .toolbar {\n    padding-top: 3px;\n    padding-bottom: 2px;\n    border-width: 1px 0 0 0;\n    border-style: solid;\n    border-color: @toolbar_bg_color;\n    background-color: shade(@toolbar_bg_color, 0.9);\n}\n\nNautilusQueryEditor .toolbar:nth-child(2) {\n    border-color: shade(@toolbar_bg_color, 0.8);\n}\n\nNautilusQueryEditor .toolbar:last-child,\nNautilusQueryEditor .primary-toolbar.toolbar:only-child {\n    border-bottom-width: 1px;\n    border-bottom-color: shade(@toolbar_bg_color, 0.8);\n}\n\n/******************\n * gnome terminal *\n ******************/\nVteTerminal {\n    background-color: @theme_text_color;\n    color: @theme_bg_color;\n}\n\nTerminalWindow GtkNotebook.notebook {\n    border-color: shade(@theme_text_color, 0.7);\n    background-color: @theme_text_color;\n}\n\nTerminalWindow GtkNotebook.notebook tab,\nTerminalWindow GtkNotebook.notebook tab.top {\n    border-color: @menubar_bg_color;\n    border-style: solid;\n    border-width: 1px;\n    background-color: @menubar_bg_color;\n    background-image: none;\n    border-bottom: solid 1px shade (@menubar_bg_color, 0.8);\n}\n\nTerminalWindow GtkNotebook.notebook tab:first-child.top {\n    border-left: 1px solid shade(@theme_text_color, 0.78);\n}\n\nTerminalWindow GtkNotebook.notebook tab:first-child.top:active {\n    box-shadow: inset 0 -3px shade (@theme_selected_fg_color, 1.05);\n}\n\nTerminalWindow GtkNotebook.notebook tab:active,\nTerminalWindow GtkNotebook.notebook tab.top:active {\n    border-color: @menubar_bg_color;\n    background-color: @menubar_bg_color;\n    background-image: none;\n    color: transparent;\n    border: none;\n\n    box-shadow: inset 0 -3px shade (@theme_selected_fg_color, 1.05),\n                inset 1px 0 @menubar_bg_color,\n                inset -1px 0 @menubar_bg_color;\n}\n\nTerminalWindow GtkNotebook.notebook .active-page,\nTerminalWindow GtkNotebook.notebook tab .active-page GtkLabel {\n    color: shade (@theme_selected_fg_color, 1.25);\n}\n\nTerminalWindow GtkNotebook.notebook .prelight-page,\nTerminalWindow GtkNotebook.notebook .prelight-page GtkLabel {\n    color: shade(@theme_selected_fg_color, 1.1);\n}\n\nTerminalWindow GtkNotebook.notebook tab GtkLabel {\n    color: @theme_bg_color;\n}\n\nTerminalWindow GtkNotebook.notebook tab:hover {\n\tbackground-color: shade(@menubar_bg_color, 0.75);\n}\n\nTerminalWindow .scrollbars-junction,\nTerminalWindow .scrollbar.trough {\n    background-color: @menu_bg_color;\n    border-color: @menu_bg_color;\n}\n\nTerminalWindow .scrollbar.button,\nTerminalWindow .scrollbar.button:active,\nTerminalWindow .scrollbar.button:active:hover {\n    color: shade(@theme_text_color, 1.25);\n}\n\nTerminalWindow .scrollbar.slider {\n    border-color: @theme_text_color;\n    background-color:shade(@theme_text_color, 0.8);\n}\n\nTerminalWindow .scrollbar.slider:hover,\nTerminalWindow .scrollbar.slider.vertical:hover {\n    background-color: shade(@theme_text_color, 0.76);\n}\n\nTerminalWindow .scrollbar.slider:active,\nTerminalWindow .scrollbar.slider.vertical:active {\n    background-color: @theme_selected_fg_color;\n}\n\nTerminalWindow GtkNotebook.notebook .header {\n    background-color: @menubar_bg_color;\n}\n\nTerminalWindow GtkNotebook.notebook .header *{\n    background-color: @menubar_bg_color;\n    border-bottom: solid 1px shade (@menubar_bg_color, 1.8);\n}\n\nTerminalWindow GtkNotebook.notebook .button:hover {\n    color: shade (@theme_selected_fg_color, 1.1);\n}\n\n/*********\n * gedit *\n *********/\nGeditWindow .pane-separator,\nGeditWindow .pane-separator:hover {\n    border-width: 0 1px 1px 1px;\n    border-style: solid;\n    border-color: shade(@theme_bg_color, 0.8);\n    background-color: @theme_bg_color;\n    color: shade(@theme_bg_color, 0.8);\n}\n\nGeditPanel.title GtkLabel {\n    padding: 4px 0;\n}\n\nGeditPanel.vertical .title {\n    padding: 4px 0 4px 3px;\n    border-style: none;\n}\n\nGeditPanel .toolbar {\n    border-style: none;\n    background-color: transparent;\n}\n\nGeditDocumentsPanel .view {\n    background-color: @theme_base_color;\n}\n\nGeditPanel.vertical .notebook {\n    padding: 0;\n    border-width: 1px 0;\n}\n\nGeditPanel.horizontal .notebook {\n    padding: 0;\n    border-width: 0 1px 1px 0;\n}\n\nGeditWindow .notebook {\n    border-width: 1px 0;\n}\n\nGeditPanel .notebook tab,\nGeditWindow .notebook tab {\n    border-width: 0;\n}\n\nGeditStatusMenuButton.button,\nGeditStatusMenuButton.button:hover,\nGeditStatusMenuButton.button:active,\nGeditStatusMenuButton.button:active:hover {\n    padding: 1px 6px 2px 4px;\n    border-style: solid;\n    border-width: 0 1px;\n    border-radius: 0;\n}\n\nGeditStatusMenuButton.button:hover,\nGeditStatusMenuButton.button:active,\nGeditStatusMenuButton.button:active:hover {\n    border-color: shade(@theme_bg_color, 0.8);\n}\n\nGeditViewFrame .gedit-search-slider {\n    padding: 4px;\n    border-radius: 0 0 0px 0px;\n    border-width: 0 1px 1px 1px;\n    border-style: solid;\n    border-color: shade(@theme_base_color, 0.8);\n    background-color: @theme_base_color;\n}\n\nGeditViewFrame .gedit-search-slider .not-found {\n    background-color: @error_bg_color;\n    background-image: none;\n    color: @error_fg_color;\n}\n\nGeditViewFrame .gedit-search-slider .not-found:selected {\n    background-color: @theme_selected_fg_color;\n    color: @theme_base_color;\n}\n\nGeditFileBrowserWidget .primary-toolbar.toolbar  {\n    padding: 2px;\n    border-top: none;\n    background-color: @theme_bg_color;\n    background-image: none;\n}\n\nGdTaggedEntry *{\n\tcolor: @theme_fg_color;\n}\n\nGeditPreferencesDialog .header-bar .right .button.titlebutton.close {\n    background-position: center;\n}\n/***************\n * font-viewer *\n ***************/\nSushiFontWidget {\n    padding: 6px 12px;\n}\n\n/*************\n * gucharmap *\n *************/\nGucharmapChartable {\n    background-color: @theme_base_color;\n}\n\nGucharmapChartable:active,\nGucharmapChartable:focus,\nGucharmapChartable:selected {\n    background-color: @theme_bg_color;\n    color: @theme_selected_bg_color;\n}\n\n/*************\n * evolution *\n *************/\nEPreviewPane .entry {\n    background-color: @theme_base_color;\n    color: @theme_text_color;\n}\n\n/******************\n * gnome calendar *\n ******************/\n.calendar-view {\n    background-color: shade(@theme_base_color, 0.95);\n    color: @theme_text_color;\n}\n\n/*Gnome Control Center*/\n\nCcEditableEntry .button,\nUmEditableButton .button,\nUmEditableCombo .button {\n    border-style: solid;\n    border-width: 1px;\n    border-color: shade(@theme_bg_color, 1.0);\n    color: @theme_text_color;\n}\n\nCcEditableEntry .button:hover,\nUmEditableButton .button:hover,\nUmEditableCombo .button:hover {\n    transition: none;\n    border-style: solid;\n    border-width: 1px;\n    border-color: shade(@theme_bg_color, 0.9);\n    background-color: @theme_bg_color;\n    color: @theme_selected_fg_color;\n}\n\n/*Ubuntu Software Center*/\n.label-tile {\n    color: @theme_text_color;\n    background-color: transparent;\n}\n\n.category-tile {\n    color: @theme_text_color;\n    background-color: transparent;\n}\n\n#category-view .button {\n    color: @theme_fg_color;\n    background-color: transparent;\n}\n\n/*Gthumb*/\n\nGthToolbox .button,\nGthToolbox .button:focus {\n    color: @theme_text_color;\n    background-color: @theme_bg_color;\n    border-style: solid;\n    border-width: 1px;\n    border-color: alpha(@theme_fg_color, 0.25);\n}\n\nGthToolbox .button:hover {\n    background-color: @theme_bg_color;\n    color: @theme_selected_fg_color;\n}\n\n\nGthToolbox .button:active {\n    background-color: @theme_bg_color;\n    color: shade(@theme_selected_fg_color, 0.87);\n}\n\n/****************\n * File chooser *\n ****************/\n\nGtkFileChooserWidget .action-bar {\npadding: 8px 6px;\n}\n\nGtkFileChooserWidget .path-bar .button {\n    background-color: @theme_bg_color;\n    border: 1px solid shade (@theme_bg_color, 0.8);\n    border-left: none;\n    color: @theme_fg_color;\n}\n\nGtkFileChooserWidget .path-bar .button:first-child,\nGtkFileChooserWidget .path-bar .button:first-child:active,\nGtkFileChooserWidget .path-bar .button:first-child:active:hover,\nGtkFileChooserWidget .path-bar .button:first-child:checked  {\n    border: 1px solid shade (@theme_bg_color, 0.8);\n    border-left: 1px solid shade (@theme_bg_color, 0.8);\n}\n\nGtkFileChooserWidget .path-bar .button:hover {\n    background-color: @theme_base_color;\n    color: shade(@theme_selected_fg_color, 1.04);\n}\n\nGtkFileChooserWidget .path-bar .button:active,\nGtkFileChooserWidget .path-bar .button:active:hover,\nGtkFileChooserWidget .path-bar .button:checked {\n    background-color: shade(@theme_bg_color, 0.95);\n    color: @theme_text_color;\n    border: 1px solid shade (@theme_bg_color, 0.8);\n    border-left: none;\n}\n\n/*********\n * Totem *\n *********/\n\n/*NEEDS FIXING*/\n\nBaconVideoWidget .toolbar .button {\n    box-shadow: none;\n    border: solid 1px shade(@theme_bg_color, 0.81);\n    border-left: none;\n}\n\nBaconVideoWidget .toolbar .button:insensitive {\n    background-color: transparent;\n}\n\nBaconVideoWidget .toolbar .button:first-child {\n    border: solid 1px shade(@theme_bg_color, 0.81);\n    box-shadow: none;\n}\n\n/********************\n * Gnome Calculator *\n ********************/\n\nMathButtons .button {\n    background-color: shade (@theme_bg_color, 1.02);\n    color: @theme_fg_color;\n    border: solid 1px alpha (black, 0.15);\n}\n\nMathButtons .button:hover {\n    background-color: shade (@theme_bg_color, 1.15);\n    box-shadow: none;\n    border: solid 1px alpha (black, 0.22);\n    background-color: @theme_base_color;\n    color: @theme_selected_fg_color;\n}\n\nMathButtons .button:checked,\nMathButtons .button:active,\nMathButtons .button:active:hover {\n    box-shadow: none;\n    border: solid 1px alpha (black, 0.22);\n    background-color: @theme_bg_color;\n    color: @theme_selected_fg_color;\n}\n\n/*Calendar*/\n\n.year-naviagtor *{\n    color: @theme_fg_color;\n}"
  },
  {
    "path": "gtk-3.0/apps/granite-widgets.css",
    "content": " /********************\n * dynamic notebook *\n ********************/\n\n.dynamic-notebook .notebook.header {\n    border-top: 1px solid shade(@theme_bg_color, 0.8);\n}\n\n.dynamic-notebook .button *{\n    transition: color 200ms ease-in;\n    background-color: transparent;\n}\n\n.dynamic-notebook .button {\n    color: @theme_fg_color;\n}\n\n.dynamic-notebook .button:hover {\n    transition: color 200ms ease-in;\n    color: shade(@theme_selected_fg_color, 1.15);\n    background-color: transparent;\n}\n\n.dynamic-notebook .button:active,\n.dynamic-notebook .button:active:focus {\n    color: shade(@theme_selected_fg_color, 1.0);\n}\n\n/**************\n * sourcelist *\n **************/\n.source-list,\n.source-list.view {\n    border-radius: 0;\n    background-color: @theme_base_color;\n    background-image: none;\n    color: @theme_fg_color;\n}\n\n.source-list {\n    -GtkTreeView-horizontal-separator: 1;\n    -GtkTreeView-vertical-separator: 6;\n}\n\n.source-list.view:selected,\n.source-list.view:prelight:selected {\n    background-color: @theme_base_color;\n    background-image: none;\n    color: @theme_selected_fg_color;\n}\n\n.source-list.view:prelight {\n    background-color: shade(@theme_base_color, 1.08);\n    background-image: none;\n}\n\n.source-list.badge,\n.source-list.badge:prelight,\n.source-list.badge:selected,\n.source-list.badge:prelight:selected {\n    margin: 0 3px;\n    padding: 0 6px;\n    border-width: 0;\n    border-radius: 10px;\n    background-color: @theme_selected_fg_color;\n    background-image: none;\n    color: @theme_base_color;\n}\n\n/******************\n * no undo button *\n ******************/\n.button.noundo,\n.content-view .button.noundo {\n    border-color: shade(@error_bg_color, 0.8);\n    background-color: shade(@error_bg_color, 1.08);\n    background-image: none;\n    color: @error_fg_color;\n}\n\n.button.noundo:hover,\n.content-view .button.noundo:hover {\n    border-color: shade(@error_bg_color, 0.7);\n    background-color: @error_bg_color;\n    background-image: none;\n}\n\n.button.noundo:active,\n.content-view .button.noundo:active {\n    border-color: shade(@error_bg_color, 0.8);\n    background-color: shade(@error_bg_color, 0.95);\n    background-image: none;\n}\n\n.button.noundo:active:hover,\n.content-view .button.noundo:active:hover {\n    border-color: shade(@error_bg_color, 0.7);\n    background-color: shade(@error_bg_color, 0.97);\n    background-image: none;\n}\n\n.button.noundo GtkLabel,\n.button.noundo Gtklabel:prelight {\n    color: @error_fg_color;\n}\n\n/**********************\n * affirmative button *\n **********************/\n.button.affirmative,\n.content-view .button.affirmative {\n    border-color: shade(@theme_selected_fg_color, 0.8);\n    background-color: shade(@theme_selected_fg_color, 1.08);\n    background-image: none;\n    color: @theme_base_color;\n}\n\n.button.affirmative:hover,\n.content-view .button.affirmative:hover {\n    border-color: shade(@theme_selected_fg_color, 0.7);\n    background-color: @theme_selected_fg_color;\n    background-image: none;\n}\n\n.button.affirmative:active,\n.content-view .button.affirmative:active {\n    border-color: shade(@theme_selected_fg_color, 0.8);\n    background-color: shade(@theme_selected_fg_color, 0.95);\n    background-image: none;\n}\n\n.button.affirmative:active:hover,\n.content-view .button.affirmative:active:hover {\n    border-color: shade(@theme_selected_fg_color, 0.7);\n    background-color: shade(@theme_selected_fg_color, 0.97);\n    background-image: none;\n}\n\n.button.affirmative GtkLabel,\n.button.affirmative Gtklabel:prelight {\n    color: @theme_base_color;\n}\n\n/**********************\n * secondary toolbars *\n **********************/\n\n/*Example is the Find toolbar in Scratch\n\n.secondary-toolbar.toolbar {\n    padding: 2px;\n    border-color: shade(@toolbar_bg_color, 1.0);\n    background-color: @toolbar_bg_color;\n    background-image: none;\n}\n\n.secondary-toolbar.toolbar .button {\n    border-color: shade(@toolbar_bg_color, 1.0);\n    background-color: shade(@toolbar_bg_color, 1.0);\n    background-image: none;\n}\n\n.secondary-toolbar.toolbar .button:hover {\n    border-color: shade(@toolbar_bg_color, 1.0);\n    background-color: shade(@toolbar_bg_color, 1.0);\n    background-image: none;\n}\n\n.secondary-toolbar.toolbar .button:active {\n    border-color: shade(@toolbar_bg_color, 1.0);\n    background-color: shade(@toolbar_bg_color, 0.95);\n    background-image: none;\n    color: shade(@theme_selected_fg_color, 1.05);\n}\n\n.secondary-toolbar.toolbar .button:active:hover {\n    border-color: shade(@toolbar_bg_color, 0.7);\n}\n\n.secondary-toolbar.toolbar .button:focus,\n.secondary-toolbar.toolbar .button:hover:focus,\n.secondary-toolbar.toolbar .button:active:focus,\n.secondary-toolbar.toolbar .button:active:hover:focus {\n    border-color: shade(@toolbar_bg_color, 0.7);\n}\n\n.secondary-toolbar.toolbar .button:insensitive {\n    border-color: shade(@toolbar_bg_color, 0.85);\n    background-color: shade(@toolbar_bg_color, 0.9);\n    background-image: none;\n}\n\n.secondary-toolbar.toolbar .button:active *:insensitive {\n    border-color: shade(@toolbar_bg_color, 0.75);\n    background-color: shade(@toolbar_bg_color, 0.80);\n    background-image: none;\n}*/\n\n/*******************\n * bottom toolbars *\n *******************/\n.bottom-toolbar.toolbar {\n    padding: 6px;\n    border-width: 1px 0 0 0;\n    border-color: shade(@theme_bg_color, 0.8);\n    background-color: @theme_bg_color;\n    background-image: none;\n}\n\n.bottom-toolbar.toolbar .button {\n    border-color: shade(@theme_bg_color, 0.8);\n    background-color: shade(@theme_bg_color, 1.08);\n    background-image: none;\n    color: @theme_fg_color;\n}\n\n.bottom-toolbar.toolbar .button:hover {\n    border-color: shade(@theme_bg_color, 0.7);\n    background-color: shade(@theme_bg_color, 1.10);\n    background-image: none;\n}\n\n.bottom-toolbar.toolbar .button:active {\n    border-color: shade(@theme_bg_color, 0.8);\n    background-color: shade(@theme_bg_color, 0.95);\n    background-image: none;\n}\n\n.bottom-toolbar.toolbar .button:active:hover {\n    border-color: shade(@theme_bg_color, 0.7);\n}\n\n.bottom-toolbar.toolbar .button:focus,\n.bottom-toolbar.toolbar .button:hover:focus,\n.bottom-toolbar.toolbar .button:active:focus,\n.bottom-toolbar.toolbar .button:active:hover:focus {\n    border-color: shade(@theme_bg_color, 0.7);\n}\n\n.bottom-toolbar.toolbar .button:insensitive {\n    border-color: shade(@theme_bg_color, 0.85);\n    background-color: shade(@theme_bg_color, 0.9);\n    background-image: none;\n}\n\n.bottom-toolbar.toolbar .button:active *:insensitive {\n    border-color: shade(@theme_bg_color, 0.75);\n    background-color: shade(@theme_bg_color, 0.80);\n    background-image: none;\n}\n\n/*************\n * statusbar *\n *************/\nGraniteWidgetsStatusBar {\n    padding: 1px;\n    background-color: @theme_bg_color;\n    background-image: none;\n    box-shadow: inset 0 1px shade(@theme_bg_color, 0.8);\n}\n\n/***********\n * popover *\n ***********/\nGraniteWidgetsPopOver {\n    -GraniteWidgetsPopOver-arrow-width: 21;\n    -GraniteWidgetsPopOver-arrow-height: 12;\n    -GraniteWidgetsPopOver-border-radius: 0px;\n    -GraniteWidgetsPopOver-border-width: 1;\n    -GraniteWidgetsPopOver-shadow-size: 12;\n\n    margin: 0;\n    border-style: solid;\n    border-color: shade(@theme_bg_color, 0.8);\n    color: @menu_fg_color;\n}\n\n.popover_bg {\n    background-color: transparent;\n    background-image: linear-gradient(to bottom,\n                                      @theme_bg_color,\n                                      @theme_bg_color\n                                      );\n}\n\nGraniteWidgetsPopOver .sidebar.view,\nGraniteWidgetsPopOver * {\n    background-color: transparent;\n    background-image: none;\n    color: @theme_fg_color;\n}\n\nGraniteWidgetsPopOver .sidebar.view:selected,\nGraniteWidgetsPopOver .sidebar.view:selected:focus,\nGraniteWidgetsPopOver *:selected,\nGraniteWidgetsPopOver *:selected:focus {\n    background-color: @theme_selected_bg_color;\n    background-image: none;\n    color: @theme_selected_fg_color;\n}\n\n/*BUTTON*/\n\nGraniteWidgetsPopOver .button {\n    border: 1px solid shade(@theme_bg_color, 0.8);\n    background-color: @theme_bg_color;\n    background-image: none;\n    color: @theme_fg_color;\n}\n\nGraniteWidgetsPopOver .button GtkImage {\n    color: @theme_fg_color;\n}\n\n\nGraniteWidgetsPopOver .button GtkLabel {\n    color: @theme_fg_color;\n}\n\nGraniteWidgetsPopOver .button:hover {\n    border-color: shade(@theme_bg_color, 0.7);\n    background-color: shade(@theme_bg_color, 1.10);\n    background-image: none;\n    color: shade(@theme_selected_fg_color, 1.0);\n}\n\nGraniteWidgetsPopOver .button:active,\nGraniteWidgetsPopOver .button:active:focus {\n    border-color: shade(@theme_bg_color, 0.8);\n    background-color: shade(@theme_bg_color, 0.95);\n    background-image: none;\n    color: shade(@theme_selected_fg_color, 0.9);\n}\n\nGraniteWidgetsPopOver .button:active:hover {\n    border-color: shade(@theme_bg_color, 0.8);\n    background-color: shade(@theme_bg_color, 0.95);\n    background-image: none;\n}\n\nGraniteWidgetsPopOver *.separator {\n    border-color: shade(@theme_bg_color, 0.9);\n    color: shade(@theme_bg_color, 0.9);\n}\n\n.button.app {\n    border: 1px solid transparent;\n    border-radius: 0px;\n    background-color: transparent;\n    background-image: none;\n}\n\n.button.app GtkLabel {\n    color: @theme_fg_color;\n}\n\n.button.app:hover {\n    transition: border 300ms linear;\n    border: 1px solid shade(@theme_bg_color, 0.8);\n    background-color: transparent;\n}\n\n.button.app:focus {\n    transition: none;\n    border: 1px solid shade(@theme_bg_color, 0.6);\n    background-color: transparent;\n}\n\n.button.app:active,\n.button.app:active:focus,\n.button.app:active:hover {\n    transition: none;\n    border: 1px solid shade(@theme_bg_color, 0.6);\n    background-color: transparent;\n}\n\n/********\n * gala *\n ********/\n.gala-workspaces-background {\n    border-width: 1px 0 0 0;\n    border-color: shade(@panel_bg_color, 0.8);\n    background-color: @panel_bg_color;\n    background-image: none;\n}\n\n.gala-workspace-selected {\n    border-width: 1px;\n    border-radius: 0px;\n    border-color: shade(@theme_selected_fg_color, 0.9);\n    background-color: @theme_selected_fg_color;\n    background-image: none;\n}\n\n/*********\n * files *\n *********/\n.files-overlay-bar {\n    margin: 3px;\n    padding: 3px 6px;\n    border-width: 1px;\n    border-color: shade(@theme_base_color, 0.7);\n    border-radius: 0px;\n    background-color: @theme_base_color;\n    background-image: none;\n}\n\n.files-overlay-bar GtkLabel {\n    color: @theme_text_color;\n}\n\n/*********\n * noise *\n *********/\n.album-list-view,\n.album-list-view * {\n    border-color: shade(@theme_base_color, 0.7);\n    border-radius: 0;\n    background-color: @theme_base_color;\n    background-image: none;\n    color: @theme_text_color;\n}\n\n.album-list-view GtkTreeView {\n    -GtkTreeView-vertical-separator: 1;\n    -GtkTreeView-grid-line-width: 0;\n\n    background-color: @theme_base_color;\n    background-image: none;\n    color: @theme_text_color;\n}\n\n.album-list-view GtkTreeView row:nth-child(even) {\n    border-width: 0;\n    border-style: none;\n    background-color: shade(@theme_base_color, 0.97);\n    background-image: none;\n}\n\n\n.album-list-view GtkTreeView row:nth-child(odd) {\n    border-width: 0;\n    border-style: none;\n    background-color: shade(@theme_base_color, 1.0);\n    background-image: none;\n}\n\n.album-list-view GtkTreeView row:selected {\n    background-color: @selected_bg_color;\n    background-image: none;\n    color: @selected_fg_color;\n}\n\n/**********\n * birdie *\n **********/\nBirdieWidgetsTweetList * {\n    background-color: transparent;\n    background-image: none;\n}\n\n/*********\n * tweet *\n *********/\n.tweet {\n    padding: 0;\n}\n\n/**********\n * notify *\n **********/\n.notify {\n    border-width: 1px;\n    border-style: solid;\n    border-color: shade(@theme_base_color, 0.7);\n    border-radius: 0px;\n    background-color: @theme_base_color;\n    background-image: none;\n    color: @theme_text_color;\n}\n\n.notify .low {\n}\n\n.notify .critical {\n}\n\n/*********\n * panel *\n *********/\n.panel {\n    background-color: shade (@menu_bg_color, 0.8);\n    background-image: none;\n    color: @panel_fg_color;\n    font: bold;\n}\n\n.panel .menubar .menuitem {\n    padding: 1px 3px;\n    text-shadow: 0 1px alpha (@dark_shadow, 0.5);\n    icon-shadow: 0 1px alpha (@dark_shadow, 0.5);\n}\n\n.panel .menubar .menuitem:hover{\n    background-color: transparent;\n}\n\n/*Indicator popup menu*/\n\n.composited-indicator .menu .menuitem {\n    color: @theme_fg_color;\n    padding: 4px;\n    text-shadow: none;\n    icon-shadow: none;\n}\n\n.composited-indicator .menu .menuitem:hover {\n    color: @theme_selected_fg_color;\n}\n\n.composited-indicator .menu .menuitem.separator {\n    color: shade(@theme_bg_color, 0.8);\n}\n\n\n.composited-indicator,\n.wingpanel-app-button,\n.wingpanel-indicator-button {\n    padding: 0 2px;\n    background-color: transparent;\n    background-image: none;\n    color: @light_shadow;\n}\n\n.composited-indicator.menuitem:active,\n.composited-indicator.menuitem:prelight {\n    border-style: none;\n    background-image: none;\n}\n\n/*Welcome screen*/\n\nGraniteWidgetsWelcome .button {\n    transition: color 100ms ease-in;\n    transition: border 200ms ease-in;\n    color: @theme_fg_color;\n    border: 1px solid @theme_bg_color;\n}\n\nGraniteWidgetsWelcome .button:hover {\n    transition: color 100ms ease-in;\n    transition: border 200ms ease-in;\n\n    color: shade(@theme_selected_fg_color, 1.05);\n    background-color: transparent;\n    border: 1px solid shade(@theme_bg_color, 0.8);\n}\n\nGraniteWidgetsWelcome .button:active,\nGraniteWidgetsWelcome .button:active:focus {\n    transition: color 100ms ease-in;\n    transition: border 200ms ease-in;\n\n    color: shade(@theme_selected_fg_color, 0.97);\n    background-color: transparent;\n    border: 1px solid shade(@theme_bg_color, 0.7);\n}\n\n/*Header text*/\nGraniteWidgetsWelcome .h1 {\n    font-size: 200%;\n    font-weight: bold;\n}\n\nGraniteWidgetsWelcome .h2 {\n    color: shade (@theme_bg_color, 0.5);\n}\n\n/*Pantheon Files*/\n\n.pathbar,\n.marlin-pathbar {\n    border-color: shade(#333, 0.6);\n    background-color: shade(#333, 0.8);\n}\n"
  },
  {
    "path": "gtk-3.0/apps/nemo.css",
    "content": "/***********************\n * pathbar breadcrumbs *\n ***********************/\nNemoPathbarButton {\n    border-color: shade(@toolbar_bg_color, 0.8);\n    background-color: shade(@toolbar_bg_color, 1.08);\n    background-image: none;\n    color: @toolbar_fg_color;\n\n    -NemoPathbarButton-border-radius: 2px;\n}\n\nNemoPathbarButton:active {\n    border-color: shade(@toolbar_bg_color, 0.8);\n    background-color: shade(@toolbar_bg_color, 0.95);\n    background-image: none;\n}\n\nNemoPathbarButton:hover {\n    border-color: shade(@toolbar_bg_color, 0.7);\n    background-color: shade(@toolbar_bg_color, 1.10);\n    background-image: none;\n}\n\nNemoPathbarButton:active:hover {\n    border-color: shade(@toolbar_bg_color, 0.7);\n}\n\n"
  },
  {
    "path": "gtk-3.0/apps/unity.css",
    "content": "UnityPanelWidget,\n.unity-panel {\n    border-width: 0 0 1px 0;\n    border-style: solid;\n    border-color: @panel_bg_color;\n    background-color: @panel_bg_color;\n    background-image: none;\n    color: @panel_fg_color;\n}\n\n.unity-panel.menubar,\n.unity-panel .menubar {\n}\n\n.unity-panel.menuitem,\n.unity-panel .menuitem {\n    border-width: 0 1px;\n    color: @panel_fg_color;\n}\n\n.unity-panel.menubar.menuitem:hover,\n.unity-panel.menubar .menuitem *:hover {\n    border-color: mix(@panel_bg_color, @panel_fg_color, 0.21);\n    background-color: mix(@panel_bg_color, @panel_fg_color, 0.21);\n    background-image: none;\n    color: shade(@panel_fg_color, 1.08);\n}\n\n/*---------------------------------------------------*/\n\nUnityDecoration.top {\n    border: 1px solid @wm_border_focused;\n    border-bottom-width: 0;\n    border-radius: 0 0 0 0; \n    padding: 1px 8px 0 8px; \n    background-color: @wm_bg; \n    color: @wm_title_focused; \n}\n\nUnityDecoration.top:backdrop {\n    border: 1px solid @wm_border_unfocused;\n    border-bottom-width: 0;\n    background-color: @wm_bg;\n    color: @wm_title_unfocused;\n}\n\nUnityDecoration.left,\nUnityDecoration.right,\nUnityDecoration.bottom {\n    background-color: @wm_border_focused;\n}\n\nUnityDecoration.left:backdrop,\nUnityDecoration.right:backdrop,\nUnityDecoration.bottom:backdrop {\n    background-color: @wm_border_unfocused;\n}"
  },
  {
    "path": "gtk-3.0/apps/xfce.css",
    "content": "XfceHeading {\n    background-color: @theme_base_color;\n    background-image: none;\n    padding: 0;\n    border-width: 0;\n}\n\n.xfce4-panel {\n    background-color: @panel_bg_color;\n    font: normal;\n}\n\n.xfce4-panel .button {\n    border-radius: 0;\n    padding: 1px;\n    color: @panel_fg_color;\n    border-width: 0px;\n}\n\n.xfce4-panel .button:active {\n    border-radius: 0;\n    border-color: shade(@panel_bg_color, 0.8);\n    background-color: shade(@panel_bg_color, 0.9);\n    background-image: none;\n    color: shade(@panel_fg_color, 1.08);\n    transition: none;\n}\n\n.xfce4-panel .button:hover,\n.xfce4-panel .button:active:hover {\n    border-color: mix(@panel_bg_color, @panel_fg_color, 0.21);\n    background-color: mix(@panel_bg_color, @panel_fg_color, 0.31);\n    background-image: none;\n    color: shade(@panel_fg_color, 1.08);\n    transition: none;\n}\n\n/* menu-styling, e.g. for indicators */\n.xfce4-panel .menu,\n.xfce4-panel .menu GtkLabel,\n.xfce4-panel .menu GtkImage {\n    background-color: @menu_bg_color;\n    color: @menu_fg_color;\n}\n\n.xfce4-panel .menu *:hover {\n    border-color: shade(@theme_selected_fg_color, 0.9);\n    background-color: @theme_selected_fg_color;\n    background-image: none;\n    color: @theme_base_color;\n}\n\n.xfce4-panel .menu GtkLabel:hover,\n.xfce4-panel .menu GtkImage:hover {\n    background-image: none;\n    color: @theme_base_color;\n}"
  },
  {
    "path": "gtk-3.0/gtk-widgets-assets.css",
    "content": "/*******************\n * check and radio *\n *******************/\n/* draw regular check and radio items using our assets */\n.check,\n.check:focus {\n    -gtk-icon-source: url(\"assets/checkbox-unchecked.svg\");\n}\n\n.check:hover {\n    -gtk-icon-source: url(\"assets/checkbox-unchecked-hover.svg\");\n}\n\n.check:insensitive,\n.check row:selected:insensitive,\n.check row:selected:focus:insensitive {\n    -gtk-icon-source: url(\"assets/checkbox-unchecked-insensitive.svg\");\n}\n\n.check:active,\n.check:checked,\n.check row:selected:active,\n.check row:selected:focus:active {\n    -gtk-icon-source: url(\"assets/checkbox-checked.svg\");\n}\n\n.check:active:hover,\n.check:checked:hover,\n.check row:selected:active:hover,\n.check row:selected:focus:active:hover {\n    -gtk-icon-source: url(\"assets/checkbox-checked-hover.svg\");\n}\n\n\n.check:active:insensitive,\n.check:checked:insensitive,\n.check row:selected:active:insensitive,\n.check row:selected:focus:active:insensitive {\n    -gtk-icon-source: url(\"assets/checkbox-checked-insensitive.svg\");\n}\n\n.check:inconsistent,\n.check row:selected:inconsistent,\n.check row:selected:focus:inconsistent {\n    -gtk-icon-source: url(\"assets/checkbox-mixed.svg\");\n}\n\n.check:inconsistent:hover,\n.check row:selected:inconsistent:hover,\n.check row:selected:focus:inconsistent:hover {\n    -gtk-icon-source: url(\"assets/checkbox-mixed-hover.svg\");\n}\n\n\n.check:inconsistent:insensitive,\n.check row:selected:inconsistent:insensitive,\n.check row:selected:focus:inconsistent:insensitive {\n    -gtk-icon-source: url(\"assets/checkbox-mixed-insensitive.svg\");\n}\n\n.radio,\n.radio row:selected,\n.radio row:selected:focus {\n    -gtk-icon-source: url(\"assets/radio-unselected.svg\");\n}\n\n.radio:hover,\n.radio row:selected:hover,\n.radio row:selected:focus:hover {\n    -gtk-icon-source: url(\"assets/radio-unselected-hover.svg\");\n}\n\n.radio:insensitive,\n.radio row:selected:insensitive,\n.radio row:selected:focus:insensitive {\n    -gtk-icon-source: url(\"assets/radio-unselected-insensitive.svg\");\n}\n\n.radio:active,\n.radio:checked,\n.radio row:selected:active,\n.radio row:selected:focus:active {\n    -gtk-icon-source: url(\"assets/radio-selected.svg\");\n}\n\n.radio:active:hover,\n.radio:checked:hover,\n.radio row:selected:active:hover,\n.radio row:selected:focus:active:hover {\n    -gtk-icon-source: url(\"assets/radio-selected-hover.svg\");\n}\n\n.radio:active:insensitive,\n.radio:checked:insensitive,\n.radio row:selected:active:insensitive,\n.radio row:selected:focus:active:insensitive {\n    -gtk-icon-source: url(\"assets/radio-selected-insensitive.svg\");\n}\n\n.radio:inconsistent,\n.radio row:selected:inconsistent,\n.radio row:selected:focus:inconsistent {\n    -gtk-icon-source: url(\"assets/radio-mixed.svg\");\n}\n\n.radio:inconsistent:hover,\n.radio row:selected:inconsistent:hover,\n.radio row:selected:focus:inconsistent:hover {\n    -gtk-icon-source: url(\"assets/radio-mixed-hover.svg\");\n}\n\n\n.radio:inconsistent:insensitive,\n.radio row:selected:inconsistent:insensitive,\n.radio row:selected:focus:inconsistent:insensitive {\n    -gtk-icon-source: url(\"assets/radio-mixed-insensitive.svg\");\n}\n\n.menuitem.check {\n\t-gtk-icon-source: none;\n}\n\n.menuitem.check:active,\n.menuitem.check:checked {\n    -gtk-icon-source: url(\"assets/menuitem-checkbox-checked.svg\");\n}\n\n.menuitem.check:active:hover,\n.menuitem.check:checked:hover {\n    -gtk-icon-source: url(\"assets/menuitem-checkbox-checked-hover.svg\");\n}\n\n.menuitem.check:active:insensitive,\n.menuitem.check:checked:insensitive {\n    -gtk-icon-source: url(\"assets/menuitem-checkbox-checked-insensitive.svg\");\n}\n\n/*.menuitem.check:inconsistent:hover,\n.menuitem.radio:inconsistent:hover {\n    background-image: url(\"assets/menuitem-checkbox-mixed-hover.svg\");\n}*/\n\n.menuitem.check:inconsistent,\n.menuitem.radio:inconsistent {\n    -gtk-icon-source: url(\"assets/menuitem-checkbox-mixed.svg\");\n}\n\n.menuitem.check:inconsistent:insensitive,\n.menuitem.radio:inconsistent:insensitive {\n    -gtk-icon-source: url(\"assets/menuitem-checkbox-mixed-insensitive.svg\");\n}\n\n.menuitem.radio {\n\t-gtk-icon-source: none;\n}\n\n.menuitem.radio:active,\n.menuitem.radio:checked {\n    -gtk-icon-source: -gtk-scaled(url(\"assets/menuitem-radio-checked.svg\"));\n}\n\n.menuitem.radio:active:hover,\n.menuitem.radio:checked:hover {\n    -gtk-icon-source: url(\"assets/menuitem-radio-checked-hover.svg\");\n}\n\n.menuitem.radio:active:insensitive,\n.menuitem.radio:checked:insensitive {\n    -gtk-icon-source: url(\"assets/menuitem-radio-checked-insensitive.svg\");\n}\n\nGtkIconView.content-view.cell.check {\n    -gtk-icon-source: url(\"assets/grid-selection-unchecked.svg\");\n}\n\nGtkIconView.content-view.cell.check:active {\n    -gtk-icon-source: url(\"assets/grid-selection-checked.svg\");\n}\n\n/******************\n * pane separator *\n ******************/\n.pane-separator.horizontal {\n    background-image: url(\"assets/pane-handle.svg\");\n    background-repeat: no-repeat;\n    background-position: center center;\n}\n\n.pane-separator.vertical {\n    background-image: url(\"assets/pane-handle-vertical.svg\");\n    background-repeat: no-repeat;\n    background-position: center center;\n}\n\n\n/**********\n * Switch *\n **********/\n \nGtkSwitch.trough,\n.header-bar GtkSwitch.trough,\n.primary-toolbar GtkSwitch.trough {\n  background-image: -gtk-scaled(url(\"assets/switch.png\"), url(\"assets/switch@2.png\")); \n}\n\nGtkSwitch.slider {\n    background-image: -gtk-scaled(url(\"assets/slider.png\"), url(\"assets/slider@2.png\")); \n}\n\nGtkSwitch:active.slider {\n    background-image: -gtk-scaled(url(\"assets/slider-active.png\"), url(\"assets/slider-active@2.png\")); \n}\n\n\nGtkSwitch.trough:active,\n.header-bar GtkSwitch.trough:active,\n.primary-toolbar GtkSwitch.trough:active  {\n  background-image: -gtk-scaled(url(\"assets/switch-active.png\"), url(\"assets/switch-active@2.png\")); \n}\n\n/*TODO: Create assets for these*/\n\n\n/*\n.list-row:selected GtkSwitch.trough,\nGtkInfoBar GtkSwitch.trough {\n  background-image: -gtk-scaled(url(\"assets/switch-selected.png\"), url(\"assets/switch-selected@2.png\")); \n}\n\n.list-row:selected GtkSwitch.trough:active,\nGtkInfoBar GtkSwitch.trough:active {\n  background-image: -gtk-scaled(url(\"assets/switch-active-selected.png\"), url(\"assets/switch-active-selected@2.png\")); \n}\n\nGtkSwitch.trough:insensitive {\n  background-image: -gtk-scaled(url(\"assets/switch-insensitive.png\"), url(\"assets/switch-insensitive@2.png\")); \n}\n  \n.list-row:selected GtkSwitch.trough:insensitive,\nGtkInfoBar GtkSwitch.trough:insensitive {\n  background-image: -gtk-scaled(url(\"assets/switch-insensitive-selected.png\"), url(\"assets/switch-insensitive-selected@2.png\")); \n}\n\n.header-bar GtkSwitch.trough:insensitive,\n.primary-toolbar GtkSwitch.trough:insensitive {\n  background-image: -gtk-scaled(url(\"assets/switch-insensitive-header.png\"), url(\"assets/switch-insensitive-header@2.png\")); \n}\n*/\n\n.header-bar GtkSwitch.trough\n.primary-toolbar GtkSwitch.trough {\n  background-image: -gtk-scaled(url(\"assets/switch-header.png\"), url(\"assets/switch-header@2.png\")); \n}\n\nGtkSwitch.trough:active:insensitive,\n.header-bar GtkSwitch.trough:active:insensitive,\n.primary-toolbar GtkSwitch.trough:active:insensitive {\n  background-image: -gtk-scaled(url(\"assets/switch-active-insensitive.png\"), url(\"assets/switch-active-insensitive@2.png\")); \n}\n/*\n.list-row:selected GtkSwitch.trough:active:insensitive,\nGtkInfoBar GtkSwitch.trough:active:insensitive {\n  background-image: -gtk-scaled(url(\"assets/switch-active-insensitive-selected.png\"), url(\"assets/switch-active-insensitive-selected@2.png\")); \n}\n*/\n"
  },
  {
    "path": "gtk-3.0/gtk-widgets.css",
    "content": "/* NOTES to contributors:\n * use 4 spaces indents, and keep code ALIGNED and ORDERED */\n\n/* default */\n* {\n    background-clip: padding-box;\n\n    -GtkArrow-arrow-scaling: 0.5;\n    -GtkButton-child-displacement-x: 0;\n    -GtkButton-child-displacement-y: 0;\n    -GtkButton-default-border: 0;\n    -GtkButton-image-spacing: 0;\n    -GtkButton-inner-border: 1;\n    -GtkButton-interior-focus: true;\n    -GtkCheckButton-indicator-size: 16;\n    -GtkCheckMenuItem-indicator-size: 14;\n    -GtkExpander-expander-size: 8;\n    -GtkHTML-link-color: @link_color;\n    -GtkIMHtml-hyperlink-color: @link_color;\n    -GtkMenu-horizontal-padding: 0;\n    -GtkMenu-vertical-padding: 0;\n    -GtkNotebook-initial-gap: 0;\n    -GtkPaned-handle-size: 1;\n    -GtkProgressBar-min-horizontal-bar-height: 12;\n    -GtkProgressBar-min-vertical-bar-width: 12;\n    -GtkRange-slider-width: 12;\n    -GtkRange-stepper-spacing: 0;\n    -GtkRange-trough-border: 0;\n    -GtkRange-trough-under-steppers: 1;\n    -GtkScrollbar-has-backward-stepper: 0;\n    -GtkScrollbar-has-forward-stepper: 0;\n    -GtkScrolledWindow-scrollbar-spacing: 0;\n    -GtkScrolledWindow-scrollbars-within-bevel: 1;\n    -GtkStatusbar-shadow-type: none;\n    -GtkTextView-error-underline-color: @error_color;\n    -GtkToolButton-icon-spacing: 6;\n    -GtkToolItemGroup-expander-size: 8;\n    -GtkTreeView-expander-size: 8;\n    -GtkWidget-focus-line-width: 1;\n    -GtkWidget-focus-padding: 0;\n    -GtkWidget-link-color: @link_color;\n    -GtkWidget-visited-link-color: @link_color;\n    -GtkWindow-resize-grip-height: 0;\n    -GtkWindow-resize-grip-width: 0;\n    -WnckTasklist-fade-overlay-rect: 0;\n\n    outline-color: alpha(@theme_selected_fg_color, 0.5);\n    outline-style: solid;\n    outline-offset: 0;\n}\n\n/***************\n * base states *\n ***************/\n.background {\n    background-color: @theme_bg_color;\n    color: @theme_fg_color;\n}\n\n.background.client-decorated {\n    background-color: transparent;\n}\n\n.background.window-content {\n    background-color: @theme_bg_color;\n}\n\nGtkClutterOffscreen {\n    background-color: @theme_bg_color;\n    color: @theme_fg_color;\n}\n\n*:selected,\n*:selected:focus {\n    background-color: transparent;\n    color: @theme_selected_fg_color;\n}\n\n*:active {\n    background-color: shade(@theme_bg_color, 0.85);\n}\n\n*:insensitive,\n*:insensitive:insensitive {\n    color: mix(@theme_fg_color, @theme_bg_color, 0.5);\n}\n\n/* apply effects to insensitive and prelit images */\n*:insensitive {\n    -gtk-image-effect: dim;\n}\n\n*:hover {\n    -gtk-image-effect: highlight;\n}\n\n.gtkstyle-fallback {\n    background-color: @theme_bg_color;\n    color: @theme_fg_color;\n}\n\n.gtkstyle-fallback:prelight {\n    background-color: shade(@theme_bg_color, 1.1);\n    color: @theme_fg_color;\n}\n\n.gtkstyle-fallback:active {\n    background-color: shade(@theme_bg_color, 0.9);\n    color: @theme_fg_color;\n}\n\n.gtkstyle-fallback:insensitive {\n    background-color: shade(shade(@theme_bg_color, 0.95), 1.05);\n    color: mix(@theme_fg_color, @theme_bg_color, 0.5);\n}\n\n.gtkstyle-fallback:selected {\n    background-color: @theme_bg_color;\n    color: @theme_selected_fg_color;\n}\n\n/****************\n * drawing area *\n ****************/\nGtkDrawingArea {\n    background-color: transparent;\n}\n\nGtkDrawingArea:insensitive {\n    background-color: shade(@theme_bg_color, 0.9);\n}\n\n/***********\n * gtkhtml *\n ***********/\nGtkHTML {\n    background-color: @theme_base_color;\n    color: @theme_text_color;\n}\n\n/******************\n * combobox entry *\n ******************/\n.primary-toolbar GtkComboBox.combobox-entry .entry,\n.primary-toolbar GtkComboBox.combobox-entry .entry:active,\n.primary-toolbar GtkComboBox.combobox-entry .entry:focus,\n.primary-toolbar GtkComboBox.combobox-entry .entry:insensitive,\nGtkComboBox.combobox-entry .entry,\nGtkComboBox.combobox-entry .entry:active,\nGtkComboBox.combobox-entry .entry:focus,\nGtkComboBox.combobox-entry .entry:insensitive {\n    border-width: 1px 0 1px 1px;\n    border-top-right-radius: 0;\n    border-bottom-right-radius: 0;\n}\n\n.primary-toolbar GtkComboBox.combobox-entry .button,\n.primary-toolbar GtkComboBox.combobox-entry .button:hover,\n.primary-toolbar GtkComboBox.combobox-entry .button:active,\n.primary-toolbar GtkComboBox.combobox-entry .button:insensitive,\nGtkComboBox.combobox-entry .button,\nGtkComboBox.combobox-entry .button:hover,\nGtkComboBox.combobox-entry .button:active,\nGtkComboBox.combobox-entry .button:insensitive {\n    border-width: 1px 1px 1px 1px;\n    border-bottom-left-radius: 0;\n    border-top-left-radius: 0;\n}\n\n/************\n * expander *\n ************/\n.expander {\n    color: alpha(@theme_fg_color, 0.7);\n}\n\n.expander:hover {\n    color: alpha(@theme_fg_color, 0.8);\n}\n\n/*********\n * frame *\n *********/\n.frame {\n    border-width: 1px;\n    border-style: solid;\n    border-color: shade(@theme_bg_color, 0.8);\n    border-radius: 0;\n}\n\n\n.frame.flat {\n\tborder: none;\n}\n\n/*******************\n * scrolled window *\n *******************/\nGtkScrolledWindow.frame {\n    border-width: 1px;\n    border-style: solid;\n    border-color: shade(@theme_bg_color, 0.8);\n    border-radius: 0;\n}\n\n/* avoid double borders when a viewport is \n * packed into a GtkScrolledWindow */\nGtkScrolledWindow GtkViewport.frame {\n    border-style: none;\n}\n\n/************\n * iconview *\n ************/\nGtkIconView.view.cell:selected,\nGtkIconView.view.cell:selected:focus {\n    border-width: 1px;\n    border-style: solid;\n    border-color: shade(@theme_bg_color, 0.8);\n    border-radius: 0px;\n    background-color: shade(@theme_bg_color, 0.8);\n    background-image: none;\n    color: @theme_selected_fg_color;\n}\n\n.content-view.view.rubberband,\n.view.rubberband,\n.rubberband {\n    border-width: 1px;\n    border-style: solid;\n    border-color: shade(@theme_selected_fg_color, 0.9);\n    border-radius: 0;\n    background-color: alpha(@theme_selected_fg_color, 0.3);\n}\n\n/*********\n * image *\n *********/\nGtkImage,\nGtkImage:active,\nGtkImage:insensitive {\n    background-color: transparent;\n}\n\n/*********\n * label *\n *********/\nGtkLabel,\nGtkLabel:active,\nGtkLabel:insensitive {\n    background-color: transparent;\n}\n\n/*******************\n * symbolic images *\n *******************/\n.image,\n.view.image {\n    color: alpha(@theme_fg_color, 0.5);\n}\n\n.image:hover,\n.view.image:hover {\n    color: @theme_fg_color;\n}\n\n.image:selected,\n.image:selected:hover,\n.view.image:selected,\n.view.image:selected:hover {\n    color: @theme_base_color;\n}\n\n/*****************\n * miscellaneous *\n *****************/\n.floating-bar {\n    border-width: 1px;\n    border-style: solid;\n    border-color: shade(@theme_bg_color, 0.8);\n    border-radius: 0px;\n    background-color: @theme_bg_color;\n    background-image: none;\n    color: @theme_fg_color;\n}\n\n.floating-bar.top {\n    border-top-width: 0;\n    border-top-right-radius: 0;\n    border-top-left-radius: 0;\n}\n\n.floating-bar.right {\n    border-right-width: 0;\n    border-top-right-radius: 0;\n    border-bottom-right-radius: 0;\n}\n\n.floating-bar.bottom {\n    border-bottom-width: 0;\n    border-bottom-right-radius: 0;\n    border-bottom-left-radius: 0;\n}\n\n.floating-bar.left {\n    border-left-width: 0;\n    border-bottom-left-radius: 0;\n    border-top-left-radius: 0;\n}\n\n.floating-bar .button {\n    -GtkButton-image-spacing: 0;\n    -GtkButton-inner-border: 0;\n\n    border-style: none;\n    background-color: transparent;\n    background-image: none;\n}\n\n.view.dim-label,\n.dim-label {\n    color: alpha(currentColor, 0.5);\n}\n\n.dnd {\n    border-width: 1px;\n    border-style: solid;\n    border-color: shade(@theme_selected_fg_color, 0.9);\n}\n\n.grip {\n    background-color: transparent;\n}\n\n.arrow {\n    color: alpha(@theme_fg_color, 0.7);\n}\n\n/******************\n * pane separator *\n ******************/\n.pane-separator {\n    background-color: shade(@theme_bg_color, 0.87);\n}\n\n/*************\n * statusbar *\n *************/\nGtkStatusbar {\n    padding: 4px;\n    color: @theme_fg_color;\n}\n\nGtkStatusbar .button {\n    color: @theme_fg_color;\n}\n\nGtkStatusbar .button:hover,\nGtkStatusbar .button:active,\nGtkStatusbar .button:active:hover {\n    transition: none;\n    color: @theme_selected_fg_color;\n    background-color: @theme_bg_color;\n}\n\n/************\n * textview *\n ************/\nGtkTextView {\n    background-color: @theme_base_color;\n    color: @theme_text_color;\n}\n\n/***********\n * tooltip *\n ***********/\n.tooltip {\n    border-width: 1px;\n    border-style: solid;\n    border-color: shade(@theme_tooltip_bg_color, 0.8);\n    border-radius: 0px;\n    background-color: @theme_tooltip_bg_color;\n    background-image: none;\n    color: @theme_tooltip_fg_color;\n}\n\n.tooltip * {\n    background-color: transparent;\n}\n\n/************\n * treeview *\n ************/\nGtkTreeView {\n    -GtkTreeView-vertical-separator: 6;\n    -GtkTreeView-horizontal-separator: 6;\n    -GtkWidget-focus-line-width: 1;\n    -GtkWidget-focus-padding: 1;\n    \n    border-top-color: alpha (black, 0.15);\n\n}\n\nGtkTreeView.dnd {\n    padding: 6px 6px;\n    border-width: 1px;\n    border-style: solid;\n    border-color: shade(@theme_selected_fg_color, 0.9);\n    border-radius: 0;\n}\n\nGtkTreeView .entry {\n    padding: 6px 6px;\n    border-radius: 0;\n    background-color: @theme_base_color;\n    background-image: none;\n}\n\nGtkViewport.frame {\n    border-width: 0;\n}\n\n.view {\n    background-color: shade (@theme_bg_color, 1.02);\n    background-color: shade (@theme_bg_color, 1.02);\n    color: @theme_text_color;\n}\n\n.view:insensitive,\n.view:insensitive:insensitive {\n    background-color: shade(@theme_base_color, 0.9);\n    color: mix(@theme_fg_color, @theme_bg_color, 0.5);\n}\n\n.view:selected,\n.view:selected:focus {\n    background-color: alpha(@theme_selected_fg_color, 0.85); \n    color: @theme_base_color; \n}\n\n/***************\n * search bars *\n ***************/\n.search-bar {\n    border-width: 1px;\n    border-style: solid;\n    border-color: shade(@theme_bg_color, 0.8);\n\tbackground-color: shade(@theme_bg_color, 1.05);\n\tpadding: 6px;\n}\n\n.search-bar .button.close-button {\n    padding: 4px;\n}\n\n/*********************\n * app notifications *\n *********************/\n.app-notification {\n    border-style: solid;\n    border-color: shade(@theme_base_color, 0.8);\n    border-width: 0 1px 1px 1px;\n    border-radius: 0 0 0px 0px;\n    padding: 8px;\n    background-color: @theme_base_color;\n    background-image: none;\n    color: @theme_text_color;\n}\n\n/******************************\n * destructive action buttons *\n ******************************/\n.destructive-action.button {\n    border-width: 1px;\n    border-style: solid;\n    border-color: shade(@error_color, 0.8);\n    border-radius: 0px;\n    background-color: @error_color;\n    background-image: none;\n    color: mix(@theme_base_color, @error_color, 0.1);\n}\n\n.destructive-action.button:hover {\n    border-color: shade(@error_color, 0.7);\n    background-color: shade(@error_color, 1.12);\n    background-image: none;\n}\n\n.destructive-action.button:active {\n    border-color: shade(@error_color, 0.8);\n    background-color: shade(@error_color, 0.87);\n    background-image: none;\n}\n\n.destructive-action.button:hover:active {\n    border-color: shade(@error_color, 0.7);\n}\n\n/*************************\n * touch text selections *\n *************************/\nGtkBubbleWindow {\n    border-radius: 0px;\n    background-clip: border-box;\n}\n\nGtkBubbleWindow.osd.background {\n    background-color: @osd_bg;\n}\n\nGtkBubbleWindow .toolbar {\n    background-color: transparent;\n}\n\n/************\n * Calendar *\n ************/\n\nGtkCalendar.button {\n   color: @theme_fg_color;\n}\n\n/**************\n * Overshoots *\n **************/\n\n.overshoot.top {\n  background-image: none;\n  background-size: 100% 60%;\n  background-repeat: no-repeat;\n  background-position: center top;\n  background-color: alpha (@theme_selected_fg_color, 0.25);\n  border: none;\n  border-bottom: solid 1px alpha (@theme_selected_fg_color, 0.75);\n  box-shadow: none; \n}\n\n.overshoot.bottom {\n  background-image: none;\n  background-size: 100% 60%;\n  background-repeat: no-repeat;\n  background-position: center top;\n  background-color: alpha (@theme_selected_fg_color, 0.25);\n  border: none;\n  border-top: solid 1px alpha (@theme_selected_fg_color, 0.75);\n  box-shadow: none; \n}\n\n.overshoot.left {\n  background-image: none;\n  background-size: 100% 60%;\n  background-repeat: no-repeat;\n  background-position: center top;\n  background-color: alpha (@theme_selected_fg_color, 0.25);\n  border: none;\n  border-right: solid 1px alpha (@theme_selected_fg_color, 0.75);\n  box-shadow: none; \n}\n\n.overshoot.right {\n  background-image: none;\n  background-size: 100% 60%;\n  background-repeat: no-repeat;\n  background-position: center top;\n  background-color: alpha (@theme_selected_fg_color, 0.25);\n  border: none;\n  border-left: solid 1px alpha (@theme_selected_fg_color, 0.75);\n  box-shadow: none; \n}\n\n\n.overshoot.top {\n  background-image: none;\n  background-size: 100% 60%;\n  background-repeat: no-repeat;\n  background-position: center top;\n  background-color: alpha (@theme_selected_fg_color, 0.25);\n  border: none;\n  border-bottom: solid 1px alpha (@theme_selected_fg_color, 0.75);\n  box-shadow: none; \n}\n\n.overshoot.bottom {\n  background-image: none;\n  background-size: 100% 60%;\n  background-repeat: no-repeat;\n  background-position: center top;\n  background-color: alpha (@theme_selected_fg_color, 0.25);\n  border: none;\n  border-top: solid 1px alpha (@theme_selected_fg_color, 0.75);\n  box-shadow: none; \n}\n\n.overshoot.left {\n  background-image: none;\n  background-size: 100% 60%;\n  background-repeat: no-repeat;\n  background-position: center top;\n  background-color: alpha (@theme_selected_fg_color, 0.25);\n  border: none;\n  border-right: solid 1px alpha (@theme_selected_fg_color, 0.75);\n  box-shadow: none; \n}\n\n.overshoot.right {\n  background-image: none;\n  background-size: 100% 60%;\n  background-repeat: no-repeat;\n  background-position: center top;\n  background-color: alpha (@theme_selected_fg_color, 0.25);\n  border: none;\n  border-left: solid 1px alpha (@theme_selected_fg_color, 0.75);\n  box-shadow: none; \n}\n\n.undershoot.top {\n  background-color: transparent;\n  background-image: linear-gradient(to bottom, alpha (black, 0.2), transparent 25%);\n}\n\n.undershoot.bottom {\n    background-color: transparent;\n    background-image: linear-gradient(to top, alpha (black, 0.1), transparent 25%);\n}\n\n.undershoot.left {\n    background-color: transparent;\n    background-image: linear-gradient(to right, alpha (black, 0.2), transparent 25%);\n}\n\n.undershoot.right {\n    background-color: transparent;\n    background-image: linear-gradient(to left, alpha (black, 0.2), transparent 25%);\n}\n"
  },
  {
    "path": "gtk-3.0/gtk.css",
    "content": "/* default color scheme */\n@define-color bg_color #f4f5f6;\n@define-color fg_color #3f454f;\n@define-color base_color #ffffff;\n@define-color text_color #3f454f;\n@define-color selected_bg_color transparent;\n@define-color selected_fg_color #fb4757;\n@define-color tooltip_bg_color #fefefe;\n@define-color tooltip_fg_color #2d2d2d;\n\n/* colormap actually used by the theme, to be overridden in other css files */\n@define-color theme_bg_color @bg_color;\n@define-color theme_fg_color @fg_color;\n@define-color theme_base_color @base_color;\n@define-color theme_text_color @text_color;\n@define-color theme_selected_bg_color @selected_bg_color;\n@define-color theme_selected_fg_color @selected_fg_color;\n@define-color theme_tooltip_bg_color @tooltip_bg_color;\n@define-color theme_tooltip_fg_color @tooltip_fg_color;\n\n/* shadow effects */\n@define-color light_shadow #fff;\n@define-color dark_shadow #000;\n\n/* misc colors used by gtk+ */\n@define-color info_fg_color #333;\n@define-color info_bg_color #f2f2f2;\n@define-color warning_fg_color #fefefe;\n@define-color warning_bg_color #fa993e;\n@define-color question_fg_color #fefefe;\n@define-color question_bg_color #5160d2;\n@define-color error_fg_color #fefefe;\n@define-color error_bg_color #fa4a3e;\n@define-color link_color #df253f;\n@define-color success_color #53a93f;\n@define-color warning_color #f57900;\n@define-color error_color #cc0000;\n\n@define-color light_grey #d0d0d1;\n\n@define-color confirmation_color #2fbb77;\n@define-color destructive_color mix (mix (#db523c, #f00, 0.5), #888, 0.2);\n\n/* widget colors */\n@define-color button_bg_color #41464f;\n@define-color combobox_bg_color #f6f6f6;\n\n@define-color menubar_bg_color #2e3237;\n@define-color menubar_fg_color #ebebeb;\n@define-color toolbar_bg_color @theme_bg_color;\n@define-color toolbar_fg_color @theme_text_color;\n@define-color menu_bg_color shade(@menubar_bg_color, 0.92);\n@define-color menu_fg_color @theme_bg_color;\n@define-color panel_bg_color #222222;\n@define-color panel_fg_color #f2f2f2;\n@define-color menu_selected_fg_color #fb4757;\n\n/* osd */\n@define-color osd_base #fafafa;\n@define-color osd_fg #333333;\n@define-color osd_bg #fafafa;\n\n/* window manager colors */\n@define-color wm_bg @menubar_bg_color;\n@define-color wm_border_focused @menubar_bg_color;\n@define-color wm_border_unfocused shade(@menubar_bg_color, 1.0);\n@define-color wm_title_focused @menubar_fg_color;\n@define-color wm_title_unfocused alpha(@menubar_fg_color, 0.75);\n@define-color wm_icons_focused @theme_fg_color;\n@define-color wm_icons_focused_prelight shade(@theme_selected_bg_color, 1.15);\n@define-color wm_icons_focused_pressed @theme_selected_bg_color;\n@define-color wm_icons_unfocused alpha(@theme_fg_color, 0.95);\n@define-color wm_icons_unfocused_prelight shade(@theme_selected_bg_color, 1.15);\n@define-color wm_icons_unfocused_pressed @theme_selected_bg_color;\n\n@import url(\"gtk-widgets.css\");\n@import url(\"gtk-widgets-assets.css\");\n\n@import url(\"widgets/assistant.css\");\n@import url(\"widgets/button.css\");\n@import url(\"widgets/cell-row.css\");\n@import url(\"widgets/check-radio.css\");\n@import url(\"widgets/column-header.css\");\n@import url(\"widgets/content-view.css\");\n@import url(\"widgets/calendar.css\");\n@import url(\"widgets/dialogs.css\");\n@import url(\"widgets/entry.css\");\n@import url(\"widgets/infobar.css\");\n@import url(\"widgets/listbox.css\");\n@import url(\"widgets/menu.css\");\n@import url(\"widgets/notebook.css\");\n@import url(\"widgets/progress-scale.css\");\n@import url(\"widgets/scrollbar.css\");\n@import url(\"widgets/separator.css\");\n@import url(\"widgets/sidebar.css\");\n@import url(\"widgets/spinbutton.css\");\n@import url(\"widgets/spinner.css\");\n@import url(\"widgets/switch.css\");\n@import url(\"widgets/color-chooser.css\");\n@import url(\"widgets/toolbar.css\");\n@import url(\"widgets/osd.css\");\n@import url(\"widgets/csd.css\");\n@import url(\"widgets/combobox.css\");\n@import url(\"widgets/selection-mode.css\");\n@import url(\"widgets/popover.css\");\n\n@import url(\"apps/gnome-applications.css\");\n@import url(\"apps/granite-widgets.css\");\n@import url(\"apps/unity.css\");\n@import url(\"apps/xfce.css\");\n@import url(\"apps/budgie.css\");\n@import url(\"apps/nemo.css\");\n"
  },
  {
    "path": "gtk-3.0/settings.ini",
    "content": "[Settings]\ngtk-color-scheme = \"base_color:#fefefe\\nbg_color:#fafafa\\ntooltip_bg_color:#333333\\nselected_bg_color:#fafafa\\ntext_color:#333333\\nfg_color:#555555\\ntooltip_fg_color:#fafafa\\nselected_fg_color:#df253f\\nmenubar_bg_color:#333333\\nmenubar_fg_color:#fafafa\\ntoolbar_bg_color:#fafafa\\ntoolbar_fg_color:#333333\\nmenu_bg_color:#333333\\nmenu_fg_color:#fafafa\\npanel_bg_color:#333333\\npanel_fg_color:#fafafa\\nlink_color:#df253f\"\ngtk-auto-mnemonics = 1\ngtk-visible-focus = automatic\n\n"
  },
  {
    "path": "gtk-3.0/widgets/assistant.css",
    "content": "/*************\n * assistant *\n *************/\nGtkAssistant .sidebar .highlight {\n    font: bold;\n}\n\nGtkAssistant .sidebar {\n    padding: 4px;\n    border-width: 0 1px 0 0;\n    border-style: solid;\n    border-right-color: shade(@theme_bg_color, 0.8);\n    border-radius: 0;\n    background-color: @theme_bg_color;\n    color: mix(@theme_fg_color, @theme_bg_color, 0.1);\n}\n\n"
  },
  {
    "path": "gtk-3.0/widgets/button.css",
    "content": "/**********\n * button *\n **********/\n\nBackgroundBox .button {\n    color: @theme_text_color;\n    border-style: solid;\n    border-width: 1px;\n}\n\nBackgroundBox .button:hover {\n    transition: none; /*stop weird glitchiness*/\n    color: shade(@theme_selected_fg_color, 1.15);\n    border-color: shade(@theme_bg_color, 0.87);\n    background-color: @theme_bg_color;\n}\n\nBackgroundBox .button:active {\n    transition: 100ms linear;\n    color: shade(@theme_selected_fg_color, 1.0);\n    background-color: @theme_bg_color;\n    border-color: @theme_fg_color;\n}\n\n.button {\n    -GtkWidget-focus-padding: 1;\n    -GtkWidget-focus-line-width: 0;\n\n    padding: 4px 12px;\n\n    border-style: none;\n    border-radius: 0;\n    background-color: @button_bg_color;\n    background-image: none;\n    color: @theme_base_color;\n\n    border-bottom: solid 1px alpha (black, 0.1);\n    box-shadow: 0 1px alpha (black, 0.05);\n}\n\n.button:hover {\n    transition: 150ms ease-in;\n    background-color: shade(@button_bg_color, 1.17);\n    background-image: none;\n}\n\n.button:active,\n.button:checked {\n    background-color: shade(@button_bg_color, 0.9);\n    background-image: none;\n    color: shade(mix(#ff0000, @theme_selected_fg_color, 0.75), 1.35);\n}\n\n.button:active:hover {\n    background-color: shade(@button_bg_color, 1.07);\n    background-image: none;\n    color: @theme_base_color;\n}\n\n.button:active:insensitive {\n    color: shade (@button_bg_color, 1.15);\n}\n\n.button.destructive-action {\n    background-color: @destructive_color;\n    border: none;\n}\n\n.button.destructive-action:hover {\n    background-color: shade(@destructive_color, 1.05);\n}\n\n.button.destructive-action:checked {\n    background-color: shade(@destructive_color, 0.92);\n}\n\n/* default button */\n.button.default {\n    color: @confirmation_color;\n}\n\n/*Fix for Evince*/\n\nEvSidebar GtkToggleButton.button {\n    color: @theme_fg_color;\n    background-color: @theme_bg_color;\n}\n\n\nEvSidebar GtkToggleButton.button:hover {\n    color: shade(@theme_selected_fg_color, 1.15);\n    background-color: @theme_bg_color;\n}\n\nEvSidebar GtkToggleButton.button:active {\n    color: @theme_selected_fg_color;\n    background-color: @theme_bg_color;\n}\n\n/****************\n* \"flat\" button *\n*****************/\n\n.button.flat,\n.action-bar .button,\n.osd .button,\n.osd.button,\nNautilusProgressInfoWidget .button {\n    border: none;\n    background-color: transparent;\n    background-image: none;\n    color: @theme_fg_color;\n    border-bottom: none;\n    box-shadow: none;\n}\n\n.button.flat:hover,\n.action-bar .button:hover,\nNautilusProgressInfoWidget .button:hover {\n    border: none;\n    color: shade(@menu_selected_fg_color, 1.0);\n}\n\n.toolbar .button.flat,\n.toolbar .button.flat:focus,\nMathButtons .button  {\n    border: solid 1px @toolbar_bg_color;\n    background-color: @toolbar_bg_color;\n}\n\n.toolbar .button.flat:hover,\nMathButtons .button:hover {\n    background-color: shade(@toolbar_bg_color, 0.96);\n    border: solid 1px @toolbar_bg_color;\n    box-shadow: inset 1px 1px shade(@toolbar_bg_color, 0.76),\n                inset -1px -1px shade(@toolbar_bg_color, 0.76);\n    color: @theme_text_color;\n}\n\n.button.flat:active,\n.button.flat:active:focus,\n.button.flat:active:checked,\n.button.flat:active:checked:focus,\n.action-bar .button:active,\n.action-bar .button:active:focus,\n.action-bar .button:checked,\n.action-bar .button:checked:focus,\nNautilusProgressInfoWidget .button:active,\nNautilusProgressInfoWidget .button:active:focus,\nNautilusProgressInfoWidget .button:checked\nNautilusProgressInfoWidget .button:checked:focus {\n    border: none;\n    color: shade(@menu_selected_fg_color, 0.87);\n    background-color: transparent;\n}\n\n.button.flat:active:hover,\n.action-bar .button:active:hover,\nNautilusProgressInfoWidget .button:active:hover {\n    border: none;\n    color: shade (@theme_selected_fg_color, 1.15);\n}\n\n.toolbar .button.flat:active,\n.toolbar .button.flat:active:focus,\n.toolbar .button.flat:checked,\n.toolbar .button.flat:active:checked:focus,\n.toolbar .button.flat:active:hover,\nMathButtons .button:active:hover,\nMathButtons .button:active,\nMathButtons .button:checked {\n    border: solid 1px @toolbar_bg_color;\n    box-shadow: inset 1px 1px shade(@toolbar_bg_color, 0.76),\n                inset -1px -1px shade(@toolbar_bg_color, 0.76);\n    background-color: shade(@toolbar_bg_color, 0.92);\n    color: @theme_text_color;\n}\n\n.button.flat:insensitive,\n.toolbar .button.flat:insensitive,\n.action-bar .button:insensitive,\nNautilusProgressInfoWidget .button:insensitive {\n    border: none;\n    color: shade (@theme_bg_color, 0.5);\n}\n\n/****************\n* linked button *\n*****************/\n\n/* middle button */\n.linked .entry,\n.linked .button,\n.linked .button:active,\n.linked .button:active:hover,\n.linked .button:focus,\n.linked .button:focus:active,\n.linked .button:insensitive {\n    border-width: 1px;\n    border-right-width: 0;\n    border-radius: 0;\n\n}\n\n/* leftmost button */\n.linked .entry:first-child,\n.linked .button:first-child,\n.linked .button:active:first-child,\n.linked .button:active:hover:first-child,\n.linked .button:focus:first-child,\n.linked .button:focus:active:first-child,\n.linked .button:insensitive:first-child {\n    border-width: 1px;\n    border-right-width: 0;\n    border-radius: 0px;\n    border-top-right-radius: 0;\n    border-bottom-right-radius: 0;\n}\n\n/* rightmost button */\n.linked .entry:last-child,\n.linked .button:last-child,\n.linked .button:active:last-child,\n.linked .button:active:hover:last-child,\n.linked .button:focus:last-child,\n.linked .button:focus:active:last-child,\n.linked .button:insensitive:last-child {\n    border-width: 1px;\n    border-radius: 0px;\n    border-bottom-left-radius: 0;\n    border-top-left-radius: 0;\n}\n\n/* linked single button */\n.linked .entry:only-child,\n.linked .button:only-child,\n.linked .button:active:only-child,\n.linked .button:active:hover:only-child,\n.linked .button:focus:only-child,\n.linked .button:focus:active:only-child,\n.linked .button:insensitive:only-child {\n    border-width: 1px;\n    border-radius: 0px;\n}\n\n/* middle button (vertical) */\n.linked.vertical .entry,\n.linked.vertical .button,\n.linked.vertical .button:active,\n.linked.vertical .button:active:hover,\n.linked.vertical .button:focus,\n.linked.vertical .button:focus:active,\n.linked.vertical .button:insensitive {\n    border-width: 1px;\n    border-bottom-width: 0;\n    border-radius: 0;\n}\n\n/* leftmost button (vertical) */\n.linked.vertical .entry:first-child,\n.linked.vertical .button:first-child,\n.linked.vertical .button:active:first-child,\n.linked.vertical .button:active:hover:first-child,\n.linked.vertical .button:focus:first-child,\n.linked.vertical .button:focus:active:first-child,\n.linked.vertical .button:insensitive:first-child {\n    border-width: 1px;\n    border-bottom-width: 0;\n    border-radius: 0px;\n    border-bottom-right-radius: 0;\n    border-bottom-left-radius: 0;\n}\n\n/* rightmost button (vertical) */\n.linked.vertical .entry:last-child,\n.linked.vertical .button:last-child,\n.linked.vertical .button:active:last-child,\n.linked.vertical .button:active:hover:last-child,\n.linked.vertical .button:focus:last-child,\n.linked.vertical .button:focus:active:last-child,\n.linked.vertical .button:insensitive:last-child {\n    border-width: 1px;\n    border-radius: 0px;\n    border-top-left-radius: 0;\n    border-top-right-radius: 0;\n}\n\n/* linked single button (vertical) */\n.linked.vertical .entry:only-child,\n.linked.vertical .button:only-child,\n.linked.vertical .button:active:only-child,\n.linked.vertical .button:active:hover:only-child,\n.linked.vertical .button:focus:only-child,\n.linked.vertical .button:focus:active:only-child,\n.linked.vertical .button:insensitive:only-child {\n    border-width: 1px;\n    border-radius: 0px;\n}\n"
  },
  {
    "path": "gtk-3.0/widgets/calendar.css",
    "content": "/***********\n* calendar *\n************/\nGtkCalendar {\n    padding: 4px;\n}\n\nGtkCalendar:inconsistent {\n    color: mix(@theme_fg_color, @theme_bg_color, 0.5);\n}\n\nGtkCalendar.view,\nGtkCalendar.header,\nGtkCalendar.button,\nGtkCalendar.button:hover,\nGtkCalendar.button:insensitive {\n    border-width: 0;\n    background-color: transparent;\n    background-image: none;\n}\n\n.highlight,\nGtkCalendar.highlight {\n    border-width: 0;\n    background-color: transparent;\n    color: @theme_selected_fg_color;\n}\n"
  },
  {
    "path": "gtk-3.0/widgets/cell-row.css",
    "content": "/****************\n * cell and row *\n ****************/\n.cell {\n    border-width: 1px;\n    border-color: transparent;\n    border-radius: 0;\n    box-shadow: None;\n    background-color: transparent;\n}\n\n.cell:selected,\n.cell:selected:focus {\n    background-color: alpha (@theme_base_color, 0.75);\n    border-top: solid 1px alpha (black, 0.07);\n    border-bottom: solid 1px alpha (black, 0.04);\n    box-shadow: inset 0 -1px alpha (black, 0.1);\n    color: @theme_selected_fg_color;\n}\n\n.cell:selected.image:hover {\n    color: shade(@theme_selected_fg_color, 1.15);\n}\n\nGtkTreeView.cell.button {\n    color: @theme_fg_color;\n}\n\nGtkTreeView.cell.button:hover {\n    color: @theme_selected_fg_color;\n}\n\nrow:selected,\nrow:selected:hover,\nrow:selected:focus {\n    border-style: none;\n    border-color: shade(@theme_selected_fg_color, 0.9);\n    background-color: transparent;\n    color: @theme_selected_fg_color;\n    background-image: none;\n    font-weight: bold;\n}\n"
  },
  {
    "path": "gtk-3.0/widgets/check-radio.css",
    "content": "/*******************\n * check and radio *\n *******************/\n.check,\n.radio,\n.check:insensitive,\n.radio:insensitive {\n    border-style: none;\n    background-color: transparent;\n}\n\nGtkCheckButton:hover,\nGtkCheckButton:active:hover,\nGtkCheckButton:selected,\nGtkCheckButton:selected:focus {\n    background-color: transparent;\n}\n"
  },
  {
    "path": "gtk-3.0/widgets/color-chooser.css",
    "content": "/*****************\n * color chooser *\n *****************/\nGtkColorSwatch,\nGtkColorSwatch:selected {\n    border-width: 1px;\n    border-style: solid;\n    border-color: alpha(black, 0.1);\n    border-radius: 1px;\n    background-color: transparent;\n    background-clip: border-box;\n}\n\nGtkColorSwatch:hover,\nGtkColorSwatch:selected:hover {\n    border-color: alpha(black, 0.3);\n}\n\nGtkColorSwatch.color-dark:hover {\n}\n\nGtkColorSwatch.color-light:hover {\n}\n\nGtkColorSwatch.color-light:selected:hover,\nGtkColorSwatch.color-dark:selected:hover {\n    background-image: none;\n}\n\nGtkColorSwatch.left,\nGtkColorSwatch:first-child {\n    border-top-left-radius: 0px;\n    border-bottom-left-radius: 0px;\n}\n\nGtkColorSwatch.right,\nGtkColorSwatch:last-child {\n    border-top-right-radius: 0px;\n    border-bottom-right-radius: 0px;\n}\n\nGtkColorSwatch:only-child {\n    border-radius: 0px;\n}\n\nGtkColorSwatch.top {\n    border-top-left-radius: 0px;\n    border-top-right-radius: 0px;\n}\n\nGtkColorSwatch.bottom {\n    border-bottom-left-radius: 0px;\n    border-bottom-right-radius: 0px;\n}\n\nGtkColorChooserWidget #add-color-button {\n    background-clip: padding-box;\n    border-color: alpha(black, 0.1);\n    background-color: shade(@theme_bg_color, 0.95);\n    color: @theme_fg_color;\n}\n\nGtkColorChooserWidget #add-color-button:hover {\n    border-color: alpha(black, 0.3);\n    background-color: shade(@theme_bg_color, 0.90);\n    color: @theme_fg_color;\n}\n\n.color-active-badge,\n.color-active-badge:selected {\n    border-width: 1px;\n    border-style: solid;\n    border-width: 2px;\n    background-color: transparent;\n}\n\n.color-active-badge.color-light,\n.color-active-badge.color-light:hover {\n    border-color: alpha(black, 0.3);\n    color: alpha(black, 0.3);\n}\n\n.color-active-badge.color-dark,\n.color-active-badge.color-dark:hover {\n    border-color: alpha(white, 0.3);\n    color: alpha(white, 0.3);\n}\n\nGtkColorEditor GtkColorSwatch {\n    border-radius: 0px;\n}\n\nGtkColorEditor GtkColorSwatch.color-dark:hover,\nGtkColorEditor GtkColorSwatch.color-light:hover {\n    background-image: none;\n    border-color: alpha(black, 0.3);\n}\n\nGtkColorButton.button {\n    padding: 2px;\n}\n\n"
  },
  {
    "path": "gtk-3.0/widgets/column-header.css",
    "content": "/*****************\n * column-header *\n *****************/\ncolumn-header .button,\ncolumn-header .button:active {\n    border-width: 0 1px 1px 1px;\n    border-radius: 0;\n    border-style: solid;\n}\n\ncolumn-header .button,\ncolumn-header .button:active,\ncolumn-header .button:focus,\ncolumn-header .button:active:focus {\n    border-color: shade(@theme_base_color, 0.95);\n    border-bottom-color: shade(@theme_base_color, 0.9);\n    background-color: shade(@theme_base_color, 0.97);\n    background-image: none;\n    color: @theme_text_color;\n}\n\ncolumn-header .button:hover,\ncolumn-header .button:active:hover,\ncolumn-header .button:hover:focus,\ncolumn-header .button:active:hover:focus {\n    border-color: shade(@theme_base_color, 0.9);\n    border-bottom-color: shade(@theme_base_color, 0.8);\n    background-color: shade(@theme_base_color, 0.99);\n    background-image: none;\n    color: @theme_selected_fg_color;\n}\n\ncolumn-header:last-child .button {\n    border-width: 0 0 1px 0;\n}\n"
  },
  {
    "path": "gtk-3.0/widgets/combobox.css",
    "content": "/************\n * combobox * \n ************/\n.primary-toolbar GtkComboBox.combobox-entry .entry,\n.primary-toolbar GtkComboBox.combobox-entry .entry:active,\n.primary-toolbar GtkComboBox.combobox-entry .entry:focus,\n.primary-toolbar GtkComboBox.combobox-entry .entry:insensitive,\nGtkComboBox.combobox-entry .entry,\nGtkComboBox.combobox-entry .entry:active,\nGtkComboBox.combobox-entry .entry:focus,\nGtkComboBox.combobox-entry .entry:insensitive {\n    border-width: 1px 0 1px 1px;\n    border-top-right-radius: 0;\n    border-bottom-right-radius: 0;\n}\n\n.primary-toolbar GtkComboBox.combobox-entry .button,\n.primary-toolbar GtkComboBox.combobox-entry .button:hover,\n.primary-toolbar GtkComboBox.combobox-entry .button:active,\n.primary-toolbar GtkComboBox.combobox-entry .button:insensitive,\nGtkComboBox.combobox-entry .button,\nGtkComboBox.combobox-entry .button:hover,\nGtkComboBox.combobox-entry .button:active,\nGtkComboBox.combobox-entry .button:insensitive {\n    border-width: 1px 1px 1px 1px;\n    border-bottom-left-radius: 0;\n    border-top-left-radius: 0;\n}\n\nGtkComboBox .button,\n.action-bar GtkComboBox .button {\n    padding: 4px 10px;\n    /*background-color: shade(@theme_bg_color, 0.87);*/\n    background-color: @combobox_bg_color;\n    border-width: 1px;\n    border-style: solid;\n    border-color: @light_grey;\n    color: shade(@theme_text_color, 1.10);\n}\n\nGtkComboBox .button:hover,\nGtkComboBox .button:active,\nGtkComboBox .button:checked,\nGtkComboBox .button:active:hover,\n.action-bar GtkComboBox .button:hover,\n.action-bar GtkComboBox .button:active,\n.action-bar GtkComboBox .button:checked,\n.action-bar GtkComboBox .button:active:hover  {\n    background-color: shade(@combobox_bg_color, 1.03);\n    color: shade(@theme_text_color, 0.92); \n    border-color: shade (@light_grey, 0.95);\n    box-shadow: 0 1px alpha (black, 0.07);\n}\n\nGtkComboBox .csd {\n    box-shadow: none;\n}\n\nGtkComboBox .popup {\n    box-shadow: #c6c7c9 0 1px,\n\t    \t\t#c6c7c9 0 -1px,\n\t    \t\t#c6c7c9 1px 0,\n\t    \t\t#c6c7c9 -1px 0;\n}\n\nGtkComboBox .popup {\n    box-shadow: alpha (#000, 0.15) 0 3px 3px;\n}\n\nGtkComboBox .menu {\n    background-color: #f8f8f8;\n}\n\nGtkComboBox .menu .menuitem {\n    color: @theme_fg_color;\n}\n"
  },
  {
    "path": "gtk-3.0/widgets/content-view.css",
    "content": "/****************\n * content view *\n ****************/\n.content-view.view {\n    background-color: @theme_base_color;\n}\n\n.content-view.view:prelight {\n    background-color: alpha(@theme_selected_fg_color, 0.6);\n}\n\n.content-view.view:selected,\n.content-view.view:active {\n    background-color: @theme_selected_fg_color;\n}\n\n.content-view.view:insensitive {\n    background-color: shade(@theme_base_color, 0.9);\n}\n\nGdMainIconView.content-view {\n    -GdMainIconView-icon-size: 40;\n}\n\nGtkIconView.content-view.check {\n    background-color: transparent;\n}\n\nGtkIconView.content-view.check:active {\n    background-color: transparent;\n}\n\n.content-view.view.check,\n.content-view.view.check:active {\n    background-color: transparent;\n}\n\nGtkIconView.content-view.check:prelight,\nGtkIconView.content-view.check:insensitive,\nGtkIconView.content-view.check:selected {\n    background-color: transparent;\n}\n\n.content-view-window {\n    border-width: 1px;\n    border-style: solid;\n    border-color: shade(@theme_base_color, 0.8);\n    border-radius: 0px;\n    background-color:@theme_base_color;\n    background-image: none;\n    color: @theme_text_color;\n}\n\n.content-view,\n.content-view GtkViewport {\n    background-color: @theme_base_color;\n    background-image: none;\n}\n\n.content-view * {\n    background-color: transparent;\n    background-image: none;\n}\n\n.content-view .entry {\n    background-color: @theme_base_color;\n    background-image: none;\n    color: @theme_text_color;\n}\n\n.content-view .button {\n    border-width: 1px;\n    border-style: solid;\n    border-color: shade(@theme_base_color, 0.8);\n    border-radius: 0px;\n    background-color: shade(@theme_base_color, 1.08);\n    background-image: none;\n    color: @theme_text_color;\n}\n\n.content-view .button:hover {\n    border-color: shade(@theme_base_color, 0.7);\n    background-color: shade(@theme_base_color, 1.10);\n    background-image: none;\n    color: @theme_selected_fg_color;\n}\n\n.content-view .button:active {\n    border-color: shade(@theme_base_color, 0.8);\n    background-color: shade(@theme_base_color, 0.95);\n    background-image: none;\n}\n\n.content-view .button:active:hover {\n    border-color: shade(@theme_base_color, 0.7);\n    color: shade(@theme_text_color, 0.7);\n}\n\n.content-view .button:insensitive {\n    background-color: shade(@theme_base_color, 0.9);\n    background-image: none;\n}\n\n.content-view .help_button * {\n    color: @theme_text_color;\n}   \n\n.content-view .toolbar {\n    -GtkWidget-window-dragging: true;\n\n    padding: 1px;\n    border-width: 0 0 1px 0;\n    border-style: solid;\n    border-color: shade(@theme_base_color, 0.8);\n    background-color: @theme_base_color;\n    background-image: none;\n}\n\n.content-view .menu {\n    padding: 0;\n    border-radius: 0;\n    border-style: none;\n    background-color: @menu_bg_color;\n    background-image: none;\n    color: @menu_fg_color; \n}\n"
  },
  {
    "path": "gtk-3.0/widgets/csd.css",
    "content": "/*******\n * CSD *\n *******/\n\n.header-bar,\n.header-bar:insensitive {\n\tborder-width: 0 0 1px;\n        border-radius: 0 0 0 0;\n        border-style: solid;\n\tborder-color: shade(@menubar_bg_color, 0.90);\n\n\tbackground-color: @menubar_bg_color;\n    padding: 0;\n}\n\n.header-bar .title {\n\tfont: Bold 10;\n    color: @menubar_fg_color;\n}\n\n.header-bar .subtitle {\n\tfont: 9;\n    color: @menubar_fg_color;\n}\n\n/*\n    Titlebar\n*/\n\n.titlebar,\n.titlebar.default-decoration {\n    border-radius: 0 0 0 0;\n    background-image: none;\n    background-color: @menubar_bg_color;\n    color: @menubar_fg_color;\n}\n\n.titlebar:insensitive,\n.titlebar.default-decoration:insensitive {\n    border-radius: 0 0 0 0;\n    background-image: none;\n    background-color: @menubar_bg_color;\n    color: @menubar_fg_color;\n    text-shadow: none;\n}\n\n.titlebar .title {\n    font: bold;\n}\n\n/*.titlebar:backdrop {\n    background-image: none;\n    background-color: @menubar_bg_color;\n    color: mix(@menubar_fg_color, @wm_bg, 0.4);\n    text-shadow: none;\n}*/\n\n.titlebar .titlebutton,\n.titlebar.default-decoration .titlebutton {\n    border-style: none;\n    background: none;\n    color: @menubar_fg_color;\n    icon-shadow: none;\n}\n\n.titlebar .titlebutton:hover,\n.titlebar .titlebutton:hover:focus {\n    background: none;\n    color: @menu_selected_fg_color;\n}\n\n.titlebar .titlebutton:active,\n.titlebar .titlebutton:active:hover {\n    background: none;\n    color: @menu_selected_fg_color;\n    box-shadow: none;\n}\n\n.titlebar .titlebutton:backdrop {\n    background-image: none;\n    color: shade(@menubar_fg_color, 1.75);\n    icon-shadow: none;\n}\n\n.titlebar .button,\n.maximized .header-bar .button,\n.header-bar .button {\n    padding: 10px;\n    background-color: transparent;\n    color: @wm_title_focused;\n    box-shadow: none;\n}\n\n.titlebar .button.destructive-action,\n.maximized .header-bar .button.destructive-action,\n.header-bar .button.destructive-action {\n    background-color: @destructive_color;\n    box-shadow: 0 1px @destructive_color;\n    border: none;\n}\n\n.header-bar.default-decoration,\n.csd .header-bar.default-decoration {\n    padding-top: 0px;\n    padding-bottom: 0px;\n    border-bottom-width: 0;\n}\n\n.header-bar.default-decoration .button.titlebutton,\n.titlebar.default-decoration .button.titlebutton {\n  padding-left: 0px;\n}\n\n.titlebar .button:hover,\n.titlebar .button.flat:hover,\n.maximized .header-bar .button:hover,\n.header-bar .button:hover,\n.header-bar .button.flat:hover  {\n    background-color: alpha (#fff, 0.07);\n    color: @wm_title_focused;\n}\n\n.titlebar .button.destructive-action:hover,\n.maximized .header-bar .button.destructive-action:hover,\n.header-bar .button.destructive-action:hover  {\n    background-color: shade (@destructive_color, 1.05);\n    color: @wm_title_focused;\n}\n\n.titlebar .button:active:hover,\n.titlebar .button:active,\n.maximized .header-bar .button:active:hover,\n.maximized .header-bar .button:active,\n.header-bar .button:active,\n.header-bar .button:active:hover {\n    background-color: alpha (black, 0.35);\n    /*color: shade(@menu_selected_fg_color, 0.87);*/\n}\n\n\n.titlebar .button:checked,\n.maximized .header-bar .button:checked,\n.header-bar .button:checked  {\n    background-color: alpha (black, 0.35);\n    color: @theme_selected_fg_color;\n    font: bold;\n    box-shadow: none;\n}\n\n.titlebar .separator,\n.maximized .header-bar .separator,\n.header-bar .separator {\n    border-color: shade(@menubar_bg_color, 0.87);\n    color: shade(@menubar_bg_color, 0.87);\n}\n\n.window-frame {\n    border: none;\n    border-radius: 0 0 0 0;\n    box-shadow: 0 5px 6px alpha(black, 0.35);\n    margin: 10px;\n}\n\n.window-frame:backdrop {\n    box-shadow: 0 3px 4px 1px alpha(black, 0.4);\n}\n\n\n.header-bar .button.titlebutton.close,\n.header-bar .button.titlebutton.maximize,\n.header-bar .button.titlebutton.minimize,\n.maximized .header-bar .button.titlebutton.close,\n.maximized .header-bar .button.titlebutton.maximize,\n.maximized .header-bar .button.titlebutton.minimize,\n.titlebar .button.titlebutton.close,\n.titlebar .button.titlebutton.maximize,\n.titlebar .button.titlebutton.minimize {\n    color: transparent;\n    background-color: transparent;\n    background-repeat: no-repeat;\n    background-position: center;\n    padding: 6px;\n}\n\n.header-bar .button.titlebutton.close,\n.titlebar .button.titlebutton.close {\n    background-image: -gtk-scaled(url(\"../assets/titlebar/titlebutton-close.png\"), url(\"../assets/titlebar/titlebutton-close@2.png\"));\n    background-position: center;\n}\n\n.header-bar .left .button.titlebutton.close,\n.titlebar .left .button.titlebutton.close {\n    background-position: right;\n}\n\n.header-bar .right .button.titlebutton.close,\n.titlebar .right .button.titlebutton.close {\n    background-position: left;\n}\n\n\n/*.header-bar .button.titlebutton.close:backdrop,\n.titlebar .button.titlebutton.close:backdrop {\n    background-image: -gtk-scaled(url(\"../assets/titlebar/titlebutton-close-backdrop.png\"), url(\"../assets/titlebar/titlebutton-close-backdrop@2.png\"));\n}*/\n\n.header-bar .button.titlebutton.close:hover,\n.titlebar .button.titlebutton.close:hover {\n    background-image: -gtk-scaled(url(\"../assets/titlebar/titlebutton-close-hover.png\"), url(\"../assets/titlebar/titlebutton-close-hover@2.png\"));\n}\n\n.header-bar .button.titlebutton.close:active,\n.titlebar .button.titlebutton.close:active {\n    background-image: -gtk-scaled(url(\"../assets/titlebar/titlebutton-close-active.png\"), url(\"../assets/titlebar/titlebutton-close-active@2.png\"));\n}\n\n.header-bar .button.titlebutton.maximize,\n.titlebar .button.titlebutton.maximize {\n    background-image: -gtk-scaled(url(\"../assets/titlebar/titlebutton-max.png\"), url(\"../assets/titlebar/titlebutton-max@2.png\"));\n\tbackground-position: center;\n}\n\n.header-bar .left .button.titlebutton.maximize,\n.titlebar .left .button.titlebutton.maximize {\n    background-position: right;\n}\n\n.header-bar .right .button.titlebutton.maximize,\n.titlebar .right .button.titlebutton.maximize {\n    background-position: left;\n}\n\n\n/*.header-bar .button.titlebutton.maximize:backdrop,\n.titlebar .button.titlebutton.maximize:backdrop {\n    background-image: -gtk-scaled(url(\"../assets/titlebar/titlebutton-max-backdrop.png\"), url(\"../assets/titlebar/titlebutton-max-backdrop@2.png\"));\n}*/\n\n.header-bar .button.titlebutton.maximize:hover,\n.titlebar .button.titlebutton.maximize:hover {\n    background-image: -gtk-scaled(url(\"../assets/titlebar/titlebutton-max-hover.png\"), url(\"../assets/titlebar/titlebutton-max-hover@2.png\"));\n}\n\n.header-bar .button.titlebutton.maximize:active,\n.titlebar .button.titlebutton.maximize:active {\n    background-image: -gtk-scaled(url(\"../assets/titlebar/titlebutton-max-active.png\"), url(\"../assets/titlebar/titlebutton-max-active@2.png\"));\n}\n\n.header-bar .button.titlebutton.minimize,\n.titlebar .button.titlebutton.minimize {\n    background-image: -gtk-scaled(url(\"../assets/titlebar/titlebutton-min.png\"), url(\"../assets/titlebar/titlebutton-min@2.png\"));\n\tbackground-position: center;\n}\n\n.header-bar .left .button.titlebutton.minimize,\n.titlebar .left .button.titlebutton.minimize {\n    background-position: right;\n}\n\n.header-bar .right .button.titlebutton.minimize,\n.titlebar .right .button.titlebutton.minimize {\n    background-position: left;\n}\n\n\n\n/*.header-bar .button.titlebutton.minimize:backdrop,\n.titlebar .button.titlebutton.minimize:backdrop {\n    background-image: -gtk-scaled(url(\"../assets/titlebar/titlebutton-min-backdrop.png\"), url(\"../assets/titlebar/titlebutton-min-backdrop@2.png\"));\n}*/\n\n.header-bar .button.titlebutton.minimize:hover,\n.titlebar .button.titlebutton.minimize:hover {\n    background-image: -gtk-scaled(url(\"../assets/titlebar/titlebutton-min-hover.png\"), url(\"../assets/titlebar/titlebutton-min-hover@2.png\"));\n}\n\n.header-bar .button.titlebutton.minimize:active,\n.titlebar .button.titlebutton.minimize:active {\n    background-image: -gtk-scaled(url(\"../assets/titlebar/titlebutton-min-active.png\"), url(\"../assets/titlebar/titlebutton-min-active@2.png\"));\n}\n\n\n.titlebar.default-decoration .button.titlebutton {\n    background-position: center;\n    padding-left: 6px;\n    padding-right: 6px;\n}"
  },
  {
    "path": "gtk-3.0/widgets/dialogs.css",
    "content": "/***********\n * Dialogs *\n ***********/    \n.message-dialog .titlebar,\n.message-dialog .titlebar:backdrop {\n    background-color: @theme_bg_color;\n    color: @theme_fg_color;\n}\n\n.message-dialog.csd .dialog-action-area .button { \n    padding: 6px;\n    border-radius: 0;\n    color: @theme_fg_color;\n    background-color: @theme_bg_color; \n    box-shadow: none;\n    border: solid 1px transparent;\n}\n\n.message-dialog.csd .dialog-action-area .button:last-child {\n    border-right-color: transparent;\n}\n\n.message-dialog.csd .dialog-action-area .button:hover {\n    background-color: shade (@theme_bg_color, 0.97);\n    border: solid 1px shade (@theme_bg_color, 0.75);\n    color: @theme_text_color;\n}\n\n.message-dialog.csd .dialog-action-area .button:active,\n.message-dialog.csd .dialog-action-area .button:checked,\n.message-dialog.csd .dialog-action-area .button:active:focus,\n.message-dialog.csd .dialog-action-area .button:checked:focus {\n    color: @theme_bg_color;\n    background-color: shade(@theme_selected_fg_color, 1.15);\n    border: solid 1px shade (@theme_selected_fg_color, 1.15);\n}\n \nGtkDialog .header-bar .right .button.titlebutton.close {\n    background-position: center;\n}"
  },
  {
    "path": "gtk-3.0/widgets/entry.css",
    "content": "/*********\n * entry *\n *********/\n\n.entry,\n.primary-toolbar .entry {\n    transition: 200ms linear;\n    padding: 4px 5px;\n    border-style: solid;\n    border-radius: 0px;\n    border-width: 1px;\n    background-color: shade(@theme_bg_color, 0.96);\n    background-image: none;\n    border-color: shade(@theme_bg_color, 0.87);\n    color: @theme_text_color;\n}\n\n.header-bar .entry {\n    transition: 200ms linear;\n    padding: 4px 5px;\n    border-style: solid;\n    border-radius: 0px;\n    border-width: 1px;\n    background-color: shade(@menu_bg_color, 0.96);\n    background-image: none;\n    border-color: shade(@menu_bg_color, 0.87);\n    color: @theme_base_color;\n}\n\n.entry:focus,\n.primary-toolbar .entry:focus {\n    transition: 200ms linear;\n    background-color: @theme_base_color;\n    border-style: solid;\n    border-color: shade(@theme_bg_color, 0.87);\n    color: @theme_text_color;\n}\n\n.header-bar .entry:focus {\n    transition: 200ms linear;\n    background-color: shade(@menu_bg_color, 0.9);\n    border-style: solid;\n    border-color: shade(@menu_bg_color, 0.82);\n    color: @theme_base_color;\n}\n\n.entry:selected,\n.primary-toolbar .entry:selected,\n.entry:selected:focus,\n.primary-toolbar .entry:selected:focus {\n    background-color: shade(@theme_bg_color, 0.9);\n}\n\n.header-bar .entry:selected,\n.header-bar .entry:selected:focus {\n    background-color: shade(@menu_bg_color, 0.75);\n}\n\n.entry:insensitive {\n    background-color: shade(@theme_bg_color, 0.95);\n    background-image: none;\n    color: mix(@theme_text_color, @theme_base_color, 0.5);\n}\n\n.primary-toolbar .entry:insensitive {\n    background-color: shade(@menu_bg_color, 0.95);\n    background-image: none;\n    color: mix(@theme_text_color, @theme_base_color, 0.5);\n}\n\n.entry.progressbar {\n    border-width: 0;\n    border-radius: 0;\n    background-color: @theme_selected_fg_color;\n    background-image: none;\n    color: @theme_base_color;\n    border-color: @theme_selected_fg_color;\n}\n"
  },
  {
    "path": "gtk-3.0/widgets/infobar.css",
    "content": "/***********\n * infobar *\n ***********/\nGtkInfoBar {\n    border-width: 0px;\n    border-style: none;\n}\n\n.info {\n    border-width: 0px;\n    border-style: solid;\n    border-color: shade(@info_bg_color, 0.8);\n    background-color: @info_bg_color;\n    background-image: none;\n    color: @info_fg_color;\n}\n\n.info .button.close {\n    color: @info_fg_color;\n}\n\n.info .button.close:hover {\n    background-image: linear-gradient(to bottom,\n                                      alpha(white, 0.3),\n                                      alpha(white, 0.2) 30%,\n                                      alpha(black, 0.02));\n}\n\n.info .button.close:active {\n    color: @info_fg_color;\n    background-image: linear-gradient(to bottom,\n                                      alpha(black, 0.1),\n                                      transparent);\n}\n\n.warning {\n    border-width: 0px;\n    border-style: solid;\n    border-color: shade(@warning_bg_color, 0.8);\n    background-color: @warning_bg_color;\n    background-image: none;\n    color: @warning_fg_color;\n}\n\n.warning .button.close {\n    color: @warning_fg_color;\n}\n\n.warning .button.close:hover {\n    background-image: linear-gradient(to bottom,\n                                      alpha(white, 0.3),\n                                      alpha(white, 0.2) 30%,\n                                      alpha(black, 0.02));\n}\n\n.warning .button.close:active {\n    color: @warning_fg_color;\n    background-image: linear-gradient(to bottom,\n                                      alpha(black, 0.1),\n                                      transparent);\n}\n\n.question {\n    border-width: 0px;\n    border-style: solid;\n    border-color: shade(@question_bg_color, 0.8);\n    background-color: @question_bg_color;\n    background-image: none;\n    color: @question_fg_color;\n}\n\n.question .button.close {\n    border-style: solid;\n    border-width: 1px;\n    color: @question_fg_color;\n    background-image: none;\n    background-color: @question_bg_color;\n    border-color: @question_bg_color;\n}\n\n.question .button {\n    border-style: solid;\n    border-width: 1px;\n    color: @question_fg_color;\n    background-image: none;\n    background-color: @question_bg_color;\n    border-color: shade(@question_bg_color, 0.85);\n}\n\n.question .button.close:hover,\n.question .button:hover {\n    transition: none;\n    border-style: solid;\n    border-width: 1px;\n    color: @question_fg_color;\n    border-color: alpha(#000, 0.15);\n    background-image: none;\n    background-color: @question_bg_color;\n}\n\n.question .button.close:active {\n    border-style: solid;\n    border-width: 1px;\n    color: @question_fg_color;\n    border-color: alpha(#000, 0.25);\n    background-image: none;\n    background-color: @question_bg_color;\n}\n\n.error {\n    border-width: 0px;\n    border-style: solid;\n    border-color: shade(@error_bg_color, 0.8);\n    background-color: @error_bg_color;\n    background-image: none;\n    color: @error_fg_color;\n}\n\n.error .button.close {\n    color: @error_fg_color;\n}\n\n.error .button.close:hover {\n    background-image: linear-gradient(to bottom,\n                                      alpha(white, 0.3),\n                                      alpha(white, 0.2) 30%,\n                                      alpha(black, 0.02));\n}\n\n.error .button.close:active {\n    color: @error_fg_color;\n    background-image: linear-gradient(to bottom,\n                                      alpha(black, 0.1),\n                                      transparent);\n}\n"
  },
  {
    "path": "gtk-3.0/widgets/listbox.css",
    "content": "/**************\n * List boxes *\n **************/\n\n.list-row {\n\tfont-weight: normal;\n\tpadding: 6px;\n\ttransition: 100ms linear;\n}\n\n.sidebar .list-row *{\n    padding: 0;\n    padding-left: 4px;\n}\n\n.list-row.button {\n    font-weight: normal;\n\tbackground-color: @theme_bg_color; \n\tcolor: @theme_fg_color; \n}\n\n.list-row.button:hover,\n.list-row:hover {\n    background-color: shade(@theme_bg_color, 0.92);\n}\n    \n.list-row.button:active, \n.list-row.button:active:hover {\n    color: @theme_fg_color;\n    background-color: shade(@theme_bg_color, 0.92);\n}\n    \n.list-row.button:checked {\n    color: @theme_selected_fg_color;\n}\n    \n.list-row.button:selected, \n.list-row.button:selected:hover, \n.list-row.button:focus, \n.list-row.button:focus:hover {\n    outline-color: alpha(@theme_selected_fg_color, 0.3);\n}\n    \n.list-row.button:selected, \n.list-row:selected {\n    background-color: @theme_selected_bg_color;\n    color: @theme_selected_fg_color;\n    outline-color: alpha(@theme_selected_fg_color, 0.3); \n}\n\n.list-row.button:selected:hover {\n    background-color: shade(@theme_selected_bg_color, 1.05);\n    color: @theme_selected_fg_color;\n}\n    \n.list-row.button:selected:active:hover {\n    color: @theme_selected_fg_color;\n    background-color: shade(@theme_selected_bg_color, 0.97); \n}\n"
  },
  {
    "path": "gtk-3.0/widgets/menu.css",
    "content": "/********\n * menu *\n ********/\nGtkTreeMenu.menu,\nGtkMenuToolButton.menu,\nGtkComboBox .menu {\n    background-color: @menu_bg_color;\n    color: @menu_fg_color;\n}\n\n.primary-toolbar .menu,\n.primary-toolbar .button .menu,\n.toolbar .menu,\n.toolbar .primary-toolbar .menu,\n.header-bar .menu,\n.header-bar .primary-toolbar .menu,\n.menu {\n    padding: 0;\n    border-radius: 0;\n    border-style: none;\n    background-color: @menu_bg_color;\n    color: @menu_fg_color;\n}\n\n.menu.button:hover,\n.menu.button:active,\n.menu.button:active *:insensitive,\n.menu.button:insensitive,\n.menu.button {\n    border-width: 0;\n    background-color: @menu_bg_color;\n    background-image: none;\n}\n\n.context-menu {\n    font: initial;\n}\n\n/* ubuntu software center menu */\n#toolbar-popup {\n    background-color: @menu_bg_color;\n    color: @menu_fg_color;\n}\n\n/***********\n * menubar *\n ***********/\n.menubar {\n    -GtkWidget-window-dragging: true;\n\n    border-style: none;\n    background-color: @menubar_bg_color;\n    background-image: none;\n    color: @menubar_fg_color;\n}\n\n/***************\n * menubaritem *\n ***************/\n.menubar.menuitem,\n.menubar .menuitem {\n    padding: 3px 6px;\n    border-width: 1px 1px 0 1px;\n    border-style: solid;\n    border-color: transparent;\n    background-color: transparent;\n    background-image: none;\n    color: @menubar_fg_color;\n}\n\n.menubar.menuitem:hover,\n.menubar .menuitem:hover {\n    background-color: @menubar_bg_color;\n    background-image: none;\n    color: shade(@menubar_fg_color, 0.95);\n    box-shadow: inset 0 -2px alpha (@theme_selected_fg_color, 0.75);\n}\n\n.menubar .menuitem *:hover {\n    color: @menu_selected_fg_color;\n}\n\n/************\n * menuitem *\n ************/\nGtkTreeMenu .menuitem {\n    color: @menu_fg_color;\n    padding: 4px 6px;\n    border-width: 0;\n    background-color: @menu_bg_color;\n}\n\n.menuitem,\n.menu .menuitem {\n    padding: 4px 3px;\n    border-width: 1px;\n    border-style: solid;\n    border-color: transparent;\n    border-radius: 0;\n    background-color: transparent;\n    background-image: none;\n    color: @menu_fg_color;\n\n    -GtkMenuItem-arrow-scaling: 0.5;\n}\n\n.menu .menuitem:active,\n.menu .menuitem:hover {\n    transition: 100ms linear;\n    border-style: none;\n    background-color: transparent;\n    border-radius: 0;\n    color: @menu_selected_fg_color;\n    background-image: none;\n    box-shadow: none;\n}\n\n.menu .menuitem:active,\n.menu .menuitem *:active,\n.menu .menuitem:hover,\n.menu .menuitem *:hover {\n    transition: 100ms linear;\n    background-color: transparent;\n    color: @menu_selected_fg_color;\n}\n\n.menu .menuitem:insensitive,\n.menu .menuitem *:insensitive {\n    color: mix(@menu_fg_color, @menu_bg_color, 0.5);\n}\n\n.menuitem.check,\n.menuitem.radio,\n.menuitem.check:hover,\n.menuitem.radio:hover,\n.menuitem.check:insensitive,\n.menuitem.radio:insensitive {\n    border-style: none;\n    background-color: transparent;\n    background-image: none;\n}\n\n.menuitem.check:active,\n.menuitem.radio:active {\n    border-style: none;\n    background-color: transparent;\n}\n\n.menuitem.arrow {\n    color: alpha(@menu_fg_color, 0.6);\n}\n\n.menuitem GtkCalendar:inconsistent {\n    color: mix(@menu_fg_color, @menu_bg_color, 0.5);\n}\n\n.menuitem GtkCalendar.button {\n    border-style: none;\n    background-color: transparent;\n    background-image: none;\n}\n\n.menuitem .entry {\n    border-color: shade(@menu_bg_color, 0.7);\n    background-color: @menu_bg_color;\n    background-image: none;\n    color: @menu_fg_color;\n}\n\n.menuitem .entry:active,\n.menuitem .entry:focus {\n    border-color: shade(@menu_bg_color, 0.7);\n}\n\n.menuitem .accelerator {\n    color: alpha(@menu_fg_color, 0.6);\n}\n\n.menuitem .accelerator:hover {\n    color: alpha(@theme_base_color, 0.8);\n}\n\n.menuitem .accelerator:insensitive {\n    color: alpha(mix(@menu_fg_color, @menu_bg_color, 0.5), 0.6);\n}\n\nGtkModelMenuItem GtkBox GtkImage {\n    padding-right: 4px;\n}\n\n.button .menu *{\n    font-weight: normal;\n}\n\n"
  },
  {
    "path": "gtk-3.0/widgets/notebook.css",
    "content": "/************\n * notebook *\n ************/\n.notebook {\n    padding: 0;\n    border-width: 1px;\n    border-style: solid;\n    border-color: shade(@theme_base_color, 0.7);\n    border-radius: 0;\n    background-color: @theme_base_color;\n    background-image: none;\n    background-clip: border-box;\n\n    -GtkNotebook-initial-gap: 0;\n    -GtkNotebook-has-tab-gap: false;\n}\n\n.notebook.frame {\n    border-width: 1px;\n}\n\n.notebook.header {\n    background-color: shade(@theme_base_color, 0.97);\n    border-width: 0;\n}\n\n.notebook.header.frame {\n    border-color: shade(@theme_base_color, 0.75);\n}\n\n.notebook.header.frame.top {\n    border-width: 1px 1px 0 1px;\n}\n\n.notebook.header.frame.right {\n    border-width: 1px 1px 1px 0;\n}\n\n.notebook.header.frame.bottom {\n    border-width: 0 1px 1px 1px;\n}\n\n.notebook.header.frame.left {\n    border-width: 1px 0 1px 1px;\n}\n\n.notebook GtkViewport {\n    border-width: 0;\n    background-color: @theme_base_color;\n    color: @theme_text_color;\n}\n\n.notebook tab {\n    padding: 8px;\n    background-color: shade(@theme_base_color, 0.97);\n    background-image: none;\n    color: @theme_fg_color;\n}\n\n.notebook tab:hover {\n    transition: ease-in 300ms;\n    background-image: none;\n}\n\n.notebook tab:active {\n    transition: 300ms ease-in;\n    background-color: shade(@theme_base_color, 0.99);\n    background-image: none;\n}\n\n.notebook tab:active:hover {\n    transition: 300ms ease-in;\n    background-color: shade(@theme_base_color, 0.97);\n    background-image: none;\n}\n\n.notebook tab.top {\n    border-bottom-right-radius: 0;\n    border-bottom-left-radius: 0;\n    border: none;\n    border-top: 1px solid shade(@theme_base_color, 0.7);\n}\n\n.notebook tab:first-child.top {\n    border-left: 1px solid shade (@theme_base_color, 0.7);    \n}\n\n.notebook tab.top:active {\n    box-shadow: inset 0 -3px shade (@theme_selected_fg_color, 1.1),\n                inset 1px 0 shade(@theme_base_color, 0.87),\n                inset -1px 0 shade(@theme_base_color, 0.87);\n\t/*background-position: center bottom;\n\tbackground-repeat: no-repeat;\n    background-image: url(\"arrowblue.png\");*/\n}\n\n.notebook tab:first-child.top:active {\n    box-shadow: inset 0 -3px shade (@theme_selected_fg_color, 1.1),\n                inset -1px 0 shade(@theme_base_color, 0.87);\n\t/*background-position: center bottom;\n\tbackground-repeat: no-repeat;\n    background-image: url(\"arrowblue.png\");*/\n}\n\n.notebook tab.right {\n    border-bottom-left-radius: 0;\n    border-top-left-radius: 0;\n    border: none;\n    border-right: 1px solid shade(@theme_base_color, 0.7);\n}\n\n.notebook tab.right:active {\n    box-shadow:inset 2px 0 @theme_selected_fg_color;\n}\n\n.notebook tab.bottom {\n    border-top-right-radius: 0;\n    border-top-left-radius: 0;\n    border: none;\n    border-bottom: 1px solid shade(@theme_base_color, 0.7);\n}\n\n.notebook tab.bottom:active {   \n    box-shadow:inset 0 2px @theme_selected_fg_color;\n}\n\n.notebook tab.left {\n    border-top-right-radius: 0;\n    border-bottom-right-radius: 0;\n    border: none;\n    border-left: 1px solid shade(@theme_base_color, 0.7);\n}\n\n.notebook tab.left:active {\n    box-shadow:inset -2px 0 @theme_selected_fg_color;\n}\n\n.notebook tab GtkLabel {\n    color: mix(@theme_text_color, @theme_base_color, 0.3);\n}\n\n.notebook .active-page,\n.notebook tab .active-page GtkLabel {\n    color: @theme_selected_fg_color;\n}\n\n/* close button styling */\n.notebook tab .button {\n    transition: ease-in 150ms;\n    padding: 1px;\n    border: none;\n    background-image: none;\n    background-color: transparent;\n    color: mix(@theme_text_color, @theme_base_color, 0.5);\n}\n\n.notebook tab .button:hover {\n    color: shade(@error_color, 1.15);\n}\n\n.notebook tab .button:active,\n.notebook tab .button:active:hover {\n    border: none;\n    color: shade(@error_color, 0.95);\n    background-color: transparent;\n    box-shadow: none;\n}\n\n.notebook tab GtkLabel,\n.notebook .prelight-page,\n.notebook .prelight-page GtkLabel,\n.notebook .active-page,\n.notebook .active-page GtkLabel,\n.notebook .active-page:hover {\n    transition: all 150ms ease-in;\n}\n\n.notebook .prelight-page,\n.notebook .prelight-page GtkLabel {\n    color: @theme_selected_fg_color;\n}\n\n.notebook tab .button:active:hover {\n    border: none;\n    color: shade(@error_color, 0.95);\n    background-color: transparent;\n    box-shadow: none;\n}\n\n.notebook tab GtkLabel,\n.notebook .prelight-page,\n.notebook .prelight-page GtkLabel,\n.notebook .active-page,\n.notebook .active-page GtkLabel,\n.notebook .active-page:hover {\n    transition: all 150ms ease-in;\n}\n\n.notebook .prelight-page,\n.notebook .prelight-page GtkLabel {\n    color: @theme_selected_fg_color;\n}\n\n"
  },
  {
    "path": "gtk-3.0/widgets/osd.css",
    "content": "/*******\n * osd *\n *******/\n.background.osd {\n    color: @osd_fg;\n    background-color: @osd_bg;\n}\n\nGtkOverlay.osd {\n    background-color: transparent;\n}\n\n.osd.frame {\n    background-clip: border-box;\n    background-origin: border-box;\n}\n\n.osd.button,\n.osd .button {\n    padding: 4px;\n    border-width: 0px;\n    border-style: none;\n    border-radius: 0px;\n    background-color: shade(@osd_bg, 1.08);\n    background-image: none;\n    color: @osd_fg;\n}\n\n.osd.button:prelight,\n.osd.button:hover,\n.osd .button:hover {\n    border-color: shade(@osd_bg, 0.7);\n    background-color: shade(@osd_bg, 1.10);\n    background-image: none;\n}\n\n.osd.button:active,\n.osd .button:active,\n.osd GtkMenuButton.button:active {\n    border-color: shade(@osd_bg, 0.8);\n    background-color: shade(@osd_bg, 0.95);\n    background-image: none;\n}\n\n.osd.button:active:hover,\n.osd .button:active:hover,\n.osd GtkMenuButton.button:active:hover {\n    border-color: shade(@osd_bg, 0.7);\n}\n\n.osd.button:insensitive,\n.osd .button:insensitive {\n    border-color: shade(@osd_bg, 0.85);\n    background-color: shade(@osd_bg, 0.9);\n    background-image: none;\n}\n\n.osd.button:active *:insensitive,\n.osd .button:active *:insensitive {\n    background-color: shade(@osd_bg, 0.80);\n    background-image: none;\n}\n\n.osd.toolbar {\n    -GtkToolbar-button-relief: none;\n\n    padding: 4px;\n    border-width: 1px;\n    border-style: solid;\n    border-radius: 0px;\n    border-color: shade(@osd_bg, 0.8);\n    background-color: @osd_bg;\n    background-image: none;\n    color: @osd_fg;\n}\n\n.osd.toolbar .button {\n    padding: 4px 6px;\n    border-width: 0px;\n    border-style: solid;\n    border-color: shade(@osd_bg, 0.8);\n    border-radius: 0px;\n    background-color: @theme_bg_color;\n    background-image: none;\n    color: @theme_fg_color;\n}\n\n.osd.toolbar .button:hover {\n    border-color: shade(@osd_bg, 0.7);\n    background-color: shade(@osd_bg, 1.1);\n    background-image: none;\n    color: @osd_fg;\n}\n\n.osd.toolbar .button:active {\n    border-color: shade(@osd_bg, 0.95);\n    background-color: shade(@osd_bg, 0.95);\n    background-image: none;\n    color: @theme_selected_fg_color;\n}\n\n.osd.toolbar .button:active:hover {\n    border-color: shade(@osd_bg, 0.7);\n    color: @theme_selected_fg_color;\n}\n\n.osd.toolbar .button:focus,\n.osd.toolbar .button:hover:focus,\n.osd.toolbar .button:active:focus,\n.osd.toolbar .button:active:hover:focus {\n    border-color: shade(@osd_bg, 0.7);\n    color: shade(@theme_selected_fg_color, 1.25);\n}\n\n.osd.toolbar .button:insensitive {\n    border-color: shade(@osd_bg, 0.85);\n    background-color: shade(@osd_bg, 0.9);\n    background-image: none;\n}\n\n.osd.toolbar .button:active *:insensitive {\n    border-color: shade(@osd_bg, 0.75);\n    background-color: shade(@osd_bg, 0.80);\n    background-image: none;\n}\n\n.osd.toolbar .button:first-child {\n    border-radius: 0px 0 0 0px;\n    border-width: 1px 0 1px 1px;\n    box-shadow: inset -1px 0 shade(@osd_bg, 0.9);\n}\n\n.osd.toolbar .button:last-child {\n    box-shadow: none;\n    border-radius: 0 0px 0px 0;\n    border-width: 1px 1px 1px 0;\n}\n\n.osd.toolbar .button:only-child,\n.osd.toolbar GtkToolButton .button,\n.osd.toolbar GtkToolButton:only-child .button,\n.osd.toolbar GtkToolButton:last-child .button,\n.osd.toolbar GtkToolButton:first-child .button {\n    border-width: 1px;\n    border-radius: 0px;\n    border-style: solid;\n}\n\n.osd.toolbar .separator {\n    color: shade(@osd_bg, 0.9);\n}\n\n/* used by gnome-settings-daemon's media-keys OSD */\n.osd.trough {\n    background-color: shade(@osd_bg, 0.8);\n}\n\n.osd.progressbar {\n    background-color: @osd_fg;\n}\n\n.osd .scale.slider {\n    background-color: shade(@osd_bg, 1.08);\n    background-image: none;\n    /* we will draw the border using box shadow for now */\n    box-shadow: inset 1px 0 shade(@osd_bg, 0.8),\n                inset 0 1px shade(@osd_bg, 0.8),\n                inset -1px 0 shade(@osd_bg, 0.8),\n                inset 0 -1px shade(@osd_bg, 0.8);\n}\n\n.osd .scale.slider:hover {\n    box-shadow: inset 1px 0 shade(@osd_bg, 0.7),\n                inset 0 1px shade(@osd_bg, 0.7),\n                inset -1px 0 shade(@osd_bg, 0.7),\n                inset 0 -1px shade(@osd_bg, 0.7);\n}\n\n.osd .scale.slider:insensitive {\n    background-color: shade(@osd_bg, 0.9);\n    background-image: none;\n    box-shadow: inset 1px 0 shade(@osd_bg, 0.85),\n                inset 0 1px shade(@osd_bg, 0.85),\n                inset -1px 0 shade(@osd_bg, 0.85),\n                inset 0 -1px shade(@osd_bg, 0.85);\n}\n\n.osd .scale.trough {\n    border-color: shade(@osd_bg, 0.8);\n    background-color: shade(@osd_bg, 1.08);\n    background-image: none;\n}\n\n.osd .scale.trough.highlight {\n    border-color: @theme_selected_fg_color;\n    background-color: @theme_selected_fg_color;\n    background-image: none;\n}\n\n.osd .scale.trough:insensitive,\n.osd .scale.trough.highlight:insensitive {\n    border-color: shade(@osd_bg, 0.85);\n    background-color: shade(@osd_bg, 0.9);\n    background-image: none;\n}\n\n.osd GtkProgressBar,\nGtkProgressBar.osd {\n    padding: 0;\n    -GtkProgressBar-xspacing: 0;\n    -GtkProgressBar-yspacing: 2px;\n    -GtkProgressBar-min-horizontal-bar-height: 2px;\n}\n\n.osd GtkProgressBar.trough,\nGtkProgressBar.osd.trough {\n    padding: 0;\n    border-style: none;\n    border-radius: 0;\n    background-image: none;\n    background-color: transparent;\n}\n\n.osd GtkProgressBar.progressbar,\nGtkProgressBar.osd.progressbar {\n    border-style: none;\n    border-radius: 0;    \n    background-color: @theme_selected_fg_color;\n    background-image: none;\n}\n\n.osd .view,\n.osd.view {\n    background-color: @osd_base;\n}\n\n.osd .scrollbar.trough {\n    background-color: @osd_bg;\n}\n\n.osd .scrollbar.slider {\n    border-width: 1px;\n    border-color: mix(shade(@osd_base, 0.87), @osd_fg, 0.21);\n    border-radius: 0;\n    background-color: mix(@osd_base, @osd_fg, 0.21);\n}\n\n.osd .scrollbar.slider:hover {\n    border-color: mix(shade(@osd_base, 0.87), @osd_fg, 0.31);\n    background-color: mix(@osd_base, @osd_fg, 0.31);\n}\n\n.osd .scrollbar.slider:active {\n    border-color: shade(@theme_selected_fg_color, 0.9);\n    background-color: @theme_selected_fg_color;\n}\n\n.osd GtkIconView.cell:selected,\n.osd GtkIconView.cell:selected:focus {\n    background-color: transparent;\n    border-style: solid;\n    border-radius: 0px;\n    border-width: 3px;\n    border-color: @osd_fg;\n    outline-color: transparent;\n}\n\n/* used by Documents */\n.osd .page-thumbnail {\n    border-style: solid;\n    border-width: 1px;\n    border-color: shade(@osd_bg, 0.9);\n    /* when there's no pixbuf yet */\n    background-color: @osd_bg;\n}\n"
  },
  {
    "path": "gtk-3.0/widgets/popover.css",
    "content": "/************\n * popovers *\n ************/\nGtkPopover {\n    margin: 10px;\n    padding: 2px;\n    border-radius: 1px;\n    border-color: alpha (black, 0.25);\n    border-width: 1px;\n    border-style: solid;\n    background-clip: border-box;\n    background-color: @theme_bg_color;\n    color: @theme_fg_color;\n    box-shadow: 0 0 2px alpha(black, 0.75);\n}\n\n.popover {\n    box-shadow: alpha (#000, 0.15) 0 3px 3px;\n}\n\n.popover .button,\n.popover .button.flat,\n.popover .list-row.button {\n    transition: 100ms ease-in;\n    background-color: @theme_bg_color;\n    color: @theme_text_color;\n    border: solid 1px @theme_bg_color;\n}\n\n\n.popover .button.flat:hover,\n.popover .button:hover,\n.popover .list-row.button:hover,\n.popover .list-row.button.flat:hover {\n    transition: 100ms ease-in;\n    color: @menu_selected_fg_color;\n    border: solid 1px alpha (black, 0.15);\n    background-color: alpha(@theme_base_color, 0.5);\n}\n\n.popover > .list,\n.popover > .view,\n.popover > .toolbar {\n    background-color: transparent;\n}\n\n.popover.osd > .toolbar .button {\n    border-radius: 0;\n    border-width: 0;\n    background-image: none;\n    background-color: transparent;\n}\n\n.popover .separator {\n    border: 0;\n    background-color: transparent;\n    color: alpha(black, 0.1);\n    font-size: 80%;\n    font-weight: bold;\n}\n\n\n.popover .list-row.button:active,\n.popover .list-row.button:checked,\n.popover .list-row.button:active:hover,\n.popover .list-row.button:checked:hover {\n    color: shade(@theme_selected_fg_color, 0.92);\n    background-color: transparent;\n    border: none;\n}\n\nGtkModelButton.button,\nGtkModelButton.button:active,\nGtkModelButton.button:checked,\nGtkModelButton.button:insensitive,\nGtkModelButton.button:active:insensitive {\n    background-color: transparent;\n    background-image: none;\n    box-shadow: none;\n    color: @theme_fg_color;\n    border: none;\n}\n\nGtkModelButton.button:active:hover,\nGtkModelButton.button:checked:hover,\nGtkModelButton.button:hover,\nGtkModelButton.button:selected {\n    background-color: @theme_selected_bg_color;\n    background-image: none;\n    color: @menu_selected_fg_color;\n    border: none;\n}\n"
  },
  {
    "path": "gtk-3.0/widgets/progress-scale.css",
    "content": "/*************************\n * progressbar and scale *\n *************************/\nGtkScale,\nGtkProgressBar {\n    padding: 0;\n    border-width: 0px;\n    border-radius: 0;\n    border-style: solid;\n}\n\n.progressbar,\n.progressbar row,\n.progressbar row:hover,\n.progressbar row:selected,\n.progressbar row:selected:focus {\n    border-width: 0px;\n    border-style: solid;\n    border-color: shade(@theme_base_color, 0.9);\n    background-color: shade(@theme_selected_fg_color, 1.15);\n    background-image: none;\n}\n\n.progressbar.vertical {\n    background-color: @theme_selected_fg_color;\n    background-image: none;\n}\n\n.trough,\n.trough row,\n.trough row:hover,\n.trough row:selected,\n.trough row:selected:focus {\n    border-width: 3px;\n    border-style: solid;\n    border-color: shade(@theme_base_color, 0.9);\n    background-color: shade(@theme_base_color, 0.9);\n    background-image: none;\n}\n\n.trough.vertical {\n    background-color: shade(@theme_bg_color, 1.08);\n    background-image: none;\n}\n\n/* level bars as used for password quality or remaining power */\nGtkLevelBar {\n    -GtkLevelBar-min-block-width: 34;\n    -GtkLevelBar-min-block-height: 2;\n}\n\nGtkLevelBar.vertical {\n    -GtkLevelBar-min-block-width: 2;\n    -GtkLevelBar-min-block-height: 34;\n}\n\n.level-bar.trough {\n    padding: 1px;\n    border-radius: 0px;\n}\n\n.level-bar.fill-block {\n    border-width: 0px;\n    border-style: solid;\n    border-color: shade(@theme_selected_fg_color, 0.9);\n    background-color: @theme_selected_fg_color;\n}\n\n.level-bar.indicator-continuous.fill-block {\n    padding: 1px;\n    border-radius: 0px;\n}\n\n.level-bar.indicator-discrete.fill-block.horizontal {\n    margin: 0 1px;\n}\n\n.level-bar.indicator-discrete.fill-block.vertical {\n    margin: 1px 0;\n}\n\n/* discrete indicator border rounding,\n   uncomment when :nth-child will be working\n   on the widget\n\n.level-bar.indicator-discrete.fill-block.horizontal:first-child {\n    border-radius: 0px 0 0 0px;\n}\n\n.level-bar.indicator-discrete.fill-block.horizontal:last-child {\n    border-radius: 0 0px 0px 0;\n}\n\n.level-bar.indicator-discrete.fill-block.vertical:first-child {\n    border-radius: 0px 0px 0 0;\n}\n\n.level-bar.indicator-discrete.fill-block.vertical:last-child {\n    border-radius: 0 0 0px 0px;\n}\n*/\n\n.level-bar.fill-block.level-high {\n    border-color: shade(@success_color, 0.85);\n    background-image: linear-gradient(to bottom,\n                                      shade(@success_color, 1.2),\n                                      @success_color 75%,\n                                      shade(@success_color, 0.95)\n                                      );\n}\n\n.level-bar.fill-block.level-low {\n    border-color: shade(@warning_bg_color, 0.80);\n    background-image: linear-gradient(to bottom,\n                                      shade(@warning_bg_color, 1.3),\n                                      @warning_bg_color 75%,\n                                      shade(@warning_bg_color, 0.9)\n                                      );\n}\n\n.level-bar.fill-block.empty-fill-block {\n    border-color: alpha(@theme_fg_color, 0.1);\n    background-color: transparent;\n    background-image: none;\n}\n\nGtkScale {\n    -GtkRange-slider-width: 12;\n    -GtkRange-trough-border: 1;\n    -GtkScale-slider-length: 12;\n}\n\nGtkScale.vertical {\n    -GtkScale-slider-length: 12;\n}\n\nGtkScale.slider {    \n\n    border-radius: 15px; /*Slider handle*/\n    background-color: shade(@theme_selected_fg_color, 1.0);\n    background-image: none;\n}\n\nGtkScale.slider:hover {\n    background-color: shade(@theme_selected_fg_color, 1.09);\n}\n\nGtkScale.slider:insensitive {\n    background-color: shade(@theme_bg_color, 0.9);\n    background-image: none;\n}\n\nGtkScale.slider.vertical {\n    background-color: shade(@theme_selected_fg_color, 1.0);\n    background-image: none;\n}\n\nGtkScale.slider.vertical:insensitive {\n    background-color: shade(@theme_bg_color, 0.9);\n    background-image: none;\n}\n\nGtkScale.mark {\n    border-color: shade(@theme_bg_color, 0.8);\n}\n\nGtkScale.trough {\n    margin: 6px 0;\n    border-color: shade(@theme_bg_color, 0.8);\n    border-radius: 0;\n    background-color: shade(@theme_bg_color, 1.08);\n    background-image: none;\n}\n\nGtkScale.trough.vertical {\n    margin: 0 6px;\n    border-color: shade(@theme_bg_color, 0.8);\n    border-radius: 0;\n    background-color: shade(@theme_bg_color, 1.08);\n    background-image: none;\n}\n\n.menubar .menuitem .scale.highlight.left,\n.scale.highlight.left {\n    border-color: @theme_selected_fg_color;\n    background-color: @theme_selected_fg_color;\n    background-image: none;\n}   \n\n.menubar .menuitem .scale.highlight.left:hover {\n    border-color: shade(@theme_selected_fg_color, 0.8);\n    background-color: shade(@theme_selected_fg_color, 0.8);\n}\n\n.scale.highlight.bottom {\n    border-color: @theme_selected_fg_color;\n    background-color: @theme_selected_fg_color;\n    background-image: none;\n}\n\nGtkScale.trough:insensitive,\n.scale.highlight.left:insensitive {\n    border-color: shade(@theme_bg_color, 0.9);\n    background-color: shade(@theme_bg_color, 0.9);\n    background-image: none;\n}\n\nGtkScale.trough.vertical:insensitive,\n.scale.highlight.bottom:insensitive {\n    border-color: shade(@theme_bg_color, 0.9);\n    background-color: shade(@theme_bg_color, 0.9);\n    background-image: none;\n}\n"
  },
  {
    "path": "gtk-3.0/widgets/scrollbar.css",
    "content": "/*************\n * scrollbar *\n *************/\n.scrollbar {\n    border-width: 0px;\n    border-style: none;\n    padding: 0;\n}\n\n.scrollbars-junction,\n.scrollbar.trough {\n    border: solid 3px transparent;  \n    border-radius: 0;\n    background-color:  transparent;\n    background-image: none;\n}\n\n.scrollbar.button,\n.scrollbar.button:active,\n.scrollbar.button:active:hover {\n    border-width: 0;\n    border-radius: 0;\n    background-color: transparent;\n    background-image: none;\n    color: shade(@theme_bg_color, 0.6);\n}\n\n.scrollbar.slider {\n    padding: 10px;\n    border-width: 3px;\n    border-color: transparent;\n    border-radius: 0;\n    border-style: solid;\n    background-color: shade (alpha (mix (black, white, 0.6), 0.5), 0.75);\n}\n\n.scrollbar.slider:hover,\n.scrollbar.slider.vertical:hover {\n    background-color: alpha (mix(@theme_bg_color, @theme_fg_color, 0.4), 0.8);\n}\n\n.scrollbar.slider:active,\n.scrollbar.slider.vertical:active {\n    background-color: alpha(@theme_selected_fg_color, 0.8);\n}\n\n.scrollbar.slider.fine-tune:prelight:active {\n      background-size: 50%;\n      background-repeat: no-repeat;\n      background-position: center;\n}\n\n/* overlay scrollbar */\nOsThumb {\n    color: shade(@theme_bg_color, 0.7);\n}\n\nOsThumb:selected,\nOsScrollbar:selected {\n    background-color: @theme_selected_fg_color;\n}\n\nOsThumb:active,\nOsScrollbar:active {\n    background-color: @theme_selected_fg_color;\n}\n\nOsThumb:insensitive,\nOsScrollbar:insensitive {\n    background-color: shade(@theme_bg_color, 0.9);\n}\n\n"
  },
  {
    "path": "gtk-3.0/widgets/selection-mode.css",
    "content": "/******************\n * selection mode *\n ******************/\n.selection-mode.header-bar,\n.selection-mode.toolbar {\n    border-style: none;\n    background-color: shade (@wm_bg, 0.75);\n    background-image: none;\n    color: @theme_base_color;\n}\n\n.selection-mode.toolbar {\n    padding: 4px;\n}"
  },
  {
    "path": "gtk-3.0/widgets/separator.css",
    "content": "/*************\n * separator *\n *************/\n \n.sidebar.view.separator,\n.view.separator,\n.separator,\n.sidebar .view.separator {\n    color: shade(@theme_bg_color, 0.9);\n}\n\n.button .separator,\n.button.separator {\n    color: @button_bg_color;\n}\n\n.button .separator:insensitive,\n.button.separator:insensitive {\n    color: shade(@button_bg_color, 1.05);\n}\n\n.primary-toolbar GtkSeparatorToolItem,\n.primary-toolbar .separator,\n.primary-toolbar .separator:insensitive,\n.toolbar GtkSeparatorToolItem,\n.toolbar .separator,\n.toolbar .separator:insensitive,\n.header-bar GtkSeparatorToolItem,\n.header-bar .separator,\n.header-bar .separator:insensitive {\n    border-color: shade(@toolbar_bg_color, 0.87);\n    color: shade(@toolbar_bg_color, 0.87);\n}\n\n.primary-toolbar .button .separator,\n.primary-toolbar .button.separator,\n.toolbar .button .separator,\n.toolbar .button.separator,\n.header-bar .button .separator,\n.header-bar .button.separator {\n    border-color: shade(@toolbar_bg_color, 0.95);\n}\n\n.primary-toolbar .button .separator:insensitive,\n.primary-toolbar .button.separator:insensitive,\n.toolbar .button .separator:insensitive,\n.toolbar .button.separator:insensitive,\n.header-bar .button .separator:insensitive,\n.header-bar .button.separator:insensitive {\n    border-color: shade(@toolbar_bg_color, 0.85);\n}\n\n.menuitem.separator {\n    -GtkMenuItem-horizontal-padding: 0;\n    -GtkWidget-separator-height: 1;\n\n    border-style: none;\n    color: shade(@menu_bg_color, 0.9);\n}\n\nGtkComboBox .separator {\n    border-style: none;\n\n    /* always disable separators */\n    -GtkWidget-wide-separators: true;\n    -GtkWidget-horizontal-separator: 0;\n    -GtkWidget-vertical-separator: 0;\n}\n\n"
  },
  {
    "path": "gtk-3.0/widgets/sidebar.css",
    "content": "/***********\n * sidebar *\n ***********/\n.sidebar,\n.sidebar.view,\n.sidebar .view {\n    background-color: shade(@theme_bg_color, 0.98);\n    color: @theme_fg_color;\n}\n\n.sidebar .image:selected {\n    color: @theme_fg_color;\n}\n\n.sidebar .image:selected:focus,\n.sidebar .image:selected:hover {\n    color: @theme_selected_fg_color;\n}\n\n.sidebar .cell:selected,\n.sidebar .cell:selected:focus {\n    color: @theme_selected_fg_color;\n}\n\n.sidebar .frame {\n    border-width: 0;\n}\n\n.sidebar-button {\n    border: none;\n    background-color: transparent;\n    color: @theme_fg_color;\n    box-shadow: none;\n    border-radius: 2px;\n}\n\n.sidebar-button:hover {\n    background-color: transparent;\n    color: @theme_selected_fg_color;\n}\n\n.sidebar-button:active,\n.sidebar-button:active:hover,\n.sidebar-button:checked {\n    background-color: transparent;\n    color: shade(@theme_selected_fg_color, 0.87);\n}\n\n.sidebar-row {\n    border-top: solid 1px @theme_bg_color;\n    border-bottom: solid 1px @theme_bg_color;    \n}\n\n.sidebar-row:selected {\n    background-color: alpha (@theme_base_color, 0.75);\n    border-top: solid 1px alpha (black, 0.07);\n    border-bottom: solid 1px alpha (black, 0.1);\n    box-shadow: 0 1px alpha (black, 0.03);\n}\n"
  },
  {
    "path": "gtk-3.0/widgets/spinbutton.css",
    "content": "/**************\n * spinbutton *\n **************/\n.spinbutton.entry {\n    padding: 3px 8px;\n    border-top-right-radius: 0;\n    border-bottom-right-radius: 0;\n    border-right-width: 0;\n}\n\n.spinbutton.button {\n    padding: 4px;\n    border-style: none;\n    border-radius: 0;\n    background-color: transparent;\n    color: @theme_fg_color;\n}\n\n.spinbutton.button:active {\n    transition: 500ms linear;\n    border-style: none;\n    border-radius: 0;\n    background-color: transparent;\n    color: shade(@theme_selected_fg_color, 0.85);\n}\n\n.spinbutton.button:hover {\n    transition: all 500ms linear;\n    border-style: none;\n    border-radius: 0;\n    color: @theme_selected_fg_color;\n}\n\n.spinbutton.button:insensitive {\n    border-color: alpha(@theme_bg_color, 0.01);\n    color: mix(@theme_fg_color, @theme_bg_color, 0.5);\n}\n\n.spinbutton.button {\n    border-radius: 0;\n    border-style: solid;\n    border-width: 0;\n}\n\n.spinbutton.button:first-child {\n    border-radius: 0;\n    border-top-right-radius: 0;\n    border-bottom-right-radius: 0;\n    border-left-width: 1px;\n    border-left-color: shade(@theme_bg_color, 0.8);\n    border-style: solid;\n}\n\n.spinbutton.button:last-child {\n    border-radius: 0;\n    border-bottom-left-radius: 0;\n    border-top-left-radius: 0;\n    border-right-width: 1px;\n    border-right-color: shade(@theme_bg_color, 0.82);\n    border-style: solid;\n}\n\n.spinbutton.vertical .button:first-child {\n    border-width: 1px;\n    border-bottom-width: 0;\n    border-radius: 0;\n    border-bottom-right-radius: 0;\n    border-bottom-left-radius: 0;\n    border: solid 1px shade(@theme_bg_color, 0.82);\n    border-bottom: none;    \n}\n\n.spinbutton.vertical .button:last-child {\n    border-width: 1px;\n    border-top-width: 0;\n    border-radius: 0;\n    border-top-left-radius: 0;\n    border-top-right-radius: 0;\n    border: solid 1px shade(@theme_bg_color, 0.82);\n    border-top: none;  \n}\n\n.spinbutton.vertical.entry {\n    border-width: 1px;\n    border-style: solid;\n    border-radius: 0;\n}\n"
  },
  {
    "path": "gtk-3.0/widgets/spinner.css",
    "content": "\n@keyframes spin {\n  to {\n    -gtk-icon-transform: rotate(1turn); \n  }     \n}\n\n.spinner {\n  background-image: none;\n  background-color: blue;\n  opacity: 0;\n  -gtk-icon-source: -gtk-icontheme(\"process-working-symbolic\"); \n}\n  \n.spinner:active {\n    opacity: 1;\n    animation: spin 1s linear infinite; \n} \n\n.spinner:active:insensitive {\n    opacity: 0.5; \n}\n"
  },
  {
    "path": "gtk-3.0/widgets/switch.css",
    "content": "/**********\n * Switch *\n **********/\nGtkSwitch {\n  font: 1;\n  -GtkSwitch-slider-width: 26;\n  -GtkSwitch-slider-height: 24;\n  outline-color: transparent;\n  transition: all 500ms linear; \n  background-size: 52px 24px;\n}\n\n\nGtkSwitch.trough {\n    background-repeat: no-repeat;\n    background-position: center center;\n    color: transparent;\n    background-color: transparent;\n    border-color: transparent;\n    border-image: none;\n    border-style: none;\n    box-shadow: none; \n}\n\nGtkSwitch.slider {\n    background-size: 14px 14px;\n    background-repeat: no-repeat;\n    background-position: center center;\n    color: transparent;\n    background-color: transparent;\n    border-color: transparent;\n    border-image: none;\n    border-style: none;\n    box-shadow: none; \n}\n\nGtkSwitch.trough:dir(rtl), GtkSwitch.slider:dir(rtl) {\n      background-position: left center; \n}\n"
  },
  {
    "path": "gtk-3.0/widgets/toolbar.css",
    "content": "/***********\n * toolbar *\n ***********/\n.toolbar {\n    padding: 5px;\n    border-style: none;\n    background-color: @toolbar_bg_color;\n    background-image: none;\n}\n\n/* primary-toolbar */\n.primary-toolbar,\n.primary-toolbar .toolbar,\n.primary-toolbar.toolbar {\n    -GtkWidget-window-dragging: true;\n\n    padding: 5px;\n    border-width: 0 0 1px 0;\n    border-style: solid;\n    border-color: shade(@toolbar_bg_color, 0.8);\n    background-color: transparent;\n    background-image: none;\n    color: @toolbar_fg_color;\n}\n\n.primary-toolbar GtkComboBox,\n.primary-toolbar .button {\n    padding: 6px;\n    border-width: 1px;\n    border-style: solid;\n    border-color: transparent;\n    border-radius: 0;\n    background-color: transparent;\n    background-image: none;\n    color: @toolbar_fg_color;\n}\n\n.toolbar .button {\n    padding: 4px 4px;\n    border-radius: 0px;\n    icon-shadow: none;\n    color: @toolbar_fg_color;\n}\n\n.primary-toolbar .raised .button,\n.primary-toolbar .raised.button,\n.toolbar GtkComboBox,\n.toolbar .button,\nGthEmbeddedDialog .button {\n    padding: 5px 5px;\n    border-color: shade(@toolbar_bg_color, 0.85);\n    background-color: transparent;\n    background-image: none;\n    color: @toolbar_fg_color;\n}\n\n.primary-toolbar .raised .button:hover,\n.primary-toolbar .raised.button:hover,\n.primary-toolbar .button:hover,\n.toolbar .button:hover {\n    transition: 300ms linear;\n    border-color: alpha(@dark_shadow, 0.25);\n    background-color: transparent;\n    background-image: none;\n    color: @theme_selected_fg_color;\n}\n\nGthEmbeddedDialog .button:hover {\n    color: @theme_selected_fg_color;\n    background-color: @toolbar_bg_color;\n}\n\nGthEmbeddedDialog .button:active,\nGthEmbeddedDialog .button:active:focus {\n    border-color: shade(@toolbar_bg_color, 0.75);\n    background-color: transparent;\n    color: @theme_selected_fg_color;\n    background-image: none;\n}\n\n.primary-toolbar .raised .button:active,\n.primary-toolbar .raised.button:active\n{\n    transition: 200ms linear;\n    border-radius: 0px;\n    border-color: alpha(#000, 0.35);\n    background-color: transparent;\n    color: @theme_selected_fg_color;\n    background-image: none;\n}\n\n.primary-toolbar .button:active,\n.toolbar .button:active {\n    transition: 150ms linear;\n    border-radius: 0px;\n    border-color: alpha(#000, 0.35);\n    background-color: transparent;\n    color: @theme_selected_fg_color;\n    background-image: none;\n}\n\n.primary-toolbar .button:active:hover,\n.toolbar .button:active:hover {\n    border-color: shade(@toolbar_bg_color, 0.7);\n    color: shade(@theme_selected_fg_color, 1.25);\n}\n\n.primary-toolbar .button:focus,\n.primary-toolbar .button:hover:focus,\n.primary-toolbar .button:active:focus,\n.primary-toolbar .button:active:hover:focus,\n.toolbar .button:focus,\n.toolbar .button:hover:focus,\n.toolbar .button:active:focus,\n.toolbar .button:active:hover:focus {\n    transition: 200ms linear;\n    border-color: alpha(#000, 0.35);\n    color: shade(@theme_selected_fg_color, 1.25);\n}\n\n.primary-toolbar .button:insensitive,\n.toolbar .button:insensitive {\n    border-color: shade(@toolbar_bg_color, 0.9);\n    background-color: shade(@toolbar_bg_color, 1.0);\n    background-image: none;\n}\n\n.primary-toolbar .button:active:insensitive,\n.toolbar .button:active:insensitive {\n    border-color: shade(@toolbar_bg_color, 0.9);\n    background-color: shade(@toolbar_bg_color, 1.0);\n    background-image: none;\n}\n\n.primary-toolbar GtkSeparatorToolItem,\n.primary-toolbar .separator,\n.primary-toolbar .separator:insensitive {\n    border-color: shade(@toolbar_bg_color, 0.9);\n}\n\n/* inline-toolbar */\n.inline-toolbar.toolbar {\n    -GtkToolbar-button-relief: normal;\n\n    padding: 4px;\n    border-width: 1px;\n    border-style: solid;\n    border-color: shade(@theme_bg_color, 0.93);\n    border-radius: 0;\n    background-color: shade(@theme_bg_color, 1.07);\n    background-image: none;\n}\n\n.inline-toolbar.toolbar:last-child {\n    border-width: 0 1px 1px 1px;\n    border-color: shade(@theme_bg_color, 0.8);\n    border-radius: 0;\n}\n\n.inline-toolbar.toolbar .separator {\n    border-color: transparent;\n}\n\n.inline-toolbar.toolbar .button {\n    padding: 1px;\n    border-width: 1px 0 1px 1px;\n    border-style: none;\n    border-color: shade(@theme_bg_color, 0.8);\n    border-radius: 0;\n    background-color: transparent;\n    background-image: none;\n    color: @theme_fg_color;\n}\n\n.inline-toolbar.toolbar .button:hover {\n    border-color: shade(@theme_bg_color, 0.7);\n    background-color: transparent;\n    background-image: none;\n    color: @theme_selected_fg_color;\n}\n\n.inline-toolbar.toolbar .button:active {\n    border-color: shade(@theme_bg_color, 0.8);\n    background-color: shade(@theme_bg_color, 0.95);\n    background-image: none;\n}\n\n.inline-toolbar.toolbar .button:active:hover {\n    border-color: shade(@theme_bg_color, 0.7);\n    color: shade(@theme_fg_color, 0.7);\n}\n\n.inline-toolbar.toolbar .button:focus,\n.inline-toolbar.toolbar .button:hover:focus,\n.inline-toolbar.toolbar .button:active:focus,\n.inline-toolbar.toolbar .button:active:hover:focus {\n    border-color: shade(@theme_bg_color, 0.7);\n    color: shade(@theme_fg_color, 0.7);\n}\n\n.inline-toolbar.toolbar .button *:insensitive,\n.inline-toolbar.toolbar GtkToolButton .button:insensitive {\n    background-color: shade(@theme_bg_color, 1.07);\n    background-image: none;\n}\n\n/* middle button */\n.primary-toolbar .button.raised.linked,\n.primary-toolbar .button.raised.linked:active,\n.primary-toolbar .button.raised.linked:focus,\n.primary-toolbar .button.raised.linked:focus:active,\n.primary-toolbar .button.raised.linked:insensitive,\n.primary-toolbar .raised.linked .button,\n.primary-toolbar .raised.linked .button:active,\n.primary-toolbar .raised.linked .button:focus,\n.primary-toolbar .raised.linked .button:focus:active,\n.primary-toolbar .raised.linked .button:insensitive,\n.inline-toolbar.toolbar .button,\n.inline-toolbar.toolbar .button:active,\n.inline-toolbar.toolbar .button:focus,\n.inline-toolbar.toolbar .button:focus:active,\n.inline-toolbar.toolbar .button:insensitive,\n.inline-toolbar.toolbar GtkToolButton .button,\n.inline-toolbar.toolbar GtkToolButton .button:active,\n.inline-toolbar.toolbar GtkToolButton .button:focus,\n.inline-toolbar.toolbar GtkToolButton .button:focus:active,\n.inline-toolbar.toolbar GtkToolButton .button:insensitive {\n    border-width: 1px;\n    border-right-width: 0px;\n    border-left-width: 0px;\n    border-radius: 0;\n    background-color: transparent;\n}\n\n/* leftmost button */\n.primary-toolbar .button.raised.linked:first-child,\n.primary-toolbar .button.raised.linked:active:first-child,\n.primary-toolbar .button.raised.linked:focus:first-child,\n.primary-toolbar .button.raised.linked:focus:active:first-child,\n.primary-toolbar .button.raised.linked:insensitive:first-child,\n.primary-toolbar .raised.linked .button:first-child,\n.primary-toolbar .raised.linked .button:active:first-child,\n.primary-toolbar .raised.linked .button:focus:first-child,\n.primary-toolbar .raised.linked .button:focus:active:first-child,\n.primary-toolbar .raised.linked .button:insensitive:first-child,\n.inline-toolbar.toolbar .button:first-child,\n.inline-toolbar.toolbar .button:active:first-child,\n.inline-toolbar.toolbar .button:focus:first-child,\n.inline-toolbar.toolbar .button:focus:active:first-child,\n.inline-toolbar.toolbar .button:insensitive:first-child,\n.inline-toolbar.toolbar GtkToolButton:first-child .button,\n.inline-toolbar.toolbar GtkToolButton:first-child .button:active,\n.inline-toolbar.toolbar GtkToolButton:first-child .button:focus,\n.inline-toolbar.toolbar GtkToolButton:first-child .button:focus:active,\n.inline-toolbar.toolbar GtkToolButton:first-child .button:insensitive {\n    border-width: 1px;\n    border-right-width: 0px;\n    border-radius: 0;\n    border-top-right-radius: 0;\n    border-bottom-right-radius: 0;\n}\n\n/* rightmost button */\n.primary-toolbar .button.raised.linked:last-child,\n.primary-toolbar .button.raised.linked:active:last-child,\n.primary-toolbar .button.raised.linked:focus:last-child,\n.primary-toolbar .button.raised.linked:focus:active:last-child,\n.primary-toolbar .button.raised.linked:insensitive:last-child,\n.primary-toolbar .raised.linked .button:last-child,\n.primary-toolbar .raised.linked .button:active:last-child,\n.primary-toolbar .raised.linked .button:focus:last-child,\n.primary-toolbar .raised.linked .button:focus:active:last-child,\n.primary-toolbar .raised.linked .button:insensitive:last-child,\n.inline-toolbar.toolbar .button:last-child,\n.inline-toolbar.toolbar .button:active:last-child,\n.inline-toolbar.toolbar .button:focus:last-child,\n.inline-toolbar.toolbar .button:focus:active:last-child,\n.inline-toolbar.toolbar .button:insensitive:last-child,\n.inline-toolbar.toolbar GtkToolButton:last-child .button,\n.inline-toolbar.toolbar GtkToolButton:last-child .button:active,\n.inline-toolbar.toolbar GtkToolButton:last-child .button:focus,\n.inline-toolbar.toolbar GtkToolButton:last-child .button:focus:active,\n.inline-toolbar.toolbar GtkToolButton:last-child .button:insensitive {\n    border-width: 1px;\n    border-left-width: 0px;\n    border-radius: 0;\n    border-bottom-left-radius: 0;\n    border-top-left-radius: 0;\n}\n\n/* single button */\n.primary-toolbar.toolbar .button:only-child,\n.primary-toolbar.toolbar .button:active:only-child,\n.primary-toolbar.toolbar .button:focus:only-child,\n.primary-toolbar.toolbar .button:focus:active:only-child,\n.primary-toolbar.toolbar .button:insensitive:only-child,\n.primary-toolbar.toolbar GtkToolButton:only-child .button,\n.primary-toolbar.toolbar GtkToolButton:only-child .button:active,\n.primary-toolbar.toolbar GtkToolButton:only-child .button:focus,\n.primary-toolbar.toolbar GtkToolButton:only-child .button:focus:active,\n.primary-toolbar.toolbar GtkToolButton:only-child .button:insensitive,\n.inline-toolbar.toolbar .button:only-child,\n.inline-toolbar.toolbar .button:active:only-child,\n.inline-toolbar.toolbar .button:focus:only-child,\n.inline-toolbar.toolbar .button:focus:active:only-child,\n.inline-toolbar.toolbar .button:insensitive:only-child,\n.inline-toolbar.toolbar GtkToolButton:only-child .button,\n.inline-toolbar.toolbar GtkToolButton:only-child .button:active,\n.inline-toolbar.toolbar GtkToolButton:only-child .button:focus,\n.inline-toolbar.toolbar GtkToolButton:only-child .button:focus:active,\n.inline-toolbar.toolbar GtkToolButton:only-child .button:insensitive {\n    border-width: 1px;\n    border-radius: 0;\n}\n"
  },
  {
    "path": "index.theme",
    "content": "[Desktop Entry]\nType=X-GNOME-Metatheme\nName=Iris\nComment=A flat and light theme with a modern look\nEncoding=UTF-8\n\n[X-GNOME-Metatheme]\nGtkTheme=Iris\nMetacityTheme=Iris\nButtonLayout=:minimize,maximize,close\n"
  },
  {
    "path": "metacity-1/metacity-theme-3.xml",
    "content": "<?xml version=\"1.0\"?>\n<metacity_theme>\n<info>\n\t<name>Iris</name>\n\t<author>Aporva Varshney</author>\n\t<copyright>Aporva Varshney </copyright>\n\t<date>2012</date>\n\t<description>Iris window border theme for Metacity</description>\n</info>\n\n<!-- meaningfull constants -->\n\n<constant name=\"C_border_focused\" value=\"gtk:custom(wm_bg,#fafafa)\" />\n<constant name=\"C_border_unfocused\" value=\"gtk:custom(wm_bg,#fafafa)\" />\n<constant name=\"C_titlebar_focused_hilight\" value=\"gtk:custom(wm_bg,gtk:base[NORMAL])\" />\n<constant name=\"C_titlebar_unfocused\" value=\"gtk:custom(wm_border_unfocused,gtk:base[NORMAL])\" />\n<constant name=\"C_title_focused\" value=\"gtk:custom(wm_title_focused,gtk:fg[NORMAL])\" />\n<constant name=\"C_title_focused_hilight\" value=\"gtk:custom(wm_bg,gtk:fg[NORMAL])\" />\n<constant name=\"C_title_focused_hilight_dark\" value=\"gtk:custom(wm_bg,gtk:fg[NORMAL])\" />\n<constant name=\"C_title_unfocused\" value=\"gtk:custom(wm_title_unfocused,gtk:fg[INSENSITIVE])\" />\n<!-- color of the button icons -->\n<constant name=\"C_icons_focused\" value=\"gtk:custom(wm_title_focused,gtk:fg[NORMAL])\" />\n<constant name=\"C_icons_pressed\" value=\"gtk:text[SELECTED]\" />\n<constant name=\"C_max_prelight\" value=\"blend/#fa4a3e/gtk:bg[NORMAL]/0.0\" />\n<constant name=\"C_icons_unfocused\" value=\"blend/gtk:text[NORMAL]/gtk:bg[NORMAL]/0.5\" />\n<constant name=\"C_icons_unfocused_prelight\" value=\"blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.3\" />\n<constant name=\"C_icons_unfocused_pressed\" value=\"blend/#000000/gtk:bg[NORMAL]/0.7\" />\n<constant name=\"C_icons_shadow\" value=\"gtk:custom(wm_title_shadow,gtk:base[NORMAL])\" />\n<constant name=\"C_separator\" value=\"blend/#000000/gtk:bg[NORMAL]/0.9\" />\n<constant name=\"D_icons_unfocused_offset\" value=\"0\" /> <!-- offset of the unfocused icons -->\n<constant name=\"D_icons_shrink\" value=\"2\" /> <!-- increasing this value makes the icons in buttons smaller -->\n<constant name=\"D_icons_grow\" value=\"0\" /> <!-- increasing this value makes the icons in buttons bigger -->\n<!-- geometries -->\n\n<frame_geometry name=\"normal\" title_scale=\"medium\" rounded_top_left=\"false\" rounded_top_right=\"false\">\n\t<distance name=\"left_width\" value=\"1\" />\n\t<distance name=\"right_width\" value=\"1\" />\n\t<distance name=\"bottom_height\" value=\"1\" />\n\t<distance name=\"left_titlebar_edge\" value=\"1\"/>\n\t<distance name=\"right_titlebar_edge\" value=\"1\"/>\n\t<distance name=\"title_vertical_pad\" value=\"14\"/>\n\t<border name=\"title_border\" left=\"10\" right=\"10\" top=\"0\" bottom=\"2\"/>\n\t<border name=\"button_border\" left=\"0\" right=\"0\" top=\"1\" bottom=\"0\"/>\n\t<aspect_ratio name=\"button\" value=\"1\"/>\n</frame_geometry>\n\n<frame_geometry name=\"normal_unfocused\" title_scale=\"medium\" rounded_top_left=\"false\" rounded_top_right=\"false\" parent=\"normal\">\n\t<distance name=\"left_titlebar_edge\" value=\"1\"/>\n\t<distance name=\"right_titlebar_edge\" value=\"1\"/>\n</frame_geometry>\n\n<frame_geometry name=\"max\" title_scale=\"medium\" parent=\"normal\" rounded_top_left=\"false\" rounded_top_right=\"false\">\n\t<distance name=\"left_width\" value=\"0\" />\n\t<distance name=\"right_width\" value=\"0\" />\n\t<distance name=\"left_titlebar_edge\" value=\"1\"/>\n\t<distance name=\"right_titlebar_edge\" value=\"1\"/>\n\t<distance name=\"title_vertical_pad\" value=\"13\"/> <!-- \n\t\t\t\t\t\t\tThis needs to be 1 less then the\n\t\t\t\t\t\t\ttitle_vertical_pad on normal state\n\t\t\t\t\t\t\tor you'll have bigger buttons \t\t\t\t\t\t\t\t-->\n\t<border name=\"title_border\" left=\"10\" right=\"10\" top=\"1\" bottom=\"2\"/>\n\t<border name=\"button_border\" left=\"0\" right=\"0\" top=\"0\" bottom=\"0\"/>\n\t<distance name=\"bottom_height\" value=\"0\" />\n</frame_geometry>\n\n<frame_geometry name=\"tiled_left\" title_scale=\"medium\" rounded_top_left=\"false\" rounded_top_right=\"false\" parent=\"max\">\n\t<distance name=\"right_width\" value=\"0\" />\n</frame_geometry>\n\n<frame_geometry name=\"tiled_right\" title_scale=\"medium\" rounded_top_left=\"false\" rounded_top_right=\"false\" parent=\"max\">\n\t<distance name=\"left_width\" value=\"1\" />\n</frame_geometry>\n\n<frame_geometry name=\"small\" title_scale=\"small\" parent=\"normal\" rounded_top_left=\"false\" rounded_top_right=\"false\">\n\t<distance name=\"title_vertical_pad\" value=\"7\"/>\n\t<border name=\"title_border\" left=\"10\" right=\"10\" top=\"0\" bottom=\"1\"/>\n\t<border name=\"button_border\" left=\"0\" right=\"0\" top=\"0\" bottom=\"2\"/>\n</frame_geometry>\n\n<frame_geometry name=\"small_unfocused\" parent=\"small\">\n\t<distance name=\"left_titlebar_edge\" value=\"1\"/>\n\t<distance name=\"right_titlebar_edge\" value=\"1\"/>\n</frame_geometry>\n\n<frame_geometry name=\"nobuttons\" hide_buttons=\"true\" parent=\"normal\">\n</frame_geometry>\n\n<frame_geometry name=\"border\" has_title=\"false\" rounded_top_left=\"false\" rounded_top_right=\"false\" parent=\"normal\" >\n\t<distance name=\"left_width\" value=\"1\" />\n\t<distance name=\"right_width\" value=\"1\" />\n\t<distance name=\"bottom_height\" value=\"1\" />\n\t<border name=\"title_border\" left=\"10\" right=\"10\" top=\"0\" bottom=\"0\" />\n\t<border name=\"button_border\" left=\"0\" right=\"0\" top=\"0\" bottom=\"0\"/>\n\t<distance name=\"title_vertical_pad\" value=\"1\" />\n</frame_geometry>\n\n<frame_geometry name=\"borderless\" has_title=\"false\" rounded_top_left=\"false\" rounded_top_right=\"false\" parent=\"normal\" >\n\t<distance name=\"left_width\" value=\"0\" />\n\t<distance name=\"right_width\" value=\"0\" />\n\t<distance name=\"bottom_height\" value=\"0\" />\n\t<distance name=\"title_vertical_pad\" value=\"0\" />\n\t<border name=\"button_border\" left=\"0\" right=\"0\" top=\"0\" bottom=\"0\"/>\n\t<border name=\"title_border\" left=\"0\" right=\"0\" top=\"0\" bottom=\"0\" />\n</frame_geometry>\n\n<frame_geometry name=\"modal\" title_scale=\"small\" hide_buttons=\"true\" rounded_top_left=\"false\" rounded_top_right=\"false\" parent=\"small\">\n\t<distance name=\"title_vertical_pad\" value=\"5\"/>\n</frame_geometry>\n\n<frame_geometry name=\"attached\" title_scale=\"medium\" hide_buttons=\"true\" rounded_top_left=\"false\" rounded_top_right=\"false\" rounded_bottom_left=\"false\" rounded_bottom_right=\"false\" parent=\"normal\">\n\t<distance name=\"title_vertical_pad\" value=\"9\"/>\n\t<distance name=\"bottom_height\" value=\"4\"/>\n\t<distance name=\"left_width\" value=\"4\"/>\n\t<distance name=\"right_width\" value=\"4\"/>\n</frame_geometry>\n\n<!-- drawing operations -->\n\n\t<!-- title -->\n\n<draw_ops name=\"title_focused\">\n\t<title version=\"< 3.1\"\n               x=\"(0 `max` ((width - title_width) / 2))\"\n               y=\"(0 `max` ((height - title_height) / 2)) + 2\"\n               color=\"C_title_focused_hilight\" />\n\t<title version=\"< 3.1\"\n               x=\"(0 `max` ((width - title_width) / 2))\"\n               y=\"(0 `max` ((height - title_height) / 2))\"\n               color=\"C_title_focused_hilight_dark\" />\n\t<title version=\"< 3.1\"\n               x=\"(0 `max` ((width - title_width) / 2))\"\n               y=\"(0 `max` ((height - title_height) / 2)) + 1\"\n               color=\"C_title_focused\" />\n\t<title version=\">= 3.1\"\n               x=\"(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))\"\n               y=\"(0 `max` ((height - title_height) / 2)) + 2\"\n               ellipsize_width=\"width\"\n               color=\"C_title_focused_hilight\" />\n\t<title version=\">= 3.1\"\n               x=\"(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))\"\n               y=\"(0 `max` ((height - title_height) / 2))\"\n               ellipsize_width=\"width\"\n               color=\"C_title_focused_hilight_dark\" />\n\t<title version=\">= 3.1\"\n               x=\"(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))\"\n               y=\"(0 `max` ((height - title_height) / 2)) + 1\"\n               ellipsize_width=\"width\"\n               color=\"C_title_focused\" />\n</draw_ops>\n\n<draw_ops name=\"title_unfocused\">\n\t<title version=\"< 3.1\"\n               x=\"(0 `max` ((width - title_width) / 2))\"\n               y=\"(0 `max` ((height - title_height) / 2)) + 1\"\n               color=\"C_title_unfocused\"/>\n\t<title version=\">= 3.1\"\n               x=\"(0 `max` ((frame_x_center - title_width/2) `min` (width - title_width)))\"\n               y=\"(0 `max` ((height - title_height) / 2)) + 1\"\n               ellipsize_width=\"width\"\n               color=\"C_title_unfocused\"/>\n</draw_ops>\n\n\t<!-- window decorations -->\n\n<draw_ops name=\"entire_background_focused\">\n\t<rectangle color=\"gtk:bg[NORMAL]\" x=\"0\" y=\"0\" width=\"width\" height=\"height\" filled=\"true\" />\n</draw_ops>\n\n<draw_ops name=\"entire_background_unfocused\">\n\t<include name=\"entire_background_focused\" />\n</draw_ops>\n\n<draw_ops name=\"titlebar_fill_focused\">\n\t<gradient type=\"vertical\" x=\"0\" y=\"0\" width=\"width\" height=\"height\">\n\t\t<color value=\"gtk:custom(wm_bg,gtk:bg[NORMAL])\" />\n\t\t<color value=\"gtk:custom(wm_bg,gtk:bg[NORMAL])\" />\n\t</gradient>\n</draw_ops>\n\n\n<draw_ops name=\"titlebar_fill_unfocused\">\n\t<rectangle color=\"C_titlebar_unfocused\" x=\"0\" y=\"0\" width=\"width\" height=\"height\" filled=\"true\" />\n</draw_ops>\n\n<draw_ops name=\"hilight\">\n\t<line x1=\"0\" y1=\"1\" x2=\"width-1\" y2=\"1\" color=\"C_titlebar_focused_hilight\" />\n\t<gradient type=\"vertical\" x=\"1\" y=\"1\" width=\"1\" height=\"height-4\">\n\t\t<color value=\"C_titlebar_focused_hilight\" />\n\t\t<color value=\"blend/gtk:bg[NORMAL]/#000000/0.03\" />\n\t</gradient>\n</draw_ops>\n\n<draw_ops name=\"rounded_hilight\">\n\t<line x1=\"5\" y1=\"1\" x2=\"width-6\" y2=\"1\" color=\"C_titlebar_focused_hilight\" />\n\t<arc color=\"C_titlebar_focused_hilight\" x=\"1\" y=\"1\" width=\"7\" height=\"7\"  start_angle=\"270\" extent_angle=\"90\" />\n\t<arc color=\"C_titlebar_focused_hilight\" x=\"width-10\" y=\"1\" width=\"9\" height=\"7\"  start_angle=\"0\" extent_angle=\"90\" />\n\t<gradient type=\"vertical\" x=\"1\" y=\"5\" width=\"1\" height=\"height-9\">\n\t\t<color value=\"C_titlebar_focused_hilight\" />\n\t\t<color value=\"C_titlebar_focused_hilight\" />\n\t</gradient>\n</draw_ops>\n\n<draw_ops name=\"titlebar_focused\">\n\t<include name=\"titlebar_fill_focused\" />\n\t<include name=\"hilight\" />\n</draw_ops>\n\n<draw_ops name=\"rounded_titlebar_focused\">\n\t<include name=\"titlebar_fill_focused\" />\n\t<include name=\"rounded_hilight\" />\n</draw_ops>\n\n<draw_ops name=\"rounded_titlebar_focused_alt\">\n\t<include name=\"titlebar_fill_focused\" />\n\t<include name=\"rounded_hilight\" />\n</draw_ops>\n\n<draw_ops name=\"border_focused\">\n\t<rectangle color=\"C_border_focused\" x=\"0\" y=\"0\" width=\"width-1\" height=\"height-1\" filled=\"false\" />\n</draw_ops>\n\n<draw_ops name=\"border_unfocused\">\n\t<rectangle color=\"C_border_unfocused\" x=\"0\" y=\"0\" width=\"width-1\" height=\"height-1\" filled=\"false\" />\n</draw_ops>\n\n<draw_ops name=\"rounded_border_focused\">\n\t<line color=\"C_border_focused\" x1=\"4\" y1=\"0\" x2=\"width-5\" y2=\"0\" />\n\t<line color=\"C_border_focused\" x1=\"0\" y1=\"height-1\" x2=\"width-1\" y2=\"height-1\" />\n\t<line color=\"C_border_focused\" x1=\"0\" y1=\"4\" x2=\"0\" y2=\"height-2\" />\n\t<line color=\"C_border_focused\" x1=\"width-1\" y1=\"4\" x2=\"width-1\" y2=\"height-2\" />\n\t<arc color=\"C_border_focused\" x=\"0\" y=\"0\" width=\"9\" height=\"9\"  start_angle=\"270\" extent_angle=\"90\" />\n\t<arc color=\"C_border_focused\" x=\"width-10\" y=\"0\" width=\"9\" height=\"9\"  start_angle=\"0\" extent_angle=\"90\" />\n\t<!-- double arcs for darker borders -->\n\t<arc color=\"C_border_focused\" x=\"0\" y=\"0\" width=\"9\" height=\"9\"  start_angle=\"270\" extent_angle=\"90\" />\n\t<arc color=\"C_border_focused\" x=\"width-10\" y=\"0\" width=\"9\" height=\"9\"  start_angle=\"0\" extent_angle=\"90\" />\n</draw_ops>\n\n<draw_ops name=\"rounded_border_unfocused\">\n\t<line color=\"C_border_unfocused\" x1=\"4\" y1=\"0\" x2=\"width-5\" y2=\"0\" />\n\t<line color=\"C_border_unfocused\" x1=\"0\" y1=\"height-1\" x2=\"width-1\" y2=\"height-1\" />\n\t<line color=\"C_border_unfocused\" x1=\"0\" y1=\"4\" x2=\"0\" y2=\"height-2\" />\n\t<line color=\"C_border_unfocused\" x1=\"width-1\" y1=\"4\" x2=\"width-1\" y2=\"height-2\" />\n\t<arc color=\"C_border_unfocused\" x=\"0\" y=\"0\" width=\"9\" height=\"9\"  start_angle=\"270\" extent_angle=\"90\" />\n\t<arc color=\"C_border_unfocused\" x=\"width-10\" y=\"0\" width=\"9\" height=\"9\"  start_angle=\"0\" extent_angle=\"90\" />\n\n\t<!-- double arcs for darker borders -->\n\t<arc color=\"C_border_unfocused\" x=\"0\" y=\"0\" width=\"9\" height=\"9\"  start_angle=\"270\" extent_angle=\"90\" />\n\t<arc color=\"C_border_unfocused\" x=\"width-10\" y=\"0\" width=\"9\" height=\"9\"  start_angle=\"0\" extent_angle=\"90\" />\n</draw_ops>\n\n\n\n<draw_ops name=\"border_left_focused\">\n\t<line\n\t\tx1=\"0\" y1=\"0\" \n\t\tx2=\"0\" y2=\"height\" \n\t\tcolor=\"C_border_focused\" />\n</draw_ops>\n\n<draw_ops name=\"border_left_unfocused\">\n\t<line\n\t\tx1=\"0\" y1=\"0\" \n\t\tx2=\"0\" y2=\"height\" \n\t\tcolor=\"C_border_unfocused\" />\n</draw_ops>\n\n\t<!-- button icons-->\n\n\n<draw_ops name=\"close_shadow_focused\">\n\t<line\n\t\tx1=\"(width-width%3)/3+D_icons_shrink-D_icons_grow\" y1=\"(height-height%3)/3+D_icons_shrink-D_icons_grow\" \n\t\tx2=\"width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow\" y2=\"height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow\" \n\t\tcolor=\"C_icons_shadow\" />\n\t<line\n\t\tx1=\"(width-width%3)/3+1+D_icons_shrink-D_icons_grow\" y1=\"(height-height%3)/3+D_icons_shrink-D_icons_grow\"\n\t\tx2=\"width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow\" y2=\"height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow\"\n\t\tcolor=\"C_icons_shadow\" />\n\t<line \n\t\tx1=\"(width-width%3)/3+D_icons_shrink-D_icons_grow\" y1=\"(height-height%3)/3+1+D_icons_shrink-D_icons_grow\"\n\t\tx2=\"width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow\" y2=\"height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow\"\n\t\tcolor=\"C_icons_shadow\" />\n\t<line \n\t\tx1=\"width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow\" y1=\"(height-height%3)/3+D_icons_shrink-D_icons_grow\"\n\t\tx2=\"(width-width%3)/3+D_icons_shrink-D_icons_grow\" y2=\"height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow\"\n\t\tcolor=\"C_icons_shadow\" />\n\t<line \n\t\tx1=\"width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow\" y1=\"(height-height%3)/3+D_icons_shrink-D_icons_grow\"\n\t\tx2=\"(width-width%3)/3+D_icons_shrink-D_icons_grow\" y2=\"height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow\"\n\t\tcolor=\"C_icons_shadow\" />\n\t<line \n\t\tx1=\"width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow\" y1=\"(height-height%3)/3+1+D_icons_shrink-D_icons_grow\"\n\t\tx2=\"(width-width%3)/3+1+D_icons_shrink-D_icons_grow\" y2=\"height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow\"\n\t\tcolor=\"C_icons_shadow\" />\n</draw_ops>\n\n<draw_ops name=\"close_glyph_pressed\">\n\t<line\n\t\tx1=\"(width-width%3)/3+D_icons_shrink-D_icons_grow\" y1=\"(height-height%3)/3+D_icons_shrink-D_icons_grow\" \n\t\tx2=\"width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow\" y2=\"height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow\" \n\t\tcolor=\"gtk:text[SELECTED]\" />\n\t<line\n\t\tx1=\"(width-width%3)/3+1+D_icons_shrink-D_icons_grow\" y1=\"(height-height%3)/3+D_icons_shrink-D_icons_grow\"\n\t\tx2=\"width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow\" y2=\"height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow\"\n\t\tcolor=\"gtk:text[SELECTED]\" />\n\t<line \n\t\tx1=\"(width-width%3)/3+D_icons_shrink-D_icons_grow\" y1=\"(height-height%3)/3+1+D_icons_shrink-D_icons_grow\"\n\t\tx2=\"width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow\" y2=\"height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow\"\n\t\tcolor=\"gtk:text[SELECTED]\" />\n\t<line \n\t\tx1=\"width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow\" y1=\"(height-height%3)/3+D_icons_shrink-D_icons_grow\"\n\t\tx2=\"(width-width%3)/3+D_icons_shrink-D_icons_grow\" y2=\"height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow\"\n\t\tcolor=\"gtk:text[SELECTED]\" />\n\t<line \n\t\tx1=\"width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow\" y1=\"(height-height%3)/3+D_icons_shrink-D_icons_grow\"\n\t\tx2=\"(width-width%3)/3+D_icons_shrink-D_icons_grow\" y2=\"height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow\"\n\t\tcolor=\"gtk:text[SELECTED]\" />\n\t<line \n\t\tx1=\"width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow\" y1=\"(height-height%3)/3+1+D_icons_shrink-D_icons_grow\"\n\t\tx2=\"(width-width%3)/3+1+D_icons_shrink-D_icons_grow\" y2=\"height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow\"\n\t\tcolor=\"gtk:text[SELECTED]\" />\n</draw_ops>\n\n<draw_ops name=\"close_glyph_prelight\">\n\t<line\n\t\tx1=\"(width-width%3)/3+D_icons_shrink-D_icons_grow\" y1=\"(height-height%3)/3+D_icons_shrink-D_icons_grow\" \n\t\tx2=\"width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow\" y2=\"height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow\" \n\t\tcolor=\"gtk:text[SELECTED]\" />\n\t<line\n\t\tx1=\"(width-width%3)/3+1+D_icons_shrink-D_icons_grow\" y1=\"(height-height%3)/3+D_icons_shrink-D_icons_grow\"\n\t\tx2=\"width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow\" y2=\"height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow\"\n\t\tcolor=\"gtk:text[SELECTED]\" />\n\t<line \n\t\tx1=\"(width-width%3)/3+D_icons_shrink-D_icons_grow\" y1=\"(height-height%3)/3+1+D_icons_shrink-D_icons_grow\"\n\t\tx2=\"width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow\" y2=\"height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow\"\n\t\tcolor=\"gtk:text[SELECTED]\" />\n\t<line \n\t\tx1=\"width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow\" y1=\"(height-height%3)/3+D_icons_shrink-D_icons_grow\"\n\t\tx2=\"(width-width%3)/3+D_icons_shrink-D_icons_grow\" y2=\"height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow\"\n\t\tcolor=\"gtk:text[SELECTED]\" />\n\t<line \n\t\tx1=\"width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow\" y1=\"(height-height%3)/3+D_icons_shrink-D_icons_grow\"\n\t\tx2=\"(width-width%3)/3+D_icons_shrink-D_icons_grow\" y2=\"height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow\"\n\t\tcolor=\"gtk:text[SELECTED]\" />\n\t<line \n\t\tx1=\"width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow\" y1=\"(height-height%3)/3+1+D_icons_shrink-D_icons_grow\"\n\t\tx2=\"(width-width%3)/3+1+D_icons_shrink-D_icons_grow\" y2=\"height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow\"\n\t\tcolor=\"gtk:text[SELECTED]\" />\n</draw_ops>\n\n<draw_ops name=\"close_glyph_focused\">\n\t<line\n\t\tx1=\"(width-width%3)/3+D_icons_shrink-D_icons_grow\" y1=\"(height-height%3)/3+D_icons_shrink-D_icons_grow\" \n\t\tx2=\"width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow\" y2=\"height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow\" \n\t\tcolor=\"C_icons_focused\" />\n\t<line\n\t\tx1=\"(width-width%3)/3+1+D_icons_shrink-D_icons_grow\" y1=\"(height-height%3)/3+D_icons_shrink-D_icons_grow\"\n\t\tx2=\"width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow\" y2=\"height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow\"\n\t\tcolor=\"C_icons_focused\" />\n\t<line \n\t\tx1=\"(width-width%3)/3+D_icons_shrink-D_icons_grow\" y1=\"(height-height%3)/3+1+D_icons_shrink-D_icons_grow\"\n\t\tx2=\"width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow\" y2=\"height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow\"\n\t\tcolor=\"C_icons_focused\" />\n\t<line \n\t\tx1=\"width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow\" y1=\"(height-height%3)/3+D_icons_shrink-D_icons_grow\"\n\t\tx2=\"(width-width%3)/3+D_icons_shrink-D_icons_grow\" y2=\"height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow\"\n\t\tcolor=\"C_icons_focused\" />\n\t<line \n\t\tx1=\"width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow\" y1=\"(height-height%3)/3+D_icons_shrink-D_icons_grow\"\n\t\tx2=\"(width-width%3)/3+D_icons_shrink-D_icons_grow\" y2=\"height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow\"\n\t\tcolor=\"C_icons_focused\" />\n\t<line \n\t\tx1=\"width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow\" y1=\"(height-height%3)/3+1+D_icons_shrink-D_icons_grow\"\n\t\tx2=\"(width-width%3)/3+1+D_icons_shrink-D_icons_grow\" y2=\"height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow\"\n\t\tcolor=\"C_icons_focused\" />\n</draw_ops>\n\n<draw_ops name=\"close_focused\">\n\t<!--<include name=\"close_shadow_focused\" y=\"1\" />-->\n\t<include name=\"close_glyph_focused\" />\n\n</draw_ops>\n\n<draw_ops name=\"close_focused_pressed\">\n\t<include name=\"close_glyph_pressed\" y=\"0\" />\n</draw_ops>\n\n<draw_ops name=\"close_focused_prelight\">\n\t<!--<include name=\"close_shadow_focused\" y=\"1\" />-->\n\t<include name=\"close_glyph_prelight\" />\n</draw_ops>\n\n<draw_ops name=\"close_glyph_unfocused\">\n\t<line\n\t\tx1=\"(width-width%3)/3+D_icons_shrink-D_icons_grow\" y1=\"(height-height%3)/3+D_icons_shrink-D_icons_grow\" \n\t\tx2=\"width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow\" y2=\"height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow\" \n\t\tcolor=\"C_icons_unfocused\" />\n\t<line\n\t\tx1=\"(width-width%3)/3+1+D_icons_shrink-D_icons_grow\" y1=\"(height-height%3)/3+D_icons_shrink-D_icons_grow\"\n\t\tx2=\"width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow\" y2=\"height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow\"\n\t\tcolor=\"C_icons_unfocused\" />\n\t<line \n\t\tx1=\"(width-width%3)/3+D_icons_shrink-D_icons_grow\" y1=\"(height-height%3)/3+1+D_icons_shrink-D_icons_grow\"\n\t\tx2=\"width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow\" y2=\"height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow\"\n\t\tcolor=\"C_icons_unfocused\" />\n\t<line \n\t\tx1=\"width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow\" y1=\"(height-height%3)/3+D_icons_shrink-D_icons_grow\"\n\t\tx2=\"(width-width%3)/3+D_icons_shrink-D_icons_grow\" y2=\"height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow\"\n\t\tcolor=\"C_icons_unfocused\" />\n\t<line \n\t\tx1=\"width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow\" y1=\"(height-height%3)/3+D_icons_shrink-D_icons_grow\"\n\t\tx2=\"(width-width%3)/3+D_icons_shrink-D_icons_grow\" y2=\"height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow\"\n\t\tcolor=\"C_icons_unfocused\" />\n\t<line \n\t\tx1=\"width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow\" y1=\"(height-height%3)/3+1+D_icons_shrink-D_icons_grow\"\n\t\tx2=\"(width-width%3)/3+1+D_icons_shrink-D_icons_grow\" y2=\"height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow\"\n\t\tcolor=\"C_icons_unfocused\" />\n</draw_ops>\n\n<draw_ops name=\"close_unfocused\">\n\t<include name=\"close_glyph_unfocused\" y=\"D_icons_unfocused_offset\" />\n\t<include name=\"close_glyph_unfocused\" y=\"D_icons_unfocused_offset\" />\n</draw_ops>\n\n<draw_ops name=\"close_glyph_unfocused_prelight\">\n\t<line\n\t\tx1=\"(width-width%3)/3+D_icons_shrink-D_icons_grow\" y1=\"(height-height%3)/3+D_icons_shrink-D_icons_grow\" \n\t\tx2=\"width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow\" y2=\"height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow\" \n\t\tcolor=\"C_icons_unfocused_prelight\" />\n\t<line\n\t\tx1=\"(width-width%3)/3+1+D_icons_shrink-D_icons_grow\" y1=\"(height-height%3)/3+D_icons_shrink-D_icons_grow\"\n\t\tx2=\"width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow\" y2=\"height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow\"\n\t\tcolor=\"C_icons_unfocused_prelight\" />\n\t<line \n\t\tx1=\"(width-width%3)/3+D_icons_shrink-D_icons_grow\" y1=\"(height-height%3)/3+1+D_icons_shrink-D_icons_grow\"\n\t\tx2=\"width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow\" y2=\"height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow\"\n\t\tcolor=\"C_icons_unfocused_prelight\" />\n\t<line \n\t\tx1=\"width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow\" y1=\"(height-height%3)/3+D_icons_shrink-D_icons_grow\"\n\t\tx2=\"(width-width%3)/3+D_icons_shrink-D_icons_grow\" y2=\"height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow\"\n\t\tcolor=\"C_icons_unfocused_prelight\" />\n\t<line \n\t\tx1=\"width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow\" y1=\"(height-height%3)/3+D_icons_shrink-D_icons_grow\"\n\t\tx2=\"(width-width%3)/3+D_icons_shrink-D_icons_grow\" y2=\"height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow\"\n\t\tcolor=\"C_icons_unfocused_prelight\" />\n\t<line \n\t\tx1=\"width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow\" y1=\"(height-height%3)/3+1+D_icons_shrink-D_icons_grow\"\n\t\tx2=\"(width-width%3)/3+1+D_icons_shrink-D_icons_grow\" y2=\"height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow\"\n\t\tcolor=\"C_icons_unfocused_prelight\" />\n</draw_ops>\n\n<draw_ops name=\"close_unfocused_prelight\">\n\t<include name=\"close_glyph_unfocused_prelight\" y=\"D_icons_unfocused_offset\" />\n\t<include name=\"close_glyph_unfocused_prelight\" y=\"D_icons_unfocused_offset\" />\n</draw_ops>\n\n<draw_ops name=\"close_glyph_unfocused_pressed\">\n\t<line\n\t\tx1=\"(width-width%3)/3+D_icons_shrink-D_icons_grow\" y1=\"(height-height%3)/3+D_icons_shrink-D_icons_grow\" \n\t\tx2=\"width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow\" y2=\"height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow\" \n\t\tcolor=\"C_icons_unfocused_pressed\" />\n\t<line\n\t\tx1=\"(width-width%3)/3+1+D_icons_shrink-D_icons_grow\" y1=\"(height-height%3)/3+D_icons_shrink-D_icons_grow\"\n\t\tx2=\"width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow\" y2=\"height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow\"\n\t\tcolor=\"C_icons_unfocused_pressed\" />\n\t<line \n\t\tx1=\"(width-width%3)/3+D_icons_shrink-D_icons_grow\" y1=\"(height-height%3)/3+1+D_icons_shrink-D_icons_grow\"\n\t\tx2=\"width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow\" y2=\"height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow\"\n\t\tcolor=\"C_icons_unfocused_pressed\" />\n\t<line \n\t\tx1=\"width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow\" y1=\"(height-height%3)/3+D_icons_shrink-D_icons_grow\"\n\t\tx2=\"(width-width%3)/3+D_icons_shrink-D_icons_grow\" y2=\"height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow\"\n\t\tcolor=\"C_icons_unfocused_pressed\" />\n\t<line \n\t\tx1=\"width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow\" y1=\"(height-height%3)/3+D_icons_shrink-D_icons_grow\"\n\t\tx2=\"(width-width%3)/3+D_icons_shrink-D_icons_grow\" y2=\"height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow\"\n\t\tcolor=\"C_icons_unfocused_pressed\" />\n\t<line \n\t\tx1=\"width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow\" y1=\"(height-height%3)/3+1+D_icons_shrink-D_icons_grow\"\n\t\tx2=\"(width-width%3)/3+1+D_icons_shrink-D_icons_grow\" y2=\"height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow\"\n\t\tcolor=\"C_icons_unfocused_pressed\" />\n</draw_ops>\n\n<draw_ops name=\"close_unfocused_pressed\">\n\t<include name=\"close_glyph_unfocused_pressed\" y=\"D_icons_unfocused_offset\" />\n\t<include name=\"close_glyph_unfocused_pressed\" y=\"D_icons_unfocused_offset\" />\n</draw_ops>\n\n<draw_ops name=\"maximize_glyph_focused\">\n\t<rectangle \n\t\tx=\"(width-width%3)/3+D_icons_shrink-D_icons_grow\" y=\"(height-height%3)/3+D_icons_shrink-D_icons_grow\"\n\t\twidth=\"width-2*(width-width%3)/3-1-2*D_icons_shrink+2*D_icons_grow\" height=\"height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow\" \n\t\tcolor=\"C_icons_focused\" />\n\t<rectangle \n\t\tx=\"(width-width%3)/3+1+D_icons_shrink-D_icons_grow\" y=\"(height-height%3)/3+1+D_icons_shrink-D_icons_grow\"\n\t\twidth=\"width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow\" height=\"height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow\" \n\t\tcolor=\"C_icons_focused\" />\n</draw_ops>\n\n<draw_ops name=\"maximize_glyph_pressed\">\n\t<rectangle \n\t\tx=\"(width-width%3)/3+D_icons_shrink-D_icons_grow\" y=\"(height-height%3)/3+D_icons_shrink-D_icons_grow\"\n\t\twidth=\"width-2*(width-width%3)/3-1-2*D_icons_shrink+2*D_icons_grow\" height=\"height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow\" \n\t\tcolor=\"C_max_prelight\" />\n\t<rectangle \n\t\tx=\"(width-width%3)/3+1+D_icons_shrink-D_icons_grow\" y=\"(height-height%3)/3+1+D_icons_shrink-D_icons_grow\"\n\t\twidth=\"width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow\" height=\"height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow\" \n\t\tcolor=\"C_max_prelight\" />\n</draw_ops>\n\n<draw_ops name=\"maximize_glyph_prelight\">\n\t<rectangle \n\t\tx=\"(width-width%3)/3+D_icons_shrink-D_icons_grow\" y=\"(height-height%3)/3+D_icons_shrink-D_icons_grow\"\n\t\twidth=\"width-2*(width-width%3)/3-1-2*D_icons_shrink+2*D_icons_grow\" height=\"height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow\" \n\t\tcolor=\"C_max_prelight\" />\n\t<rectangle \n\t\tx=\"(width-width%3)/3+1+D_icons_shrink-D_icons_grow\" y=\"(height-height%3)/3+1+D_icons_shrink-D_icons_grow\"\n\t\twidth=\"width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow\" height=\"height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow\" \n\t\tcolor=\"C_max_prelight\" />\n</draw_ops>\n\n<draw_ops name=\"maximize_shadow_focused\">\n\t<rectangle \n\t\tx=\"(width-width%3)/3+D_icons_shrink-D_icons_grow\" y=\"(height-height%3)/3+D_icons_shrink-D_icons_grow\"\n\t\twidth=\"width-2*(width-width%3)/3-1-2*D_icons_shrink+2*D_icons_grow\" height=\"height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow\" \n\t\tcolor=\"C_icons_shadow\" />\n\t<rectangle \n\t\tx=\"(width-width%3)/3+1+D_icons_shrink-D_icons_grow\" y=\"(height-height%3)/3+1+D_icons_shrink-D_icons_grow\"\n\t\twidth=\"width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow\" height=\"height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow\" \n\t\tcolor=\"C_icons_shadow\" />\n</draw_ops>\n\n<draw_ops name=\"maximize_focused\">\n\t<!--<include name=\"maximize_shadow_focused\" y=\"1\" />-->\n\t<include name=\"maximize_glyph_focused\" />\n</draw_ops>\n\n<draw_ops name=\"maximize_focused_pressed\">\n\t<include name=\"maximize_glyph_pressed\" y=\"0\" />\n</draw_ops>\n\n<draw_ops name=\"maximize_focused_prelight\">\n\t<!--<include name=\"maximize_shadow_focused\" y=\"1\" />-->\n\t<include name=\"maximize_glyph_prelight\" />\n</draw_ops>\n\n<draw_ops name=\"maximize_glyph_unfocused\">\n\t<rectangle \n\t\tx=\"(width-width%3)/3+D_icons_shrink-D_icons_grow\" y=\"(height-height%3)/3+D_icons_shrink-D_icons_grow\"\n\t\twidth=\"width-2*(width-width%3)/3-1-2*D_icons_shrink+2*D_icons_grow\" height=\"height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow\" \n\t\tcolor=\"C_icons_unfocused\" />\n\t<rectangle \n\t\tx=\"(width-width%3)/3+1+D_icons_shrink-D_icons_grow\" y=\"(height-height%3)/3+1+D_icons_shrink-D_icons_grow\"\n\t\twidth=\"width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow\" height=\"height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow\" \n\t\tcolor=\"C_icons_unfocused\" />\n</draw_ops>\n\n<draw_ops name=\"maximize_unfocused\">\n\t<include name=\"maximize_glyph_unfocused\" y=\"D_icons_unfocused_offset\" />\n</draw_ops>\n\n<draw_ops name=\"maximize_glyph_unfocused_prelight\">\n\t<rectangle \n\t\tx=\"(width-width%3)/3+D_icons_shrink-D_icons_grow\" y=\"(height-height%3)/3+D_icons_shrink-D_icons_grow\"\n\t\twidth=\"width-2*(width-width%3)/3-1-2*D_icons_shrink+2*D_icons_grow\" height=\"height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow\" \n\t\tcolor=\"C_icons_unfocused_prelight\" />\n\t<rectangle \n\t\tx=\"(width-width%3)/3+1+D_icons_shrink-D_icons_grow\" y=\"(height-height%3)/3+1+D_icons_shrink-D_icons_grow\"\n\t\twidth=\"width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow\" height=\"height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow\" \n\t\tcolor=\"C_icons_unfocused_prelight\" />\n</draw_ops>\n\n<draw_ops name=\"maximize_unfocused_prelight\">\n\t<include name=\"maximize_glyph_unfocused_prelight\" y=\"D_icons_unfocused_offset\" />\n</draw_ops>\n\n<draw_ops name=\"maximize_glyph_unfocused_pressed\">\n\t<rectangle \n\t\tx=\"(width-width%3)/3+D_icons_shrink-D_icons_grow\" y=\"(height-height%3)/3+D_icons_shrink-D_icons_grow\"\n\t\twidth=\"width-2*(width-width%3)/3-1-2*D_icons_shrink+2*D_icons_grow\" height=\"height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow\" \n\t\tcolor=\"C_icons_unfocused_pressed\" />\n\t<rectangle \n\t\tx=\"(width-width%3)/3+1+D_icons_shrink-D_icons_grow\" y=\"(height-height%3)/3+1+D_icons_shrink-D_icons_grow\"\n\t\twidth=\"width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow\" height=\"height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow\" \n\t\tcolor=\"C_icons_unfocused_pressed\" />\n</draw_ops>\n\n<draw_ops name=\"maximize_unfocused_pressed\">\n\t<include name=\"maximize_glyph_unfocused_pressed\" y=\"D_icons_unfocused_offset\" />\n</draw_ops>\n\n<draw_ops name=\"minimize_glyph_focused\">\n\t<rectangle \n\t\tx=\"(width-width%3)/3+1+D_icons_shrink-D_icons_grow\" y=\"height-(height-height%3)/3-3-D_icons_shrink+D_icons_grow\" \n\t\twidth=\"width-2*(width-width%3)/3-2-2*D_icons_shrink+2*D_icons_grow\" height=\"2\" filled=\"true\"\n\t\tcolor=\"C_icons_focused\" />\n</draw_ops>\n\n<draw_ops name=\"minimize_glyph_pressed\">\n\t<rectangle \n\t\tx=\"(width-width%3)/3+1+D_icons_shrink-D_icons_grow\" y=\"height-(height-height%3)/3-3-D_icons_shrink+D_icons_grow\" \n\t\twidth=\"width-2*(width-width%3)/3-2-2*D_icons_shrink+2*D_icons_grow\" height=\"2\" filled=\"true\"\n\t\tcolor=\"C_icons_pressed\" />\n</draw_ops>\n\n<draw_ops name=\"minimize_glyph_prelight\">\n\t<rectangle \n\t\tx=\"(width-width%3)/3+1+D_icons_shrink-D_icons_grow\" y=\"height-(height-height%3)/3-3-D_icons_shrink+D_icons_grow\" \n\t\twidth=\"width-2*(width-width%3)/3-2-2*D_icons_shrink+2*D_icons_grow\" height=\"2\" filled=\"true\"\n\t\tcolor=\"C_icons_pressed\" />\n</draw_ops>\n\n<draw_ops name=\"minimize_shadow_focused\">\n\t<rectangle \n\t\tx=\"(width-width%3)/3+1+D_icons_shrink-D_icons_grow\" y=\"height-(height-height%3)/3-3-D_icons_shrink+D_icons_grow\" \n\t\twidth=\"width-2*(width-width%3)/3-2-2*D_icons_shrink+2*D_icons_grow\" height=\"2\" filled=\"true\"\n\t\tcolor=\"C_icons_shadow\" />\n</draw_ops>\n\n<draw_ops name=\"minimize_focused\">\n\t<!--<include name=\"minimize_shadow_focused\" y=\"2\" />-->\n\t<include name=\"minimize_glyph_focused\" />\n</draw_ops>\n\n<draw_ops name=\"minimize_focused_pressed\">\n\t<include name=\"minimize_glyph_pressed\" y=\"0\" />\n</draw_ops>\n\n<draw_ops name=\"minimize_focused_prelight\">\n\t<!--<include name=\"minimize_shadow_focused\" y=\"1\" />-->\n\t<include name=\"minimize_glyph_prelight\" />\n</draw_ops>\n\n<draw_ops name=\"minimize_glyph_unfocused\">\n\t<rectangle \n\t\tx=\"(width-width%3)/3+1+D_icons_shrink-D_icons_grow\" y=\"height-(height-height%3)/3-3-D_icons_shrink+D_icons_grow\" \n\t\twidth=\"width-2*(width-width%3)/3-2-2*D_icons_shrink+2*D_icons_grow\" height=\"2\" filled=\"true\"\n\t\tcolor=\"C_icons_unfocused\" />\n</draw_ops>\n\n<draw_ops name=\"minimize_unfocused\">\n\t<include name=\"minimize_glyph_unfocused\" y=\"D_icons_unfocused_offset\" />\n</draw_ops>\n\n<draw_ops name=\"minimize_glyph_unfocused_prelight\">\n\t<rectangle \n\t\tx=\"(width-width%3)/3+1+D_icons_shrink-D_icons_grow\" y=\"height-(height-height%3)/3-3-D_icons_shrink+D_icons_grow\" \n\t\twidth=\"width-2*(width-width%3)/3-2-2*D_icons_shrink+2*D_icons_grow\" height=\"2\" filled=\"true\"\n\t\tcolor=\"C_icons_unfocused_prelight\" />\n</draw_ops>\n\n<draw_ops name=\"minimize_unfocused_prelight\">\n\t<include name=\"minimize_glyph_unfocused_prelight\" y=\"D_icons_unfocused_offset\" />\n</draw_ops>\n\n<draw_ops name=\"minimize_glyph_unfocused_pressed\">\n\t<rectangle \n\t\tx=\"(width-width%3)/3+1+D_icons_shrink-D_icons_grow\" y=\"height-(height-height%3)/3-3-D_icons_shrink+D_icons_grow\" \n\t\twidth=\"width-2*(width-width%3)/3-2-2*D_icons_shrink+2*D_icons_grow\" height=\"2\" filled=\"true\"\n\t\tcolor=\"C_icons_unfocused_pressed\" />\n</draw_ops>\n\n<draw_ops name=\"minimize_unfocused_pressed\">\n\t<include name=\"minimize_glyph_unfocused_pressed\" y=\"D_icons_unfocused_offset\" />\n</draw_ops>\n\n<draw_ops name=\"menu_glyph_focused\">\n\t<rectangle \n\t\tx=\"(width-width%3)/3+1+D_icons_shrink-D_icons_grow\" y=\"(height-height%3)/3+D_icons_shrink-D_icons_grow\" \n\t\twidth=\"width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow\" height=\"height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow\" \n\t\tcolor=\"C_icons_focused\" />\n\t<rectangle \n\t\tx=\"(width-width%3)/3+2+D_icons_shrink-D_icons_grow\" y=\"(height-height%3)/3+1+D_icons_shrink-D_icons_grow\" \n\t\twidth=\"width-2*(width-width%3)/3-5-2*D_icons_shrink+2*D_icons_grow\" height=\"height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow\" \n\t\tcolor=\"C_icons_focused\" />\n\t<rectangle \n\t\tx=\"(width-width%3)/3+4+D_icons_shrink-D_icons_grow\" y=\"height/2-1-D_icons_shrink+D_icons_grow\" \n\t\twidth=\"width-2*(width-width%3)/3-8-2*D_icons_shrink+2*D_icons_grow\" height=\"2\" filled=\"true\"\n\t\tcolor=\"C_icons_focused\" />\n</draw_ops>\n\n<draw_ops name=\"menu_shadow_focused\">\n\t<rectangle \n\t\tx=\"(width-width%3)/3+1+D_icons_shrink-D_icons_grow\" y=\"(height-height%3)/3+D_icons_shrink-D_icons_grow\" \n\t\twidth=\"width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow\" height=\"height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow\" \n\t\tcolor=\"C_icons_shadow\" />\n\t<rectangle \n\t\tx=\"(width-width%3)/3+2+D_icons_shrink-D_icons_grow\" y=\"(height-height%3)/3+1+D_icons_shrink-D_icons_grow\" \n\t\twidth=\"width-2*(width-width%3)/3-5-2*D_icons_shrink+2*D_icons_grow\" height=\"height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow\" \n\t\tcolor=\"C_icons_shadow\" />\n\t<rectangle \n\t\tx=\"(width-width%3)/3+4+D_icons_shrink-D_icons_grow\" y=\"height/2-1-D_icons_shrink+D_icons_grow\" \n\t\twidth=\"width-2*(width-width%3)/3-8-2*D_icons_shrink+2*D_icons_grow\" height=\"2\" filled=\"true\"\n\t\tcolor=\"C_icons_shadow\" />\n</draw_ops>\n\n<draw_ops name=\"menu_focused\">\n\t<!--<include name=\"menu_shadow_focused\" y=\"1\" />-->\n\t<include name=\"menu_glyph_focused\" />\n</draw_ops>\n\n<draw_ops name=\"menu_focused_pressed\">\n\t<include name=\"menu_glyph_focused\" />\n</draw_ops>\n\n<draw_ops name=\"menu_glyph_unfocused\">\n\t<rectangle \n\t\tx=\"(width-width%3)/3+1+D_icons_shrink-D_icons_grow\" y=\"(height-height%3)/3+D_icons_shrink-D_icons_grow\" \n\t\twidth=\"width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow\" height=\"height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow\" \n\t\tcolor=\"C_icons_unfocused\" />\n\t<rectangle \n\t\tx=\"(width-width%3)/3+2+D_icons_shrink-D_icons_grow\" y=\"(height-height%3)/3+1+D_icons_shrink-D_icons_grow\" \n\t\twidth=\"width-2*(width-width%3)/3-5-2*D_icons_shrink+2*D_icons_grow\" height=\"height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow\" \n\t\tcolor=\"C_icons_unfocused\" />\n\t<rectangle \n\t\tx=\"(width-width%3)/3+4+D_icons_shrink-D_icons_grow\" y=\"height/2-1-D_icons_shrink+D_icons_grow\" \n\t\twidth=\"width-2*(width-width%3)/3-8-2*D_icons_shrink+2*D_icons_grow\" height=\"2\" filled=\"true\"\n\t\tcolor=\"C_icons_unfocused\" />\n</draw_ops>\n\n<draw_ops name=\"menu_unfocused\">\n\t<include name=\"menu_glyph_unfocused\" y=\"D_icons_unfocused_offset\" />\n</draw_ops>\n\n<draw_ops name=\"menu_glyph_unfocused_prelight\">\n\t<rectangle \n\t\tx=\"(width-width%3)/3+1+D_icons_shrink-D_icons_grow\" y=\"(height-height%3)/3+D_icons_shrink-D_icons_grow\" \n\t\twidth=\"width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow\" height=\"height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow\" \n\t\tcolor=\"C_icons_unfocused_prelight\" />\n\t<rectangle \n\t\tx=\"(width-width%3)/3+2+D_icons_shrink-D_icons_grow\" y=\"(height-height%3)/3+1+D_icons_shrink-D_icons_grow\" \n\t\twidth=\"width-2*(width-width%3)/3-5-2*D_icons_shrink+2*D_icons_grow\" height=\"height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow\" \n\t\tcolor=\"C_icons_unfocused_prelight\" />\n\t<rectangle \n\t\tx=\"(width-width%3)/3+4+D_icons_shrink-D_icons_grow\" y=\"height/2-1-D_icons_shrink+D_icons_grow\" \n\t\twidth=\"width-2*(width-width%3)/3-8-2*D_icons_shrink+2*D_icons_grow\" height=\"2\" filled=\"true\"\n\t\tcolor=\"C_icons_unfocused_prelight\" />\n</draw_ops>\n\n<draw_ops name=\"menu_unfocused_prelight\">\n\t<include name=\"menu_glyph_unfocused_prelight\" y=\"D_icons_unfocused_offset\" />\n</draw_ops>\n\n<draw_ops name=\"menu_glyph_unfocused_pressed\">\n\t<rectangle \n\t\tx=\"(width-width%3)/3+1+D_icons_shrink-D_icons_grow\" y=\"(height-height%3)/3+D_icons_shrink-D_icons_grow\" \n\t\twidth=\"width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow\" height=\"height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow\" \n\t\tcolor=\"C_icons_unfocused_pressed\" />\n\t<rectangle \n\t\tx=\"(width-width%3)/3+2+D_icons_shrink-D_icons_grow\" y=\"(height-height%3)/3+1+D_icons_shrink-D_icons_grow\" \n\t\twidth=\"width-2*(width-width%3)/3-5-2*D_icons_shrink+2*D_icons_grow\" height=\"height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow\" \n\t\tcolor=\"C_icons_unfocused_pressed\" />\n\t<rectangle \n\t\tx=\"(width-width%3)/3+4+D_icons_shrink-D_icons_grow\" y=\"height/2-1-D_icons_shrink+D_icons_grow\" \n\t\twidth=\"width-2*(width-width%3)/3-8-2*D_icons_shrink+2*D_icons_grow\" height=\"2\" filled=\"true\"\n\t\tcolor=\"C_icons_unfocused_pressed\" />\n</draw_ops>\n\n<draw_ops name=\"menu_unfocused_pressed\">\n\t<include name=\"menu_glyph_unfocused_pressed\" y=\"D_icons_unfocused_offset\" />\n</draw_ops>\n\n<draw_ops name=\"shade_glyph_focused\">\n\t<rectangle \n\t\tx=\"(width-width%3)/3+D_icons_shrink-D_icons_grow\" y=\"(height-height%3)/3+D_icons_shrink-D_icons_grow\" \n\t\twidth=\"width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow\" height=\"2\" filled=\"true\"\n\t\tcolor=\"C_icons_focused\" />\n\t<rectangle \n\t\tx=\"(width-width%3)/3+D_icons_shrink-D_icons_grow\" y=\"height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow\" \n\t\twidth=\"width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow\" height=\"2\" filled=\"true\"\n\t\tcolor=\"C_icons_focused\" />\n\t<rectangle \n\t\tx=\"(width-width%3)/3+D_icons_shrink-D_icons_grow\" y=\"(height-height%3)/3+3+D_icons_shrink-D_icons_grow\" \n\t\twidth=\"2\" height=\"height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow\" filled=\"true\"\n\t\tcolor=\"C_icons_focused\" />\n\t<rectangle \n\t\tx=\"width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow\" y=\"(height-height%3)/3+3+D_icons_shrink-D_icons_grow\" \n\t\twidth=\"2\" height=\"height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow\" filled=\"true\"\n\t\tcolor=\"C_icons_focused\" />\n</draw_ops>\n\n<draw_ops name=\"shade_shadow_focused\">\n\t<rectangle \n\t\tx=\"(width-width%3)/3+D_icons_shrink-D_icons_grow\" y=\"(height-height%3)/3+D_icons_shrink-D_icons_grow\" \n\t\twidth=\"width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow\" height=\"2\" filled=\"true\"\n\t\tcolor=\"C_icons_shadow\" />\n\t<rectangle \n\t\tx=\"(width-width%3)/3+D_icons_shrink-D_icons_grow\" y=\"height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow\" \n\t\twidth=\"width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow\" height=\"2\" filled=\"true\"\n\t\tcolor=\"C_icons_shadow\" />\n</draw_ops>\n\n<draw_ops name=\"shade_focused\">\n\t<!--<include name=\"shade_shadow_focused\" y=\"1\" />-->\n\t<include name=\"shade_glyph_focused\" />\n</draw_ops>\n\n<draw_ops name=\"shade_focused_pressed\">\n\t<include name=\"shade_glyph_focused\" />\n</draw_ops>\n\n<draw_ops name=\"shade_glyph_unfocused\">\n\t<rectangle \n\t\tx=\"(width-width%3)/3+D_icons_shrink-D_icons_grow\" y=\"(height-height%3)/3+D_icons_shrink-D_icons_grow\" \n\t\twidth=\"width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow\" height=\"2\" filled=\"true\"\n\t\tcolor=\"C_icons_unfocused\" />\n\t<rectangle \n\t\tx=\"(width-width%3)/3+D_icons_shrink-D_icons_grow\" y=\"height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow\" \n\t\twidth=\"width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow\" height=\"2\" filled=\"true\"\n\t\tcolor=\"C_icons_unfocused\" />\n\t<rectangle \n\t\tx=\"(width-width%3)/3+D_icons_shrink-D_icons_grow\" y=\"(height-height%3)/3+3+D_icons_shrink-D_icons_grow\" \n\t\twidth=\"2\" height=\"height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow\" filled=\"true\"\n\t\tcolor=\"C_icons_unfocused\" />\n\t<rectangle \n\t\tx=\"width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow\" y=\"(height-height%3)/3+3+D_icons_shrink-D_icons_grow\" \n\t\twidth=\"2\" height=\"height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow\" filled=\"true\"\n\t\tcolor=\"C_icons_unfocused\" />\n</draw_ops>\n\n<draw_ops name=\"shade_unfocused\">\n\t<include name=\"shade_glyph_unfocused\" y=\"D_icons_unfocused_offset\" />\n</draw_ops>\n\n<draw_ops name=\"shade_glyph_unfocused_prelight\">\n\t<rectangle \n\t\tx=\"(width-width%3)/3+D_icons_shrink-D_icons_grow\" y=\"(height-height%3)/3+D_icons_shrink-D_icons_grow\" \n\t\twidth=\"width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow\" height=\"2\" filled=\"true\"\n\t\tcolor=\"C_icons_unfocused_prelight\" />\n\t<rectangle \n\t\tx=\"(width-width%3)/3+D_icons_shrink-D_icons_grow\" y=\"height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow\" \n\t\twidth=\"width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow\" height=\"2\" filled=\"true\"\n\t\tcolor=\"C_icons_unfocused_prelight\" />\n\t<rectangle \n\t\tx=\"(width-width%3)/3+D_icons_shrink-D_icons_grow\" y=\"(height-height%3)/3+3+D_icons_shrink-D_icons_grow\" \n\t\twidth=\"2\" height=\"height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow\" filled=\"true\"\n\t\tcolor=\"C_icons_unfocused_prelight\" />\n\t<rectangle \n\t\tx=\"width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow\" y=\"(height-height%3)/3+3+D_icons_shrink-D_icons_grow\" \n\t\twidth=\"2\" height=\"height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow\" filled=\"true\"\n\t\tcolor=\"C_icons_unfocused_prelight\" />\n</draw_ops>\n\n<draw_ops name=\"shade_unfocused_prelight\">\n\t<include name=\"shade_glyph_unfocused_prelight\" y=\"D_icons_unfocused_offset\" />\n</draw_ops>\n\n<draw_ops name=\"shade_glyph_unfocused_pressed\">\n\t<rectangle \n\t\tx=\"(width-width%3)/3+D_icons_shrink-D_icons_grow\" y=\"(height-height%3)/3+D_icons_shrink-D_icons_grow\" \n\t\twidth=\"width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow\" height=\"2\" filled=\"true\"\n\t\tcolor=\"C_icons_unfocused_pressed\" />\n\t<rectangle \n\t\tx=\"(width-width%3)/3+D_icons_shrink-D_icons_grow\" y=\"height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow\" \n\t\twidth=\"width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow\" height=\"2\" filled=\"true\"\n\t\tcolor=\"C_icons_unfocused_pressed\" />\n\t<rectangle \n\t\tx=\"(width-width%3)/3+D_icons_shrink-D_icons_grow\" y=\"(height-height%3)/3+3+D_icons_shrink-D_icons_grow\" \n\t\twidth=\"2\" height=\"height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow\" filled=\"true\"\n\t\tcolor=\"C_icons_unfocused_pressed\" />\n\t<rectangle \n\t\tx=\"width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow\" y=\"(height-height%3)/3+3+D_icons_shrink-D_icons_grow\" \n\t\twidth=\"2\" height=\"height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow\" filled=\"true\"\n\t\tcolor=\"C_icons_unfocused_pressed\" />\n</draw_ops>\n\n<draw_ops name=\"shade_unfocused_pressed\">\n\t<include name=\"shade_glyph_unfocused_pressed\" y=\"D_icons_unfocused_offset\" />\n</draw_ops>\n\n\n\t<!-- button backgrounds -->\n\n<constant name=\"C_button_border\" value=\"blend/#000000/gtk:bg[NORMAL]/0.8\" />\n<constant name=\"C_button_hilight\" value=\"gtk:custom(wm_highlight,blend/gtk:base[NORMAL]/gtk:bg[NORMAL]/0.6)\" />\n\n<draw_ops name=\"button_border\">\n  <line x1=\"7\" y1=\"4\" x2=\"width-8\" y2=\"4\" color=\"C_button_border\" />\n  <arc color=\"C_button_border\" x=\"width-9\" y=\"4\" width=\"4\" height=\"4\" start_angle=\"0\" extent_angle=\"90\"/>  \n  <line x1=\"width-5\" y1=\"7\" x2=\"width-5\" y2=\"height-8\" color=\"C_button_border\" />\n  <arc color=\"C_button_border\" x=\"width-9\" y=\"height-9\" width=\"4\" height=\"4\" start_angle=\"90\" extent_angle=\"90\"/>\n  <line x1=\"width-7\" y1=\"height-5\" x2=\"7\" y2=\"height-5\" color=\"C_button_border\" />\n  <arc color=\"C_button_border\" x=\"4\" y=\"height-9\" width=\"4\" height=\"4\" start_angle=\"180\" extent_angle=\"90\"/>\n  <line x1=\"4\" y1=\"7\" x2=\"4\" y2=\"height-8\" color=\"C_button_border\" />\n  <arc color=\"C_button_border\" x=\"4\" y=\"4\" width=\"4\" height=\"4\" start_angle=\"270\" extent_angle=\"90\"/>\n  <line x1=\"width-7\" y1=\"height-4\" x2=\"7\" y2=\"height-4\" color=\"C_title_focused_hilight\" />\n</draw_ops>\n\n\n<draw_ops name=\"button_fill\"> <!-- button background gradient -->\n\n</draw_ops>\n\n<draw_ops name=\"button_fill_prelight\"> <!-- button background gradient for prelight status -->\n   <!---<gradient type=\"vertical\" x=\"5\" y=\"5\" width=\"width-10\" height=\"height-10\">\n\t\t<color value=\"gtk:custom(button_hover_gradient_color_a,gtk:fg[NORMAL])\" />\n\t\t<color value=\"gtk:custom(button_hover_gradient_color_b,gtk:fg[NORMAL])\" />\n\t</gradient>\n\t<include name=\"button_border\" /> -->\n</draw_ops>\n\n<draw_ops name=\"button_fill_pressed\"> <!-- button background gradient for pressed status -->\n  <!--- <gradient type=\"vertical\" x=\"5\" y=\"5\" width=\"width-10\" height=\"height-10\">\n\t\t<color value=\"gtk:custom(borders,gtk:fg[NORMAL])\" />\n\t\t<color value=\"blend/gtk:custom(theme_bg_color,gtk:fg[NORMAL])/#000000/.05\" />\n\t</gradient>\n\t<include name=\"button_border\" /> -->\n</draw_ops>\n\n<draw_ops name=\"button\">\n</draw_ops>\n\n<draw_ops name=\"button_prelight\">\n\t<include name=\"button_fill_prelight\" />\n</draw_ops>\n\n<draw_ops name=\"button_pressed\">\n\t<include name=\"button_fill_pressed\" />\n</draw_ops>\n\n<!-- frame styles -->\n\n<frame_style name=\"normal_focused\" geometry=\"normal\">\n\t<piece position=\"entire_background\" draw_ops=\"entire_background_focused\" />\n\t<piece position=\"titlebar\" draw_ops=\"rounded_titlebar_focused\" />\n\t<piece position=\"title\" draw_ops=\"title_focused\" />\n\t<piece position=\"overlay\" draw_ops=\"rounded_border_focused\" />\n\t<button function=\"close\" state=\"normal\" draw_ops=\"close_focused\" />\n\t<button function=\"close\" state=\"pressed\" draw_ops=\"close_focused_pressed\" />\n\t<button function=\"close\" state=\"prelight\" draw_ops=\"close_focused_prelight\" />\n\t<button function=\"maximize\" state=\"normal\" draw_ops=\"maximize_focused\" />\n\t<button function=\"maximize\" state=\"pressed\" draw_ops=\"maximize_focused_pressed\" />\n\t<button function=\"maximize\" state=\"prelight\" draw_ops=\"maximize_focused_prelight\" />\n\t<button function=\"minimize\" state=\"normal\" draw_ops=\"minimize_focused\" />\n\t<button function=\"minimize\" state=\"pressed\" draw_ops=\"minimize_focused_pressed\" />\n\t<button function=\"minimize\" state=\"prelight\" draw_ops=\"minimize_focused_prelight\" />\n\t<button function=\"menu\" state=\"normal\" draw_ops=\"menu_focused\" />\n\t<button function=\"menu\" state=\"pressed\" draw_ops=\"menu_focused_pressed\" />\n\t<button function=\"shade\" state=\"normal\" draw_ops=\"shade_focused\" />\n\t<button function=\"shade\" state=\"pressed\" draw_ops=\"shade_focused_pressed\" />\n\t<button function=\"unshade\" state=\"normal\" draw_ops=\"shade_focused\" />\n\t<button function=\"unshade\" state=\"pressed\" draw_ops=\"shade_focused_pressed\" />\n\t\n\t<button function=\"left_middle_background\" state=\"normal\" draw_ops=\"button\"/>\n\t<button function=\"left_middle_background\" state=\"pressed\" draw_ops=\"button_pressed\"/>\n\t<button function=\"left_middle_background\" state=\"prelight\" draw_ops=\"button_prelight\"/>\n\t<button function=\"right_middle_background\" state=\"normal\" draw_ops=\"button\"/>\n\t<button function=\"right_middle_background\" state=\"pressed\" draw_ops=\"button_pressed\"/>\n\t<button function=\"right_middle_background\" state=\"prelight\" draw_ops=\"button_prelight\"/>\n\n\t<button function=\"above\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"above\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"unabove\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"unabove\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"stick\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"stick\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"unstick\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"unstick\" state=\"pressed\"><draw_ops></draw_ops></button>\n</frame_style>\n\n<frame_style name=\"normal_unfocused\" geometry=\"normal_unfocused\">\n\t<piece position=\"entire_background\" draw_ops=\"entire_background_unfocused\" />\n\t<piece position=\"titlebar\" draw_ops=\"titlebar_fill_unfocused\" />\n\t<piece position=\"title\" draw_ops=\"title_unfocused\" />\n\t<piece position=\"overlay\" draw_ops=\"rounded_border_unfocused\" />\n\t<button function=\"close\" state=\"normal\" draw_ops=\"close_unfocused\"/>\n\t<button function=\"close\" state=\"prelight\" draw_ops=\"close_unfocused_prelight\"/>\n\t<button function=\"close\" state=\"pressed\" draw_ops=\"close_unfocused_pressed\"/>\n\t<button function=\"maximize\" state=\"normal\" draw_ops=\"maximize_unfocused\"/>\n\t<button function=\"maximize\" state=\"prelight\" draw_ops=\"maximize_unfocused_prelight\"/>\n\t<button function=\"maximize\" state=\"pressed\" draw_ops=\"maximize_unfocused_pressed\"/>\n\t<button function=\"minimize\" state=\"normal\" draw_ops=\"minimize_unfocused\"/>\n\t<button function=\"minimize\" state=\"prelight\" draw_ops=\"minimize_unfocused_prelight\"/>\n\t<button function=\"minimize\" state=\"pressed\" draw_ops=\"minimize_unfocused_pressed\"/>\n\t<button function=\"menu\" state=\"normal\" draw_ops=\"menu_unfocused\" />\n\t<button function=\"menu\" state=\"prelight\" draw_ops=\"menu_unfocused_prelight\" />\n\t<button function=\"menu\" state=\"pressed\" draw_ops=\"menu_unfocused_pressed\" />\n\t<button function=\"shade\" state=\"normal\" draw_ops=\"shade_unfocused\" />\n\t<button function=\"shade\" state=\"prelight\" draw_ops=\"shade_unfocused_prelight\" />\n\t<button function=\"shade\" state=\"pressed\" draw_ops=\"shade_unfocused_pressed\" />\n\t<button function=\"unshade\" state=\"normal\" draw_ops=\"shade_unfocused\" />\n\t<button function=\"unshade\" state=\"prelight\" draw_ops=\"shade_unfocused_prelight\" />\n\t<button function=\"unshade\" state=\"pressed\" draw_ops=\"shade_unfocused_pressed\" />\n\t<button function=\"above\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"above\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"unabove\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"unabove\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"stick\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"stick\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"unstick\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"unstick\" state=\"pressed\"><draw_ops></draw_ops></button>\n</frame_style>\n\n<frame_style name=\"normal_max_focused\" geometry=\"max\">\n\t<piece position=\"entire_background\" draw_ops=\"entire_background_focused\" />\n\t<piece position=\"titlebar\" draw_ops=\"titlebar_fill_focused\" />\n\t<piece position=\"title\" draw_ops=\"title_focused\" />\n\t<button function=\"close\" state=\"normal\" draw_ops=\"close_focused\" />\n\t<button function=\"close\" state=\"pressed\" draw_ops=\"close_focused_pressed\" />\n\t<button function=\"close\" state=\"prelight\" draw_ops=\"close_focused_prelight\" />\n\t<button function=\"maximize\" state=\"normal\" draw_ops=\"maximize_focused\" />\n\t<button function=\"maximize\" state=\"pressed\" draw_ops=\"maximize_focused_pressed\" />\n\t<button function=\"maximize\" state=\"prelight\" draw_ops=\"maximize_focused_prelight\" />\n\t<button function=\"minimize\" state=\"normal\" draw_ops=\"minimize_focused\" />\n\t<button function=\"minimize\" state=\"pressed\" draw_ops=\"minimize_focused_pressed\" />\n\t<button function=\"minimize\" state=\"prelight\" draw_ops=\"minimize_focused_prelight\" />\n\t<button function=\"menu\" state=\"normal\" draw_ops=\"menu_focused\" />\n\t<button function=\"menu\" state=\"pressed\" draw_ops=\"menu_focused_pressed\" />\n\t<button function=\"shade\" state=\"normal\" draw_ops=\"shade_focused\" />\n\t<button function=\"shade\" state=\"pressed\" draw_ops=\"shade_focused_pressed\" />\n\t<button function=\"unshade\" state=\"normal\" draw_ops=\"shade_focused\" />\n\t<button function=\"unshade\" state=\"pressed\" draw_ops=\"shade_focused_pressed\" />\n\n\t<button function=\"left_middle_background\" state=\"normal\" draw_ops=\"button\"/>\n\t<button function=\"left_middle_background\" state=\"pressed\" draw_ops=\"button_pressed\"/>\n\t<button function=\"left_middle_background\" state=\"prelight\" draw_ops=\"button_prelight\"/>\n\t<button function=\"right_middle_background\" state=\"normal\" draw_ops=\"button\"/>\n\t<button function=\"right_middle_background\" state=\"pressed\" draw_ops=\"button_pressed\"/>\n\t<button function=\"right_middle_background\" state=\"prelight\" draw_ops=\"button_prelight\"/>\n\n\t<button function=\"above\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"above\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"unabove\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"unabove\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"stick\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"stick\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"unstick\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"unstick\" state=\"pressed\"><draw_ops></draw_ops></button>\n</frame_style>\n\n<frame_style name=\"normal_max_unfocused\" geometry=\"max\">\n\t<piece position=\"entire_background\" draw_ops=\"entire_background_unfocused\" />\n\t<piece position=\"titlebar\" draw_ops=\"titlebar_fill_unfocused\" />\n\t<piece position=\"title\" draw_ops=\"title_unfocused\" />\n\t<button function=\"close\" state=\"normal\" draw_ops=\"close_unfocused\"/>\n\t<button function=\"close\" state=\"prelight\" draw_ops=\"close_unfocused_prelight\"/>\n\t<button function=\"close\" state=\"pressed\" draw_ops=\"close_unfocused_pressed\"/>\n\t<button function=\"maximize\" state=\"normal\" draw_ops=\"maximize_unfocused\"/>\n\t<button function=\"maximize\" state=\"prelight\" draw_ops=\"maximize_unfocused_prelight\"/>\n\t<button function=\"maximize\" state=\"pressed\" draw_ops=\"maximize_unfocused_pressed\"/>\n\t<button function=\"minimize\" state=\"normal\" draw_ops=\"minimize_unfocused\"/>\n\t<button function=\"minimize\" state=\"prelight\" draw_ops=\"minimize_unfocused_prelight\"/>\n\t<button function=\"minimize\" state=\"pressed\" draw_ops=\"minimize_unfocused_pressed\"/>\n\t<button function=\"menu\" state=\"normal\" draw_ops=\"menu_unfocused\" />\n\t<button function=\"menu\" state=\"prelight\" draw_ops=\"menu_unfocused_prelight\" />\n\t<button function=\"menu\" state=\"pressed\" draw_ops=\"menu_unfocused_pressed\" />\n\t<button function=\"shade\" state=\"normal\" draw_ops=\"shade_unfocused\" />\n\t<button function=\"shade\" state=\"prelight\" draw_ops=\"shade_unfocused_prelight\" />\n\t<button function=\"shade\" state=\"pressed\" draw_ops=\"shade_unfocused_pressed\" />\n\t<button function=\"unshade\" state=\"normal\" draw_ops=\"shade_unfocused\" />\n\t<button function=\"unshade\" state=\"prelight\" draw_ops=\"shade_unfocused_prelight\" />\n\t<button function=\"unshade\" state=\"pressed\" draw_ops=\"shade_unfocused_pressed\" />\n\t<button function=\"above\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"above\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"unabove\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"unabove\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"stick\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"stick\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"unstick\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"unstick\" state=\"pressed\"><draw_ops></draw_ops></button>\n</frame_style>\n\n<frame_style name=\"normal_max_shaded_focused\" geometry=\"max\">\n\t<piece position=\"entire_background\" draw_ops=\"entire_background_focused\" />\n\t<piece position=\"titlebar\" draw_ops=\"titlebar_fill_focused\" />\n\t<piece position=\"title\" draw_ops=\"title_focused\" />\n\t<piece position=\"overlay\"><draw_ops><line x1=\"0\" y1=\"height-1\" x2=\"width\" y2=\"height-1\" color=\"C_border_focused\" /></draw_ops></piece>\n\t<button function=\"close\" state=\"normal\" draw_ops=\"close_focused\" />\n\t<button function=\"close\" state=\"pressed\" draw_ops=\"close_focused_pressed\" />\n\t<button function=\"close\" state=\"prelight\" draw_ops=\"close_focused_prelight\" />\n\t<button function=\"maximize\" state=\"normal\" draw_ops=\"maximize_focused\" />\n\t<button function=\"maximize\" state=\"pressed\" draw_ops=\"maximize_focused_pressed\" />\n\t<button function=\"maximize\" state=\"prelight\" draw_ops=\"maximize_focused_prelight\" />\n\t<button function=\"minimize\" state=\"normal\" draw_ops=\"minimize_focused\" />\n\t<button function=\"minimize\" state=\"pressed\" draw_ops=\"minimize_focused_pressed\" />\n\t<button function=\"minimize\" state=\"prelight\" draw_ops=\"minimize_focused_prelight\" />\n\t<button function=\"menu\" state=\"normal\" draw_ops=\"menu_focused\" />\n\t<button function=\"menu\" state=\"pressed\" draw_ops=\"menu_focused_pressed\" />\n\t<button function=\"shade\" state=\"normal\" draw_ops=\"shade_focused\" />\n\t<button function=\"shade\" state=\"pressed\" draw_ops=\"shade_focused_pressed\" />\n\t<button function=\"unshade\" state=\"normal\" draw_ops=\"shade_focused\" />\n\t<button function=\"unshade\" state=\"pressed\" draw_ops=\"shade_focused_pressed\" />\n\n\t<button function=\"left_middle_background\" state=\"normal\" draw_ops=\"button\"/>\n\t<button function=\"left_middle_background\" state=\"pressed\" draw_ops=\"button_pressed\"/>\n\t<button function=\"left_middle_background\" state=\"prelight\" draw_ops=\"button_prelight\"/>\n\t<button function=\"right_middle_background\" state=\"normal\" draw_ops=\"button\"/>\n\t<button function=\"right_middle_background\" state=\"pressed\" draw_ops=\"button_pressed\"/>\n\t<button function=\"right_middle_background\" state=\"prelight\" draw_ops=\"button_prelight\"/>\n\n\t<button function=\"above\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"above\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"unabove\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"unabove\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"stick\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"stick\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"unstick\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"unstick\" state=\"pressed\"><draw_ops></draw_ops></button>\n</frame_style>\n\n<frame_style name=\"normal_max_shaded_unfocused\" geometry=\"max\">\n\t<piece position=\"entire_background\" draw_ops=\"entire_background_unfocused\" />\n\t<piece position=\"titlebar\" draw_ops=\"titlebar_fill_unfocused\" />\n\t<piece position=\"title\" draw_ops=\"title_unfocused\" />\n\t<piece position=\"overlay\"><draw_ops><line x1=\"0\" y1=\"height-1\" x2=\"width\" y2=\"height-1\" color=\"C_border_unfocused\" /></draw_ops></piece>\n\t<button function=\"close\" state=\"normal\" draw_ops=\"close_unfocused\"/>\n\t<button function=\"close\" state=\"prelight\" draw_ops=\"close_unfocused_prelight\"/>\n\t<button function=\"close\" state=\"pressed\" draw_ops=\"close_unfocused_pressed\"/>\n\t<button function=\"maximize\" state=\"normal\" draw_ops=\"maximize_unfocused\"/>\n\t<button function=\"maximize\" state=\"prelight\" draw_ops=\"maximize_unfocused_prelight\"/>\n\t<button function=\"maximize\" state=\"pressed\" draw_ops=\"maximize_unfocused_pressed\"/>\n\t<button function=\"minimize\" state=\"normal\" draw_ops=\"minimize_unfocused\"/>\n\t<button function=\"minimize\" state=\"prelight\" draw_ops=\"minimize_unfocused_prelight\"/>\n\t<button function=\"minimize\" state=\"pressed\" draw_ops=\"minimize_unfocused_pressed\"/>\n\t<button function=\"menu\" state=\"normal\" draw_ops=\"menu_unfocused\" />\n\t<button function=\"menu\" state=\"prelight\" draw_ops=\"menu_unfocused_prelight\" />\n\t<button function=\"menu\" state=\"pressed\" draw_ops=\"menu_unfocused_pressed\" />\n\t<button function=\"shade\" state=\"normal\" draw_ops=\"shade_unfocused\" />\n\t<button function=\"shade\" state=\"prelight\" draw_ops=\"shade_unfocused_prelight\" />\n\t<button function=\"shade\" state=\"pressed\" draw_ops=\"shade_unfocused_pressed\" />\n\t<button function=\"unshade\" state=\"normal\" draw_ops=\"shade_unfocused\" />\n\t<button function=\"unshade\" state=\"prelight\" draw_ops=\"shade_unfocused_prelight\" />\n\t<button function=\"unshade\" state=\"pressed\" draw_ops=\"shade_unfocused_pressed\" />\n\t<button function=\"above\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"above\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"unabove\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"unabove\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"stick\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"stick\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"unstick\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"unstick\" state=\"pressed\"><draw_ops></draw_ops></button>\n</frame_style>\n\n<frame_style name=\"dialog_focused\" geometry=\"nobuttons\">\n\t<piece position=\"entire_background\" draw_ops=\"entire_background_focused\" />\n\t<piece position=\"titlebar\" draw_ops=\"rounded_titlebar_focused\" />\n\t<piece position=\"title\" draw_ops=\"title_focused\" />\n\t<piece position=\"overlay\" draw_ops=\"rounded_border_focused\" />\n\t<button function=\"close\" state=\"normal\" draw_ops=\"close_focused\" />\n\t<button function=\"close\" state=\"pressed\" draw_ops=\"close_focused_pressed\" />\n\t<button function=\"close\" state=\"prelight\" draw_ops=\"close_focused_prelight\" />\n\t<button function=\"maximize\" state=\"normal\" draw_ops=\"maximize_focused\" />\n\t<button function=\"maximize\" state=\"pressed\" draw_ops=\"maximize_focused_pressed\" />\n\t<button function=\"maximize\" state=\"prelight\" draw_ops=\"maximize_focused_prelight\" />\n\t<button function=\"minimize\" state=\"normal\" draw_ops=\"minimize_focused\" />\n\t<button function=\"minimize\" state=\"pressed\" draw_ops=\"minimize_focused_pressed\" />\n\t<button function=\"minimize\" state=\"prelight\" draw_ops=\"minimize_focused_prelight\" />\n\t<button function=\"menu\" state=\"normal\" draw_ops=\"menu_focused\" />\n\t<button function=\"menu\" state=\"pressed\" draw_ops=\"menu_focused_pressed\" />\n\t<button function=\"shade\" state=\"normal\" draw_ops=\"shade_focused\" />\n\t<button function=\"shade\" state=\"pressed\" draw_ops=\"shade_focused_pressed\" />\n\t<button function=\"unshade\" state=\"normal\" draw_ops=\"shade_focused\" />\n\t<button function=\"unshade\" state=\"pressed\" draw_ops=\"shade_focused_pressed\" />\n\n\t<button function=\"left_middle_background\" state=\"normal\" draw_ops=\"button\"/>\n\t<button function=\"left_middle_background\" state=\"pressed\" draw_ops=\"button_pressed\"/>\n\t<button function=\"left_middle_background\" state=\"prelight\" draw_ops=\"button_prelight\"/>\n\t<button function=\"right_middle_background\" state=\"normal\" draw_ops=\"button\"/>\n\t<button function=\"right_middle_background\" state=\"pressed\" draw_ops=\"button_pressed\"/>\n\t<button function=\"right_middle_background\" state=\"prelight\" draw_ops=\"button_prelight\"/>\n\n\t<button function=\"above\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"above\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"unabove\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"unabove\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"stick\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"stick\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"unstick\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"unstick\" state=\"pressed\"><draw_ops></draw_ops></button>\n</frame_style>\n\n<frame_style name=\"dialog_unfocused\" geometry=\"nobuttons\">\n\t<piece position=\"entire_background\" draw_ops=\"entire_background_unfocused\" />\n\t<piece position=\"titlebar\" draw_ops=\"titlebar_fill_unfocused\" />\n\t<piece position=\"title\" draw_ops=\"title_unfocused\" />\n\t<piece position=\"overlay\" draw_ops=\"rounded_border_unfocused\" />\n\t<button function=\"close\" state=\"normal\" draw_ops=\"close_unfocused\"/>\n\t<button function=\"close\" state=\"prelight\" draw_ops=\"close_unfocused_prelight\"/>\n\t<button function=\"close\" state=\"pressed\" draw_ops=\"close_unfocused_pressed\"/>\n\t<button function=\"maximize\" state=\"normal\" draw_ops=\"maximize_unfocused\"/>\n\t<button function=\"maximize\" state=\"prelight\" draw_ops=\"maximize_unfocused_prelight\"/>\n\t<button function=\"maximize\" state=\"pressed\" draw_ops=\"maximize_unfocused_pressed\"/>\n\t<button function=\"minimize\" state=\"normal\" draw_ops=\"minimize_unfocused\"/>\n\t<button function=\"minimize\" state=\"prelight\" draw_ops=\"minimize_unfocused_prelight\"/>\n\t<button function=\"minimize\" state=\"pressed\" draw_ops=\"minimize_unfocused_pressed\"/>\n\t<button function=\"menu\" state=\"normal\" draw_ops=\"menu_unfocused\" />\n\t<button function=\"menu\" state=\"prelight\" draw_ops=\"menu_unfocused_prelight\" />\n\t<button function=\"menu\" state=\"pressed\" draw_ops=\"menu_unfocused_pressed\" />\n\t<button function=\"shade\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"shade\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"unshade\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"unshade\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"above\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"above\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"unabove\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"unabove\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"stick\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"stick\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"unstick\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"unstick\" state=\"pressed\"><draw_ops></draw_ops></button>\n</frame_style>\n\n<frame_style name=\"modal_dialog_focused\" geometry=\"modal\">\n\t<piece position=\"entire_background\" draw_ops=\"entire_background_focused\" />\n\t<piece position=\"titlebar\" draw_ops=\"titlebar_focused\" />\n\t<piece position=\"title\" draw_ops=\"title_focused\" />\n\t<piece position=\"overlay\" draw_ops=\"border_focused\" />\n\t<button function=\"close\" state=\"normal\" draw_ops=\"close_focused\" />\n\t<button function=\"close\" state=\"pressed\" draw_ops=\"close_focused_pressed\" />\n\t<button function=\"close\" state=\"prelight\" draw_ops=\"close_focused_prelight\" />\n\t<button function=\"maximize\" state=\"normal\" draw_ops=\"maximize_focused\" />\n\t<button function=\"maximize\" state=\"pressed\" draw_ops=\"maximize_focused_pressed\" />\n\t<button function=\"maximize\" state=\"prelight\" draw_ops=\"maximize_focused_prelight\" />\n\t<button function=\"minimize\" state=\"normal\" draw_ops=\"minimize_focused\" />\n\t<button function=\"minimize\" state=\"pressed\" draw_ops=\"minimize_focused_pressed\" />\n\t<button function=\"minimize\" state=\"prelight\" draw_ops=\"minimize_focused_prelight\" />\n\t<button function=\"menu\" state=\"normal\" draw_ops=\"menu_focused\" />\n\t<button function=\"menu\" state=\"pressed\" draw_ops=\"menu_focused_pressed\" />\n\t<button function=\"shade\" state=\"normal\" draw_ops=\"shade_focused\" />\n\t<button function=\"shade\" state=\"pressed\" draw_ops=\"shade_focused_pressed\" />\n\t<button function=\"unshade\" state=\"normal\" draw_ops=\"shade_focused\" />\n\t<button function=\"unshade\" state=\"pressed\" draw_ops=\"shade_focused_pressed\" />\n\n\t<button function=\"left_middle_background\" state=\"normal\" draw_ops=\"button\"/>\n\t<button function=\"left_middle_background\" state=\"pressed\" draw_ops=\"button_pressed\"/>\n\t<button function=\"left_middle_background\" state=\"prelight\" draw_ops=\"button_prelight\"/>\n\t<button function=\"right_middle_background\" state=\"normal\" draw_ops=\"button\"/>\n\t<button function=\"right_middle_background\" state=\"pressed\" draw_ops=\"button_pressed\"/>\n\t<button function=\"right_middle_background\" state=\"prelight\" draw_ops=\"button_prelight\"/>\n\n\t<button function=\"above\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"above\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"unabove\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"unabove\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"stick\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"stick\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"unstick\" state=\"normal\"><draw_ops></draw_ops></button><button function=\"unstick\" state=\"pressed\"><draw_ops></draw_ops></button>\n</frame_style>\n\n<frame_style name=\"modal_dialog_unfocused\" geometry=\"modal\">\n\t<piece position=\"entire_background\" draw_ops=\"entire_background_unfocused\" />\n\t<piece position=\"titlebar\" draw_ops=\"titlebar_fill_unfocused\" />\n\t<piece position=\"title\" draw_ops=\"title_unfocused\" />\n\t<piece position=\"overlay\" draw_ops=\"border_unfocused\" />\n\t<button function=\"close\" state=\"normal\" draw_ops=\"close_unfocused\"/>\n\t<button function=\"close\" state=\"prelight\" draw_ops=\"close_unfocused_prelight\"/>\n\t<button function=\"close\" state=\"pressed\" draw_ops=\"close_unfocused_pressed\"/>\n\t<button function=\"maximize\" state=\"normal\" draw_ops=\"maximize_unfocused\"/>\n\t<button function=\"maximize\" state=\"prelight\" draw_ops=\"maximize_unfocused_prelight\"/>\n\t<button function=\"maximize\" state=\"pressed\" draw_ops=\"maximize_unfocused_pressed\"/>\n\t<button function=\"minimize\" state=\"normal\" draw_ops=\"minimize_unfocused\"/>\n\t<button function=\"minimize\" state=\"prelight\" draw_ops=\"minimize_unfocused_prelight\"/>\n\t<button function=\"minimize\" state=\"pressed\" draw_ops=\"minimize_unfocused_pressed\"/>\n\t<button function=\"menu\" state=\"normal\" draw_ops=\"menu_unfocused\" />\n\t<button function=\"menu\" state=\"prelight\" draw_ops=\"menu_unfocused_prelight\" />\n\t<button function=\"menu\" state=\"pressed\" draw_ops=\"menu_unfocused_pressed\" />\n\t<button function=\"shade\" state=\"normal\" draw_ops=\"shade_unfocused\" />\n\t<button function=\"shade\" state=\"prelight\" draw_ops=\"shade_unfocused_prelight\" />\n\t<button function=\"shade\" state=\"pressed\" draw_ops=\"shade_unfocused_pressed\" />\n\t<button function=\"unshade\" state=\"normal\" draw_ops=\"shade_unfocused\" />\n\t<button function=\"unshade\" state=\"prelight\" draw_ops=\"shade_unfocused_prelight\" />\n\t<button function=\"unshade\" state=\"pressed\" draw_ops=\"shade_unfocused_pressed\" />\n\t<button function=\"above\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"above\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"unabove\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"unabove\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"stick\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"stick\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"unstick\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"unstick\" state=\"pressed\"><draw_ops></draw_ops></button>\n</frame_style>\n\n<frame_style name=\"utility_focused\" geometry=\"small\">\n\t<piece position=\"entire_background\" draw_ops=\"entire_background_focused\" />\n\t<piece position=\"titlebar\" draw_ops=\"titlebar_focused\" />\n\t<piece position=\"title\" draw_ops=\"title_focused\" />\n\t<piece position=\"overlay\" draw_ops=\"border_focused\" />\n\t<button function=\"close\" state=\"normal\" draw_ops=\"close_focused\" />\n\t<button function=\"close\" state=\"pressed\" draw_ops=\"close_focused_pressed\" />\n\t<button function=\"close\" state=\"prelight\" draw_ops=\"close_focused_prelight\" />\n\t<button function=\"maximize\" state=\"normal\" draw_ops=\"maximize_focused\" />\n\t<button function=\"maximize\" state=\"pressed\" draw_ops=\"maximize_focused_pressed\" />\n\t<button function=\"maximize\" state=\"prelight\" draw_ops=\"maximize_focused_prelight\" />\n\t<button function=\"minimize\" state=\"normal\" draw_ops=\"minimize_focused\" />\n\t<button function=\"minimize\" state=\"pressed\" draw_ops=\"minimize_focused_pressed\" />\n\t<button function=\"minimize\" state=\"prelight\" draw_ops=\"minimize_focused_prelight\" />\n\t<button function=\"menu\" state=\"normal\" draw_ops=\"menu_focused\" />\n\t<button function=\"menu\" state=\"pressed\" draw_ops=\"menu_focused_pressed\" />\n\t<button function=\"shade\" state=\"normal\" draw_ops=\"shade_focused\" />\n\t<button function=\"shade\" state=\"pressed\" draw_ops=\"shade_focused_pressed\" />\n\t<button function=\"unshade\" state=\"normal\" draw_ops=\"shade_focused\" />\n\t<button function=\"unshade\" state=\"pressed\" draw_ops=\"shade_focused_pressed\" />\n\n\t<button function=\"left_middle_background\" state=\"normal\" draw_ops=\"button\"/>\n\t<button function=\"left_middle_background\" state=\"pressed\" draw_ops=\"button_pressed\"/>\n\t<button function=\"left_middle_background\" state=\"prelight\" draw_ops=\"button_prelight\"/>\n\t<button function=\"right_middle_background\" state=\"normal\" draw_ops=\"button\"/>\n\t<button function=\"right_middle_background\" state=\"pressed\" draw_ops=\"button_pressed\"/>\n\t<button function=\"right_middle_background\" state=\"prelight\" draw_ops=\"button_prelight\"/>\n\n\t<button function=\"above\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"above\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"unabove\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"unabove\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"stick\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"stick\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"unstick\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"unstick\" state=\"pressed\"><draw_ops></draw_ops></button>\n</frame_style>\n\n<frame_style name=\"utility_unfocused\" geometry=\"small_unfocused\">\n\t<piece position=\"entire_background\" draw_ops=\"entire_background_unfocused\" />\n\t<piece position=\"titlebar\" draw_ops=\"titlebar_fill_unfocused\" />\n\t<piece position=\"title\" draw_ops=\"title_unfocused\" />\n\t<piece position=\"overlay\" draw_ops=\"border_unfocused\" />\n\t<button function=\"close\" state=\"normal\" draw_ops=\"close_unfocused\"/>\n\t<button function=\"close\" state=\"prelight\" draw_ops=\"close_unfocused_prelight\"/>\n\t<button function=\"close\" state=\"pressed\" draw_ops=\"close_unfocused_pressed\"/>\n\t<button function=\"maximize\" state=\"normal\" draw_ops=\"maximize_unfocused\"/>\n\t<button function=\"maximize\" state=\"prelight\" draw_ops=\"maximize_unfocused_prelight\"/>\n\t<button function=\"maximize\" state=\"pressed\" draw_ops=\"maximize_unfocused_pressed\"/>\n\t<button function=\"minimize\" state=\"normal\" draw_ops=\"minimize_unfocused\"/>\n\t<button function=\"minimize\" state=\"prelight\" draw_ops=\"minimize_unfocused_prelight\"/>\n\t<button function=\"minimize\" state=\"pressed\" draw_ops=\"minimize_unfocused_pressed\"/>\n\t<button function=\"menu\" state=\"normal\" draw_ops=\"menu_unfocused\" />\n\t<button function=\"menu\" state=\"prelight\" draw_ops=\"menu_unfocused_prelight\" />\n\t<button function=\"menu\" state=\"pressed\" draw_ops=\"menu_unfocused_pressed\" />\n\t<button function=\"shade\" state=\"normal\" draw_ops=\"shade_unfocused\" />\n\t<button function=\"shade\" state=\"prelight\" draw_ops=\"shade_unfocused_prelight\" />\n\t<button function=\"shade\" state=\"pressed\" draw_ops=\"shade_unfocused_pressed\" />\n\t<button function=\"unshade\" state=\"normal\" draw_ops=\"shade_unfocused\" />\n\t<button function=\"unshade\" state=\"prelight\" draw_ops=\"shade_unfocused_prelight\" />\n\t<button function=\"unshade\" state=\"pressed\" draw_ops=\"shade_unfocused_pressed\" />\n\t<button function=\"above\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"above\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"unabove\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"unabove\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"stick\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"stick\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"unstick\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"unstick\" state=\"pressed\"><draw_ops></draw_ops></button>\n</frame_style>\n\n<frame_style name=\"border_focused\" geometry=\"border\">\n\t<piece position=\"entire_background\" draw_ops=\"entire_background_focused\" />\n\t<piece position=\"overlay\" draw_ops=\"border_focused\" />\n\t<button function=\"close\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"close\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"maximize\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"maximize\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"minimize\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"minimize\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"menu\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"menu\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"shade\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"shade\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"unshade\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"unshade\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"above\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"above\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"unabove\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"unabove\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"stick\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"stick\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"unstick\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"unstick\" state=\"pressed\"><draw_ops></draw_ops></button>\n</frame_style>\n\n<frame_style name=\"border_unfocused\" geometry=\"border\">\n\t<piece position=\"entire_background\" draw_ops=\"entire_background_unfocused\" />\n\t<piece position=\"overlay\" draw_ops=\"border_unfocused\" />\n\t<button function=\"close\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"close\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"maximize\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"maximize\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"minimize\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"minimize\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"menu\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"menu\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"shade\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"shade\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"unshade\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"unshade\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"above\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"above\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"unabove\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"unabove\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"stick\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"stick\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"unstick\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"unstick\" state=\"pressed\"><draw_ops></draw_ops></button>\n</frame_style>\n\n<frame_style name=\"borderless\" geometry=\"borderless\">\n\t<button function=\"close\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"close\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"maximize\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"maximize\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"minimize\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"minimize\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"menu\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"menu\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"shade\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"shade\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"unshade\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"unshade\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"above\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"above\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"unabove\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"unabove\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"stick\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"stick\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"unstick\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"unstick\" state=\"pressed\"><draw_ops></draw_ops></button>\n</frame_style>\n\n<frame_style name=\"attached_focused\" geometry=\"attached\">\n\t<piece position=\"entire_background\" draw_ops=\"entire_background_focused\" />\n\t<piece position=\"titlebar\" draw_ops=\"titlebar_fill_focused\" />\n\t<piece position=\"title\" draw_ops=\"title_focused\" />\n\t<piece position=\"overlay\" draw_ops=\"border_focused\" />\n\t<button function=\"close\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"close\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"maximize\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"maximize\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"minimize\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"minimize\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"menu\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"menu\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"shade\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"shade\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"unshade\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"unshade\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"above\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"above\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"unabove\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"unabove\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"stick\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"stick\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"unstick\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"unstick\" state=\"pressed\"><draw_ops></draw_ops></button>\n</frame_style>\n\n<frame_style name=\"attached_unfocused\" geometry=\"attached\">\n\t<piece position=\"entire_background\" draw_ops=\"entire_background_unfocused\" />\n\t<piece position=\"titlebar\" draw_ops=\"titlebar_fill_unfocused\" />\n\t<piece position=\"title\" draw_ops=\"title_unfocused\" />\n\t<piece position=\"overlay\" draw_ops=\"border_unfocused\" />\n\t<button function=\"close\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"close\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"maximize\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"maximize\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"minimize\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"minimize\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"menu\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"menu\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"shade\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"shade\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"unshade\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"unshade\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"above\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"above\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"unabove\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"unabove\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"stick\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"stick\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"unstick\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"unstick\" state=\"pressed\"><draw_ops></draw_ops></button>\n</frame_style>\n\n<frame_style name=\"tiled_left_focused\" geometry=\"tiled_left\">\n\t<piece position=\"entire_background\" draw_ops=\"entire_background_focused\" />\n\t<piece position=\"titlebar\" draw_ops=\"titlebar_fill_focused\" />\n\t<piece position=\"title\" draw_ops=\"title_focused\" />\n\t<!-- <piece position=\"overlay\" draw_ops=\"border_right_focused\" /> -->\n\t<button function=\"close\" state=\"normal\" draw_ops=\"close_focused\" />\n\t<button function=\"close\" state=\"pressed\" draw_ops=\"close_focused_pressed\" />\n\t<button function=\"close\" state=\"prelight\" draw_ops=\"close_focused_prelight\" />\n\t<button function=\"maximize\" state=\"normal\" draw_ops=\"maximize_focused\" />\n\t<button function=\"maximize\" state=\"pressed\" draw_ops=\"maximize_focused_pressed\" />\n\t<button function=\"maximize\" state=\"prelight\" draw_ops=\"maximize_focused_prelight\" />\n\t<button function=\"minimize\" state=\"normal\" draw_ops=\"minimize_focused\" />\n\t<button function=\"minimize\" state=\"pressed\" draw_ops=\"minimize_focused_pressed\" />\n\t<button function=\"minimize\" state=\"prelight\" draw_ops=\"minimize_focused_prelight\" />\n\t<button function=\"menu\" state=\"normal\" draw_ops=\"menu_focused\" />\n\t<button function=\"menu\" state=\"pressed\" draw_ops=\"menu_focused_pressed\" />\n\t<button function=\"shade\" state=\"normal\" draw_ops=\"shade_focused\" />\n\t<button function=\"shade\" state=\"pressed\" draw_ops=\"shade_focused_pressed\" />\n\t<button function=\"unshade\" state=\"normal\" draw_ops=\"shade_focused\" />\n\t<button function=\"unshade\" state=\"pressed\" draw_ops=\"shade_focused_pressed\" />\n\n\t<button function=\"left_middle_background\" state=\"normal\" draw_ops=\"button\"/>\n\t<button function=\"left_middle_background\" state=\"pressed\" draw_ops=\"button_pressed\"/>\n\t<button function=\"left_middle_background\" state=\"prelight\" draw_ops=\"button_prelight\"/>\n\t<button function=\"right_middle_background\" state=\"normal\" draw_ops=\"button\"/>\n\t<button function=\"right_middle_background\" state=\"pressed\" draw_ops=\"button_pressed\"/>\n\t<button function=\"right_middle_background\" state=\"prelight\" draw_ops=\"button_prelight\"/>\n\n\t<button function=\"above\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"above\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"unabove\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"unabove\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"stick\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"stick\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"unstick\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"unstick\" state=\"pressed\"><draw_ops></draw_ops></button>\n</frame_style>\n\n<frame_style name=\"tiled_left_unfocused\" geometry=\"tiled_left\">\n\t<piece position=\"entire_background\" draw_ops=\"entire_background_unfocused\" />\n\t<piece position=\"titlebar\" draw_ops=\"titlebar_fill_unfocused\" />\n\t<piece position=\"title\" draw_ops=\"title_unfocused\" />\n\t<!-- <piece position=\"overlay\" draw_ops=\"border_right_unfocused\" /> -->\n\t<button function=\"close\" state=\"normal\" draw_ops=\"close_unfocused\"/>\n\t<button function=\"close\" state=\"prelight\" draw_ops=\"close_unfocused_prelight\"/>\n\t<button function=\"close\" state=\"pressed\" draw_ops=\"close_unfocused_pressed\"/>\n\t<button function=\"maximize\" state=\"normal\" draw_ops=\"maximize_unfocused\"/>\n\t<button function=\"maximize\" state=\"prelight\" draw_ops=\"maximize_unfocused_prelight\"/>\n\t<button function=\"maximize\" state=\"pressed\" draw_ops=\"maximize_unfocused_pressed\"/>\n\t<button function=\"minimize\" state=\"normal\" draw_ops=\"minimize_unfocused\"/>\n\t<button function=\"minimize\" state=\"prelight\" draw_ops=\"minimize_unfocused_prelight\"/>\n\t<button function=\"minimize\" state=\"pressed\" draw_ops=\"minimize_unfocused_pressed\"/>\n\t<button function=\"menu\" state=\"normal\" draw_ops=\"menu_unfocused\" />\n\t<button function=\"menu\" state=\"prelight\" draw_ops=\"menu_unfocused_prelight\" />\n\t<button function=\"menu\" state=\"pressed\" draw_ops=\"menu_unfocused_pressed\" />\n\t<button function=\"shade\" state=\"normal\" draw_ops=\"shade_unfocused\" />\n\t<button function=\"shade\" state=\"prelight\" draw_ops=\"shade_unfocused_prelight\" />\n\t<button function=\"shade\" state=\"pressed\" draw_ops=\"shade_unfocused_pressed\" />\n\t<button function=\"unshade\" state=\"normal\" draw_ops=\"shade_unfocused\" />\n\t<button function=\"unshade\" state=\"prelight\" draw_ops=\"shade_unfocused_prelight\" />\n\t<button function=\"unshade\" state=\"pressed\" draw_ops=\"shade_unfocused_pressed\" />\n\t<button function=\"above\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"above\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"unabove\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"unabove\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"stick\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"stick\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"unstick\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"unstick\" state=\"pressed\"><draw_ops></draw_ops></button>\n</frame_style>\n\n<frame_style name=\"tiled_right_focused\" geometry=\"tiled_right\">\n\t<piece position=\"entire_background\" draw_ops=\"entire_background_focused\" />\n\t<piece position=\"titlebar\" draw_ops=\"titlebar_fill_focused\" />\n\t<piece position=\"title\" draw_ops=\"title_focused\" />\n\t<piece position=\"overlay\" draw_ops=\"border_left_focused\" />\n\t<button function=\"close\" state=\"normal\" draw_ops=\"close_focused\" />\n\t<button function=\"close\" state=\"pressed\" draw_ops=\"close_focused_pressed\" />\n\t<button function=\"close\" state=\"prelight\" draw_ops=\"close_focused_prelight\" />\n\t<button function=\"maximize\" state=\"normal\" draw_ops=\"maximize_focused\" />\n\t<button function=\"maximize\" state=\"pressed\" draw_ops=\"maximize_focused_pressed\" />\n\t<button function=\"maximize\" state=\"prelight\" draw_ops=\"maximize_focused_prelight\" />\n\t<button function=\"minimize\" state=\"normal\" draw_ops=\"minimize_focused\" />\n\t<button function=\"minimize\" state=\"pressed\" draw_ops=\"minimize_focused_pressed\" />\n\t<button function=\"minimize\" state=\"prelight\" draw_ops=\"minimize_focused_prelight\" />\n\t<button function=\"menu\" state=\"normal\" draw_ops=\"menu_focused\" />\n\t<button function=\"menu\" state=\"pressed\" draw_ops=\"menu_focused_pressed\" />\n\t<button function=\"shade\" state=\"normal\" draw_ops=\"shade_focused\" />\n\t<button function=\"shade\" state=\"pressed\" draw_ops=\"shade_focused_pressed\" />\n\t<button function=\"unshade\" state=\"normal\" draw_ops=\"shade_focused\" />\n\t<button function=\"unshade\" state=\"pressed\" draw_ops=\"shade_focused_pressed\" />\n\n\t<button function=\"left_middle_background\" state=\"normal\" draw_ops=\"button\"/>\n\t<button function=\"left_middle_background\" state=\"pressed\" draw_ops=\"button_pressed\"/>\n\t<button function=\"left_middle_background\" state=\"prelight\" draw_ops=\"button_prelight\"/>\n\t<button function=\"right_middle_background\" state=\"normal\" draw_ops=\"button\"/>\n\t<button function=\"right_middle_background\" state=\"pressed\" draw_ops=\"button_pressed\"/>\n\t<button function=\"right_middle_background\" state=\"prelight\" draw_ops=\"button_prelight\"/>\n\n\t<button function=\"above\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"above\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"unabove\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"unabove\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"stick\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"stick\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"unstick\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"unstick\" state=\"pressed\"><draw_ops></draw_ops></button>\n</frame_style>\n\n<frame_style name=\"tiled_right_unfocused\" geometry=\"tiled_right\">\n\t<piece position=\"entire_background\" draw_ops=\"entire_background_unfocused\" />\n\t<piece position=\"titlebar\" draw_ops=\"titlebar_fill_unfocused\" />\n\t<piece position=\"title\" draw_ops=\"title_unfocused\" />\n\t<piece position=\"overlay\" draw_ops=\"border_left_unfocused\" />\n\t<button function=\"close\" state=\"normal\" draw_ops=\"close_unfocused\"/>\n\t<button function=\"close\" state=\"prelight\" draw_ops=\"close_unfocused_prelight\"/>\n\t<button function=\"close\" state=\"pressed\" draw_ops=\"close_unfocused_pressed\"/>\n\t<button function=\"maximize\" state=\"normal\" draw_ops=\"maximize_unfocused\"/>\n\t<button function=\"maximize\" state=\"prelight\" draw_ops=\"maximize_unfocused_prelight\"/>\n\t<button function=\"maximize\" state=\"pressed\" draw_ops=\"maximize_unfocused_pressed\"/>\n\t<button function=\"minimize\" state=\"normal\" draw_ops=\"minimize_unfocused\"/>\n\t<button function=\"minimize\" state=\"prelight\" draw_ops=\"minimize_unfocused_prelight\"/>\n\t<button function=\"minimize\" state=\"pressed\" draw_ops=\"minimize_unfocused_pressed\"/>\n\t<button function=\"menu\" state=\"normal\" draw_ops=\"menu_unfocused\" />\n\t<button function=\"menu\" state=\"prelight\" draw_ops=\"menu_unfocused_prelight\" />\n\t<button function=\"menu\" state=\"pressed\" draw_ops=\"menu_unfocused_pressed\" />\n\t<button function=\"shade\" state=\"normal\" draw_ops=\"shade_unfocused\" />\n\t<button function=\"shade\" state=\"prelight\" draw_ops=\"shade_unfocused_prelight\" />\n\t<button function=\"shade\" state=\"pressed\" draw_ops=\"shade_unfocused_pressed\" />\n\t<button function=\"unshade\" state=\"normal\" draw_ops=\"shade_unfocused\" />\n\t<button function=\"unshade\" state=\"prelight\" draw_ops=\"shade_unfocused_prelight\" />\n\t<button function=\"unshade\" state=\"pressed\" draw_ops=\"shade_unfocused_pressed\" />\n\t<button function=\"above\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"above\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"unabove\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"unabove\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"stick\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"stick\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"unstick\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"unstick\" state=\"pressed\"><draw_ops></draw_ops></button>\n</frame_style>\n\n<!-- placeholder for unimplementated styles-->\n<frame_style name=\"blank\" geometry=\"normal\">\n\t<button function=\"close\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"close\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"maximize\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"maximize\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"minimize\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"minimize\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"menu\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"menu\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"shade\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"shade\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"unshade\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"unshade\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"above\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"above\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"unabove\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"unabove\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"stick\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"stick\" state=\"pressed\"><draw_ops></draw_ops></button>\n\t<button function=\"unstick\" state=\"normal\"><draw_ops></draw_ops></button>\n\t<button function=\"unstick\" state=\"pressed\"><draw_ops></draw_ops></button>\n</frame_style>\n\n<!-- frame style sets -->\n\n<frame_style_set name=\"normal_style_set\">\n\t<frame focus=\"yes\" state=\"normal\" resize=\"both\" style=\"normal_focused\"/>\n\t<frame focus=\"no\" state=\"normal\" resize=\"both\" style=\"normal_unfocused\"/>\n\t<frame focus=\"yes\" state=\"maximized\" style=\"normal_max_focused\"/>\n\t<frame focus=\"no\" state=\"maximized\" style=\"normal_max_unfocused\"/>\n\t<frame focus=\"yes\" state=\"shaded\" style=\"normal_focused\"/>\n\t<frame focus=\"no\" state=\"shaded\" style=\"normal_unfocused\"/>\n\t<frame focus=\"yes\" state=\"maximized_and_shaded\" style=\"normal_max_shaded_focused\"/>\n\t<frame focus=\"no\" state=\"maximized_and_shaded\" style=\"normal_max_shaded_unfocused\"/>\n\t<frame version=\">= 3.3\" focus=\"yes\" state=\"tiled_left\" style=\"tiled_left_focused\"/>\n\t<frame version=\">= 3.3\" focus=\"no\" state=\"tiled_left\" style=\"tiled_left_unfocused\"/>\n\t<frame version=\">= 3.3\" focus=\"yes\" state=\"tiled_right\" style=\"tiled_right_focused\"/>\n\t<frame version=\">= 3.3\" focus=\"no\" state=\"tiled_right\" style=\"tiled_right_unfocused\"/>\n\t<frame version=\">= 3.3\" focus=\"yes\" state=\"tiled_left_and_shaded\" style=\"tiled_left_focused\"/>\n\t<frame version=\">= 3.3\" focus=\"no\" state=\"tiled_left_and_shaded\" style=\"tiled_left_unfocused\"/>\n\t<frame version=\">= 3.3\" focus=\"yes\" state=\"tiled_right_and_shaded\" style=\"tiled_right_focused\"/>\n\t<frame version=\">= 3.3\" focus=\"no\" state=\"tiled_right_and_shaded\" style=\"tiled_right_unfocused\"/>\n</frame_style_set>\n\n<frame_style_set name=\"dialog_style_set\">\n\t<frame focus=\"yes\" state=\"normal\" resize=\"both\" style=\"dialog_focused\"/>\n\t<frame focus=\"no\" state=\"normal\" resize=\"both\" style=\"dialog_unfocused\"/>\n\t<frame focus=\"yes\" state=\"maximized\" style=\"blank\"/>\n\t<frame focus=\"no\" state=\"maximized\" style=\"blank\"/>\n\t<frame focus=\"yes\" state=\"shaded\" style=\"dialog_focused\"/>\n\t<frame focus=\"no\" state=\"shaded\" style=\"dialog_unfocused\"/>\n\t<frame focus=\"yes\" state=\"maximized_and_shaded\" style=\"blank\"/>\n\t<frame focus=\"no\" state=\"maximized_and_shaded\" style=\"blank\"/>\n</frame_style_set>\n\n<frame_style_set name=\"modal_dialog_style_set\">\n\t<frame focus=\"yes\" state=\"normal\" resize=\"both\" style=\"modal_dialog_focused\"/>\n\t<frame focus=\"no\" state=\"normal\" resize=\"both\" style=\"modal_dialog_unfocused\"/>\n\t<frame focus=\"yes\" state=\"maximized\" style=\"blank\"/>\n\t<frame focus=\"no\" state=\"maximized\" style=\"blank\"/>\n\t<frame focus=\"yes\" state=\"shaded\" style=\"modal_dialog_focused\"/>\n\t<frame focus=\"no\" state=\"shaded\" style=\"modal_dialog_unfocused\"/>\n\t<frame focus=\"yes\" state=\"maximized_and_shaded\" style=\"blank\"/>\n\t<frame focus=\"no\" state=\"maximized_and_shaded\" style=\"blank\"/>\n</frame_style_set>\n\n<frame_style_set name=\"utility_style_set\">\n\t<frame focus=\"yes\" state=\"normal\" resize=\"both\" style=\"utility_focused\"/>\n\t<frame focus=\"no\" state=\"normal\" resize=\"both\" style=\"utility_unfocused\"/>\n\t<frame focus=\"yes\" state=\"maximized\" style=\"blank\"/>\n\t<frame focus=\"no\" state=\"maximized\" style=\"blank\"/>\n\t<frame focus=\"yes\" state=\"shaded\" style=\"utility_focused\"/>\n\t<frame focus=\"no\" state=\"shaded\" style=\"utility_unfocused\"/>\n\t<frame focus=\"yes\" state=\"maximized_and_shaded\" style=\"blank\"/>\n\t<frame focus=\"no\" state=\"maximized_and_shaded\" style=\"blank\"/>\n</frame_style_set>\n\n<frame_style_set name=\"border_style_set\">\n\t<frame focus=\"yes\" state=\"normal\" resize=\"both\" style=\"border_focused\"/>\n\t<frame focus=\"no\" state=\"normal\" resize=\"both\" style=\"border_unfocused\"/>\n\t<frame focus=\"yes\" state=\"maximized\" style=\"borderless\"/>\n\t<frame focus=\"no\" state=\"maximized\" style=\"borderless\"/>\n\t<frame focus=\"yes\" state=\"shaded\" style=\"blank\"/>\n\t<frame focus=\"no\" state=\"shaded\" style=\"blank\"/>\n\t<frame focus=\"yes\" state=\"maximized_and_shaded\" style=\"blank\"/>\n\t<frame focus=\"no\" state=\"maximized_and_shaded\" style=\"blank\"/>\n</frame_style_set>\n\n<frame_style_set name=\"attached_style_set\">\n\t<frame focus=\"yes\" state=\"normal\" resize=\"both\" style=\"attached_focused\"/>\n\t<frame focus=\"no\" state=\"normal\" resize=\"both\" style=\"attached_unfocused\"/>\n\t<frame focus=\"yes\" state=\"maximized\" style=\"blank\"/>\n\t<frame focus=\"no\" state=\"maximized\" style=\"blank\"/>\n\t<frame focus=\"yes\" state=\"shaded\" style=\"blank\"/>\n\t<frame focus=\"no\" state=\"shaded\" style=\"blank\"/>\n\t<frame focus=\"yes\" state=\"maximized_and_shaded\" style=\"blank\"/>\n\t<frame focus=\"no\" state=\"maximized_and_shaded\" style=\"blank\"/>\n</frame_style_set>\n\n\n<!-- windows -->\n\n<window type=\"normal\" style_set=\"normal_style_set\"/>\n<window type=\"dialog\" style_set=\"dialog_style_set\"/>\n<window type=\"modal_dialog\" style_set=\"modal_dialog_style_set\"/>\n<window type=\"menu\" style_set=\"utility_style_set\"/>\n<window type=\"utility\" style_set=\"utility_style_set\"/>\n<window type=\"border\" style_set=\"border_style_set\"/>\n<window version=\">= 3.2\" type=\"attached\" style_set=\"attached_style_set\"/>\n\n</metacity_theme>"
  },
  {
    "path": "openbox-3/close.xbm",
    "content": "#define close_width 8\n#define close_height 8\nstatic unsigned char close_bits[] = {\n   0xc3, 0xe7, 0x7e, 0x3c, 0x3c, 0x7e, 0xe7, 0xc3 };\n"
  },
  {
    "path": "openbox-3/desk.xbm",
    "content": "#define desk_toggled_width 8\n#define desk_toggled_height 8\nstatic unsigned char desk_toggled_bits[] = {\n   0xe7, 0xe7, 0xe7, 0x00, 0x00, 0xe7, 0xe7, 0xe7 };\n"
  },
  {
    "path": "openbox-3/desk_toggled.xbm",
    "content": "#define desk_width 8\n#define desk_height 8\nstatic unsigned char desk_bits[] = {\n   0x04, 0x0e, 0x3f, 0x1e, 0x1c, 0x24, 0x40, 0x80 };\n"
  },
  {
    "path": "openbox-3/iconify.xbm",
    "content": "#define iconify_width 8\n#define iconify_height 8\nstatic unsigned char iconify_bits[] = {\n   0x00, 0x00, 0x00, 0xff, 0xff, 0x00, 0x00, 0x00 };\n"
  },
  {
    "path": "openbox-3/max.xbm",
    "content": "#define max_width 8\n#define max_height 8\nstatic unsigned char max_bits[] = {\n   0xff, 0xff, 0xc3, 0xc3, 0xc3, 0xc3, 0xff, 0xff };\n"
  },
  {
    "path": "openbox-3/max_toggled.xbm",
    "content": "#define max_toggled_width 8\n#define max_toggled_height 8\nstatic unsigned char max_toggled_bits[] = {\n   0xff, 0xff, 0xc3, 0xc3, 0xc3, 0xc3, 0xff, 0xff };\n"
  },
  {
    "path": "openbox-3/shade.xbm",
    "content": "#define shade_width 8\n#define shade_height 8\nstatic unsigned char shade_bits[] = {\n   0x18, 0x3c, 0x7e, 0xff, 0x18, 0x18, 0x18, 0x18 };\n"
  },
  {
    "path": "openbox-3/shade_toggled.xbm",
    "content": "#define shade_toggled_width 8\n#define shade_toggled_height 8\nstatic unsigned char shade_toggled_bits[] = {\n   0x18, 0x18, 0x18, 0x18, 0xff, 0x7e, 0x3c, 0x18 };\n"
  },
  {
    "path": "openbox-3/themerc",
    "content": "# Name: Numix Openbox theme\n# Author: Satyajit Sahoo <satyajit.happy@gmail.com>\n# License: GPL-3.0+\n\n\n# Menu\nmenu.border.color: #fff\n\nmenu.title.bg: flat solid\nmenu.title.bg.color: #fff\nmenu.title.text.color: #444\nmenu.title.text.justify: center\n\nmenu.items.bg: flat solid\nmenu.items.bg.color: #fff\nmenu.items.text.color: #444\nmenu.items.disabled.text.color: #ababab\n\nmenu.items.active.bg: flat solid\nmenu.items.active.bg.color: #d64937\nmenu.items.active.text.color: #f9f9f9\n\nmenu.separator.color: #cfcfcf\nmenu.separator.width: 1\nmenu.separator.padding.width: 2\nmenu.separator.padding.height: 4\n\n\n# Active window\nwindow.active.border.color: #ffffff\n\nwindow.active.title.bg: flat solid\nwindow.active.title.bg.color: #ffffff\nwindow.active.title.separator.color: #ffffff\nwindow.active.text.justify: center\n\nwindow.active.label.bg: parentrelative\nwindow.active.label.text.color: #444\n\nwindow.active.handle.bg: flat solid\nwindow.active.handle.bg.color: #ffffff\n\nwindow.active.grip.bg: flat solid\nwindow.active.grip.bg.color: #ffffff\n\nwindow.active.button.unpressed.bg: flat solid\nwindow.active.button.unpressed.bg.color: #ffffff\nwindow.active.button.unpressed.image.color: #444\n\nwindow.active.button.pressed.bg: flat solid\nwindow.active.button.pressed.bg.color: #ffffff\nwindow.active.button.pressed.image.color: #d64937\n\nwindow.active.button.disabled.bg: flat solid\nwindow.active.button.disabled.bg.color: #ffffff\nwindow.active.button.disabled.image.color: #444\n\n\n# Inactive window\nwindow.inactive.border.color: #ffffff\n\nwindow.inactive.title.bg: flat solid\nwindow.inactive.title.bg.color: #ffffff\nwindow.inactive.title.separator.color: #ffffff\nwindow.inactive.text.justify: center\n\nwindow.inactive.label.bg: parentrelative\nwindow.inactive.label.text.color: #ABABAB\n\nwindow.inactive.handle.bg: flat solid\n\nwindow.inactive.grip.bg: flat solid\nwindow.inactive.grip.bg.color: #ffffff\n\nwindow.inactive.button.unpressed.bg: flat solid\nwindow.inactive.button.unpressed.bg.color: #ffffff\nwindow.inactive.button.unpressed.image.color: #ABABAB\n\nwindow.inactive.button.pressed.bg: flat solid\nwindow.inactive.button.pressed.bg.color: #ffffff\nwindow.inactive.button.pressed.image.color: #CF978F\n\nwindow.inactive.button.disabled.bg: flat solid\nwindow.inactive.button.disabled.bg.color: #ffffff\nwindow.inactive.button.disabled.image.color: #D0D0D0\n\n\n# OSD\nosd.border.width: 1\nosd.border.color: #2d2d2d\n\nosd.bg: flat solid\nosd.bg.color: #fff\n\nosd.label.bg: flat solid\nosd.label.bg.color: #dedede\nosd.label.text.color: #555555\n\nosd.hilight.bg: flat solid\nosd.hilight.bg.color: #d64937\n\nosd.unhilight.bg: flat solid\nosd.unhilight.bg.color: #888888\n\nosd.button.unpressed.bg: flat border \nosd.button.unpressed.bg.color: #f0f0f0\nosd.button.unpressed.*.border.color: #b2b2b2\n\nosd.button.pressed.bg: flat border \nosd.button.pressed.bg.color: #d3d3d3\nosd.button.pressed.*.border.color: #b2b2b2\n\nosd.button.focused.bg: flat solid border \nosd.button.focused.bg.color: #f0f0f0\nosd.button.focused.*.border.color: #9c9c9c\n\nosd.button.focused.box.color: #d64937\n\n\n# Fonts\nwindow.active.label.text.font:shadow=n\nwindow.inactive.label.text.font:shadow=n\nmenu.items.font:shadow=n\nmenu.title.text.font:shadow=n\n\n\n# Everything else\nborder.width: 4\npadding.width: 8\npadding.height: 1\nwindow.handle.width: 0\nwindow.client.padding.width: 0\nwindow.label.text.justify: center\n"
  },
  {
    "path": "xfwm4/bottom-active.xpm",
    "content": "/* XPM */\nstatic char * bottom_active_xpm[] = {\n\"8 2 2 1\",\n\" \tc None\",\n\".\tc #FFFFFF\",\n\"........\",\n\"........\"};\n"
  },
  {
    "path": "xfwm4/bottom-inactive.xpm",
    "content": "/* XPM */\nstatic char * bottom_inactive_xpm[] = {\n\"8 2 2 1\",\n\" \tc None\",\n\".\tc #FFFFFF\",\n\"........\",\n\"........\"};\n"
  },
  {
    "path": "xfwm4/bottom-left-active.xpm",
    "content": "/* XPM */\nstatic char * bottom_left_active_xpm[] = {\n\"2 2 2 1\",\n\" \tc None\",\n\".\tc #FFFFFF\",\n\"..\",\n\"..\"};\n"
  },
  {
    "path": "xfwm4/bottom-left-inactive.xpm",
    "content": "/* XPM */\nstatic char * bottom_left_inactive_xpm[] = {\n\"2 2 2 1\",\n\" \tc None\",\n\".\tc #FFFFFF\",\n\"..\",\n\"..\"};\n"
  },
  {
    "path": "xfwm4/bottom-right-active.xpm",
    "content": "/* XPM */\nstatic char * bottom_right_active_xpm[] = {\n\"2 2 2 1\",\n\" \tc None\",\n\".\tc #FFFFFF\",\n\"..\",\n\"..\"};\n"
  },
  {
    "path": "xfwm4/bottom-right-inactive.xpm",
    "content": "/* XPM */\nstatic char * bottom_right_inactive_xpm[] = {\n\"2 2 2 1\",\n\" \tc None\",\n\".\tc #FFFFFF\",\n\"..\",\n\"..\"};\n"
  },
  {
    "path": "xfwm4/close-active.xpm",
    "content": "/* XPM */\nstatic char * close_active_xpm[] = {\n\"16 16 8 1\",\n\" \tc None\",\n\".\tc #FFFFFF\",\n\"+\tc #444444\",\n\"@\tc #DFDFDF\",\n\"#\tc #CECECE\",\n\"$\tc #E3E3E3\",\n\"%\tc #EBEBEB\",\n\"&\tc #474747\",\n\"................\",\n\"................\",\n\"................\",\n\"................\",\n\"....++@...++....\",\n\"....+++#$+++....\",\n\".....++++++.....\",\n\".....%+++&%.....\",\n\".....%+++&%.....\",\n\".....++++++.....\",\n\"....+++%%+++....\",\n\"....++....++....\",\n\"................\",\n\"................\",\n\"................\",\n\"................\"};\n"
  },
  {
    "path": "xfwm4/close-inactive.xpm",
    "content": "/* XPM */\nstatic char * close_inactive_xpm[] = {\n\"16 16 27 1\",\n\" \tc None\",\n\".\tc #FFFFFF\",\n\"+\tc #B3AFAE\",\n\"@\tc #BAB8B8\",\n\"#\tc #BBB8B8\",\n\"$\tc #BAB7B6\",\n\"%\tc #BFBDBD\",\n\"&\tc #ADA9A8\",\n\"*\tc #B4B0B0\",\n\"=\tc #F5F5F5\",\n\"-\tc #F4F4F4\",\n\";\tc #AEAAAA\",\n\">\tc #B7B4B4\",\n\",\tc #B5B2B1\",\n\"'\tc #A39F9D\",\n\")\tc #F8F8F8\",\n\"!\tc #A6A3A2\",\n\"~\tc #F2F2F2\",\n\"{\tc #F6F6F6\",\n\"]\tc #A29F9E\",\n\"^\tc #A8A5A4\",\n\"/\tc #B7B6B6\",\n\"(\tc #ACAAA9\",\n\"_\tc #B2B0AF\",\n\":\tc #B6B3B3\",\n\"<\tc #C2C1C1\",\n\"[\tc #B6B4B3\",\n\"................\",\n\"................\",\n\"................\",\n\"................\",\n\"....+@....#$....\",\n\"....%&*=-;&>....\",\n\".....,&''&*.....\",\n\".....)!&&'=.....\",\n\".....~!&&'{.....\",\n\".....,&]]&^.....\",\n\"..../&({=_&:....\",\n\"....$<....[,....\",\n\"................\",\n\"................\",\n\"................\",\n\"................\"};\n"
  },
  {
    "path": "xfwm4/close-prelight.xpm",
    "content": "/* XPM */\nstatic char * close_prelight_xpm[] = {\n\"16 16 29 1\",\n\" \tc None\",\n\".\tc #FFFFFF\",\n\"+\tc #DC6758\",\n\"@\tc #B06056\",\n\"#\tc #EFEEEE\",\n\"$\tc #F6F6F6\",\n\"%\tc #CA968F\",\n\"&\tc #D95E4E\",\n\"*\tc #BB7269\",\n\"=\tc #D64937\",\n\"-\tc #CC4736\",\n\";\tc #F9F8F8\",\n\">\tc #F5F3F3\",\n\",\tc #BB766D\",\n\"'\tc #F9F9F9\",\n\")\tc #CE4736\",\n\"!\tc #C94636\",\n\"~\tc #F0EEEE\",\n\"{\tc #F6F5F5\",\n\"]\tc #EDEAEA\",\n\"^\tc #C84636\",\n\"/\tc #BB766C\",\n\"(\tc #CA4736\",\n\"_\tc #EEECEC\",\n\":\tc #F3F2F2\",\n\"<\tc #B0635A\",\n\"[\tc #B1655B\",\n\"}\tc #BB7A71\",\n\"|\tc #DD6D5E\",\n\"................\",\n\"................\",\n\"................\",\n\"................\",\n\"....+@#..$%&....\",\n\"....*=-;>-=,....\",\n\"....')=!!=-~....\",\n\".....{)==!].....\",\n\".....{)==!].....\",\n\"....$)=^^=-{....\",\n\"..../=(_:(=<....\",\n\"....&[....}|....\",\n\"................\",\n\"................\",\n\"................\",\n\"................\"};\n"
  },
  {
    "path": "xfwm4/close-pressed.xpm",
    "content": "/* XPM */\nstatic char * close_pressed_xpm[] = {\n\"16 16 22 1\",\n\" \tc None\",\n\".\tc #FFFFFF\",\n\"+\tc #C04949\",\n\"@\tc #D07979\",\n\"#\tc #DB9A9A\",\n\"$\tc #F2D9D9\",\n\"%\tc #F4DFDF\",\n\"&\tc #CE7171\",\n\"*\tc #C04B4B\",\n\"=\tc #D78E8E\",\n\"-\tc #CC6C6C\",\n\";\tc #C14E4E\",\n\">\tc #C86363\",\n\",\tc #C45555\",\n\"'\tc #CF7474\",\n\")\tc #C96666\",\n\"!\tc #C75E5E\",\n\"~\tc #D38080\",\n\"{\tc #C25151\",\n\"]\tc #C55858\",\n\"^\tc #CC6D6D\",\n\"/\tc #C86161\",\n\"................\",\n\"................\",\n\"................\",\n\"................\",\n\"....+@....#+....\",\n\"....@+@$%&*=....\",\n\".....-;>,;'.....\",\n\"......);;>......\",\n\"......,+;!......\",\n\".....~+{];=.....\",\n\"....#*>..#;^....\",\n\"....;#..../+....\",\n\"................\",\n\"................\",\n\"................\",\n\"................\"};\n"
  },
  {
    "path": "xfwm4/hide-active.xpm",
    "content": "/* XPM */\nstatic char * hide_active_xpm[] = {\n\"16 16 3 1\",\n\" \tc None\",\n\".\tc #FFFFFF\",\n\"+\tc #444444\",\n\"................\",\n\"................\",\n\"................\",\n\"................\",\n\"................\",\n\"................\",\n\"................\",\n\"....++++++++....\",\n\"....++++++++....\",\n\"................\",\n\"................\",\n\"................\",\n\"................\",\n\"................\",\n\"................\",\n\"................\"};\n"
  },
  {
    "path": "xfwm4/hide-inactive.xpm",
    "content": "/* XPM */\nstatic char * hide_inactive_xpm[] = {\n\"16 16 3 1\",\n\" \tc None\",\n\".\tc #FFFFFF\",\n\"+\tc #ADA9A8\",\n\"................\",\n\"................\",\n\"................\",\n\"................\",\n\"................\",\n\"................\",\n\"................\",\n\"....++++++++....\",\n\"....++++++++....\",\n\"................\",\n\"................\",\n\"................\",\n\"................\",\n\"................\",\n\"................\",\n\"................\"};\n"
  },
  {
    "path": "xfwm4/hide-prelight.xpm",
    "content": "/* XPM */\nstatic char * hide_prelight_xpm[] = {\n\"16 16 3 1\",\n\" \tc None\",\n\".\tc #FFFFFF\",\n\"+\tc #D64937\",\n\"................\",\n\"................\",\n\"................\",\n\"................\",\n\"................\",\n\"................\",\n\"................\",\n\"....++++++++....\",\n\"....++++++++....\",\n\"................\",\n\"................\",\n\"................\",\n\"................\",\n\"................\",\n\"................\",\n\"................\"};\n"
  },
  {
    "path": "xfwm4/hide-pressed.xpm",
    "content": "/* XPM */\nstatic char * hide_pressed_xpm[] = {\n\"16 16 3 1\",\n\" \tc None\",\n\".\tc #FFFFFF\",\n\"+\tc #B44335\",\n\"................\",\n\"................\",\n\"................\",\n\"................\",\n\"................\",\n\"................\",\n\"................\",\n\"....++++++++....\",\n\"....++++++++....\",\n\"................\",\n\"................\",\n\"................\",\n\"................\",\n\"................\",\n\"................\",\n\"................\"};\n"
  },
  {
    "path": "xfwm4/left-active.xpm",
    "content": "/* XPM */\nstatic char * left_active_xpm[] = {\n\"2 21 2 1\",\n\" \tc None\",\n\".\tc #FFFFFF\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\"};\n"
  },
  {
    "path": "xfwm4/left-inactive.xpm",
    "content": "/* XPM */\nstatic char * left_inactive_xpm[] = {\n\"2 21 2 1\",\n\" \tc None\",\n\".\tc #FFFFFF\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\"};\n"
  },
  {
    "path": "xfwm4/maximize-active.xpm",
    "content": "/* XPM */\nstatic char * maximize_active_xpm[] = {\n\"16 16 3 1\",\n\" \tc None\",\n\".\tc #FFFFFF\",\n\"+\tc #444444\",\n\"................\",\n\"................\",\n\"................\",\n\"................\",\n\"....++++++++....\",\n\"....++++++++....\",\n\"....++....++....\",\n\"....++....++....\",\n\"....++....++....\",\n\"....++....++....\",\n\"....++++++++....\",\n\"....++++++++....\",\n\"................\",\n\"................\",\n\"................\",\n\"................\"};\n"
  },
  {
    "path": "xfwm4/maximize-inactive.xpm",
    "content": "/* XPM */\nstatic char * maximize_inactive_xpm[] = {\n\"16 16 3 1\",\n\" \tc None\",\n\".\tc #FFFFFF\",\n\"+\tc #ADA9A8\",\n\"................\",\n\"................\",\n\"................\",\n\"................\",\n\"....++++++++....\",\n\"....++++++++....\",\n\"....++....++....\",\n\"....++....++....\",\n\"....++....++....\",\n\"....++....++....\",\n\"....++++++++....\",\n\"....++++++++....\",\n\"................\",\n\"................\",\n\"................\",\n\"................\"};\n"
  },
  {
    "path": "xfwm4/maximize-prelight.xpm",
    "content": "/* XPM */\nstatic char * maximize_prelight_xpm[] = {\n\"16 16 3 1\",\n\" \tc None\",\n\".\tc #FFFFFF\",\n\"+\tc #D64937\",\n\"................\",\n\"................\",\n\"................\",\n\"................\",\n\"....++++++++....\",\n\"....++++++++....\",\n\"....++....++....\",\n\"....++....++....\",\n\"....++....++....\",\n\"....++....++....\",\n\"....++++++++....\",\n\"....++++++++....\",\n\"................\",\n\"................\",\n\"................\",\n\"................\"};\n"
  },
  {
    "path": "xfwm4/maximize-pressed.xpm",
    "content": "/* XPM */\nstatic char * maximize_pressed_xpm[] = {\n\"16 16 3 1\",\n\" \tc None\",\n\".\tc #FFFFFF\",\n\"+\tc #B44335\",\n\"................\",\n\"................\",\n\"................\",\n\"................\",\n\"....++++++++....\",\n\"....++++++++....\",\n\"....++....++....\",\n\"....++....++....\",\n\"....++....++....\",\n\"....++....++....\",\n\"....++++++++....\",\n\"....++++++++....\",\n\"................\",\n\"................\",\n\"................\",\n\"................\"};\n"
  },
  {
    "path": "xfwm4/right-active.xpm",
    "content": "/* XPM */\nstatic char * right_active_xpm[] = {\n\"2 21 2 1\",\n\" \tc None\",\n\".\tc #FFFFFF\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\"};\n"
  },
  {
    "path": "xfwm4/right-inactive.xpm",
    "content": "/* XPM */\nstatic char * right_inactive_xpm[] = {\n\"2 21 2 1\",\n\" \tc None\",\n\".\tc #FFFFFF\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\"};\n"
  },
  {
    "path": "xfwm4/themerc",
    "content": "# Name: Numix xfwm4 theme\n# Author: Xylon <avlabs314@gmail.com>\n# License: GPL-3.0+\n\nactive_text_color=#2d2d2d\t\ninactive_text_color=#d0d0d0\nactive_color_1=#ffffff\nactive_color_2=#ffffff\nbutton_offset=4\nbutton_spacing=4\nshow_app_icon=false\nfull_width_title=true\nmaximized_offset=4\ntitle_horizontal_offset=6\ntitle_shadow_active=false\ntitle_shadow_inactive=false\ntitle_vertical_offset_active=0\ntitle_vertical_offset_inactive=0\ntitle_shadow_active=false\ntitle_shadow_inactive=false\nshadow_delta_height=0\nshadow_delta_width=0\nshadow_delta_x=0\nshadow_delta_y=0\nshadow_opacity=30\n"
  },
  {
    "path": "xfwm4/title-1-active.xpm",
    "content": "/* XPM */\nstatic char * title_1_active_xpm[] = {\n\"1 25 2 1\",\n\" \tc None\",\n\".\tc #FFFFFF\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\"};\n"
  },
  {
    "path": "xfwm4/title-1-inactive.xpm",
    "content": "/* XPM */\nstatic char * title_1_inactive_xpm[] = {\n\"1 25 2 1\",\n\" \tc None\",\n\".\tc #FFFFFF\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\"};\n"
  },
  {
    "path": "xfwm4/title-2-active.xpm",
    "content": "/* XPM */\nstatic char * title_2_active_xpm[] = {\n\"1 25 2 1\",\n\" \tc None\",\n\".\tc #FFFFFF\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\"};\n"
  },
  {
    "path": "xfwm4/title-2-inactive.xpm",
    "content": "/* XPM */\nstatic char * title_2_inactive_xpm[] = {\n\"1 25 2 1\",\n\" \tc None\",\n\".\tc #FFFFFF\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\"};\n"
  },
  {
    "path": "xfwm4/title-3-active.xpm",
    "content": "/* XPM */\nstatic char * title_3_active_xpm[] = {\n\"1 25 2 1\",\n\" \tc None\",\n\".\tc #FFFFFF\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\"};\n"
  },
  {
    "path": "xfwm4/title-3-inactive.xpm",
    "content": "/* XPM */\nstatic char * title_3_inactive_xpm[] = {\n\"1 25 2 1\",\n\" \tc None\",\n\".\tc #FFFFFF\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\"};\n"
  },
  {
    "path": "xfwm4/title-4-active.xpm",
    "content": "/* XPM */\nstatic char * title_4_active_xpm[] = {\n\"1 25 2 1\",\n\" \tc None\",\n\".\tc #FFFFFF\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\"};\n"
  },
  {
    "path": "xfwm4/title-4-inactive.xpm",
    "content": "/* XPM */\nstatic char * title_4_inactive_xpm[] = {\n\"1 25 2 1\",\n\" \tc None\",\n\".\tc #FFFFFF\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\"};\n"
  },
  {
    "path": "xfwm4/title-5-active.xpm",
    "content": "/* XPM */\nstatic char * title_5_active_xpm[] = {\n\"1 25 2 1\",\n\" \tc None\",\n\".\tc #FFFFFF\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\"};\n"
  },
  {
    "path": "xfwm4/title-5-inactive.xpm",
    "content": "/* XPM */\nstatic char * title_5_inactive_xpm[] = {\n\"1 25 2 1\",\n\" \tc None\",\n\".\tc #FFFFFF\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\",\n\".\"};\n"
  },
  {
    "path": "xfwm4/top-left-active.xpm",
    "content": "/* XPM */\nstatic char * top_left_active_xpm[] = {\n\"2 25 2 1\",\n\" \tc None\",\n\".\tc #FFFFFF\",\n\" .\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\"};\n"
  },
  {
    "path": "xfwm4/top-left-inactive.xpm",
    "content": "/* XPM */\nstatic char * top_left_inactive_xpm[] = {\n\"2 25 2 1\",\n\" \tc None\",\n\".\tc #FFFFFF\",\n\" .\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\"};\n"
  },
  {
    "path": "xfwm4/top-right-active.xpm",
    "content": "/* XPM */\nstatic char * top_right_active_xpm[] = {\n\"2 25 2 1\",\n\" \tc None\",\n\".\tc #FFFFFF\",\n\". \",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\"};\n"
  },
  {
    "path": "xfwm4/top-right-inactive.xpm",
    "content": "/* XPM */\nstatic char * top_right_inactive_xpm[] = {\n\"2 25 2 1\",\n\" \tc None\",\n\".\tc #FFFFFF\",\n\". \",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\",\n\"..\"};\n"
  }
]