[
  {
    "path": ".gitignore",
    "content": "*.log\n*~\n/node_modules/\n/stylesheet/\ntmp"
  },
  {
    "path": ".gitmodules",
    "content": "[submodule \"plank-themes\"]\n\tpath = plank-themes\n\turl = https://github.com/surajmandalcell/plank-themes-x.git\n"
  },
  {
    "path": "COPYING",
    "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    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.md",
    "content": "# Elementary X  \n\n#### Maintainer Needed! Please leave a comment in \"Maintainer Needed!\" issue if you're intrested  \n\nFork of the Default Gtk+ Stylesheet for elementary OS with OS X window controls\n\nThe forked Gtk.CSS stylesheet with OS X window controls is designed specifically for [elementary OS](https://elementary.io) and its desktop environment: Pantheon. **Since Gtk.CSS has changed quite a bit, this stylesheet only supports Gtk >= 3.22**\n\n#### Elementary-X is available in two variants\n\n##### Dark Variant\n\n![](https://i.imgur.com/kWuZ2aY.png)\n![](https://i.imgur.com/n2T2tjm.png)\n![](https://i.imgur.com/lPLt0Xx.png)\n\n##### Light Variant\n###### (old screenshots)\n\n![](http://i.imgur.com/AFwq5WW.png)\n\n![](http://i.imgur.com/XjGm1FX.png)\n\n\n[More screenshots](https://imgur.com/a/yoBOoSx)\n\n#### Features\n\n- Traffic lights window controls\n- Re-designed widgets to look cool\n- Always up to date with original elementary-os stylesheet\n\n### Installation\n\nYou'll need ```git``` to install this theme\n\n1. Open terminal and execute the following\n```\ngit clone https://github.com/surajmandalcell/elementary-x.git ~/.themes/elementary-x\n```\n2. Select this theme in tweak tool or execute the following \n```\ngsettings set org.gnome.desktop.interface gtk-theme \"elementary-x\"\n```  \n3. Thats it you're done!\n\n***Note**: To install it globally i.e. for situation when you run apps as root or specially SNAP packages move your theme to ```/usr/share/themes ```*\n\n### Extras\n* Refer here to see how to set [DARK MODE](https://askubuntu.com/questions/769417/how-to-change-global-dark-theme-on-and-off-through-terminal) \n* The icon theme used is [La Capitaine](https://github.com/keeferrourke/la-capitaine-icon-theme). (Use `install_fixed_icons.sh` to install a fixed version of icon theme for eos)\n* The folder also includes plank themes! To install just use the ```install_plank_themes.sh``` script\n* Chrome themes will be included soon..\n* There are metacity and xfwm4 themes wich are for other desktop environment use.\n* *There is no gnome-shell theme as it is ment for elementary gala de*.\n\n#### TO-DO\nHere is the link to the trello board for the project >  [board](https://trello.com/b/hEsKYAOa).  \n\n\n### Contributing\n\nThis stylesheet doesn't need to be compiled. It is recommended to make a\nsymbolic link from the source directory to \"/usr/share/themes\" for testing:\n\n    ln -s /path/to/your/branch /usr/share/themes/\n\nApps will need to be restarted or the system stylesheet will need to be\nchanged for your changes to take effect.\n\nYou can also test changes live with Gtk Inspector. Make sure you have Gtk\ndevelopment libraries installed:\n\n    sudo apt install libgtk-3-dev\n\nOpen an app you wish to test your changes on. Open Gtk Inspector with the\nkeyboard shortcut Shift + Ctrl + D, then navigate to the tab \"Custom CSS\".\nYour changes here will take immediate effect on the focused app.\n\n### Todo\n\n* Merge https://github.com/elementary/stylesheet/pull/381"
  },
  {
    "path": "_config.yml",
    "content": "theme: jekyll-theme-slate"
  },
  {
    "path": "contributors.md",
    "content": "--- Elementary-x\nSuraj Mandal <surajmandalcell@gmail.com><https://github.com/surajmandalcell>\n\n\n--- metacity and xfwm4 theme\nvinceliuice <vinceliuice@hotmail.com><https://github.com/vinceliuice>\n\n--- Original theme authors\nAndreas Stocker (firefeak)\nAndrés Felipe Gómez\nEmily Wind\nkkrikk\nMarek S. (Weakhead)\nMarcelo Aguero\nMarco Bonomo\nMarkus (M4he)\nPavel Petev\nPiotr Maciejko\nSam Hewitt \"snwh\" <sam@elementaryos.org> \nSatyajit Sahoo\nSeahorsepip\nSimon Steinbeiß\nCassidy James \"cassidyjames\" <cassidy@elementaryos.org>\nCaleb Riley \"spiceofdesign\" <spiceofdesign@gmail.com>\n"
  },
  {
    "path": "gtk-2.0/gtkrc",
    "content": "gtk_color_scheme\t= \"bg_color:#DEDEDE\\nselected_bg_color:#4a90d9\\nbase_color:#FFF\"\t# Background, base\ngtk_color_scheme\t= \"fg_color:#4D4D4D\\nselected_fg_color:#FFF\\ntext_color:#4D4D4D\"\t# Foreground, text\ngtk_color_scheme \t= \"sidebar_color:#DEDEDE\"                                           # Custom colors\ngtk_color_scheme\t= \"tooltip_bg_color:#000\\ntooltip_fg_color:#FFF\"                    # Tooltips\ngtk_color_scheme\t= \"link_color:#08C\"                                                 # Hyperlinks\ngtk_color_scheme\t= \"frame_color:#D1D1D1\\ninactive_frame_color:#D1D1D1\"               # Fix for Chrome\ngtk_color_scheme\t= \"bg_color_dark:#F0F0F0\\ntext_color_dark:#4d4d4d\\ntext_color_dark_selected:#FFF\"                     # Dark colors - NO MORE DARKS\ngtk_color_scheme\t= \"widget_color:#EAEAEA\"\n\ngtk-icon-sizes\t\t= \"gtk-button=16,16\"\t\t\t\t                                # Set icon size for buttons\ngtk-button-images\t= 0\t\t\t\t\t\t\t\t\t                                # Disables icons for buttons with text\ngtk-toolbar-style\t= 0\t\t\t\t\t\t\t\t\t                                # Disables text in toolbar\ngtk-auto-mnemonics\t= 1\t\t\t\t\t\t\t\t\t                                # Disables lines under menu items\n\n####################\n## Default Styles ##\n####################\n\nstyle \"murrine-default\"\n{\n\tGnomeHRef           ::link_color                        = @link_color\t\t\n\tGtkHTML             ::link-color                        = @link_color\n \tGtkIMHtmlr          ::hyperlink-color                   = @link_color\n\tGtkIMHtml           ::hyperlink-color                   = @link_color\n\tGtkWidget           ::link-color                        = @link_color\n\tGtkWidget           ::visited-link-color                = @text_color\n\n\tGtkButton           ::child-displacement-x              = 1\n\tGtkButton           ::child-displacement-y              = 1\n\tGtkButton           ::default-border                    = { 0, 0, 0, 0 }\n\n\tGtkCheckButton      ::indicator-size                    = 15\n\n\tGtkEntry            ::honors-transparent-bg-hint \t\t= 1\n\tGtkEntry            ::progress-border\t\t\t        = { 2, 2, 2, 2 }\n\tGtkEntry            ::state-hint \t\t\t\t        = 0\n\n\tGtkExpander\t\t    ::expander-size\t\t\t\t        = 16\n\n\tGtkImage            ::x-ayatana-indicator-dynamic \t\t= 1\n\n\tGtkMenu             ::horizontal-padding\t\t\t    = 0\n\tGtkMenu             ::vertical-padding\t\t\t        = 0\n\n\tGtkMenuBar          ::internal-padding\t\t\t        = 0\n\tGtkMenuBar          ::window-dragging\t\t\t        = 1\n\n\tGtkNotebook         ::tab-overlap \t\t\t\t        = 0\n\n\tGtkPaned            ::handle-size          \t\t\t    = 6\n\n\tGtkProgressBar\t\t::min-vertical-bar-width            = 10\n\tGtkProgressBar\t\t::min-horizontal-bar-height         = 10\n \n\tGtkScale\t\t    ::slider-length\t\t\t\t        = 14\n\tGtkScale\t\t    ::slider-width\t\t\t\t        = 14\n\tGtkScale\t\t    ::trough-side-details\t\t\t    = 1\n\n\tGtkScrollbar\t\t::has-backward-stepper              = 0  \n\tGtkScrollbar\t\t::has-forward-stepper               = 0\n\tGtkScrollbar\t\t::min-slider-length                 = 30\n\tGtkScrollbar\t\t::slider-width                      = 6\n\tGtkScrollbar\t\t::trough-border                     = 1\n\n\tGtkScrolledWindow\t::scrollbar-spacing                 = 0\n\tGtkScrolledWindow\t::scrollbars-within-bevel           = 1\n\n\tGtkToolbar\t\t    ::internal-padding\t\t\t        = 0\n\tGtkTreeView\t\t    ::expander-size\t\t\t\t        = 7\n\tGtkTreeView\t\t    ::vertical-separator\t\t\t    = 0\n\n\tGtkWidget\t\t    ::new-tooltip-style\t\t\t        = 1\n\tGtkWidget\t\t    ::focus-line-width\t\t\t        = 1\n\tGtkWidget\t\t    ::focus-padding\t\t\t\t        = 0\n\n\txthickness\t\t    = 1\n\tythickness\t\t    = 1\n\n\tbase[NORMAL]\t\t= @base_color\n\tbase[PRELIGHT]\t\t= shade (0.95, @bg_color)\n\tbase[ACTIVE]\t\t= shade (0.92, @selected_bg_color)\n\tbase[SELECTED]\t\t= shade (0.93, @selected_bg_color)\n\tbase[INSENSITIVE]\t= @bg_color\n\n\tbg[NORMAL]          = @bg_color\n\tbg[PRELIGHT]\t\t= shade (1.02, @bg_color)\n\tbg[SELECTED]\t\t= @selected_bg_color\n\tbg[INSENSITIVE]\t\t= @bg_color\n\tbg[ACTIVE]          = shade (1.04, @bg_color)\n\n\tfg[NORMAL]          = @fg_color\n\tfg[PRELIGHT]\t\t= @fg_color\n\tfg[SELECTED]\t\t= @selected_fg_color\n\tfg[ACTIVE]          = @fg_color\n\tfg[INSENSITIVE]\t\t= shade(0.5, @bg_color)\n\n\ttext[NORMAL]\t\t= @text_color\n\ttext[PRELIGHT]\t\t= @text_color\n\ttext[ACTIVE]\t\t= @selected_fg_color\n\ttext[SELECTED]\t\t= @selected_fg_color\n\ttext[INSENSITIVE]\t= darker (@bg_color)\n\n\tengine \"murrine\" \n\t{\n\t\tanimation               = TRUE\n\t\tarrowstyle              = 1\n\t\tborder_shades\t\t    = { 1.15, 0.85 }\n\t\tcolorize_scrollbar\t    = TRUE\n\t\tcontrast                = 1.1\n\t\tdefault_button_color\t= shade (1.12, @selected_bg_color)\n\t\tfocusstyle              = 3\t\t\n\t\tglazestyle              = 0\n\t\tgradient_shades         = {1.18,1.09,1.08,0.9}\n\t\tglowstyle               = 4\n\t\thighlight_shade         = 1.0\t\t# set highlight amount for buttons or widgets\n\t\tlightborder_shade       = 1.18\t\t# sets lightborder amount for buttons or widgets\n\t\tlightborderstyle        = 0\t\t# 0 = lightborder on top side, 1 = lightborder on all sides\n\t\tlistviewstyle           = 2\t\t# 0 = nothing, 1 = dotted, 2 = line\n\t\tmenubaritemstyle        = 0\t\t# 0 = menuitem look, 1 = button look\n\t\tmenubarstyle            = 2\t\t# 0 = flat, 1 = glassy, 2 = gradient, 3 = striped\n\t\tmenuitemstyle           = 1\t\t# 0 = flat, 1 = glassy, 2 = striped\n\t\tmenustyle               = 0\t\t# 0 = no vertical menu stripe, 1 = display vertical menu stripe\n\t\tprogressbarstyle        = 1\n\t\treliefstyle             = 3\t\t# 0 = flat, 1 = inset, 2 = shadow, 3 = shadow with gradient, 4 = stronger shadow with gradient\n\t\trgba                    = FALSE\t\t# Alpha transparency\n\t\troundness               = 2\t\t# 0 = square\n\t\tscrollbarstyle          = 0\t\t# 0 = nothing\n\t\tseparatorstyle          = 1\n\t\tshadow_shades           = { 2.0, 1.0 }\n\t\tsliderstyle             = 0     \t# 0 = nothing added\n\t\tstepperstyle            = 1\t\t# 0 = standard, 1 = integrated stepper handles, 2 = unknown\n\t\ttoolbarstyle            = 1\t\t# 0 = flat, 1 = glassy, 2 = gradient\n\t\ttrough_shades           = { 0.85, 1.0 }\n\t}\n}\n\nstyle \"murrine-dark\"    =   \"murrine-default\"\n{\n\tbase[NORMAL]        = @bg_color_dark\n\tbase[PRELIGHT]      = shade (0.95, @bg_color_dark)\n\tbase[INSENSITIVE]   = @bg_color_dark\n\n\tbg[NORMAL]          = @bg_color_dark\n\tbg[PRELIGHT]        = shade (1.02, @bg_color_dark)\n\tbg[SELECTED]        = shade (1.1, @selected_bg_color)\n\tbg[INSENSITIVE]     = @bg_color_dark\n\tbg[ACTIVE]          = shade (1.04, @bg_color_dark)\n\n\tfg[NORMAL]          = @text_color_dark\n\tfg[PRELIGHT]        = @text_color_dark_selected\n\tfg[SELECTED]        = @text_color_dark_selected\n\tfg[ACTIVE]          = @text_color_dark_selected\n\tfg[INSENSITIVE]     = darker (@bg_color)\n\n\ttext[NORMAL]        = @text_color_dark\n\ttext[PRELIGHT]      = @text_color_dark_selected\n\ttext[ACTIVE]        = @text_color_dark_selected\n\ttext[SELECTED]      = @text_color_dark_selected\n\ttext[INSENSITIVE]   = darker (@bg_color_dark)\n}\n\nstyle \"murrine-thin\"        =   \"murrine-default\"   { xthickness = 0 ythickness = 0 }\nstyle \"murrine-wide\"        =   \"murrine-default\"   { xthickness = 2 ythickness = 2 }\nstyle \"murrine-wider\"       =   \"murrine-default\"   { xthickness = 3 ythickness = 3 }\nstyle \"murrine-widest\"      =   \"murrine-default\"   { xthickness = 4 ythickness = 4 }\nstyle \"murrine-thin-dark\"   =   \"murrine-dark\"      { xthickness = 0 ythickness = 0 }\nstyle \"murrine-wide-dark\"   =   \"murrine-dark\"      { xthickness = 2 ythickness = 2 }\nstyle \"murrine-wider-dark\"  =   \"murrine-dark\"      { xthickness = 3 ythickness = 3 }\n\n###################\n## Widget Styles ##\n###################\n\nstyle \"murrine-button\" = \"murrine-widest\" {\n\n\tbg[ACTIVE]                  = shade (0.80, @bg_color)\n\tbg[NORMAL]                  = shade (1.15, @bg_color)\n\tbg[PRELIGHT]\t\t\t\t= shade (1.13, @bg_color)\n\tbg[SELECTED]\t\t\t\t= @widget_color\n\tbg[INSENSITIVE]\t\t\t\t= shade (0.98, @bg_color)\n\t\n\tengine \"murrine\" {\n\t\tborder_shades           = {1.1, 0.9}\n\t\tcontrast                = 1.25\n\t\tgradient_shades         = {1.10,1.0,0.99,0.90}\n\t\tlightborderstyle\t\t= 1\n\t\ttextstyle               = 1\n\t}\n}\n\nstyle \"murrine-button-content\" = \"murrine-wider\" {\n\n\tGtkWidget\t::focus-line-width\t= 0\n\tGtkWidget\t::focus-padding\t\t= 2\n\n\tbg[ACTIVE]                  = shade (0.9, @base_color)\n\tbg[NORMAL]                  = @base_color\n\tbg[PRELIGHT]\t\t\t\t= @base_color\n\tbg[SELECTED]\t\t\t\t= @base_color\n\tbg[INSENSITIVE]\t\t\t\t= @base_color\n\t\n\tengine \"murrine\" {\n\t\tborder_shades \t\t\t= {1.05, 1.05}\n\t\tcontrast                = 0.85\n\t\tgradient_shades         = {1.0,1.5,1.6,2.5}\n\t\tshadow_shades     \t\t= {2.0,2.0}\n\t}\n}\n\nstyle \"murrine-button-dark\" = \"murrine-widest\" {\n\n\tbg[ACTIVE]\t\t\t\t= shade (0.80, @bg_color_dark)\n\tbg[NORMAL]\t\t\t\t= shade (1.15, @bg_color_dark)\n\tbg[PRELIGHT]            = shade (1.13, @selected_bg_color)\n\tbg[SELECTED]            = shade (0.75, @selected_bg_color)\n\tbg[INSENSITIVE]         = shade (0.98, @bg_color_dark)\n\t\n\tengine \"murrine\" {\n\t\tborder_shades \t\t= {1.1, 0.9}\n\t\tcontrast            = 1.25\n\t\tgradient_shades     = {1.10,1.0,0.99,0.90}\n\t\tlightborderstyle    = 1\n\t}\n}\n\nstyle \"murrine-comboboxentry\" = \"murrine-wider\" {\n\n    ythickness                      = 4\n\n\tbg[ACTIVE]                      = shade (0.80, @bg_color)\n\tbg[NORMAL]                      = shade (1.15, @bg_color)\n\tbg[PRELIGHT]\t\t\t\t    = shade (1.13, @selected_bg_color)\n\tbg[INSENSITIVE]\t\t\t\t    = shade (0.98, @bg_color)\n\t\n\tengine \"murrine\" { lightborderstyle = 1 }\n}\n\nstyle \"murrine-combo\" = \"murrine-comboboxentry\" { engine \"murrine\" { gradient_shades = {1.10,1.0,0.99,0.90} } }\n\nstyle \"murrine-entry\" = \"murrine-widest\"\n{\n\n\tGtkWidget\t::focus-line-width\t= 1\n\tGtkWidget\t::focus-padding\t\t= 1\n\n\tbg[ACTIVE]\t\t\t\t        = shade (0.78, @bg_color)\n\tbg[NORMAL]\t\t\t\t        = shade (2.20, @bg_color)\n\tbg[PRELIGHT]\t\t\t\t    = shade (1.18, @selected_bg_color)\n\tbg[SELECTED]\t\t\t\t    = shade (0.9, @selected_bg_color)\n\tbg[INSENSITIVE]\t\t\t\t    = shade (0.98, @bg_color)\n\t\n\tengine \"murrine\" {\n\t\tborder_shades \t\t\t    = {1.35, 1.15}\t\n\t}\n}\n\nstyle \"murrine-frame-title\" { fg[NORMAL] = lighter (@fg_color) }\n\nstyle \"murrine-menu\" = \"murrine-thin\" {\n\tbg[NORMAL] = shade (0.96, @base_color)\n}\n\nstyle \"murrine-menu-item\" = \"murrine-wider\"\n{\n\tfg[PRELIGHT]\t\t\t\t= @selected_fg_color\n\tfg[SELECTED]\t\t\t\t= @selected_fg_color\n\tfg[ACTIVE]                              = @fg_color\n\tfg[INSENSITIVE]                         = darker (@bg_color)\n\n\tbg[SELECTED]\t\t\t\t= shade (1.10, @selected_bg_color)\n\n\tengine \"murrine\"\n\t{\n\t\tcontrast                = 0.8\n\t\troundness               = 0\n\t\tlightborderstyle        = 1\n\n\t}\n}\n\nstyle \"murrine-menubar\" { fg[NORMAL] = @fg_color GtkMenuBar :: shadow-type = GTK_SHADOW_NONE }\n\nstyle \"murrine-notebook\" = \"murrine-default\"\n{\n\tbg[NORMAL]\t\t\t\t= shade (1.06, @bg_color)\t# selected tab entire\n\tbg[ACTIVE]\t\t\t\t= shade (0.85, @bg_color)\t# unselected tab\n\n\tengine \"murrine\" { roundness = 4 }\n}\n\nstyle \"murrine-progressbar\" = \"murrine-thin\"\n{\n\tbg[ACTIVE]\t\t\t\t= shade (0.75, @bg_color)\n\tbg[SELECTED]\t\t\t\t= @bg_color\n\n\tengine \"murrine\" {\n\t\troundness \t\t\t= 100\n\t\thighlight_shade     \t\t= 1.0 \n\t\tlightborder_shade   \t\t= 2.0\n\t\tgradient_shades     \t\t= {0.90,1.09,1.10,1.30}\n\t\ttrough_shades       \t\t= {1.00,1.16}\n\t\tcontrast\t\t\t= 1.13\n\t\tborder_shades \t\t\t= {1.0, 0.9}\n\t}\n}\n\nstyle \"murrine-scale\" = \"murrine-wider\"\n{\n\n\tbg[ACTIVE]\t\t\t\t= shade (0.78, @bg_color)\n\tbg[NORMAL]\t\t\t\t= shade (1.30, @bg_color)\n\tbg[PRELIGHT]\t\t\t\t= shade (1.18, @selected_bg_color)\n\tbg[SELECTED]\t\t\t\t= shade (0.9, @selected_bg_color)\n\tbg[INSENSITIVE]\t\t\t\t= shade (0.98, @bg_color)\n\t\n\tengine \"murrine\" {\n\t\tborder_shades \t\t\t= {0.8, 0.6}\n\t\tcontrast\t\t\t= 0.8\n\t\tlightborderstyle\t\t= 1\n\t\troundness\t\t\t= 7\n\t\ttrough_shades\t\t\t= {0.9, 1.1}\n\t}\n}\n\nstyle \"murrine-scrollbar\"\n{\n\tbg[SELECTED]\t\t\t\t= shade (0.6, @base_color)\n\tbg[ACTIVE]\t\t\t\t= @base_color\n\t\n\tengine \"murrine\" {\n\t\troundness\t\t\t= 2\n\t\tgradient_shades\t\t\t= {1.0,1.0,1.0,1.0}\n\t\thighlight_shade\t\t\t= 1.0\n\t\tglow_shade\t\t\t= 1.0\n\t\treliefstyle\t\t\t= 0\n\t\tgradient_colors\t\t\t= FALSE\n    \t\tlightborder_shade\t\t= 1.0\n\t\tlightborderstyle\t\t= 0\n\t\ttrough_shades\t        \t= { 1.3, 1.3}\n\t\tborder_shades\t\t\t= { 2.0, 2.0}\n\t\tcontrast\t\t\t= 0.0\n\t}\n}\n\nstyle \"murrine-scrollbar-dark\" = \"murrine-scrollbar\"\n{\t\n\n\tengine \"murrine\" {\n\t\tgradient_shades\t\t\t= {0.65,0.65,0.65,0.65}\n\t\ttrough_shades           = { 1.0, 1.0}\n\t\tborder_shades\t\t\t= { 0.3, 0.3}\n\t}\n}\n\nstyle \"murrine-scrollbar-sidebar\" = \"murrine-scrollbar\" {\t\n\n\tengine \"murrine\" {\n\t\ttrough_shades           = { 0.97, 0.97}\n\t\tborder_shades\t\t\t= { 1.2, 1.2}\n\t}\n}\n\nstyle \"murrine-sidebar\" {\n\n\tbase[NORMAL]\t\t\t\t= @bg_color\n\tbg[NORMAL]                  = @bg_color\n\ttext[NORMAL]\t\t\t\t= mix (0.3, @bg_color, @text_color)\n\n\tfont_name \t                  \t= \"Regular\"\n\n\tGtkTreeView::odd_row_color\t\t= @bg_color\n\tGtkTreeView::even_row_color\t\t= @bg_color\n\n\tengine \"murrine\" {\n\t\ttextstyle                   = 1\n\t\tlistviewstyle               = 0\n\t}\n\n}\n\nstyle \"murrine-tasklist\" = \"murrine-wide\" {}\n\nstyle \"murrine-toggleswitch\" = \"murrine-wider\"\n{\n\tythickness\t\t\t\t= 4\n\n\tbg[ACTIVE]\t\t\t\t= shade (0.80, @bg_color)\n\tbg[NORMAL]\t\t\t\t= shade (1.15, @bg_color)\n\tbg[PRELIGHT]\t\t\t\t= shade (1.13, @selected_bg_color)\n\tbg[SELECTED]\t\t\t\t= shade (0.75, @selected_bg_color)\n\tbg[INSENSITIVE]\t\t\t\t= shade (0.98, @bg_color)\n\t\n\tengine \"murrine\" {\n\t\tborder_shades \t\t\t= {1.1, 0.9}\n\t\tcontrast\t\t\t= 1.25\n\t\tgradient_shades     \t\t= {0.90,0.99,1.00,1.10}\n\t\tlightborderstyle\t\t= 1\n\t\ttextstyle\t\t\t= 1\n\t}\n}\n\nstyle \"murrine-toolbar\" = \"murrine-default\"\n{\n\tengine \"murrine\" {\n\t\tcontrast\t\t\t= 1.13\n\t\tlightborder_shade\t\t= 1.0\n\t\tgradient_shades     \t\t= {1.0,0.94,0.94,0.88}\n\t}\n}\n\nstyle \"murrine-tooltips\" = \"murrine-wider\"\n{\n\txthickness\t\t\t\t= 8\n\tythickness\t\t\t\t= 5\n\n\tbg[NORMAL]\t\t\t\t= @tooltip_bg_color\n\tbg[SELECTED]            = \"#000\"\n\tfg[NORMAL]\t\t\t\t= @tooltip_fg_color\n\n\tengine \"murrine\"\n\t{\n\t\troundness\t\t\t= 0\n\t\ttrough_shades       = { 0.15, 0.3 }\n\t}\n}\n\nstyle \"murrine-treeview\" { engine \"murrine\" { gradient_shades = {1.00,1.00,1.00,1.00} separatorstyle = 0 } }\n\nstyle \"murrine-treeview-header\" = \"murrine-default\"\n{\n\tythickness                      = 1\t\n\n\tGtkWidget\t::focus-padding\t\t= 0\n\n\tbg[NORMAL]      \t\t\t    = shade (1.08, @bg_color)\n\tbg[PRELIGHT]    \t\t\t    = @bg_color\n\tbg[INSENSITIVE] \t\t\t    = shade (1.04, @bg_color)\n\n\tengine \"murrine\" {\n\t\tgradient_shades             = {0.96,1.04,1.05,1.18}\n\t\tglazestyle                  = 1\n\t\tcontrast                    = 1.0\n\t\troundness                   = 0\n\t}\n}\n\nstyle \"murrine-xfwm4-tabwin\" = \"murrine-dark\"\n{\n\tbg[NORMAL]                      = @tooltip_bg_color\n\tbg[PRELIGHT]                    = shade (0.4, @bg_color_dark)\n\tbg[ACTIVE]                      = @tooltip_bg_color\n\tbg[SELECTED]                    = shade (0.4, @bg_color_dark)\n}\n\nstyle \"notebook-close\" { stock[\"gtk-close\"] = {{ \"Icons/close.png\", *, *, * }} }\n\nstyle \"pixmap-mode-button\" {\n\tengine \"pixmap\" {\t\n\t\timage { function = BOX state = PRELIGHT    file = \"/Button/mode_prelight.png\" border = { 3, 13, 3, 3 } stretch = TRUE }\n\t\timage { function = BOX state = NORMAL      file = \"/Button/mode_normal.png\"   border = { 3, 13, 3, 3 } stretch = TRUE }\n\t    image { function = BOX state = ACTIVE      file = \"/Button/mode_pressed.png\"  border = { 3, 13, 3, 3 } stretch = TRUE }  \n\t\timage { function = BOX state = INSENSITIVE file = \"/Button/mode_normal.png\"   border = { 3, 13, 3, 3 } stretch = TRUE } \n\t    image { function = BOX state = SELECTED    file\t= \"/Button/mode_pressed.png\"  border = { 3, 13, 3, 3 } stretch = TRUE }\n\t}\n}\n\nstyle \"overlay-scrollbar\" {\n\n    base[SELECTED]      = shade (0.6, @base_color)\n    base[INSENSITIVE]   = shade (0.85, @base_color)\n}\n\nstyle \"pixmap-paned\" {\n\tGtkPaned::handle_size\t\t\t= 8\n\n\tengine \"pixmap\" {\t\n\t\timage { file = \"Handle/pane-horiz.png\" function = HANDLE overlay_file = \"Handle/dimple.png\" overlay_stretch = FALSE stretch = TRUE orientation = VERTICAL }\n\t\timage { file = \"Handle/pane-vert.png\"  function = HANDLE overlay_file = \"Handle/dimple.png\" overlay_stretch = FALSE stretch = TRUE orientation = HORIZONTAL }\n\t}\n}\n\nstyle \"pixmap-resize-grip\" = \"murrine-default\" {\n\tengine \"pixmap\" {\n\t\timage { function = RESIZE_GRIP overlay_file = \"/Handle/resize_grip.png\" overlay_border\t= {0,0,0,0 } overlay_stretch = FALSE }\n\t}\n}\n\nstyle \"pixmap-sidebar-handle-left\" {\n\n\tGtkPaned::handle-size           = 2\n\n\tengine \"pixmap\"{\n\t\timage { function = HANDLE file = \"/Sidebar/handle.png\" stretch = TRUE border = { 0, 0, 0, 0 } }\n\t}\n}\n\n##############\n## Matching ##\n##############\n\nclass \"GtkWidget\"                                style \"murrine-default\"\nclass \"GtkWindow*\"                               style \"pixmap-resize-grip\"\n\nclass \"GtkToolbar\"                               style \"murrine-toolbar\"\nclass \"GtkHandleBox\"                             style \"murrine-toolbar\"\nclass \"GtkRange\"                                 style \"murrine-wide\"\nclass \"GtkFrame\"                                 style \"murrine-wide\"\nclass \"GtkSeparator\"                             style \"murrine-wide\"\nclass \"GtkEntry\"                                 style \"murrine-entry\"\nclass \"GtkCalendar\"                              style \"murrine-wide\"\nclass \"GtkInfoBar\"                               style \"murrine-default\"\nclass \"GtkIconView\"                              style \"murrine-default\"\n\nclass \"GtkSpinButton\"                            style \"murrine-combo\"\n\nclass \"GtkScale\"                                 style \"murrine-scale\"\nclass \"GtkVScale\"                                style \"murrine-scale\"\nclass \"GtkHScale\"                                style \"murrine-scale\"\n\nclass \"GtkScrollbar\"                             style \"murrine-scrollbar\"\nclass \"GtkVScrollbar\"                            style \"murrine-scrollbar\"\nclass \"GtkHScrollbar\"                            style \"murrine-scrollbar\"\n\nwidget \"*ModeButton*\"                            style \"pixmap-mode-button\"\nwidget \"*ToggleSwitch*\"\t                          style \"murrine-toggleswitch\"\n\nwidget \"*SidebarHandleLeft\"\t                      style \"pixmap-sidebar-handle-left\"\nwidget \"*SidebarScrolled*\"                       style : highest \"murrine-scrollbar-sidebar\"\nwidget \"*SidebarContent\"                         style \"murrine-sidebar\"\n\nwidget \"xfwm4-tabwin*\"                           style \"murrine-xfwm4-tabwin\"\n\nwidget_class \"*<GtkNotebook>*\"                  style \"notebook-close\"\n\nwidget_class \"*<GtkNotebook>*<GtkDrawingArea>\"  style \"murrine-notebook\"\nwidget_class \"*<GtkNotebook>*<GtkLayout>\"       style \"murrine-notebook\"\nwidget_class \"*<GtkNotebook>*<GtkLabel>\"        style \"murrine-notebook\"\n\nwidget_class \"*<GtkNotebook>\"                   style \"murrine-notebook\"\nwidget_class \"*<GtkStatusbar>\"                  style \"murrine-default\"\n\nwidget_class \"*<GtkComboBoxEntry>*\"             style \"murrine-comboboxentry\"\nwidget_class \"*<GtkCombo>*\"                     style \"murrine-combo\"\n\nwidget_class \"*<GtkMenu>*\"                      style \"murrine-menu\"\nwidget_class \"*<GtkMenuBar>*\"                   style \"murrine-menubar\"\nwidget_class \"*<GtkMenuItem>*\"                  style \"murrine-menu-item\"\nwidget_class \"*<GtkMenuItem>.*.<GtkScale>\"      style \"murrine-scale\"\n\nwidget_class \"*.<GtkFrame>.<GtkLabel>\"          style \"murrine-frame-title\"\nwidget_class \"*.<GtkTreeView>*\"                 style \"murrine-treeview\"\n\nwidget_class \"*GtkHPaned\"                       style \"pixmap-paned\"\nwidget_class \"*GtkVPaned\"                       style \"pixmap-paned\"\n\nwidget_class \"*<GtkProgress>\"                   style \"murrine-progressbar\"\nwidget_class \"*<GtkProgressBar>\"                style \"murrine-progressbar\"\n\nwidget_class \"*<GtkRadioButton>*\"               style \"murrine-default\"\n\nwidget_class \"*<GtkCheckButton>*\"               style \"murrine-default\"\n\nwidget_class \"*<GtkButton>\"                     style \"murrine-button\"\n\n# Treeview header\nwidget_class \"*.<GtkTreeView>.<GtkButton>\"      style \"murrine-treeview-header\"\nwidget_class \"*.<GtkCTree>.<GtkButton>\"         style \"murrine-treeview-header\"\nwidget_class \"*.<GtkList>.<GtkButton>\"          style \"murrine-treeview-header\"\nwidget_class \"*.<GtkCList>.<GtkButton>\"         style \"murrine-treeview-header\"\n\n#Overlay scrollbars\nwidget_class \"*<GtkScrolledWindow>*<OsScrollbar>\" style \"overlay-scrollbar\"\n\n################################\n# FIXME: This will not work if one embeds eg. a button into the tooltip.\n################################\nwidget \"gtk-tooltip*\"                            style \"murrine-tooltips\"\n\n###################################################\n# Special cases and work arounds\n###################################################\n\n# Work around for http://bugzilla.gnome.org/show_bug.cgi?id=382646\n# Note that the work around assumes that the combobox is _not_ in\n# appears-as-list mode.\n# Similar hack also in the menuitem style.\n# This style does not affect GtkComboBoxEntry, it does have an effect\n# on comboboxes in appears-as-list mode though.\nstyle \"murrine-combobox-text-color-workaround\"\n{\n\ttext[NORMAL]      = @fg_color\n\ttext[PRELIGHT]    = @fg_color\n\ttext[SELECTED]    = @selected_fg_color\n\ttext[ACTIVE]      = @fg_color\n\ttext[INSENSITIVE] = darker (@bg_color)\n}\nwidget_class \"*.<GtkComboBox>.<GtkCellView>\"\tstyle \"murrine-combobox-text-color-workaround\"\n\nstyle \"murrine-menuitem-text-is-fg-color-workaround\"\n{\n\ttext[NORMAL]        = @fg_color\n\ttext[PRELIGHT]      = @selected_fg_color\n\ttext[SELECTED]      = @selected_fg_color\n\ttext[ACTIVE]        = @fg_color\n\ttext[INSENSITIVE]   = darker (@bg_color)\n}\n\nwidget \"*.gtk-combobox-popup-menu.*\"   \t\t\tstyle \"murrine-menuitem-text-is-fg-color-workaround\"\n\n##################################\n# Work around the usage of GtkLabel inside GtkListItems to display text.\n# This breaks because the label is shown on a background that is based on the base color set.\n# The same problem also exists for GtkCList and GtkCTree\n# Only match GtkCList and not the parent widgets, because that would also change the headers.\n##################################\n\nstyle \"murrine-fg-is-text-color-workaround\"\n{\n\tfg[NORMAL]      = @text_color\n\tfg[PRELIGHT]    = @text_color\n\tfg[ACTIVE]      = @selected_fg_color\n\tfg[SELECTED]    = @selected_fg_color\n\tfg[INSENSITIVE] = darker (@bg_color)\n}\n\nwidget_class \"*<GtkListItem>*\" \t\t\t\tstyle \"murrine-fg-is-text-color-workaround\"\nwidget_class \"*<GtkCList>\" \t\t\t\tstyle \"murrine-fg-is-text-color-workaround\"\n\nstyle \"chrome-gtk-frame\" {\n\n    ChromeGtkFrame::frame-color\t\t\t= shade (0.5, @bg_color)\n    ChromeGtkFrame::inactive-frame-color\t\t= shade (0.5, @bg_color)\n    ChromeGtkFrame::incognito-frame-color\t\t\t= shade (0.5, @bg_color)\n    ChromeGtkFrame::incognito-inactive-frame-color\t\t= shade (0.5, @bg_color)\n\n    ChromeGtkFrame::frame-gradient-size\t\t= 100\n    ChromeGtkFrame::frame-gradient-color\t\t= shade (1.08,@bg_color)\n    ChromeGtkFrame::inactive-frame-gradient-color\t= shade (1.08,@bg_color)\n    ChromeGtkFrame::incognito-frame-gradient-color\t\t= shade (1.08,@bg_color)\n    ChromeGtkFrame::incognito-inactive-frame-gradient-color\t= shade (1.08,@bg_color)\n\n    ChromeGtkFrame::scrollbar-trough-color \t\t= @base_color\n}\n\nclass \"ChromeGtkFrame\" style \"chrome-gtk-frame\"\n"
  },
  {
    "path": "gtk-3.0/animate.css",
    "content": ".pulse {\n    animation: pulse 500ms ease-in-out infinite;\n    animation-direction: alternate;\n}\n\n.pulse.attention {\n    color: @attention_color;\n}\n\n.pulse.success {\n    color: @success_color;\n}\n\n.pulse.warning {\n    color: @warning_color;\n}\n\n.pulse.error {\n    color: @error_color;\n}\n\n@keyframes pulse {\n    0% {\n        color: inherit;\n    }\n}\n\n.shake {\n    animation: shake 0.4s ease-in-out 1;\n}\n\n@keyframes shake {\n    0% { padding-left: 0; }\n    25% { padding-left: 64px; }\n    50% { padding-left: 0; }\n    75% { padding-left: 32px; }\n    100% { padding-left: 0; }\n}\n\n.spin,\nentry.spin:dir(ltr) image:last-child,\nentry.spin:dir(rtl) image:first-child {\n    animation: spin 600ms linear infinite;\n}\n\n@keyframes spin {\n    to {\n        -gtk-icon-transform: rotate(1turn);\n    }\n}\n"
  },
  {
    "path": "gtk-3.0/apps.css",
    "content": "/* Latest sync upstream commit https://github.com/elementary/stylesheet/pull/367/commits/c91b754bb602343adff587ae6281e36fd3be73ff */\n\n/***********\n* Epiphany *\n***********/\n\n.incognito.titlebar {\n    background-image:\n        -gtk-icontheme(\n            \"user-not-tracked-symbolic\"\n        ),\n        linear-gradient(\n            to bottom,\n            shade (\n                @colorPrimary,\n                1.04\n            ),\n            shade (\n                @colorPrimary,\n                0.94\n            )\n        );\n    background-size: 64px 64px, 100% 100%;\n    background-position: 100px, 0, 0 0;\n    background-repeat: no-repeat, no-repeat;\n    color: @text_shadow_color;\n}\n\n.incognito.titlebar:backdrop {\n    background-image:\n        -gtk-icontheme(\n            \"user-not-tracked-symbolic\"\n        ),\n        linear-gradient(\n            shade (\n                @colorPrimary,\n                1.08\n            ),\n            shade (\n                @colorPrimary,\n                0.98\n            )\n        );\n}\n\n/********\n* Files *\n********/\n\n.pathbar:focus {\n    box-shadow:\n        inset 0 0 0 1px alpha (@colorAccent, 0.23),\n        0 1px 0 alpha (@bg_highlight_color, 0.3);\n    border-color: alpha (@colorAccent, 0.8);\n}\n\n.pathbar:active {\n    background-image: none;\n    background-color: transparent;\n    border-color: alpha (@colorAccent, 0.8);\n    box-shadow: inset 0 0 0 1px alpha (@colorAccent, 0.23);\n}\n\n.pathbar image {\n    color: @internal_element_color;\n}\n\n.pathbar image:hover {\n    color: @internal_element_prelight;\n}\n\ndialog entry.pathbar {\n    background-image:\n        linear-gradient(\n            to bottom,\n            shade (\n                @base_color,\n                0.93\n            ),\n            shade (\n                @base_color,\n                0.97\n            )\n        );\n    border-color: @border_color;\n    box-shadow:\n        inset 0 1px 0 0 alpha (@inset_dark_color, 0.7),\n        inset 0 0 0 1px alpha (@inset_dark_color, 0.3),\n        0 1px 0 0 alpha (shade (@colorPrimary, 1.4), 0.5);\n}\n\ndialog entry.pathbar:focus {\n    border-color: alpha (@colorAccent, 0.8);\n    box-shadow:\n        inset 0 0 0 1px alpha (@colorAccent, 0.23),\n        0 1px 0 0 alpha (shade (@colorPrimary, 1.4), 0.5);\n}\n\n/********************\n* Nautilus FLoatbar *\n********************/\n\n.floating-bar {\n    background-color: alpha (#232837, 0.9);\n    border-radius: 3px;\n    border-width: 0;\n\tborder: 1px solid #3D4248; /* Better visual */\n    box-shadow:\n        0 1px 3px alpha (#000, 0.50), /* Tested 7 times for better resualt */\n        0 1px 2px alpha (#000, 0.24);\n    color: #fff;\n    padding: 2px 0;\n    margin: 6px;\n    text-shadow: 0 1px 2px alpha (#000, 0.6);\n}\n\n.floating-bar label {\n    color: #fff;\n    text-shadow: 0 1px 2px alpha (#000, 0.6);\n}\n\n/*******\n* Gala *\n* Window Notification *\n*******/\n\n.gala-notification,\nwindow.notification .draw-area {\n    border: none;\n    border-radius: 4px;\n    background-color: transparent;\n    background-image:\n        linear-gradient(\n            to bottom,\n            @bg_color,\n            @bg_color 80%,\n            shade (\n                @bg_color,\n                0.94\n            )\n        );\n    box-shadow:\n        inset 0 0 0 1px alpha (@bg_highlight_color, 0.1),\n        inset 0 1px 0 0 alpha (@bg_highlight_color, 0.9),\n        inset 0 -1px 0 0 alpha (@bg_highlight_color, 0.3),\n        0 0 0 1px alpha (#000, 0.2),\n        0 3px 6px alpha (#000, 0.16),\n        0 5px 5px -3px alpha (#000, 0.4);\n}\n\nwindow.notification .draw-area label.title,\n.gala-notification .title,\n.gala-notification .label {\n    color: @text_color;\n}\n\nwindow.notification .draw-area image,\n.gala-notification image {\n    color: alpha (@text_color, 0.8);\n}\n\nwindow.notification .draw-area progressbar progress,\nwindow.notification .draw-area progressbar progress:backdrop {\n    background: @fg_color;\n}\n\nwindow.notification .draw-area progressbar trough {\n    background: @tab_base_color ;\n}\n\n.gala-button {\n    padding: 3px;\n    color: #fff;\n    border: none;\n    border-radius: 100px;\n    background-image:\n        linear-gradient(\n            to bottom,\n            #7e7e7e,\n            #3e3e3e\n        );\n    box-shadow:\n        inset 0 0 0 1px alpha (#fff, 0.02),\n        inset 0 1px 0 0 alpha (#fff, 0.07),\n        inset 0 -1px 0 0 alpha (#fff, 0.01),\n        0 0 0 1px alpha (#000, 0.4),\n        0 3px 6px alpha (#000, 0.16),\n        0 3px 6px alpha (#000, 0.23);\n    text-shadow: 0 1px 1px alpha (#000, 0.6);\n}\n\n/********\n* Geary *\n********/\n\npaned statusbar frame {\n    border: none;\n}\n\n/**********\n* Greeter *\n**********/\n\n.greeter .avatar {\n    border-color: alpha (#000, 0.25);\n    box-shadow:\n        inset 0 0 0 1px alpha (#fff, 0.05),\n        inset 0 1px 0 0 alpha (#fff, 0.45),\n        inset 0 -1px 0 0 alpha (#fff, 0.15),\n        0 1px 2px alpha (#000, 0.15),\n        0 2px 6px alpha (#000, 0.1);\n}\n\n.greeter entry,\n.greeter entry:focus {\n    border-radius: 3.5px;\n    padding: 6px 3px;\n    background-image:\n        linear-gradient(\n            to bottom,\n            shade (\n                @base_color,\n                0.93\n            ),\n            @base_color\n        );\n    border-color: alpha (@border_color, 0.75);\n    box-shadow:\n        inset 0 1px 1px 0 alpha (#000, 0.2),\n        0 1px 0 alpha (#fff, 0.15);\n}\n\n.greeter button.flat,\n.greeter .h2,\n.greeter .time {\n    color: #fff;\n    text-shadow:\n        0 0 2px alpha (#000, 0.3),\n        0 1px 2px alpha (#000, 0.6);\n    -gtk-icon-shadow:\n        0 0 2px alpha (#000, 0.3),\n        0 1px 2px alpha (#000, 0.6);\n}\n\n.greeter .h2 {\n    font-size: 24px;\n}\n\n.greeter .time {\n    font-size: 72px;\n    font-family: Raleway;\n    font-weight: 100;\n}\n\n.greeter .pm {\n    font-size: 48px;\n}\n\n.greeter button.text-button.suggested-action {\n    padding: 6px 32px;\n    border-radius: 3.5px;\n    border-color: rgba(0, 0, 0, 0.1);\n    box-shadow:\n        inset 0 0 0 1px alpha (#fff, 0.05),\n        inset 0 1px 0 0 alpha (#fff, 0.45),\n        inset 0 -1px 0 0 alpha (#fff, 0.15),\n        0 1px 0 0 alpha (#fff, 0.15);\n}\n\n.greeter button.text-button.suggested-action:active {\n    box-shadow:\n        inset 0 0 0 1px alpha (#000, 0.05),\n        0 1px 0 0 alpha (#fff, 0.15);\n}\n\n/*********\n * Panel *\n ********/\n\n.panel {\n    background-color: transparent;\n    transition: all 100ms ease-in-out;\n    margin-bottom: 0;\n}\n\n.panel.maximized {\n    background-color: #000;\n}\n\n.panel.translucent {\n    background-color: alpha(#000, 0.5);\n    box-shadow:\n        0 1px 3px alpha(#000, 0.24),\n        0 1px 1px alpha(#000, 0.52);\n    margin-bottom: 4px;\n}\n\n.panel.color-light.translucent {\n    background-color: alpha(#fff, 0.85);\n    box-shadow:\n        inset 0 -1px 1px alpha(#fff, 0.2),\n        0 1px 3px alpha(#000, 0.24),\n        0 1px 1px alpha(#000, 0.12);\n    margin-bottom: 4px;\n}\n\nmenubar.panel,\n.panel menubar {\n    box-shadow: none;\n    border: none;\n}\n\n.composited-indicator {\n    padding: 0 6px;\n}\n\n.composited-indicator > revealer label,\n.composited-indicator > revealer image,\n.composited-indicator > revealer spinner {\n    color: #fff;\n    font-weight: bold;\n    text-shadow:\n        0 0 2px alpha (#000, 0.3),\n        0 1px 2px alpha (#000, 0.6);\n    transition: all 200ms ease-in-out;\n    -gtk-icon-shadow:\n        0 0 2px alpha (#000, 0.3),\n        0 1px 2px alpha (#000, 0.6);\n}\n\n.composited-indicator .keyboard {\n    background-color: #fff;\n    border-radius: 2px;\n    box-shadow:\n        0 0 2px alpha (#000, 0.3),\n        0 1px 2px alpha (#000, 0.6);\n    color: #333;\n    font-weight: 600;\n    padding: 0 3px;\n    text-shadow: none;\n}\n\n.panel.color-light .composited-indicator > revealer label,\n.panel.color-light .composited-indicator > revealer image,\n.panel.color-light .composited-indicator > revealer spinner {\n    color: alpha (#000, 0.65);\n    text-shadow:\n        0 0 2px alpha (#fff, 0.3),\n        0 1px 0 alpha (#fff, 0.25);\n    -gtk-icon-shadow:\n        0 0 2px alpha (#fff, 0.3),\n        0 1px 0 alpha (#fff, 0.25);\n}\n\n.panel.color-light .composited-indicator .keyboard {\n    background-color: alpha (#000, 0.65);\n    box-shadow:\n        0 0 2px alpha (#fff, 0.3),\n        0 1px 0 alpha (#fff, 0.25);\n    color: #fff;\n    text-shadow: none;\n}\n\n.panel popover {\n    box-shadow:\n        inset 0 -1px 0 0 alpha (@bg_highlight_color, 0.5),\n        0 3px 4px alpha (#000, 0.15),\n        0 3px 3px -3px alpha (#000, 0.35);\n}\n\n/**********\n * Photos *\n *********/\n\n.checkerboard-layout {\n    background-color: #383e41;\n    background-image:\n        linear-gradient(\n            45deg,\n            alpha (\n                #000,\n                0.1\n            ) 25%,\n            transparent 25%,\n            transparent 75%,\n            alpha (\n                #000,\n                0.1\n            ) 75%,\n            alpha (\n                #000,\n                0.1\n            )\n        ),\n        linear-gradient(\n            45deg,\n            alpha (\n                #000,\n                0.1\n            ) 25%,\n            transparent 25%,\n            transparent 75%,\n            alpha (\n                #000,\n                0.1\n            ) 75%,\n            alpha (\n                #000,\n                0.1\n            )\n        );\n    background-size: 24px 24px;\n    background-position: 0 0, 12px 12px;\n}\n\n.checkboard-layout .item {\n    background-color: #eee;\n}\n\n/***************\n * Switchboard *\n **************/\n\n.login entry {\n    padding: 6px;\n}\n\n.login entry *:selected {\n    background-color: shade (@base_color, 0.8);\n    color: @text_color;\n}\n\n.login entry *:selected:focus {\n    background-color: alpha (@colorAccent, 0.9);\n    color: @selected_fg_color;\n    text-shadow: none;\n}"
  },
  {
    "path": "gtk-3.0/elementaryX-dark.css",
    "content": "/* Dark stuff */\n\n/* Switch */\n\nswitch:checked {\n    background-image:\n        linear-gradient(\n            to bottom,\n            shade (\n                @colorSwitch,\n                1.2\n            ),\n            @colorSwitch\n        );\n    border-color: shade (@colorSwitch, 0.35);\n}\n\n/* Nautilus fix */\n\n.nautilus-window button.image-button.text-button.toggle:checked{\n  border-radius: 0%;\n  border: 1px solid #2f3337;\n  text-shadow : none;\n  background-image: linear-gradient(#383D42, #3a3e44);\n  box-shadow: inset 0px 0px 0px 0px transparent;\n}\n\n.nautilus-window button.text-button.toggle:checked{\n  box-shadow: none;\n  border: 1px solid #2f3337;\n}\n\n.nautilus-window button.image-button.text-button.toggle:not(checked){\n  border-radius: 0%;\n  border: 1px solid #2F3337;\n  box-shadow: inset 0px 1px 0px 0px #41494f;\n}\n\n.nautilus-window button.image-button.text-button.toggle:not(checked):backdrop{\n  border: 1px solid #2F3337;\n  box-shadow: inset 0px 1px 0px 0px #41494f;\n  background-image: linear-gradient(#3b4045, #3a3e44);\n}\n\n.nautilus-window button.image-button.text-button.toggle:not(checked):nth-child(2){\n  border-left: none;\n}\n\n/* Quilter */\n\nheaderbar.quilter-toolbar.titlebar,\nheaderbar.quilter-toolbar.titlebar:backdrop {\n  background-color: #232629;\n}\n\n/* GNOME apps fix 3.28 */\n\n.titlebar button:not(.titlebutton):not(.text-button):not(.radio):not(.color):hover,\n.titlebar .button:not(.titlebutton):not(.text-button):not(.radio):not(.color):hover {\n    background: rgba(255,255,255,0.2);\n}"
  },
  {
    "path": "gtk-3.0/elementaryX.css",
    "content": "/* File : gtk-widgets.css*/\n\n/* .titlebar .title,\n.titlebar .subtitle,\n.titlebar .titlebutton,\n.titlebar *:not(entry) image {\n    color: @textColorPrimary;\n    text-shadow: 0 1px @textColorPrimaryShadow;\n    -gtk-icon-shadow: 0 1px @textColorPrimaryShadow;\n} \n\n.titlebar .title:backdrop,\n.titlebar .subtitle:backdrop,\n.titlebar .titlebutton:backdrop,\n.titlebar *:not(entry) image:backdrop {\n    color: mix (@textColorPrimary, @colorPrimary, 0.3);\n    text-shadow: none;\n    -gtk-icon-shadow: none;\n}\n\nCausing dialog titlebutton backdrop problems\n\ndialog .titlebar :not(.suggested-action):not(.destructive-action) image,\ndialog .titlebar :not(.suggested-action):not(.destructive-action) label {\n    color: @title_color;\n    text-shadow: 0 1px @title_shadow_color;\n    -gtk-icon-shadow: 0 1px @title_shadow_color;\n}\n\n.titlebar {\n    background-image: linear-gradient(to top, #d8d7d8, #e6e5e6);\n    border-color: #d8d7d8;\n    border-radius: 4px 4px 0 0;\n    border-style: solid;\n    border-width: 0 0 0px; \n    text-shadow: 0 1px alpha (shade (@colorPrimary, 1.4), 0.4);\n    //box-shadow:\n    //    inset 0 0 0 1px alpha (shade (@colorPrimary, 1.4), 0.2),         // No need of box shadows anymore\n    //    inset 0 1px 0 0 alpha (shade (@colorPrimary, 1.4), 0.6);\n    padding: 8px 6px 6px;\n    -gtk-icon-shadow: 0 1px alpha (shade (@colorPrimary, 1.4), 0.4);\n}\n\n*/\n\n\n/***********************************\n*               CSD                *\n************************************/\n\n/* MY CSD STARTS FROM HERE */\n\n\nheaderbar.default-decoration button.titlebutton,\n.titlebar.default-decoration button.titlebutton {\n    padding: 0 4px;\n    min-width: 0;\n    min-height: 0;\n    margin: 0;\n}\n\nheaderbar button.titlebutton,\n.titlebar button.titlebutton {\n    padding: 0;\n    min-width: 20px;    /* Changed 24 to 20px [Spacing between titlebuttons]*/\n    border-color: transparent;\n    background-color: transparent;\n    background-image: none;\n    background-color: rgba(231, 232, 235, 0);\n}\n\nheaderbar button.titlebutton:hover,\n.titlebar button.titlebutton:hover {\n    color: rgba(82, 93, 118, 0.8);\n    border-color: rgba(82, 93, 118, 0.1);\n    background-color: rgba(251, 251, 252, 0.9);\n}\n\nheaderbar button.titlebutton:active,\nheaderbar button.titlebutton:checked,\n.titlebar button.titlebutton:active,\n.titlebar button.titlebutton:checked {\n    color: #ffffff;\n    border-color: #5294e2;\n    background-color: #5294e2;\n}\n\n/* Fixed/removed stupid :active border and box\n   shadow that applied because of button css*/\nheaderbar button.titlebutton.close:active,\nheaderbar button.titlebutton.maximize:active,\nheaderbar button.titlebutton.minimize:active{\n    border-color: transparent;\n    box-shadow: none;\n}\n\nheaderbar button.titlebutton.close,\nheaderbar button.titlebutton.maximize,\nheaderbar 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-position: center;\n    background-repeat: no-repeat;\n    border-width: 0;\n}\n\nheaderbar button.titlebutton.close:backdrop,\nheaderbar button.titlebutton.maximize:backdrop,\nheaderbar button.titlebutton.minimize:backdrop,\n.titlebar button.titlebutton.close:backdrop,\n.titlebar button.titlebutton.maximize:backdrop,\n.titlebar button.titlebutton.minimize:backdrop {\n    opacity: 0.75; /* Changed opacity to make it less poppy for inactive windows*/\n}\n\nheaderbar button.titlebutton.close,\n.titlebar button.titlebutton.close {\n    background-image: -gtk-scaled(url(\"assets/titlebutton-close.png\"), url(\"assets/titlebutton-close@2.png\"));\n}\n\nheaderbar button.titlebutton.close:backdrop,\n.titlebar button.titlebutton.close:backdrop {\n    background-image: -gtk-scaled(url(\"assets/titlebutton-close-backdrop.png\"), url(\"assets/titlebutton-close-backdrop@2.png\"));\n}\n\nheaderbar button.titlebutton.close:hover,\n.titlebar button.titlebutton.close:hover {\n    background-image: -gtk-scaled(url(\"assets/titlebutton-close-hover.png\"), url(\"assets/titlebutton-close-hover@2.png\"));\n}\n\nheaderbar button.titlebutton.close:active,\n.titlebar button.titlebutton.close:active {\n    background-image: -gtk-scaled(url(\"assets/titlebutton-close-active.png\"), url(\"assets/titlebutton-close-active@2.png\"));\n}\n\nheaderbar button.titlebutton.maximize,\n.titlebar button.titlebutton.maximize {\n    background-image: -gtk-scaled(url(\"assets/titlebutton-maximize.png\"), url(\"assets/titlebutton-maximize@2.png\"));\n}\n\nheaderbar button.titlebutton.maximize:backdrop,\n.titlebar button.titlebutton.maximize:backdrop {\n    background-image: -gtk-scaled(url(\"assets/titlebutton-maximize-backdrop.png\"), url(\"assets/titlebutton-maximize-backdrop@2.png\"));\n}\n\nheaderbar button.titlebutton.maximize:hover,\n.titlebar button.titlebutton.maximize:hover {\n    background-image: -gtk-scaled(url(\"assets/titlebutton-maximize-hover.png\"), url(\"assets/titlebutton-maximize-hover@2.png\"));\n}\n\nheaderbar button.titlebutton.maximize:active,\n.titlebar button.titlebutton.maximize:active {\n    background-image: -gtk-scaled(url(\"assets/titlebutton-maximize-active.png\"), url(\"assets/titlebutton-maximize-active@2.png\"));\n}\n\nheaderbar button.titlebutton.minimize,\n.titlebar button.titlebutton.minimize {\n    background-image: -gtk-scaled(url(\"assets/titlebutton-minimize.png\"), url(\"assets/titlebutton-minimize@2.png\"));\n}\n\nheaderbar button.titlebutton.minimize:backdrop,\n.titlebar button.titlebutton.minimize:backdrop {\n    background-image: -gtk-scaled(url(\"assets/titlebutton-minimize-backdrop.png\"), url(\"assets/titlebutton-minimize-backdrop@2.png\"));\n}\n\nheaderbar button.titlebutton.minimize:hover,\n.titlebar button.titlebutton.minimize:hover {\n    background-image: -gtk-scaled(url(\"assets/titlebutton-minimize-hover.png\"), url(\"assets/titlebutton-minimize-hover@2.png\"));\n}\n\nheaderbar button.titlebutton.minimize:active,\n.titlebar button.titlebutton.minimize:active {\n    background-image: -gtk-scaled(url(\"assets/titlebutton-minimize-active.png\"), url(\"assets/titlebutton-minimize-active@2.png\"));\n}\n\n\n\n/************************************\n*   SWITCH COLOR CHANGED TO GREEN   *\n*************************************/\n\nswitch:checked {\n    background-image:\n        linear-gradient(\n            to bottom,\n            shade (\n                @colorSwitch,\n                1.2\n            ),\n            @colorSwitch\n        );\n    border-color: shade (@colorSwitch, 0.85);\n}\n\n\n/****************/\n/* Fix nautilus */\n/****************/\n\n/* Titlebar button fix light mode only */\n\n.nautilus-window button.image-button.text-button.toggle:checked{\n  border-radius: 0%;\n  border: 1px solid #bbb;\n  text-shadow : none;\n  box-shadow: inset 1px 0px 4px rgba(0,0,0,0.1);\n  box-shadow: inset 0px 0px 0px 0px #eaeaea;\n}\n\n.nautilus-window button.text-button.toggle:checked{\n  box-shadow: inset 1px 0px 4px rgba(0,0,0,0.1);\n  box-shadow: inset 0px 0px 0px 0px #eaeaea;\n  border: 1px solid #bbb;\n}\n\n.nautilus-window button.image-button.text-button.toggle:not(checked){\n  border-radius: 0%;\n  border: 1px solid #bbb;\n  background-image:\n        linear-gradient(\n            to bottom,\n            transparent,\n            transparent 50%,\n            alpha (\n                #000,\n                0.03\n            )\n        );\n  box-shadow: inset 0px 1px 0px 0px #eaeaea;\n}\n\n.nautilus-window button.image-button.text-button.toggle:not(checked):nth-child(2){\n  border-left: none;\n}\n\n.nautilus-window button.image-button.text-button.toggle:not(checked):backdrop{\n  box-shadow: inset 0px 1px 0px 0px #fafafa;\n  background-image: linear-gradient(#ededed, #e8e8e8);\n}\n\n/* Quilter */\n\nheaderbar.quilter-toolbar.titlebar,\nheaderbar.quilter-toolbar.titlebar:backdrop {\n  background-color: #fcfcfc;\n}\n\n/* Gnome Apps Fixes */\n\n    /* Not a accurate fix */\n.titlebar box:not(.raised) > button:not(.titlebutton):not(.text-button):not(.radio),\n.titlebar box:not(.raised) > .button:not(.titlebutton):not(.text-button):not(.radio){\n  border: 1px solid transparent;\n  background-image: none;\n  border-radius: 99px;\n  box-shadow: none;\n}  \n\n.titlebar button:not(.titlebutton):not(.text-button):not(.radio):not(.color):hover,\n.titlebar .button:not(.titlebutton):not(.text-button):not(.radio):not(.color):hover {\n    background: rgba(0,0,0,0.1);\n}\n\nstack frame {\n    border: none;\n}\n\n    /* CoreBird fix */\n\nbox.vertical revealer box.horizontal.topbar{\n  min-height: 40px\n}\n\n    /* eolie fix */\n\nentry.uribar{\n  margin: 5px;\n  padding: 4px;\n}\n\nwidget.input grid.horizontal grid.horizontal widget image{\n  margin-left: -4px;\n  margin-right: 8px\n}\n\n/***********************************\n*           EXPERIMENTAL           *\n***********************************/\n\n/*window .vertical menubar{\n  background-image: linear-gradient(to top, #d8d7d8, #e6e5e6);\n}\n\n can use to fix dialog box problems\n\n*:disabled {\n  background-color: #320a91;\n}\n*/"
  },
  {
    "path": "gtk-3.0/granite-widgets-dark.css",
    "content": "/***************\n * Back Button *\n ***************/\n\n.back-button,\n.titlebar .back-button {\n    box-shadow: none;\n}\n\n.back-button,\n.titlebar .back-button {\n    border-image: -gtk-scaled(url(\"assets/button-back-dark.svg\"), url(\"assets/button-back-dark@2.svg\")) 2 3 3 11 / 2px 3px 3px 11px stretch;\n    border-width: 1px 3px 3px 11px;\n    border-radius: 0 2.5px 2.5px 0;\n    box-shadow: none;\n}\n\n.back-button:focus,\n.titlebar .back-button:focus {\n    border-image: -gtk-scaled(url(\"assets/button-back-focus-dark.svg\"), url(\"assets/button-back-focus-dark@2.svg\")) 2 3 3 11 / 2px 3px 3px 11px stretch;\n    border-width: 1px 3px 3px 11px;\n    border-radius: 0 2.5px 2.5px 0;\n    box-shadow: none;\n}\n\n.back-button:dir(rtl) {\n    border-image: -gtk-scaled(url(\"assets/button-back-rtl-dark.svg\"), url(\"assets/button-back-rtl-dark@2.svg\")) 2 11 3 3 / 2px 11px 3px 3px stretch;\n    border-width: 1px 11px 3px 3px;\n    border-radius: 2.5px 0 0 2.5px;\n}\n\n.back-button:focus:dir(rtl) {\n    border-image: -gtk-scaled(url(\"assets/button-back-focus-rtl-dark.svg\"), url(\"assets/button-back-focus-rtl-dark@2.svg\")) 2 11 3 3 / 2px 11px 3px 3px stretch;\n    border-width: 1px 11px 3px 3px;\n    border-radius: 2.5px 0 0 2.5px;\n}\n\n.back-button:backdrop {\n    border-image: -gtk-scaled(url(\"assets/button-back-backdrop-dark.svg\"), url(\"assets/button-back-backdrop-dark@2.svg\")) 2 3 3 11 / 2px 3px 3px 11px stretch;\n    border-width: 1px 3px 3px 11px;\n    border-radius: 0 2.5px 2.5px 0;\n    box-shadow: none;\n}\n\n.back-button:backdrop:dir(rtl) {\n    border-image: -gtk-scaled(url(\"assets/button-back-backdrop-rtl-dark.svg\"), url(\"assets/button-back-rtl-dark@2.svg\")) 2 11 3 3 / 2px 11px 3px 3px stretch;\n    border-width: 1px 11px 3px 3px;\n    border-radius: 2.5px 0 0 2.5px;\n    box-shadow: none;\n}\n\n.back-button:active,\n.back-button:hover:active,\n.back-button:focus:active {\n    border-image: -gtk-scaled(url(\"assets/button-back-active-dark.svg\"), url(\"assets/button-back-active-dark@2.svg\")) 2 3 3 11 / 2px 3px 3px 11px stretch;\n    border-width: 1px 3px 3px 11px;\n    border-radius: 0 2.5px 2.5px 0;\n    box-shadow: none;\n}\n\n.back-button:active:dir(rtl),\n.back-button:hover:active:dir(rtl),\n.back-button:focus:active:dir(rtl) {\n    border-image: -gtk-scaled(url(\"assets/button-back-active-rtl-dark.svg\"), url(\"assets/button-back-active-rtl-dark@2.svg\")) 2 11 3 3 / 2px 11px 3px 3px stretch;\n    border-width: 1px 11px 3px 3px;\n    border-radius: 2.5px 0 0 2.5px;\n    box-shadow: none;\n}\n\n/***************\n* Fancy Scales *\n***************/\n\nscale.warmth trough,\nscale.temperature trough {\n    box-shadow:\n        inset 0 0 0 1px alpha (#000, 0.7),\n        inset 0 1px 0 alpha (#000, 0.7),\n        inset 0 2px 0 alpha (#fff, 0.15),\n        0 1px 0 0 alpha (@bg_highlight_color, 0.3);\n}\n"
  },
  {
    "path": "gtk-3.0/granite-widgets.css",
    "content": "/* Latest upstream sync commit https://github.com/elementary/stylesheet/commit/eaa32160ed2801b489898e2c640c5ef81f5ffafd */\n\n/*********\n* Avatar *\n*********/\n\n.avatar {\n    border: 1px solid alpha (#000, 0.35);\n    border-radius: 50%;\n    box-shadow:\n        inset 0 0 0 1px alpha (#fff, 0.05),\n        inset 0 1px 0 0 alpha (#fff, 0.45),\n        inset 0 -1px 0 0 alpha (#fff, 0.15),\n        0 1px 3px alpha (#000, 0.12),\n        0 1px 2px alpha (#000, 0.24);\n}\n\n/**************\n* Back Button *\n**************/\n\n.back-button,\n.titlebar .back-button {\n    border-image: -gtk-scaled(url(\"assets/button-back.svg\"), url(\"assets/button-back@2.svg\")) 2 3 3 11 / 2px 3px 3px 11px stretch;\n    border-width: 1px 3px 3px 11px;\n    border-radius: 0 2.5px 2.5px 0;\n    box-shadow: none;\n    padding: 2px 0;\n}\n\n.titlebar .back-button {\n    color: @textColorPrimary;\n    text-shadow: 0 1px @textColorPrimaryShadow;\n    -gtk-icon-shadow: 0 1px @textColorPrimaryShadow;\n}\n\n.back-button:focus,\n.titlebar .back-button:focus {\n    border-image: -gtk-scaled(url(\"assets/button-back-focus.svg\"), url(\"assets/button-back-focus@2.svg\")) 2 3 3 11 / 2px 3px 3px 11px stretch;\n    border-width: 1px 3px 3px 11px;\n    border-radius: 0 2.5px 2.5px 0;\n    box-shadow: none;\n}\n\n.back-button:dir(rtl) {\n    border-image: -gtk-scaled(url(\"assets/button-back-rtl.svg\"), url(\"assets/button-back-rtl@2.svg\")) 2 11 3 3 / 2px 11px 3px 3px stretch;\n    border-width: 1px 11px 3px 3px;\n    border-radius: 2.5px 0 0 2.5px;\n}\n\n.back-button:focus:dir(rtl) {\n    border-image: -gtk-scaled(url(\"assets/button-back-focus-rtl.svg\"), url(\"assets/button-back-focus-rtl@2.svg\")) 2 11 3 3 / 2px 11px 3px 3px stretch;\n    border-width: 1px 11px 3px 3px;\n    border-radius: 2.5px 0 0 2.5px;\n}\n\n.back-button:backdrop {\n    border-image: -gtk-scaled(url(\"assets/button-back-backdrop.svg\"), url(\"assets/button-back-backdrop@2.svg\")) 2 3 3 11 / 2px 3px 3px 11px stretch;\n    border-width: 1px 3px 3px 11px;\n    border-radius: 0 2.5px 2.5px 0;\n    box-shadow: none;\n}\n\n.back-button:backdrop:dir(rtl) {\n    border-image: -gtk-scaled(url(\"assets/button-back-backdrop-rtl.svg\"), url(\"assets/button-back-rtl@2.svg\")) 2 11 3 3 / 2px 11px 3px 3px stretch;\n    border-width: 1px 11px 3px 3px;\n    border-radius: 2.5px 0 0 2.5px;\n    box-shadow: none;\n}\n\n.back-button:active,\n.back-button:hover:active,\n.back-button:focus:active {\n    border-image: -gtk-scaled(url(\"assets/button-back-active.svg\"), url(\"assets/button-back-active@2.svg\")) 2 3 3 11 / 2px 3px 3px 11px stretch;\n    border-width: 1px 3px 3px 11px;\n    border-radius: 0 2.5px 2.5px 0;\n    box-shadow: none;\n}\n\n.back-button:active:dir(rtl),\n.back-button:hover:active:dir(rtl),\n.back-button:focus:active:dir(rtl) {\n    border-image: -gtk-scaled(url(\"assets/button-back-active-rtl.svg\"), url(\"assets/button-back-active-rtl@2.svg\")) 2 11 3 3 / 2px 11px 3px 3px stretch;\n    border-width: 1px 11px 3px 3px;\n    border-radius: 2.5px 0 0 2.5px;\n    box-shadow: none;\n}\n\n/********\n* Cards *\n********/\n\n.deck {\n    background-color: shade (@bg_color, 0.92);\n}\n\n.card {\n    background-color: @base_color;\n    border: none;\n    border-color: transparent;\n    box-shadow:\n        0 0 0 1px alpha (#000, 0.05),\n        0 3px 3px alpha (#000, 0.22);\n    transition: all 150ms ease-in-out;\n}\n\n.card:checked {\n    border: 3px solid @selected_bg_color;\n    border-radius: 3px;\n}\n\n.card.collapsed {\n    background-color: @bg_color;\n    box-shadow:\n        0 0 0 1px alpha (#000, 0.05),\n        0 1px 2px alpha (#000, 0.22);\n}\n\n\n/**************\n* Mode Switch *\n**************/\n\n.mode-switch slider {\n    min-height: 16px;\n    min-width: 16px;\n}\n\n.mode-switch:checked {\n    background-image: none;\n    border-color: alpha (#000, 0.25);\n}\n\n/*************\n * Seek bars *\n ************/\n\n.seek-bar scale slider {\n    background: transparent;\n    border: transparent;\n    box-shadow: none;\n}\n\n/**************\n* Source List *\n**************/\n\n.sidebar .badge,\n.source-list.badge,\n.source-list.badge:hover,\n.source-list.badge:selected,\n.source-list.badge:selected:focus,\n.source-list.badge:hover:selected {\n    background-image: none;\n    background-color: alpha (#000, 0.4);\n    color: @titlebar_color;\n    font-weight: 700;\n    border-radius: 10px;\n    padding: 0 6px;\n    margin: 0 3px;\n    text-shadow: 0 1px alpha (#000, 0.1);\n    border-width: 0;\n    -gtk-icon-shadow: 0 1px alpha (#000, 0.1);\n}\n\n.sidebar .badge:selected,\n.source-list.badge:selected,\n.source-list.badge:hover:selected {\n    color: @titlebar_color;\n}\n\n.sidebar .badge:selected:backdrop,\n.source-list.badge:selected:backdrop,\n.source-list.badge:selected:hover:backdrop {\n    background-image: none;\n    background-color: alpha (#000, 0.2);\n    color: shade (@titlebar_color, 0.95);\n    text-shadow: 0 1px alpha (#000, 0.1);\n    -gtk-icon-shadow: 0 1px alpha (#000, 0.1);\n}\n\n.source-list.level-bar,\n.source-list.level-bar:selected,\n.source-list.level-bar:selected:focus {\n    background-color: @base_color;\n    border: 1px solid alpha (#000, 0.15);\n    box-shadow: 0 1px 0 alpha (#fff, 0.25);\n    border-radius: 2px;\n}\n\n.source-list.fill-block,\n.source-list.fill-block:hover,\n.source-list.fill-block:selected,\n.source-list.fill-block:selected:focus {\n    background-image: none;\n    background-color: mix (@colorAccent, @base_color, 0.25);\n}\n\n.source-list.level-bar.fill-block {\n    border: none;\n}\n\n/**************\n* Storage Bar *\n**************/\n\n.storage-bar .trough {\n    box-shadow: 0 2px 3px -1px alpha (#000, 0.15);\n    border: none;\n    background-image: none;\n}\n\n.storage-bar .fill-block {\n    background-image:\n        linear-gradient(\n            to bottom,\n            @SILVER_300,\n            @SILVER_500\n        );\n    border: 1px solid alpha (#000, 0.35);\n    border-left-width: 0;\n    box-shadow:\n        inset 0 0 0 1px alpha (#fff, 0.05),\n        inset 0 1px 0 0 alpha (#fff, 0.45),\n        inset 0 -1px 0 0 alpha (#fff, 0.15);\n    transition: all 200ms ease-in-out;\n    padding: 8px 6px;\n}\n\n.storage-bar .fill-block:first-child {\n    border-top-left-radius: 3px;\n    border-bottom-left-radius: 3px;\n    border-left-width: 1px;\n}\n\n.storage-bar .fill-block:last-child {\n    border-top-right-radius: 3px;\n    border-bottom-right-radius: 3px;\n}\n\n.storage-bar .fill-block.empty-block,\n.storage-bar .fill-block.unused {\n    background-image:\n        linear-gradient(\n            to bottom,\n            mix(@SILVER_100, @SILVER_300, 0.5),\n            @SILVER_300\n        );\n    border-color: alpha (#000, 0.25);\n}\n\n.storage-bar .fill-block.legend {\n    padding: 7px;\n    border-radius: 50%;\n}\n\n/* Types of files */\n\n.storage-bar .fill-block.app {\n    background-image:\n        linear-gradient(\n            to bottom,\n            @GRAPE_500,\n            @GRAPE_700\n        );\n    box-shadow:\n        inset 0 0 0 1px alpha (#fff, 0.05),\n        inset 0 1px 0 0 alpha (#fff, 0.25),\n        inset 0 -1px 0 0 alpha (#fff, 0.15),\n        0 1px 0 0 alpha (@bg_highlight_color, 0.15);\n    border-color: alpha (@GRAPE_900, 0.8);\n}\n\n.storage-bar .fill-block.audio {\n    background-image:\n        linear-gradient(\n            to bottom,\n            @ORANGE_300,\n            @ORANGE_500\n        );\n    border-color: alpha (@ORANGE_700, 0.8);\n}\n\n.storage-bar .fill-block.files {\n    background-image:\n        linear-gradient(\n            to bottom,\n            @BLUEBERRY_300,\n            @BLUEBERRY_500\n        );\n    border-color: alpha (@BLUEBERRY_700, 0.8);\n}\n\n.storage-bar .fill-block.photo {\n    background-image:\n        linear-gradient(\n            to bottom,\n            @BANANA_300,\n            @BANANA_500\n        );\n    border-color: alpha (@BANANA_700, 0.8);\n}\n\n.storage-bar .fill-block.video {\n    background-image:\n        linear-gradient(\n            to bottom,\n            @STRAWBERRY_300,\n            @STRAWBERRY_500\n        );\n    box-shadow:\n        inset 0 0 0 1px alpha (#fff, 0.05),\n        inset 0 1px 0 0 alpha (#fff, 0.25),\n        inset 0 -1px 0 0 alpha (#fff, 0.1),\n        0 1px 0 0 alpha (@bg_highlight_color, 0.15);\n    border-color: alpha (@STRAWBERRY_700, 0.8);\n}\n\n/* Partition types, i.e. for the installer */\n\n.storage-bar .fill-block.swap {\n    background-color: @STRAWBERRY_700;\n    background-image:\n        linear-gradient(\n            to bottom,\n            shade (\n                @STRAWBERRY_700,\n                1.3\n            ),\n            @STRAWBERRY_700\n        );\n    box-shadow:\n        inset 0 0 0 1px alpha (#fff, 0.05),\n        inset 0 1px 0 0 alpha (#fff, 0.25),\n        inset 0 -1px 0 0 alpha (#fff, 0.1),\n        0 1px 0 0 alpha (@bg_highlight_color, 0.15);\n    border-color: shade (@STRAWBERRY_700, 0.9);\n}\n\n.storage-bar .fill-block.ext4 {\n    background-color: @LIME_500;\n    background-image:\n        linear-gradient(\n            to bottom,\n            shade (\n                @LIME_500,\n                1.3\n            ),\n            @LIME_500\n        );\n    box-shadow:\n        inset 0 0 0 1px alpha (#fff, 0.05),\n        inset 0 1px 0 0 alpha (#fff, 0.25),\n        inset 0 -1px 0 0 alpha (#fff, 0.1),\n        0 1px 0 0 alpha (@bg_highlight_color, 0.15);\n    border-color: shade (@LIME_500, 0.9);\n}\n\n.storage-bar .fill-block.ext3 {\n    background-color: @LIME_500;\n    background-image:\n        linear-gradient(\n            to bottom,\n            shade (\n                @LIME_500,\n                1.3\n            ),\n            @LIME_500\n        );\n    box-shadow:\n        inset 0 0 0 1px alpha (#fff, 0.05),\n        inset 0 1px 0 0 alpha (#fff, 0.25),\n        inset 0 -1px 0 0 alpha (#fff, 0.1),\n        0 1px 0 0 alpha (@bg_highlight_color, 0.15);\n    border-color: shade (@LIME_500, 0.9);\n}\n\n.storage-bar .fill-block.ext2 {\n    background-color: @LIME_900;\n}\n\n.storage-bar .fill-block.fat16,\n.storage-bar .fill-block.fat32 {\n    background-color: @BANANA_500;\n    background-image:\n        linear-gradient(\n            to bottom,\n            shade (\n                @BANANA_500,\n                1.3\n            ),\n            @BANANA_500\n        );\n    box-shadow:\n        inset 0 0 0 1px alpha (#fff, 0.05),\n        inset 0 1px 0 0 alpha (#fff, 0.25),\n        inset 0 -1px 0 0 alpha (#fff, 0.1),\n        0 1px 0 0 alpha (@bg_highlight_color, 0.15);\n    border-color: shade (@BANANA_500, 0.9);\n}\n\n.storage-bar .fill-block.btrfs {\n    background-color: @BLUEBERRY_700;\n    background-image:\n        linear-gradient(\n            to bottom,\n            shade (\n                @BLUEBERRY_700,\n                1.3\n            ),\n            @BLUEBERRY_700\n        );\n    box-shadow:\n        inset 0 0 0 1px alpha (#fff, 0.05),\n        inset 0 1px 0 0 alpha (#fff, 0.25),\n        inset 0 -1px 0 0 alpha (#fff, 0.1),\n        0 1px 0 0 alpha (@bg_highlight_color, 0.15);\n    border-color: shade (@BLUEBERRY_700, 0.9);\n}\n\n.storage-bar .fill-block.xfs {\n    background-color: @GRAPE_900;\n    background-image:\n        linear-gradient(\n            to bottom,\n            shade (\n                @GRAPE_900,\n                1.3\n            ),\n            @GRAPE_900\n        );\n    box-shadow:\n        inset 0 0 0 1px alpha (#fff, 0.05),\n        inset 0 1px 0 0 alpha (#fff, 0.25),\n        inset 0 -1px 0 0 alpha (#fff, 0.1),\n        0 1px 0 0 alpha (@bg_highlight_color, 0.15);\n    border-color: shade (@GRAPE_900, 0.9);\n}\n\n.storage-bar .fill-block.ntfs {\n    background-color: @ORANGE_500;\n    background-image:\n        linear-gradient(\n            to bottom,\n            shade (\n                @ORANGE_500,\n                1.3\n            ),\n            @ORANGE_500\n        );\n    box-shadow:\n        inset 0 0 0 1px alpha (#fff, 0.05),\n        inset 0 1px 0 0 alpha (#fff, 0.25),\n        inset 0 -1px 0 0 alpha (#fff, 0.1),\n        0 1px 0 0 alpha (@bg_highlight_color, 0.15);\n    border-color: shade (@ORANGE_500, 0.9);\n}\n\n.storage-bar .fill-block.luks {\n    background-color: @GRAPE_500;\n    background-image:\n        linear-gradient(\n            to bottom,\n            shade (\n                @GRAPE_500,\n                1.3\n            ),\n            @GRAPE_500\n        );\n    box-shadow:\n        inset 0 0 0 1px alpha (#fff, 0.05),\n        inset 0 1px 0 0 alpha (#fff, 0.25),\n        inset 0 -1px 0 0 alpha (#fff, 0.1),\n        0 1px 0 0 alpha (@bg_highlight_color, 0.15);\n    border-color: shade (@GRAPE_500, 0.9);\n}\n\n.storage-bar .fill-block.lvm {\n    background-color: @GRAPE_700;\n    background-image:\n        linear-gradient(\n            to bottom,\n            shade (\n                @GRAPE_700,\n                1.3\n            ),\n            @GRAPE_700\n        );\n    box-shadow:\n        inset 0 0 0 1px alpha (#fff, 0.05),\n        inset 0 1px 0 0 alpha (#fff, 0.25),\n        inset 0 -1px 0 0 alpha (#fff, 0.1),\n        0 1px 0 0 alpha (@bg_highlight_color, 0.15);\n    border-color: shade (@GRAPE_700, 0.9);\n}\n\n.storage-bar .fill-block.none {\n    background-color: @BLUEBERRY_500;\n    background-image:\n        linear-gradient(\n            to bottom,\n            shade (\n                @BLUEBERRY_500,\n                1.3\n            ),\n            @BLUEBERRY_500\n        );\n    box-shadow:\n        inset 0 0 0 1px alpha (#fff, 0.05),\n        inset 0 1px 0 0 alpha (#fff, 0.25),\n        inset 0 -1px 0 0 alpha (#fff, 0.1),\n        0 1px 0 0 alpha (@bg_highlight_color, 0.15);\n    border-color: shade (@BLUEBERRY_500, 0.9);\n}\n\n/***********\n * Welcome *\n **********/\n\n.welcome {\n    font-size: 10pt;\n    text-shadow: none;\n}\n\n.welcome .dim-label {\n    color: @placeholder_text_color;\n}\n\n.welcome .h1,\n.welcome .h3 {\n    color: alpha(@text_color, 0.8);\n}\n\n/*************\n* Round Apps *\n*************/\n\nwindow.rounded,\nwindow.rounded actionbar {\n    border-radius: 0 0 4px 4px;\n}\n\nwindow.rounded decoration {\n    border-radius: 3px;\n}\n\n/**************\n* Text Styles *\n**************/\n\n.accent {\n    color: @colorAccent;\n}\n\n.h1 {\n    font-size: 24pt;\n}\n\n.h2 {\n    font-weight: 300;\n    font-size: 18pt;\n}\n\n.h3 {\n    font-size: 11pt;\n}\n\n.h4,\n.category-label {\n    color: alpha (@text_color, 0.7);\n    font-weight: bold;\n    text-shadow: 0 1px @text_shadow_color;\n}\n\n.h4 {\n    padding-bottom: 6px;\n    padding-top: 6px;\n}\n\nlist .h4 {\n    padding-left: 6px;\n}\n\n/***************\n* Fancy Scales *\n***************/\n\nscale.temperature trough {\n    background-image:\n        linear-gradient(\n            to right,\n            @BLUEBERRY_500,\n            @SILVER_100,\n            @ORANGE_500\n        );\n}\n\nscale.temperature:dir(rtl) trough {\n    background-image:\n        linear-gradient(\n            to left,\n            @BLUEBERRY_500,\n            @SILVER_100,\n            @ORANGE_500\n        );\n}\n\nscale.warmth trough {\n    background-image:\n        linear-gradient(\n            to right,\n            mix (\n                @bg_color,\n                @ORANGE_100,\n                0.5\n            ),\n            @ORANGE_500\n        );\n}\n\nscale.warmth:dir(rtl) trough {\n    background-image:\n        linear-gradient(\n            to left,\n            mix (\n                @bg_color,\n                @ORANGE_100,\n                0.5\n            ),\n            @ORANGE_500\n        );\n}\n\nscale trough:disabled {\n    background-image: none;\n}\n\n/****************\n* Fake Terminal *\n****************/\n\n.terminal,\n.terminal text {\n    background-color: #252e32;\n    color: #94a3a5;\n    font-family: monospace;\n}\n\nlabel.terminal {\n    padding: 12px;\n}\n\n.terminal selection {\n    background-color: #93a1a1;\n    color: #252e32;\n}\n"
  },
  {
    "path": "gtk-3.0/gtk-dark.css",
    "content": "/* Last upstream sync commit https://github.com/elementary/stylesheet/pull/334 */\n\n@import url(\"palette.css\");\n\n/* Brand Colors */\n@define-color colorPrimary @titlebar_color;\n@define-color colorAccent @selected_bg_color;\n@define-color textColorPrimary shade (@text_color, 0.9);\n@define-color textColorPrimaryShadow alpha (shade (@colorPrimary, 0.5), 0.6);\n@define-color tab_base_color @base_color;\n\n/* Default color scheme */\n@define-color base_color #3d4248;\n@define-color bg_color shade (@base_color, 0.96);\n@define-color bg_highlight_color shade (@bg_color, 1.4);\n@define-color border_color alpha (@BLACK_900, 0.25);\n@define-color fg_color @SILVER_300;\n@define-color insensitive_color mix(@bg_color, @text_color, 0.5);\n@define-color inset_dark_color alpha (@BLACK_900, 0.03);\n@define-color inset_dark_color_backdrop alpha (@BLACK_900, 0.03);\n@define-color menu_separator alpha (@BLACK_900, 0.25);\n@define-color menu_separator_shadow alpha (white, 0.05);\n@define-color placeholder_text_color shade(@text_color, 0.8);\n@define-color selected_bg_color shade (@BLUEBERRY_300, 0.85);\n@define-color selected_fg_color white;\n@define-color text_color @SILVER_100;\n@define-color text_shadow_color alpha (@BLACK_900, 0.4);\n@define-color titlebar_color shade (@base_color, 0.9);\n@define-color title_color shade (@text_color, 0.9);\n@define-color title_shadow_color alpha (@BLACK_900, 0.6);\n@define-color tooltip_bg_color @BLACK_900;\n@define-color tooltip_fg_color white;\n@define-color decoration_border_color alpha (#000, 0.75);\t\t\t\t\t\t\t\t\t\t\t/*MOD_line Jul 19 2018*/\n@define-color internal_element_color mix(@text_color, @base_color, 0.4);\n@define-color internal_element_prelight mix(@text_color, @base_color, 0.4);\n@define-color internal_element_insensitive mix(@internal_element_color, @base_color, 0.7);\n@define-color view_symbolic_color shade(@internal_element_color, 0.8);\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 attention_color @BLUEBERRY_500;\n@define-color link_color @BLUEBERRY_500;\n@define-color warning_color @BANANA_500;\n@define-color error_color @STRAWBERRY_500;\n@define-color success_color @LIME_300;\n@define-color insensitive_fg_color @SILVER_500;\n\n/* GTK NAMED COLORS */\n@define-color borders @border_color;\n@define-color theme_fg_color @fg_color;\n@define-color theme_text_color @text_color;\n@define-color theme_bg_color @bg_color;\n@define-color theme_base_color @base_color;\n@define-color theme_selected_bg_color @selected_bg_color;\n@define-color theme_selected_fg_color @selected_fg_color;\n@define-color insensitive_fg_color @insensitive_color;\n\n/* Elementary-x additional colors */\n@define-color colorSwitch #3DB296;\n\n@import url(\"gtk-widgets.css\");\n@import url(\"gtk-widgets-dark.css\");\n@import url(\"granite-widgets.css\");\n@import url(\"granite-widgets-dark.css\");\n@import url(\"apps.css\");\n@import url(\"animate.css\");\n@import url(\"elementaryX.css\");\n@import url(\"elementaryX-dark.css\");"
  },
  {
    "path": "gtk-3.0/gtk-widgets-dark.css",
    "content": "/* Latest upstream sync commit https://github.com/elementary/stylesheet/pull/384 */\n\n/***************\n * Base States *\n **************/\n\n*:disabled {\n    text-shadow: 0 1px alpha (#000, 0.15);\n    -gtk-icon-shadow: 0 1px alpha (#000, 0.15);\n}\n\n/*************\n* Text Entry *\n*************/\n\n.entry.progressbar {\n    color: @selected_fg_color;\n}\n\n.entry.progressbar,\n.entry.progressbar:focus {\n    background-image:\n        linear-gradient(\n            to bottom,\n            shade (\n                @colorAccent,\n                1.23\n            ),\n            shade (\n                @colorAccent,\n                1.37\n            )\n        );\n    border-color: @border_color;\n}\n\nentry:focus,\n.entry:focus {\n    border-color: alpha (#000, 0.3);\n    box-shadow:\n        inset 0 1px 0 0 alpha (@inset_dark_color, 0.7),\n        inset 0 0 0 1px alpha (@inset_dark_color, 0.3),\n        0 1px 0 0 alpha (#fff, 0.05);\n}\n\nentry selection,\ntextview selection {\n    color: shade (@text_color, 1.23);\n}\n\n.titlebar entry:disabled,\ntoolbar entry:disabled,\n.titlebar .entry:disabled,\n.toolbar .entry:disabled {\n    border-color: alpha (#000, 0.25);\n}\n\n.titlebar entry:disabled:backdrop,\ntoolbar entry:disabled:backdrop,\n.titlebar .entry:disabled:backdrop,\n.toolbar .entry:disabled:backdrop {\n    border-color: alpha (#000, 0.2);\n}\n\n/****************\n * Progress bar *\n ****************/\n\nprogressbar progress,\nlevelbar block,\nlevelbar block.filled.low,\nlevelbar block.filled.middle,\nlevelbar block.filled.high {\n    border-color: transparent;\n}\n\nlevelbar block.empty,\n.level-bar.fill-block.empty-fill-block {\n    border-color: alpha (#000, 0.25);\n}\n\nlevelbar block:backdrop,\n.level-bar.fill-block:backdrop {\n    border-color: shade (@bg_color, 0.68);\n}\n\nlevelbar block.empty:backdrop,\n.level-bar.fill-block.empty-fill-block:backdrop {\n    border-color: shade (@bg_color, 0.75);\n}\n\n/********\n* Scale *\n********/\n\nscale trough {\n    min-height: 6px;\n    min-width: 6px;\n}\n\nscale highlight {\n    background-color: @SILVER_700;\n    box-shadow: inset 0 1px 0 alpha (#fff, 0.2);\n}\n\nscale highlight:disabled {\n    background-color: @SILVER_900;\n}\n\nscale fill {\n    background-color: alpha (@SILVER_700, 0.25);\n    box-shadow: inset 0 1px 0 alpha (#fff, 0.05);\n}\n\nscale.horizontal highlight.top,\nscale.horizontal fill.top {\n    margin: 1px 1px 1px -5px;\n}\n\nscale.horizontal highlight.bottom,\nscale.horizontal fill.bottom {\n    margin: 1px -5px 1px 1px;\n}\n\nscale.vertical highlight.top,\nscale.vertical fill.top {\n    margin: -5px 1px 1px 1px;\n}\n\nscale.vertical highlight.bottom,\nscale.vertical fill.bottom {\n    margin: 1px 1px -5px 1px;\n}\n\n/**********\n* Buttons *\n**********/\n\nbutton:focus,\nbutton.destructive-action:focus,\n.button:focus,\n.button.destructive-action:focus {\n    border-color: shade (@colorAccent, 0.3);\n}\n\nbutton.flat,\nbutton.flat:backdrop,\n.button.flat,\n.button.flat:backdrop {\n    border-color: transparent;\n}\n\nbutton:active:disabled,\n.button:active:disabled {\n    box-shadow:\n        inset 0 0 0 1px alpha (#000, 0.05),\n        0 1px 0 1px alpha (#fff, 0.3);\n}\n\n/****************************\n * Check, Radio, and Switch *\n ***************************/\n\ncheck:checked,\nradio:checked,\nswitch:checked {\n    border-color: shade (@colorAccent, 0.3);\n    box-shadow:\n        inset 0 0 0 1px alpha (#000, 0.1),\n        inset 0 1px 2px alpha (#000, 0.15),\n        0 1px 0 0 alpha (@bg_highlight_color, 0.3);\n}\n\ncheck:checked:focus,\nradio:checked:focus {\n    border-color: shade (@colorAccent, 0.4);\n}\n\ncheck:checked:backdrop,\nradio:checked:backdrop,\nswitch:checked:backdrop {\n    box-shadow:\n        inset 0 0 0 1px alpha (#000, 0.1),\n        0 1px 0 0 alpha (@bg_highlight_color, 0.3);\n}\n\ncheck:checked:disabled,\nradio:checked:disabled,\nswitch:checked:disabled {\n    border-color: shade (mix (@bg_color, @colorAccent, 0.5), 0.5);\n}\n\nswitch:checked slider {\n    border-color: shade (@bg_color, 0.65);\n}\n\n/***************************\n* Secondary Toolbar Button *\n***************************/\n\n.secondary-toolbar.toolbar .button:hover {\n    border-color: transparent;\n    background-image: none;\n    background-color: transparent;\n    box-shadow: none;\n}\n\n.secondary-toolbar.toolbar .button:active,\n.secondary-toolbar.toolbar .button:hover:active {\n    background-image: none;\n    background-color: alpha (#000, 0.1);\n    box-shadow:\n        inset 0 0 0 1px alpha (#000, 0.05),\n        inset 0 1px 0 0 alpha (#000, 0.25),\n        inset 0 -1px 0 0 alpha (#fff, 0.4);\n}\n\n/*********\n* Linked *\n*********/\n\n.linked .entry {\n    box-shadow: inset -1px 0 @inset_dark_color;\n}\n\n.linked .entry:focus {\n    box-shadow:\n        inset 1px 0 @inset_dark_color,\n        inset -1px 0 @inset_dark_color,\n        inset 1px 2px alpha(@colorAccent, 0.1),\n        inset 1px 1px alpha(@colorAccent, 0.1),\n        inset -1px -1px alpha(@colorAccent, 0.2);\n}\n\n.linked .entry:focus:first-child {\n    box-shadow:\n        inset -1px 0 @inset_dark_color,\n        inset 1px 2px alpha(@colorAccent, 0.1),\n        inset 1px 1px alpha(@colorAccent, 0.1),\n        inset -1px -1px alpha(@colorAccent, 0.2);\n}\n\n.linked .entry:focus:last-child {\n    box-shadow:\n        inset 1px 0 @inset_dark_color,\n        inset 1px 2px alpha(@colorAccent, 0.1),\n        inset 1px 1px alpha(@colorAccent, 0.1),\n        inset -1px -1px alpha(@colorAccent, 0.2);\n}\n\n/********\n* Menus *\n********/\n\n.content-view .menu,\n.menu,\n.popup {\n    box-shadow:\n        inset 0 0 0 1px alpha (#fff, 0.02),\n        inset 0 1px 0 0 alpha (#fff, 0.07),\n        inset 0 -1px 0 0 alpha (#fff, 0.01);\n}\n\n/***********\n* Toolbars *\n***********/\n\nGtkHandleBox:backdrop,\n.toolbar:backdrop {\n    box-shadow: inset 0 -1px 0 0 alpha (#fff, 0.07);\n}\n\n/***********\n* Toolbars *\n***********/\n\n.toolbar {\n    box-shadow: inset 0 -1px 0 0 alpha (#fff, 0.1);\n    text-shadow: 0 1px alpha (#000, 0.4);\n    -gtk-icon-shadow: 0 1px alpha (#000, 0.4);\n}\n\n/*********************\n* Secondary Toolbars *\n*********************/\n\n.secondary-toolbar.toolbar {\n    background-image:\n        linear-gradient(\n            to bottom,\n            shade (\n                @titlebar_color,\n                0.84\n            ),\n            shade (\n                @titlebar_color,\n                0.8\n            )\n        );\n    box-shadow:\n        inset 0 1px 0 0 alpha (#fff, 0.05),\n        inset 0 -1px 0 0 alpha (#fff, 0.05);\n    border-color: shade (@titlebar_color, 0.5);\n    text-shadow: 0 1px alpha (#000, 0.4);\n    -gtk-icon-shadow: 0 1px alpha (#000, 0.4);\n}\n\n.secondary-toolbar.toolbar .button {\n    border-color: alpha (#000, 0.3);\n    text-shadow: 0 1px alpha (#000, 0.4);\n    -gtk-icon-shadow: 0 1px alpha (#000, 0.4);\n}\n\n/******************\n* Bottom Toolbars *\n******************/\n\n.bottom-toolbar.toolbar {\n    border-color: shade (@titlebar_color, 0.66);\n    background-image:\n        linear-gradient(\n            to bottom,\n            @titlebar_color,\n            shade (\n                @titlebar_color,\n                0.88\n            )\n        );\n    box-shadow:\n        inset 0 1px 0 0 alpha (#fff, 0.12),\n        inset 0 -1px 0 0 alpha (#fff, 0.05);\n}\n\n/***************\n * Action bars *\n ***************/\n\n.action-bar {\n    text-shadow: 0 1px alpha (#000, 0.4);\n    box-shadow:\n        inset 0 0 0 1px alpha (#fff, 0.05),\n        inset 0 1px 0 0 alpha (#fff, 0.08);\n    -gtk-icon-shadow: 0 1px alpha (#000, 0.4);\n}\n\n.action-bar .button {\n    box-shadow: none;\n    background-image: none;\n    background-color: transparent;\n}\n\n/******************\n* Inline Toolbars *\n******************/\n\n.inline-toolbar.toolbar {\n    border-image: none;\n    border-color: shade (@titlebar_color, 0.7);\n    background-image:\n        linear-gradient(\n            to bottom,\n            shade (\n                @base_color,\n                0.92\n            ),\n            shade (\n                @base_color,\n                0.98\n            )\n        );\n    box-shadow:\n        inset 0 1px 0 0 alpha (#000, 0.1),\n        inset 0 -1px 0 0 @inset_dark_color;\n}\n\nGtkPaned .inline-toolbar.toolbar {\n    /* FIXME: This should probably use alpha just in case */\n    background-image:\n        linear-gradient(\n            to bottom,\n            shade (\n                @titlebar_color,\n                0.92\n            ),\n            shade (\n                @titlebar_color,\n                0.98\n            )\n        );\n}\n\n.inline-toolbar.toolbar .button {\n    background-image: none;\n    background-color: transparent;\n    box-shadow: none;\n    text-shadow: 0 1px alpha (#000, 0.4);\n    -gtk-icon-shadow: 0 1px alpha (#000, 0.4);\n}\n\n.inline-toolbar.toolbar .button:active,\n.inline-toolbar.toolbar .button:active:hover {\n    background-color: alpha (#000, 0.05);\n    background-image: none;\n    border-color: shade (@base_color, 0.74);\n}\n\n/***************\n * Search bars *\n ***************/\n\nEggFindBar.toolbar,\n.search-bar {\n    box-shadow:\n        inset 0 0 0 1px alpha (#fff, 0.01),\n        inset 0 1px 0 0 alpha (#fff, 0.05),\n        inset 0 -1px 0 0 alpha (#fff, 0.03);\n}\n\n/************************\n* Sidebar & Source List *\n************************/\n\n.sidebar .view:hover,\n.sidebar.view:hover,\n.source-list.view:hover {\n    background-color: shade (@bg_color, 1.1);\n}\n\n.sidebar .view:selected,\n.sidebar .view:hover:selected,\n.sidebar.view:selected,\n.sidebar.view:hover:selected,\n.source-list.view:selected,\n.source-list.view:hover:selected,\n.source-list.view:focus:selected,\n.source-list.category-expander:hover {\n    border-style: solid;\n    background-color: transparent;\n    background-image:\n        linear-gradient(\n            to bottom,\n            alpha (\n                #000,\n                0.11\n            ),\n            alpha (\n                #000,\n                0.07\n            )\n        );\n    border-image:\n        linear-gradient(\n            to bottom,\n            alpha (\n                #000,\n                0.25\n            ),\n            alpha (\n                #fff,\n                0.05\n            )\n        ) 1 1 1 1;\n    box-shadow:\n        inset 0 1px 0 0 alpha (#000, 0.03),\n        inset 0 -1px 0 0 alpha (#000, 0.1);\n}\n\n.sidebar .view:selected:backdrop,\n.sidebar .view:hover:selected:backdrop,\n.sidebar.view:selected:backdrop,\n.sidebar.view:hover:selected:backdrop,\n.source-list.view:selected:backdrop,\n.source-list.view:hover:selected:backdrop {\n    background-image:\n        linear-gradient(\n            to bottom,\n            alpha (\n                #000,\n                0.08\n            ),\n            alpha (\n                #000,\n                0.04\n            )\n        );\n    border-image:\n        linear-gradient(\n            to bottom,\n            alpha (\n                #000,\n                0.19\n            ),\n            alpha (\n                #fff,\n                0.1\n            )\n        ) 1 1 1 1;\n}\n\n.sidebar-pane-separator,\n.sidebar-pane-separator:hover,\n.sidebar-pane-separator:selected {\n    background-image: none;\n    background-color: shade (@bg_color, 0.75);\n}\n\n.source-list.badge,\n.source-list.badge:hover,\n.source-list.badge:selected,\n.source-list.badge:hover:selected {\n    background-image: none;\n    background-color: alpha (#fff, 0.4);\n    text-shadow: 0 1px alpha (#000, 0.1);\n    -gtk-icon-shadow: 0 1px alpha (#000, 0.1);\n}\n\n.source-list.badge:selected:backdrop,\n.source-list.badge:selected:hover:backdrop {\n    background-image: none;\n    background-color: alpha (#000, 0.2);\n    text-shadow: 0 1px alpha (#000, 0.1);\n    -gtk-icon-shadow: 0 1px alpha (#000, 0.1);\n}\n\n/***************\n * Search bars *\n ***************/\n\nEggFindBar.toolbar,\n.search-bar {\n    box-shadow:\n        inset 0 0 0 1px alpha (#fff, 0.01),\n        inset 0 1px 0 0 alpha (#fff, 0.05),\n        inset 0 -1px 0 0 alpha (#fff, 0.03);\n}\n\n/**************************\n* Suggested Action Button *\n**************************/\n\nbutton.suggested-action,\n.suggested-action.button {\n    border: 1px solid shade (@selected_bg_color, 0.35);\n}\n\nbutton.suggested-action:active,\nbutton.suggested-action:active:hover,\n.suggested-action.button:active,\n.suggested-action.button:active:hover {\n    border: 1px solid shade (@selected_bg_color, 0.25);\n}\n\n/****************************\n* Destructive Action Button *\n****************************/\n\nbutton.destructive-action,\n.destructive-action.button {\n    background-image:\n        linear-gradient(\n            to bottom,\n            shade (\n                @error_color,\n                1.2\n            ),\n            @error_color\n        );\n    box-shadow:\n        inset 0 0 0 1px alpha (#fff, 0.05),\n        inset 0 1px 0 0 alpha (#fff, 0.25),\n        inset 0 -1px 0 0 alpha (#fff, 0.1),\n        0 1px 0 0 alpha (#fff, 0.05);\n    border-color: shade (@error_color, 0.3);\n}\n\nbutton.destructive-action label,\nbutton.destructive-action label:hover {\n    text-shadow: 0 1px alpha (#000, 0.2);\n    -gtk-icon-shadow: 0 1px alpha (#000, 0.2);\n}\n\nbutton.destructive-action:active,\nbutton.destructive-action:active:hover {\n    background-image:\n        linear-gradient(\n            to bottom,\n            @error_color,\n            shade (\n                @error_color,\n                1.1\n            )\n        );\n    box-shadow:\n        inset 0 0 1px 1px alpha (#000, 0.15),\n        0 1px 0 0 alpha (#fff, 0.09);\n    border-color: alpha (shade (@error_color, 0.3), 0.7);\n}\n\nbutton.destructive-action:focus,\n.titlebar button.destructive-action:focus,\n.destructive-action.button:focus,\n.titlebar .destructive-action.button:focus {\n    box-shadow:\n        inset 0 1px 0 0 alpha (#fff, 0.3),\n        inset 0 -1px 0 0 alpha (#fff, 0.2),\n        0 1px 2px 0 alpha (@error_color, 0.05);\n}\n\n/*********************\n* Insensitive Button *\n**********************/\n\n.button:disabled,\n.suggested-action.button:disabled {\n    background-image: none;\n    background-color: transparent;\n    border-color: alpha (#000, 0.2);\n}\n\n.toolbar .button:disabled {\n    background-image:\n        linear-gradient(\n            to bottom,\n            alpha (\n                #fff,\n                0.05\n            ),\n            alpha (\n                #000,\n                0.05\n            )\n        );\n    border-color: alpha (#000, 0.2);\n}\n\n.titlebar .button GtkLabel:disabled {\n    text-shadow: 0 1px alpha (#fff, 0.15);\n}\n\n.inline-toolbar.toolbar .button *:disabled,\n.inline-toolbar.toolbar .button:disabled {\n    background-image: none;\n    background-color: alpha (#000, 0.02);\n}\n\n.button.flat:disabled {\n    border-color: transparent;\n    box-shadow: none;\n    background-image: none;\n    background-color: transparent;\n}\n\n/***************\n* GtkAssistant *\n***************/\n\nGtkAssistant .sidebar .highlight {\n    font-weight: bold;\n}\n\nGtkAssistant .sidebar {\n    background-color: shade (@bg_color, 0.97);\n    border-color: shade (@bg_color, 0.8);\n    border-style: solid;\n    text-shadow: 0 1px shade (@bg_color, 1.04);\n}\n\n/**********************\n * Column Headers *\n *********************/\ncolumn-header .button {\n    background-image:\n        linear-gradient(\n            to bottom,\n            shade (\n                @titlebar_color,\n                0.88\n            ),\n            @titlebar_color\n        );\n    border-image:\n        linear-gradient(\n            to bottom,\n            shade (\n                @titlebar_color,\n                0.88\n            ),\n            shade (\n                @titlebar_color,\n                0.7\n            )\n        ) 0 0 1 1;\n    font-weight: bold;\n}\n\ncolumn-header .button:hover {\n    background-image:\n        linear-gradient(\n            to bottom,\n            shade (\n                @titlebar_color,\n                0.8\n            ),\n            @titlebar_color\n        );\n}\n\n/*************\n* List Boxes *\n*************/\n\n.list {\n    background-color: @base_color;\n}\n\n.list-row:selected {\n    background-color: @colorAccent;\n}\n\n/*************\n* GtkInfoBar *\n*************/\n\ninfobar.error button {\n    color: #fff;\n    text-shadow: 0 1px 1px @error_color;\n}\n\ninfobar.question button {\n    color: shade (@selected_bg_color, 0.25);\n}\n\ninfobar.warning button {\n    color: shade (@warning_color, 0.25);\n}\n\ninfobar:not(.info):not(.other) .button,\ninfobar:not(.info):not(.other) .button:focus,\n.dynamic-notebook infobar button {\n    text-shadow: none;\n    background-image: none;\n    background-color: transparent;\n    border-color: alpha (#000, 0.3);\n    box-shadow:\n        inset 0 0 0 1px alpha (#fff, 0.05),\n        inset 0 1px 0 0 alpha (#fff, 0.45),\n        inset 0 -1px 0 0 alpha (#fff, 0.15),\n        0 1px 0 1px alpha (#fff, 0.15);\n    -gtk-icon-shadow: none;\n}\n\ninfobar:not(.info):not(.other) button:active,\ninfobar:not(.info):not(.other) button:hover:active {\n    background-color: alpha (#000, 0.05);\n    background-image: none;\n    border-color: alpha (#000, 0.27);\n    box-shadow:\n        inset 0 0 0 1px alpha (#000, 0.05),\n        0 1px 0 0 alpha (#fff, 0.3);\n}\n\ninfobar button:disabled,\ninfobar button:hover:disabled {\n    background-image: none;\n    background-color: transparent;\n    border-color: alpha (#000, 0.18);\n}\n\n/*******\n * CSD *\n ******/\n\n.titlebar .titlebutton {\n    background: none;\n    border-color: transparent;\n    border-style: solid;\n    border-image: none;\n    box-shadow: none;\n}\n\nwindow.popup decoration,\n.csd.popup decoration {\n    box-shadow:\n        0 0 0 1px alpha (#000, 0.75),\n        0 3px 6px alpha (#000, 0.16),\n        0 3px 6px alpha (#000, 0.23);\n}\n\nmenu window.popup decoration,\nmenu .csd.popup decoration {\n    box-shadow:\n        0 0 0 1px alpha (#000, 0.75),\n        0 10px 20px alpha (#000, 0.19),\n        0 6px 6px alpha (#000, 0.23);\n}\n\n.titlebar .subtitle {\n    text-shadow: 0 1px alpha (#fff, 0.15);\n    -gtk-icon-shadow: 0 1px alpha (#fff, 0.15);\n}\n\ndialog decoration,\nmessagedialog decoration {\n    box-shadow:\n        0 0 0 1px alpha (#000, 0.75),\n        0 8px 10px 1px alpha (#000, 0.14),\n        0 3px 14px 2px alpha (#000, 0.12),\n        0 5px 5px -3px alpha (#000, 0.4),\n        0 14px 28px transparent;\n}\n\n/**************\n* Text Styles *\n**************/\n\nlabel.error {\n    color: @STRAWBERRY_300;\n}\n\nlabel.success {\n    color: @LIME_300;\n}\n\nlabel.warning {\n    color: @BANANA_500;\n}\n"
  },
  {
    "path": "gtk-3.0/gtk-widgets.css",
    "content": "/* Latest upstream sync https://github.com/elementary/stylesheet/pull/384 */\n\n* {\n    background-clip: padding-box;\n    -GtkTextView-error-underline-color: @error_color;\n    -GtkIMHtml-hyperlink-color: @link_color;\n    -GtkHTML-link-color: @link_color;\n\n    /* -gtk-icon-palette: needs-attention @attention_color, success @success_color, warning @warning_color, error @error_color; FIXME: Uncomment for 3.19 */\n}\n\n/***************\n * Base States *\n ***************/\n\n.background {\n    color: @text_color;\n    background-color: @bg_color;\n}\n\n*:selected {\n    background-color: shade (@base_color, 0.8);\n    color: @text_color;\n}\n\n*:selected:focus {\n    background-color: alpha (@colorAccent, 0.9);\n    color: @selected_fg_color;\n    text-shadow: none;\n}\n\n*:disabled {\n    color: @insensitive_color;\n    -gtk-icon-effect: dim;\n}\n\n*:hover {\n    -gtk-icon-effect: none;\n}\n\n.gtkstyle-fallback {\n    background-color: @bg_color;\n    color: @fg_color;\n}\n\nimage,\nimage:disabled,\nlabel,\nlabel:disabled,\nbox,\nbox:disabled,\ngrid,\ngrid:disabled {\n    background-color: transparent;\n}\n\n/************\n * Tooltips *\n ************/\n\ntooltip,\ntooltip.background,\n.overlay-bar {\n    background-color: alpha (#222, 0.9);\n    border-radius: 3px;\n    border-width: 0;\n    box-shadow:\n        0 1px 3px alpha (#000, 0.12),\n        0 1px 2px alpha (#000, 0.24);\n    color: #fff;\n    padding: 3px 6px;\n    margin: 6px;\n    text-shadow: 0 1px 2px alpha (#000, 0.6);\n}\n\n.overlay-bar {\n    margin: 3px;\n}\n\ntooltip label,\n.overlay-bar label {\n    color: #fff;\n    text-shadow: 0 1px 2px alpha (#000, 0.6);\n}\n\n/*****************\n * Miscellaneous *\n ****************/\n\nspinner {\n    background-image: none;\n    opacity: 0;\n    -gtk-icon-source: -gtk-icontheme(\"process-working-symbolic\");\n}\n\nspinner:checked {\n    opacity: 0.8;\n    animation: spin 600ms linear infinite;\n}\n\nspinner:checked:disabled {\n    opacity: 0.4;\n}\n\nrubberband,\n.view.rubberband,\n.rubberband {\n    background-color: alpha (@colorAccent, 0.35);\n    border: 1px solid @colorAccent;\n    transition: all 600ms ease-out;\n}\n\n.dnd {\n    background-color: alpha (@colorAccent, 0.4);\n    background-image: none;\n    border: 1px solid @colorAccent;\n    border-radius: 3px;\n    margin: 3px;\n}\n\n.monospace {\n    font-family: monospace;\n}\n\n.keycap {\n    background-image:\n        linear-gradient(to bottom,\n            shade (@bg_color,\n                0.97),\n            @bg_color );\n    border: 1px solid @border_color;\n    border-radius: 2.5px;\n    box-shadow:\n        inset 0 0 0 1px alpha (@bg_highlight_color, 0.05),\n        inset 0 1px 0 0 alpha (@bg_highlight_color, 0.45),\n        inset 0 -2px 0 0 alpha (@bg_highlight_color, 0.15),\n        inset 0 -1px 0 0 shade (@bg_color, 0.85),\n        0 1px 2px alpha (#000, 0.05);\n    font-size: 85%;\n    min-width: 12px;\n    padding: 3px 6px 4px;\n    text-shadow: 0 1px @text_shadow_color;\n}\n\n/**************\n * Separators *\n *************/\n\nmenu separator,\nseparator.horizontal {\n    border-top: 1px solid @menu_separator;\n    border-bottom: 1px solid @menu_separator_shadow;\n    margin-bottom: -1px;\n}\n\nmenu separator {\n    margin: 4px 0;\n}\n\nseparator.vertical {\n    border-left: 1px solid @menu_separator;\n    border-right: 1px solid @menu_separator_shadow;\n    margin-right: -1px;\n}\n\npaned.vertical>separator {\n    background-image:\n        linear-gradient(to bottom,\n            @menu_separator 1px,\n            @menu_separator_shadow 1px,\n            @menu_separator_shadow 2px,\n            transparent 2px);\n    margin-bottom: -7px;\n    min-height: 8px;\n}\n\npaned.horizontal>separator {\n    background-image:\n        linear-gradient(to right,\n            @menu_separator 1px,\n            @menu_separator_shadow 1px,\n            @menu_separator_shadow 2px,\n            transparent 2px);\n    margin-right: -7px;\n    min-width: 8px;\n}\n\n.titlebar separator:first-child,\n.titlebar separator:last-child {\n    margin: 0 4px;\n}\n\ntoolbar separator,\n.titlebar separator {\n    background: none;\n    margin: 0 18px;\n}\n\n.titlebar separator:first-child,\n.titlebar separator:last-child {\n    margin: 0;\n    min-width: 0;\n    padding: 0;\n}\n\ntoolbar paned separator,\n.toolbar .pane-separator,\n.titlebar .pane-separator {\n    background-color: transparent;\n    background-image: url(\"assets/pane-handle.svg\");\n    box-shadow: none;\n}\n\n/*************\n* Text Entry *\n*************/\n\nentry,\nspinbutton,\n.entry {\n    background-image:\n        linear-gradient(to bottom,\n            shade (@base_color,\n                0.93),\n            shade (@base_color,\n                0.97));\n    border: 1px solid @border_color;\n    border-radius: 2.5px;\n    box-shadow:\n        inset 0 1px 0 0 alpha (@inset_dark_color, 0.7),\n        inset 0 0 0 1px alpha (@inset_dark_color, 0.3),\n        0 1px 0 0 alpha (@bg_highlight_color, 0.3);\n    color: @text_color;\n    text-shadow: 0 1px @text_shadow_color;\n    padding: 3px;\n    transition: all 200ms ease-out;\n    -gtk-icon-shadow: 0 1px @text_shadow_color;\n}\n\nselection {\n    background-color: @colorAccent;\n    color: @selected_fg_color;\n    text-shadow: none;\n}\n\ntoolbar entry,\ntoolbar spinbutton,\n.titlebar entry,\n.titlebar spinbutton,\n.titlebar .entry,\n.toolbar .entry {\n    background-image:\n        linear-gradient(to bottom,\n            alpha (#000,\n                0.05),\n            transparent 3px),\n        linear-gradient(to bottom,\n            shade (@base_color,\n                0.93),\n            @base_color );\n    border-color: alpha (#000, 0.24);\n    box-shadow:\n        inset 0 0 0 1px @inset_dark_color,\n        0 1px 0 0 alpha (@bg_highlight_color, 0.3);\n}\n\ntoolbar entry:backdrop,\ntoolbar spinbutton:backdrop,\n.titlebar entry:backdrop,\n.titlebar spinbutton:backdrop,\n.titlebar .entry:backdrop,\n.toolbar .entry:backdrop {\n    background-image:\n        linear-gradient(to bottom,\n            alpha (#000,\n                0.02),\n            transparent 5px),\n        linear-gradient(to bottom,\n            shade (@base_color,\n                0.94),\n            shade (@base_color,\n                0.96));\n    border-color: alpha (#000, 0.18);\n    color: @insensitive_fg_color;\n    box-shadow:\n        inset 0 1px 0 0 alpha (@inset_dark_color, 0.7),\n        inset 0 0 0 1px alpha (@inset_dark_color, 0.3),\n        0 1px 0 0 alpha (@bg_highlight_color, 0.3);\n}\n\nentry:focus,\nspinbutton:focus,\n.entry:focus {\n    border-color: alpha (@colorAccent, 0.8);\n    box-shadow:\n        inset 0 0 0 1px alpha (@colorAccent, 0.23),\n        0 1px 0 0 alpha (@bg_highlight_color, 0.3);\n    transition: all 200ms ease-in;\n}\n\nentry.error,\nentry.error:focus,\nspinbutton.error,\nspinbutton.error:focus,\n.entry.error,\n.entry.error:focus {\n    border-color: alpha (@error_color, 0.8);\n    box-shadow:\n        inset 0 0 0 1px alpha (@error_color, 0.23),\n        0 1px 0 0 alpha (@bg_highlight_color, 0.3);\n    transition: all 200ms ease-in;\n}\n\nentry:disabled,\nspinbutton:disabled,\n.entry:disabled {\n    background-image: none;\n    border-color: alpha(@border_color, 0.75);\n    box-shadow:\n        inset 0 1px 0 0 alpha (@inset_dark_color, 0.5),\n        inset 0 0 0 1px alpha (@inset_dark_color, 0.2),\n        0 1px 0 0 alpha (@bg_highlight_color, 0.3);\n    color: @insensitive_color;\n}\n\ntoolbar entry:disabled,\ntoolbar spinbutton:disabled,\n.titlebar entry:disabled,\n.titlebar spinbutton:disabled,\n.titlebar .entry:disabled,\n.toolbar .entry:disabled {\n    background: transparent;\n    border-color: alpha (#000, 0.2);\n    box-shadow: inset 0 0 0 1px alpha (@inset_dark_color, 0.25), 0 1px 0 0 alpha (@bg_highlight_color, 0.3);\n}\n\ntoolbar entry:disabled:backdrop,\ntoolbar spinbutton:disabled:backdrop,\n.titlebar entry:disabled:backdrop,\n.titlebar spinbutton:disabled:backdrop,\n.titlebar .entry:disabled:backdrop,\n.toolbar .entry:disabled:backdrop {\n    background-image: none;\n    border-color: alpha (#000, 0.2);\n    box-shadow: 0 1px 0 0 alpha (@bg_highlight_color, 0.3);\n}\n\nentry image {\n    color: @internal_element_color;\n    transition: all 200ms ease-in-out;\n    -gtk-icon-palette: needs-attention @attention_color, success @LIME_500, warning @BANANA_500, error @error_color;\n}\n\nentry image:backdrop {\n    color: @insensitive_color;\n}\n\nentry image.left {\n    margin-right: 6px;\n}\n\nentry image.right:dir(ltr):hover,\nentry image.left:dir(rtl):hover {\n    color: @text_color;\n}\n\nentry.flat,\n.entry.flat {\n    border-width: 0 0 1px;\n    border-radius: 0;\n    background-color: @base_color;\n    background-image: none;\n    box-shadow: none;\n}\n\n/*************\n * Text view *\n *************/\n\ntextview,\ntextview text {\n    color: @text_color;\n    background-color: @base_color;\n}\n\n/*******************\n* Symbolic images *\n*******************/\n\nimage {\n    color: inherit;\n}\n\n/****************\n * Progress bar *\n ****************/\n\nprogressbar progress,\ntreeview .progressbar {\n    background-image:\n        linear-gradient(to bottom,\n            shade (@colorAccent,\n                1.3),\n            shade (@colorAccent,\n                1.08));\n    border: 1px solid shade (@colorAccent, 0.9);\n    box-shadow:\n        inset 0 0 0 1px alpha (#fff, 0.05),\n        inset 0 1px 0 0 alpha (#fff, 0.35),\n        inset 0 -1px 0 0 alpha (#fff, 0.15);\n    margin-left: -1px;\n    margin-right: -1px;\n}\n\nprogressbar.vertical progress {\n    background-image:\n        linear-gradient(to right,\n            shade (@colorAccent,\n                1.25),\n            shade (@colorAccent,\n                1.18));\n    margin: -1px 0;\n}\n\nprogressbar progress:backdrop,\ntreeview .progressbar:backdrop {\n    background-image: none;\n    background-color: shade (@bg_color, 0.85);\n    border-color: shade (@bg_color, 0.68);\n    box-shadow:\n        inset 0 0 0 1px alpha (@bg_highlight_color, 0.05),\n        inset 0 1px 0 0 alpha (@bg_highlight_color, 0.35),\n        inset 0 -1px 0 0 alpha (@bg_highlight_color, 0.15);\n}\n\nprogressbar trough,\ntreeview .trough {\n    padding: 0;\n    border: 1px solid alpha (#000, 0.25);\n    background-image:\n        linear-gradient(to bottom,\n            @bg_color,\n            shade (@bg_color,\n                0.9));\n    box-shadow:\n        inset 0 0 0 1px alpha (@bg_highlight_color, 0.1),\n        inset 0 1px 0 0 @bg_highlight_color,\n        inset 0 -1px 0 0 alpha (@bg_highlight_color, 0.5),\n        0 1px 0 0 alpha (@bg_highlight_color, 0.5);\n}\n\nprogressbar.vertical trough {\n    background-image:\n        linear-gradient(to right,\n            @bg_color,\n            shade (@bg_color,\n                0.93));\n}\n\nprogressbar trough:backdrop,\ntreeview .trough:backdrop {\n    background-image: none;\n    background-color: @bg_color;\n    border-color: shade (@bg_color, 0.75);\n}\n\ntreeview .progressbar:selected:focus,\ntreeview .trough:selected:focus {\n    border: 1px solid shade (@colorAccent, 0.8);\n}\n\nentry progress,\nspinbutton progress {\n    background-image:\n        linear-gradient(to bottom,\n            mix(@colorAccent,\n                @base_color,\n                0.4),\n            mix(@colorAccent,\n                @base_color,\n                0.5));\n    border: 1px solid @colorAccent;\n    border-radius: 2.5px;\n    box-shadow:\n        inset 0 1px 0 0 alpha (@inset_dark_color, 0.7),\n        inset 0 0 0 1px alpha (@inset_dark_color, 0.3);\n    margin: -4px;\n}\n\nentry progress:not(.pulse) {\n    border-top-right-radius: 0;\n    border-bottom-right-radius: 0;\n    border-right: 0;\n}\n\n/************\n* Level Bar *\n************/\n\nlevelbar block {\n    background-color: @selected_bg_color;\n    background-image:\n        linear-gradient(to bottom,\n            shade (@selected_bg_color,\n                1.3),\n            @selected_bg_color );\n    border: 1px solid shade (@selected_bg_color, 0.9);\n    border-radius: 3px;\n    box-shadow:\n        inset 0 0 0 1px alpha (#fff, 0.05),\n        inset 0 1px 0 0 alpha (#fff, 0.35),\n        inset 0 -1px 0 0 alpha (#fff, 0.15),\n        0 1px 0 0 alpha (@bg_highlight_color, 0.15);\n    min-height: 6px;\n    min-width: 24px;\n    transition: all 100ms ease-in;\n}\n\nlevelbar.vertical block {\n    min-height: 34px;\n    min-width: 6px;\n}\n\nlevelbar block.filled.low {\n    background-image:\n        linear-gradient(to bottom,\n            shade (@error_color,\n                1.3),\n            @error_color );\n    box-shadow:\n        inset 0 0 0 1px alpha (#fff, 0.05),\n        inset 0 1px 0 0 alpha (#fff, 0.25),\n        inset 0 -1px 0 0 alpha (#fff, 0.1),\n        0 1px 0 0 alpha (@bg_highlight_color, 0.15);\n    border-color: shade (@error_color, 0.9);\n}\n\nlevelbar block.filled.middle {\n    background-image:\n        linear-gradient(to bottom,\n            shade (@warning_color,\n                1.3),\n            @warning_color );\n    box-shadow:\n        inset 0 0 0 1px alpha (#fff, 0.05),\n        inset 0 1px 0 0 alpha (#fff, 0.45),\n        inset 0 -1px 0 0 alpha (#fff, 0.15),\n        0 1px 0 0 alpha (@bg_highlight_color, 0.15);\n    border-color: shade (@warning_color, 0.9);\n}\n\nlevelbar block.filled.high {\n    background-image:\n        linear-gradient(to bottom,\n            shade (@LIME_300,\n                1.1),\n            @LIME_300 );\n    border-color: shade (@LIME_300, 0.9);\n}\n\nlevelbar block.empty {\n    background-color: shade (@bg_color, 0.95);\n    background-image:\n        linear-gradient(to bottom,\n            @bg_color,\n            shade (@bg_color,\n                0.9));\n    border-color: alpha (#000, 0.25);\n    box-shadow:\n        inset 0 0 0 1px alpha (@bg_highlight_color, 0.1),\n        inset 0 1px 0 0 alpha (@bg_highlight_color, 0.9),\n        inset 0 -1px 0 0 alpha (@bg_highlight_color, 0.3);\n}\n\nlevelbar.vertical block.empty {\n    background-image:\n        linear-gradient(to bottom,\n            @bg_color,\n            shade (@bg_color,\n                0.95));\n}\n\nlevelbar block:backdrop {\n    background-image: none;\n    background-color: shade (@bg_color, 0.85);\n    border-color: shade (@bg_color, 0.68);\n    box-shadow:\n        inset 0 0 0 1px alpha (@bg_highlight_color, 0.05),\n        inset 0 1px 0 0 alpha (@bg_highlight_color, 0.35),\n        inset 0 -1px 0 0 alpha (@bg_highlight_color, 0.15),\n        0 1px 0 0 alpha (@bg_highlight_color, 0.15);\n}\n\nlevelbar block.empty:backdrop {\n    background-color: shade (@bg_color, 0.95);\n    border-color: shade (@bg_color, 0.75);\n}\n\nlevelbar.discrete.horizontal block {\n    margin: 0 2px;\n}\n\nlevelbar.discrete.vertical block {\n    margin: 2px 0;\n}\n\nlevelbar.discrete.horizontal block:first-child {\n    margin-left: 0;\n}\n\nlevelbar.discrete.horizontal block:last-child {\n    margin-right: -2px;\n}\n\nlevelbar trough {\n    background: transparent;\n    box-shadow: none;\n}\n\n/********\n* Scale *\n********/\n\nscale slider {\n    background-image:\n        linear-gradient(to bottom,\n            shade (@SILVER_100,\n                1.05),\n            shade (@SILVER_100,\n                0.95));\n    border-radius: 12px;\n    box-shadow:\n        inset 0 0 0 1px alpha (#fff, 0.05),\n        inset 0 1px 0 0 alpha (#fff, 0.45),\n        inset 0 -1px 0 0 alpha (#fff, 0.15),\n        0 0 0 1px alpha (#000, 0.25),\n        0 1px 1px 1px alpha (#000, 0.1);\n    margin: -7px 0;\n    min-height: 14px;\n    min-width: 14px;\n}\n\nscale slider:focus {\n    background-image:\n        linear-gradient(to bottom,\n            shade (@SILVER_100,\n                1.05),\n            shade (mix (@SILVER_100,\n                    @colorAccent,\n                    0.1),\n                0.95));\n    box-shadow:\n        inset 0 0 0 1px alpha (#fff, 0.05),\n        inset 0 1px 0 0 alpha (#fff, 0.45),\n        inset 0 -1px 0 0 alpha (#fff, 0.15),\n        0 0 0 1px alpha (shade (@colorAccent, 0.5), 0.25),\n        0 1px 1px 1px alpha (@colorAccent, 0.35),\n        0 1px 2px 1px alpha (@colorAccent, 0.16);\n}\n\nscale slider:backdrop {\n    background-image:\n        linear-gradient(to bottom,\n            shade (@SILVER_100,\n                1.03),\n            shade (@SILVER_100,\n                0.97));\n    box-shadow:\n        inset 0 0 0 1px alpha (#fff, 0.1),\n        inset 0 1px 0 0 alpha (#fff, 0.9),\n        inset 0 -1px 0 0 alpha (#fff, 0.3),\n        0 0 0 1px alpha (#000, 0.2),\n        0 1px 1px 1px alpha (#000, 0.08);\n}\n\nscale slider:disabled {\n    background-color: transparent;\n    background-image: none;\n    border: none;\n    box-shadow: none;\n}\n\nscale trough {\n    border-radius: 12px;\n    background-color: alpha (#000, 0.05);\n    box-shadow:\n        inset 0 0 0 1px alpha (#000, 0.3),\n        inset 0 0 0 2px alpha (#000, 0.03),\n        0 1px 0 0 alpha (@bg_highlight_color, 0.3);\n    margin: 7px 0;\n    min-height: 5px;\n    min-width: 5px;\n    padding: 0 6px;\n}\n\n.titlebar scale trough {\n    border-radius: 0 12px 12px 0;\n}\n\nscale.vertical slider {\n    margin: 0 -7px;\n}\n\nscale.vertical trough {\n    margin: 0 7px;\n    padding: 6px 0;\n}\n\nscale mark indicator {\n    color: mix (@bg_color, @text_color, 0.3);\n}\n\nscale.horizontal mark indicator {\n    min-height: 6px;\n    min-width: 1px;\n}\n\nscale.vertical mark indicator {\n    min-height: 1px;\n    min-width: 6px;\n}\n\nscale highlight {\n    background-color: alpha (#000, 0.45);\n}\n\nscale highlight:disabled {\n    background-color: alpha (#000, 0.25);\n}\n\nscale fill {\n    background-color: alpha(#000, 0.25);\n}\n\nscale.horizontal highlight.top,\nscale.horizontal fill.top {\n    border-radius: 12px 0 0 12px;\n    margin: 0 0 0 -6px;\n}\n\nscale.horizontal highlight.bottom,\nscale.horizontal fill.bottom {\n    border-radius: 0 12px 12px 0;\n    margin: 0 -6px 0 0;\n}\n\nscale.vertical highlight.top,\nscale.vertical fill.top {\n    border-radius: 12px 12px 0 0;\n    margin: -6px 0 0 0;\n}\n\nscale.vertical highlight.bottom,\nscale.vertical fill.bottom {\n    border-radius: 0 0 12px 12px;\n    margin: 0 0 -6px 0;\n}\n\n/*********\n* Frames *\n*********/\n\nframe,\n.frame {\n    border: 1px solid @border_color;\n    color: lighter (@fg_color);\n}\n\nscrolledwindow.frame {\n    border: 1px solid @border_color;\n}\n\nframe.flat,\nscrolledwindow viewport.frame,\n.frame.flat {\n    border: none;\n}\n\n/**********\n* Buttons *\n**********/\n\nbutton,\n.button,\n.button.menuitem.menubar {\n    padding: 3px 6px;\n}\n\nbutton,\n.button,\n.titlebar .stack-switcher .button.image-button {\n    text-shadow: 0 1px @text_shadow_color;\n    background-image:\n        linear-gradient(to bottom,\n            transparent,\n            transparent 50%,\n            alpha (#000,\n                0.04));\n    border: 1px solid @border_color;\n    border-radius: 2.5px;\n    box-shadow:\n        inset 0 0 0 1px alpha (@bg_highlight_color, 0.05),\n        inset 0 1px 0 0 alpha (@bg_highlight_color, 0.45),\n        inset 0 -1px 0 0 alpha (@bg_highlight_color, 0.15),\n        0 1px 0 0 alpha (@bg_highlight_color, 0.15);\n    color: @text_color;\n    transition: all 100ms ease-in;\n    -gtk-icon-shadow: 0 1px @text_shadow_color;\n}\n\nbutton label {\n    padding: 0 6px;\n}\n\n.titlebar button,\n.titlebar .button {\n    border-color: shade (@colorPrimary, 0.75);\n    color: @textColorPrimary;\n    text-shadow: 0 1px @textColorPrimaryShadow;\n    box-shadow:\n        inset 0 0 0 1px alpha (shade (@colorPrimary, 1.4), 0.05),\n        inset 0 1px 0 0 alpha (shade (@colorPrimary, 1.4), 0.45),\n        inset 0 -1px 0 0 alpha (shade (@colorPrimary, 1.4), 0.15),\n        0 1px 0 0 alpha (shade (@colorPrimary, 1.4), 0.3);\n    -gtk-icon-shadow: 0 1px @textColorPrimaryShadow;\n}\n\nbutton.color {\n    padding: 3px;\n}\n\nbutton.color colorswatch {\n    border-radius: 2px;\n    box-shadow: 0 1px 0 0 alpha (@bg_highlight_color, 0.15);\n}\n\nbutton.color overlay {\n    border-radius: 2px;\n    box-shadow: inset 0 0 1px 1px alpha (#000, 0.2);\n}\n\nbutton:backdrop,\n.button:backdrop {\n    background-image: none;\n    border-color: alpha (#000, 0.2);\n}\n\ntoolbar button,\n.titlebar button,\n.titlebar .button,\n.toolbar .button {\n    padding: 3px;\n}\n\nbutton:focus,\npopover actionbar button:focus,\n.button:focus,\n.popover actionbar .button:focus,\n.titlebar .stack-switcher .button.image-button:focus {\n    color: @text_color;\n    border-color: @colorAccent;\n    box-shadow:\n        inset 0 0 0 1px alpha (@bg_highlight_color, 0.05),\n        inset 0 1px 0 0 alpha (@bg_highlight_color, 0.45),\n        inset 0 -1px 0 0 alpha (@bg_highlight_color, 0.15),\n        0 0 0 1px alpha (@colorAccent, 0.25);\n    transition: all 100ms ease-out;\n}\n\nbutton.flat,\nbutton.flat:backdrop,\n.button.flat,\n.button.flat:backdrop {\n    border-color: transparent;\n    box-shadow: none;\n    background-image: none;\n    background-color: transparent;\n    border-radius: 5px;\n}\n\nbutton.flat:focus,\nbutton.flat:focus:hover,\n.button.flat:focus,\n.button.flat:focus:hover {\n    background-color: alpha (@text_color, 0.15);\n}\n\n/* FIXME: style for checked image buttons\n.button:checked GtkImage {\n    color: #08c;\n    -gtk-icon-shadow: 0 1px 4px alpha (@colorAccent, 0.5),\n                                 0 1px 0 alpha (#fff, 0.3);\n} */\n\nbutton.circular.flat.image-button,\nbutton.circular.flat.image-button:backdrop,\nbutton.circular.flat.image-button:disabled,\nbutton.circular.flat.image-button:hover,\nbutton.circular.flat.image-button:focus:active,\n.button.circular.flat.image-button,\n.button.circular.flat.image-button:backdrop,\n.button.circular.flat.image-button:disabled,\n.button.circular.flat.image-button:hover,\n.button.circular.flat.image-button:focus:active {\n    background-color: alpha (@text_color, 0.5);\n    border-radius: 50%;\n    padding: 2px;\n    color: @bg_color;\n    box-shadow: none;\n    -gtk-icon-shadow: none;\n}\n\ndialog .inline-toolbar button {\n    background-color: transparent;\n}\n\ndialog button.flat.image-button:hover {\n    background-color: alpha (@text_color, 0.7);\n}\n\nbutton:active,\nbutton:hover:active,\nbutton:focus:active,\nbutton:checked,\nbutton:hover:checked,\nbutton:focus:checked,\n.button:active,\n.button:hover:active,\n.button:focus:active,\n.button:checked,\n.button:hover:checked,\n.button:focus:checked,\n.titlebar .titlebutton:active,\n/* Mutter needs this exact match*/\n.titlebar button:active,\n.titlebar .button:active,\n.titlebar button:checked,\n.titlebar .button:checked {\n    background-color: alpha (#000, 0.05);\n    background-image: none;\n    border-color: alpha (#000, 0.27);\n    box-shadow:\n        inset 0 0 0 1px alpha (#000, 0.05),\n        0 1px 0 0 alpha (@bg_highlight_color, 0.3);\n}\n\nbutton.flat:active,\n.button.flat:active {\n    border-color: transparent;\n    box-shadow: none;\n}\n\nbutton.link {\n    padding: 0;\n}\n\nbutton.link:focus {\n    background-color: transparent;\n}\n\nbutton.link>label {\n    color: @link_color;\n    padding: 0;\n}\n\nbutton.link:focus>label {\n    text-decoration: underline;\n}\n\n/***************************\n* Overlay Button *\n***************************/\n\nGtkOverlay>.button,\nGtkOverlay>.button:hover,\nGtkOverlay>.button:backdrop,\nGtkOverlay>.button:focus {\n    background-image: none;\n    background-color: transparent;\n    border: 2px solid #fff;\n    color: #fff;\n    box-shadow: 0 1px 0 1px alpha (#000, 0.3);\n    text-shadow: 0 1px 0 alpha (#000, 0.3);\n    background-clip: border-box;\n}\n\nGtkOverlay>button.suggested-action,\nGtkOverlay>.button.suggested-action {\n    background-image: none;\n    background-color: @selected_bg_color;\n    border-color: @selected_bg_color;\n}\n\nGtkOverlay>.button:active,\nGtkOverlay>.button:hover:active {\n    background-color: #fff;\n    color: @text_color;\n    border-color: #fff;\n    text-shadow: none;\n}\n\nGtkOverlay>.button:focus,\nGtkOverlay>.button:focus:active {\n    border-color: @colorAccent;\n}\n\nGtkOverlay>.button:focus:active {\n    background-color: @colorAccent;\n}\n\n/***************************\n* Secondary Toolbar Button *\n***************************/\n\ntoolbar.secondary-toolbar button,\n.secondary-toolbar.toolbar .button {\n    padding: 0 3px;\n}\n\ntoolbar.secondary-toolbar button.flat,\ntoolbar.secondary-toolbar button.flat:backdrop,\ntoolbar.secondary-toolbar button.flat:disabled,\n.secondary-toolbar.toolbar .button.flat,\n.secondary-toolbar.toolbar .button.flat:backdrop,\n.secondary-toolbar.toolbar .button.flat:disabled {\n    border-color: transparent;\n    box-shadow: none;\n    background-image: none;\n    background-color: transparent;\n}\n\n.secondary-toolbar.toolbar .button:hover {\n    padding: 0 3px;\n    border-color: transparent;\n    background-image: none;\n    background-color: transparent;\n    box-shadow: none;\n    color: shade (@colorAccent, 0.65);\n}\n\n.secondary-toolbar.toolbar .button:active,\n.secondary-toolbar.toolbar .button:hover:active {\n    background-image: none;\n    background-color: alpha (#000, 0.1);\n    box-shadow:\n        inset 0 0 0 1px alpha (#000, 0.05),\n        inset 0 1px 0 0 alpha (#000, 0.25),\n        inset 0 -1px 0 0 alpha (#fff, 0.4);\n    padding: 0 3px;\n}\n\n/******************\n* Circular Button *\n******************/\n\nbutton.circular,\n.button.circular {\n    border-radius: 50%;\n    padding: 4px;\n}\n\nbutton.circular label {\n    padding: 0 3px;\n}\n\nbutton.circular.image-button {\n    padding: 0;\n    min-height: 24px;\n    min-width: 24px;\n}\n\n/*****************\n * Spinbutton *\n *****************/\n\nspinbutton {\n    padding: 0;\n}\n\nspinbutton.horizontal button {\n    color: @internal_element_color;\n    background: none;\n    border-color: alpha (#000, 0.1);\n    border-radius: 0;\n    box-shadow: none;\n}\n\nspinbutton.horizontal button:disabled {\n    color: @insensitive_color;\n}\n\nspinbutton.horizontal button.down {\n    border-width: 0 1px;\n}\n\nspinbutton.horizontal button.up {\n    border-width: 0;\n}\n\nspinbutton.vertical button {\n    padding-top: 0;\n    padding-bottom: 0;\n}\n\nspinbutton.vertical button.up {\n    border-radius: 2.5px 2.5px 0 0;\n    border-width: 0 0 1px;\n}\n\nspinbutton.vertical button.down {\n    border-radius: 0 0 2.5px 2.5px;\n    border-width: 1px 0 0;\n}\n\nspinbutton entry,\nspinbutton entry:disabled,\nspinbutton entry:focus {\n    background: none;\n    border: none;\n    box-shadow: none;\n}\n\nspinbutton.horizontal entry {\n    margin: 0 3px;\n}\n\n/*****************\n * Color Chooser *\n *****************/\n\ncolorchooser colorswatch {\n    margin: -1px 3px;\n}\n\ncolorchooser colorswatch.top {\n    border-top-left-radius: 4px;\n    border-top-right-radius: 4px;\n}\n\ncolorchooser colorswatch.bottom {\n    border-bottom-left-radius: 4px;\n    border-bottom-right-radius: 4px;\n}\n\ncolorchooser grid:nth-child(2) colorswatch,\ncolorchooser box box colorswatch {\n    border-radius: 4px;\n}\n\ncolorchooser colorswatch overlay,\ncolorchooser colorswatch overlay:selected,\ncolorchooser colorswatch overlay:selected:focus {\n    background: none;\n    border-radius: 4px;\n    margin: -1px 2px;\n}\n\ncolorswatch:not(#add-color-button):not(#editor-color-sample) overlay:hover {\n    background-image:\n        linear-gradient(160deg,\n            alpha (#fff,\n                0.7),\n            alpha (#fff,\n                0) 50%);\n    box-shadow: inset 0 0 alpha (#fff, 0.4);\n}\n\ncolorswatch.dark overlay {\n    color: #fff;\n    -gtk-icon-shadow: 0 1px 2px alpha(#000, 0.3);\n}\n\ncolorswatch.light overlay {\n    color: alpha(#000, 0.6);\n    -gtk-icon-shadow: 0 1px 1px alpha(#fff, 0.2);\n}\n\n#add-color-button {\n    text-shadow: 0 1px @text_shadow_color;\n    background-image:\n        linear-gradient(to bottom,\n            transparent,\n            transparent 50%,\n            alpha (#000,\n                0.04));\n    border: 1px solid alpha (#000, 0.2);\n    box-shadow:\n        inset 0 0 0 1px alpha (#fff, 0.05),\n        inset 0 1px 0 0 alpha (#fff, 0.45),\n        inset 0 -1px 0 0 alpha (#fff, 0.15),\n        0 1px 0 0 alpha (#fff, 0.15);\n    color: @text_color;\n    transition: all 100ms ease-in;\n    -gtk-icon-shadow: 0 1px @text_shadow_color;\n}\n\nscale.color slider {\n    background-image: none;\n    border: 2px solid @bg_color;\n    box-shadow:\n        inset 0 0 0 1px alpha (@bg_highlight_color, 0.05),\n        inset 0 1px 0 0 alpha (@bg_highlight_color, 0.45),\n        inset 0 -1px 0 0 alpha (@bg_highlight_color, 0.15),\n        inset 0 0 0 1px alpha (#000, 0.25),\n        inset 0 1px 1px 1px alpha (#000, 0.1),\n        0 0 0 1px alpha (#000, 0.25),\n        0 1px 1px 1px alpha (#000, 0.1);\n    min-height: 10px;\n    min-width: 10px;\n}\n\n/*************\n* ComboBoxes *\n*************/\n\ncombobox arrow {\n    min-width: 16px;\n    min-height: 16px;\n    -gtk-icon-source: -gtk-icontheme(\"pan-down-symbolic\");\n}\n\ncombobox button {\n    padding: 2px 3px;\n}\n\ncombobox entry:first-child,\ncombobox button:first-child:not(:only-child) {\n    border-radius: 2.5px 0 0 2.5px;\n    border-right-width: 0;\n}\n\ncombobox entry:last-child,\ncombobox button:last-child:not(:only-child) {\n    border-radius: 0 2.5px 2.5px 0;\n    border-left-width: 0;\n    background-image:\n        linear-gradient(to bottom,\n            shade (@base_color,\n                0.93),\n            shade (@base_color,\n                0.97));\n    box-shadow:\n        inset 0 1px 0 0 alpha (@inset_dark_color, 0.7),\n        inset 0 0 0 1px alpha (@inset_dark_color, 0.3),\n        0 1px 0 0 alpha (@bg_highlight_color, 0.3);\n}\n\n.toolbar GtkComboBox.combobox-entry .entry:last-child,\n.toolbar GtkComboBox.combobox-entry .button:last-child {\n    background-image:\n        linear-gradient(to bottom,\n            alpha (#000,\n                0.1),\n            transparent 5px),\n        linear-gradient(to bottom,\n            shade (@base_color,\n                0.9),\n            @base_color );\n    box-shadow:\n        inset 0 0 0 1px @inset_dark_color,\n        0 1px 0 0 alpha (@bg_highlight_color, 0.3);\n}\n\n/*********\n* Linked *\n*********/\n\n/* Middle button */\n.linked entry,\n.linked button,\n.linked>combobox button.combo,\n.linked spinbutton,\n.titlebar .stack-switcher .button.image-button {\n    border-left-width: 0;\n    border-radius: 0;\n}\n\n/* Leftmost button */\n.linked entry:first-child,\n.linked button:first-child,\n.linked>combobox:first-child button.combo,\n.linked spinbutton:first-child,\n.titlebar .stack-switcher .button.image-button:first-child {\n    border-width: 1px;\n    border-radius: 2.5px 0 0 2.5px;\n}\n\n/* Rightmost button */\n.linked entry:last-child,\n.linked button:last-child,\n.linked>combobox:last-child button.combo,\n.linked spinbutton:last-child,\n.titlebar .stack-switcher .button.image-button:last-child {\n    border-left-width: 0;\n    border-radius: 0 2.5px 2.5px 0;\n}\n\n/* Linked single button */\n.linked entry:only-child,\n.linked button:only-child,\n.linked>combobox:only-child button.combo,\n.linked spinbutton:only-child,\n.titlebar .stack-switcher .button.image-button:only-child {\n    border-right-width: 1px;\n    border-left-width: 1px;\n    border-radius: 2.5px;\n}\n\n/* Middle button (vertical) */\n.linked.vertical entry,\n.linked.vertical button,\n.linked.vertical .entry,\n.linked.vertical .button {\n    border-left-width: 1px;\n    border-bottom-width: 0;\n    border-radius: 0;\n}\n\n/* Top button (vertical) */\n.linked.vertical entry:first-child,\n.linked.vertical button:first-child,\n.linked.vertical .entry:first-child,\n.linked.vertical .button:first-child {\n    border-radius: 2.5px 2.5px 0 0;\n}\n\n.linked.vertical entry,\n.linked.vertical .entry {\n    background-color: shade (@base_color, 0.97);\n    background-image: none;\n    border-top-width: 0;\n}\n\n.linked.vertical entry:first-child,\n.linked.vertical .entry:first-child {\n    background-image:\n        linear-gradient(to bottom,\n            shade (@base_color,\n                0.93),\n            shade (@base_color,\n                0.97));\n    border-top-width: 1px;\n}\n\n/* Bottom button (vertical) */\n.linked.vertical entry:last-child,\n.linked.vertical button:last-child,\n.linked.vertical .entry:last-child,\n.linked.vertical .button:last-child {\n    border-bottom-width: 1px;\n    border-radius: 0 0 2.5px 2.5px;\n}\n\n/* Linked single button (vertical) */\n.linked.vertical entry:only-child,\n.linked.vertical button:only-child,\n.linked.vertical .entry:only-child,\n.linked.vertical .button:only-child {\n    border-top-width: 1px;\n    border-bottom-width: 1px;\n    border-radius: 2.5px;\n}\n\n/* Linked vertical and horizontal entries */\n.vertical.linked .horizontal.linked:last-child entry:first-child {\n    border-top: 0;\n    border-bottom-width: 1px;\n    background-image: none;\n    border-top-left-radius: 0;\n    border-top-right-radius: 0;\n    border-bottom-left-radius: 3px;\n    border-right-color: alpha(@text_color, 0.08);\n}\n\n.vertical.linked .horizontal.linked:last-child entry:last-child {\n    border-left: 0;\n    border-bottom-left-radius: 0;\n}\n\n/********************\n* Notebook and Tabs *\n********************/\n\nnotebook {\n    background-clip: border-box;\n    background-color: shade (@titlebar_color, 1.06);\n    border: none;\n    border-radius: 0 0 2.5px 2.5px;\n    text-shadow: 0 1px @text_shadow_color;\n    -gtk-icon-shadow: 0 1px @text_shadow_color;\n}\n\nnotebook.frame {\n    border: 1px solid shade (@titlebar_color, 0.6);\n}\n\nnotebook header {\n    background-color: @bg_color;\n    background-image:\n        linear-gradient(to bottom,\n            alpha (#000,\n                0.1),\n            alpha (#000,\n                0) 3px),\n        linear-gradient(to bottom,\n            shade (@titlebar_color,\n                0.91),\n            shade (@titlebar_color,\n                0.96));\n    border-style: solid;\n    border-width: 0 0 1px;\n    border-color: shade (@titlebar_color, 0.62);\n    border-radius: 0;\n}\n\nnotebook header:backdrop {\n    background-color: shade (@titlebar_color, 1.02);\n    background-image:\n        linear-gradient(to bottom,\n            alpha (#000,\n                0.08),\n            alpha (#000,\n                0) 3px);\n    border-color: shade (@titlebar_color, 0.76);\n}\n\nnotebook header button {\n    min-width: 20px;\n}\n\n.header separator.vertical {\n    border-right-color: alpha (#fff, 0.2);\n}\n\nnotebook image {\n    color: shade (@title_color, 0.75);\n}\n\nnotebook image:disabled {\n    color: @insensitive_color;\n}\n\nnotebook tab {\n    background-image: none;\n    background-color: transparent;\n    border-image:\n        linear-gradient(to bottom,\n            transparent,\n            alpha (#000,\n                0.2)) 0 1 0 0;\n    border-radius: 0;\n    border-style: solid;\n    border-width: 0 1px;\n    color: shade (@text_color, 1.12);\n    margin-right: -1px;\n    padding: 3px;\n}\n\nnotebook tab:first-child {\n    border-width: 0 1px;\n    border-image:\n        linear-gradient(to bottom,\n            transparent,\n            alpha (#000,\n                0.2)) 0 1 0 1;\n}\n\nnotebook tab:checked {\n    background-image:\n        linear-gradient(to bottom,\n            shade (@titlebar_color,\n                0.94),\n            shade (@titlebar_color,\n                0.9));\n    border-color: shade (@titlebar_color, 0.62);\n    border-image: none;\n    border-radius: 4px 4px 0 0;\n    border-style: solid;\n    box-shadow:\n        inset 0 0 0 1px alpha (@bg_highlight_color, 0.2),\n        0 0 1px 1px alpha (#000, 0.1);\n    text-shadow: 0 1px @text_shadow_color;\n    color: @text_color;\n    -gtk-icon-shadow: 0 1px @text_shadow_color;\n}\n\nnotebook tab:checked:backdrop {\n    background-image:\n        linear-gradient(to bottom,\n            shade (@titlebar_color,\n                1.04),\n            shade (@titlebar_color,\n                1.02));\n    border-color: shade (@titlebar_color, 0.76);\n    box-shadow:\n        inset 0 0 0 1px alpha (@bg_highlight_color, 0.2),\n        0 0 0 1px alpha (#000, 0.1);\n}\n\nnotebook tab>image {\n    color: shade (@titlebar_color, 0.35);\n}\n\nnotebook viewport {\n    background-color: @base_color;\n    border-width: 0;\n}\n\nnotebook tab button {\n    padding: 0;\n}\n\nnotebook tab>entry {\n    border-radius: 2px;\n    padding: 1px 5px;\n}\n\n/* Label Trickery */\n\nnotebook tab label {\n    color: alpha(@text_color, 0.75);\n    padding: 3px 6px;\n}\n\nnotebook tab:active label,\nnotebook .active-page,\nnotebook tab .active-page label {\n    color: @text_color;\n}\n\nnotebook tab:backdrop label,\nnotebook tab label:backdrop {\n    color: alpha(@text_color, 0.75);\n}\n\n.inline-toolbar notebook header {\n    background-color: shade (@tab_base_color, 0.95);\n    background-image:\n        linear-gradient(to bottom,\n            alpha (#000,\n                0.12),\n            alpha (#000,\n                0) 2px,\n            alpha (#000,\n                0) calc(100% - 1px),\n            alpha (#000,\n                0.05));\n    border-color: shade (@tab_base_color, 0.78);\n}\n\n.inline-toolbar notebook tab:checked {\n    background-color: @tab_base_color;\n    background-image: none;\n    border-color: shade (@tab_base_color, 0.78);\n    box-shadow:\n        -1px 0 1px alpha (#000, 0.05),\n        1px 0 1px alpha (#000, 0.05);\n    margin-bottom: -1px;\n}\n\n.inline-toolbar notebook header {\n    background-color: shade (@tab_base_color, 0.95);\n    background-image:\n        linear-gradient(to bottom,\n            alpha (#000,\n                0.12),\n            alpha (#000,\n                0) 2px,\n            alpha (#000,\n                0) calc(100% - 1px),\n            alpha (#000,\n                0.05));\n    border-color: shade (@tab_base_color, 0.78);\n}\n\n.inline-toolbar notebook tab:checked {\n    background-color: @tab_base_color;\n    background-image: none;\n    border-color: shade (@tab_base_color, 0.78);\n    box-shadow:\n        -1px 0 1px alpha (#000, 0.05),\n        1px 0 1px alpha (#000, 0.05);\n    margin-bottom: -1px;\n}\n\n/*************\n* Scrollbars *\n*************/\n\nscrolledwindow {\n    -GtkScrolledWindow-scrollbar-spacing: 0;\n}\n\nscrollbar {\n    background-color: transparent;\n    transition: all 600ms ease-out;\n    -GtkScrollbar-has-backward-stepper: false;\n    -GtkScrollbar-has-forward-stepper: false;\n}\n\nscrollbar:hover {\n    transition: all 200ms ease-in-out;\n}\n\nscrollbar button {\n    border: none;\n    background-image: none;\n    background-color: transparent;\n}\n\nscrollbar.horizontal slider {\n    min-width: 30px;\n    min-height: 3px;\n}\n\nscrollbar.horizontal:hover slider {\n    min-height: 8px;\n}\n\nscrollbar.vertical slider {\n    min-height: 30px;\n    min-width: 3px;\n}\n\nscrollbar.vertical:hover slider {\n    min-width: 8px;\n}\n\nscrollbar slider {\n    background-color: alpha (@text_color, 0.6);\n    border: 1px solid alpha (@bg_highlight_color, 0.25);\n    border-radius: 10px;\n    margin: 1px;\n    transition: all 200ms ease-in-out;\n}\n\nscrollbar.overlay-indicator slider:hover {\n    border-radius: 20px;\n}\n\nscrollbar trough {\n    padding: 0;\n}\n\nscrollbar.overlay-indicator trough {\n    background-color: transparent;\n}\n\nscrollbar.overlay-indicator:hover trough {\n    background-color: alpha (#000, 0.1);\n}\n\nscrollbar:hover trough {\n    background-color: transparent;\n    border-radius: 0;\n}\n\ntrough {\n    background-color: @base_color;\n}\n\n/********\n* Menus *\n********/\n\nGtkTreeMenu .menuitem {\n    padding: 2px;\n}\n\n.context-menu {\n    font: initial;\n    text-shadow: none;\n}\n\nmenu,\n.content-view .menu,\nwindow.menu,\nwindow.popup {\n    padding: 4px 0;\n    border-radius: 3px;\n    background-color: @bg_color;\n    box-shadow:\n        inset 0 0 0 1px alpha (@bg_highlight_color, 0.1),\n        inset 0 1px 0 0 alpha (@bg_highlight_color, 0.9),\n        inset 0 -1px 0 0 alpha (@bg_highlight_color, 0.3);\n}\n\n.menu.button {\n    background-image: none;\n}\n\nmenubar,\n.menubar {\n    color: @text_color;\n    background-color: shade (@titlebar_color, 0.94);\n    border: 1px solid shade (@titlebar_color, 0.68);\n    border-width: 0 0 1px;\n    box-shadow:\n        inset 0 1px 0 0 alpha (@bg_highlight_color, 0.2),\n        inset 0 -1px 0 0 alpha (@bg_highlight_color, 0.2);\n    -GtkWidget-window-dragging: true;\n}\n\nmenubar:backdrop,\n.menubar:backdrop {\n    background-color: shade (@titlebar_color, 0.98);\n    border-color: shade (@titlebar_color, 0.78);\n}\n\n.titlebar .menubar {\n    background-color: transparent;\n}\n\nmenuitem,\n.menuitem {\n    padding: 3px 6px;\n}\n\nmenuitem,\nmenuitem:focus,\nmodelbutton,\nmodelbutton:focus,\n.menuitem,\n.menuitem:focus {\n    background: transparent;\n    border: none;\n    border-radius: 0;\n    box-shadow: none;\n    text-shadow: none;\n    -gtk-icon-shadow: none;\n}\n\nmenuitem:active,\nmenuitem:hover,\nmodelbutton:active,\nmodelbutton:hover,\n.menuitem:active,\n.menuitem:focus:active,\n.menuitem:hover {\n    box-shadow: none;\n    background-color: alpha (@text_color, 0.15);\n}\n\nmenuitem *:disabled,\nmodelbutton *:disabled,\n.menuitem *:disabled {\n    color: @insensitive_color;\n}\n\nmenuitem accelerator {\n    color: alpha (@text_color, 0.5);\n}\n\nmenuitem arrow {\n    -gtk-icon-source: -gtk-icontheme(\"pan-end-symbolic\");\n    min-height: 16px;\n    min-width: 16px;\n}\n\nmenuitem arrow:dir(rtl) {\n    -gtk-icon-source: -gtk-icontheme(\"pan-end-symbolic-rtl\");\n}\n\nmenuitem arrow.top {\n    -gtk-icon-source: -gtk-icontheme(\"pan-up-symbolic\");\n}\n\nmenuitem arrow.bottom {\n    -gtk-icon-source: -gtk-icontheme(\"pan-down-symbolic\");\n}\n\nmenuitem image,\nmenuitem label,\nmodelbutton label,\n.menuitem image,\n.menuitem label {\n    padding: 3px;\n}\n\nmenu:dir(ltr) menuitem image:first-child {\n    margin-left: -17px;\n    padding-left: 0;\n    padding-right: 2px;\n}\n\nmenu:dir(rtl) menuitem image:first-child {\n    margin-right: -17px;\n    padding-left: 2px;\n    padding-right: 0;\n}\n\nmodelbutton {\n    min-width: 150px;\n    padding: 3px 12px;\n}\n\n/* Moved titlebar sep here to fix seps in titlebar menus */\n\n.titlebar separator {\n    color: transparent;\n    border: none;\n}\n\n/*******************************\n * Check and Radio, and Switch *\n ******************************/\n\ncheck,\nradio,\nswitch {\n    transition: all 200ms ease-in;\n}\n\ncheck,\nradio {\n    background-image:\n        linear-gradient(to bottom,\n            shade (@base_color,\n                0.99),\n            shade (@base_color,\n                0.97));\n    border: 1px solid @border_color;\n    box-shadow:\n        inset 0 1px 0 0 alpha (@bg_highlight_color, 0.5),\n        inset 0 0 0 1px alpha (@bg_highlight_color, 0.2),\n        0 1px 1px 0 shade (@bg_color, 0.95);\n    min-height: 12px;\n    min-width: 12px;\n    -gtk-icon-source: none;\n}\n\nswitch {\n    background-color: alpha (#000, 0.1);\n    background-image: none;\n    border: 1px solid alpha (#000, 0.25);\n    border-radius: 16px;\n    box-shadow:\n        inset 0 0 0 1px alpha (#000, 0.05),\n        0 1px 0 0 alpha (@bg_highlight_color, 0.3);\n    color: transparent;\n    font-size: 0.1px;\n}\n\n/* FIXME: treeview .cell needs to be more specific to avoid this */\ntreeview check.cell,\ntreeview radio.cell {\n    border-width: 1px;\n}\n\nmenuitem check {\n    background: none;\n    border-color: transparent;\n    box-shadow: none;\n}\n\nmenuitem check:dir(ltr),\nmenuitem radio:dir(ltr) {\n    margin-right: 3px;\n}\n\nmenuitem check:dir(rtl),\nmenuitem radio:dir(rtl) {\n    margin-left: 3px;\n}\n\nswitch:focus slider {\n    background-image:\n        linear-gradient(to bottom,\n            shade (@bg_color,\n                1.05),\n            shade (mix (@bg_color,\n                    @colorAccent,\n                    0.1),\n                0.95));\n    border-color: @colorAccent;\n    box-shadow:\n        inset 0 0 0 1px alpha (@bg_highlight_color, 0.05),\n        inset 0 1px 0 0 alpha (@bg_highlight_color, 0.45),\n        inset 0 -1px 0 0 alpha (@bg_highlight_color, 0.15),\n        0 1px 1px alpha (@colorAccent, 0.35),\n        0 1px 2px alpha (@colorAccent, 0.16);\n}\n\n\n/* Made the switch:checked green */\n/* Upstream deleted both classes and i commented the third so this needs to be commented now,+ both classes actually moved down by upstream*/\n\n/*switch:checked {\n    background-image:\n        linear-gradient(\n            to bottom,\n            shade (\n                @colorAccent,\n                1.2\n            ),\n            @colorAccent\n        );\n    border-color: shade (@colorAccent, 0.85);\n} */\n\ncheck:checked,\nradio:checked {\n    background-image:\n        linear-gradient(to bottom,\n            shade (@colorAccent,\n                1.2),\n            @colorAccent );\n    border-color: shade (@colorAccent, 0.9);\n    box-shadow:\n        inset 0 0 0 1px shade (@colorAccent, 1.15),\n        inset 0 1px 0 0 shade (@colorAccent, 1.3),\n        0 1px 1px 0 shade (@bg_color, 0.85);\n    color: #fff;\n    -gtk-icon-source: -gtk-icontheme(\"check-active-symbolic\");\n    -gtk-icon-shadow: 0 1px 1px shade (@colorAccent, 0.85);\n}\n\ncheck:indeterminate,\nradio:indeterminate {\n    -gtk-icon-source: -gtk-icontheme(\"check-mixed-symbolic\");\n}\n\ncheck:focus,\nradio:focus {\n    border-color: @colorAccent;\n    box-shadow:\n        inset 0 1px 0 0 alpha (@inset_dark_color, 0.7),\n        inset 0 0 0 1px alpha (@inset_dark_color, 0.3),\n        0 0 2px 1px alpha (@colorAccent, 0.5);\n    transition: all 100ms ease-out;\n}\n\ncheck:checked:focus,\nradio:checked:focus {\n    border-color: shade (@colorAccent, 0.8);\n    box-shadow:\n        inset 0 0 0 1px shade (@colorAccent, 1.15),\n        inset 0 1px 0 0 shade (@colorAccent, 1.3),\n        0 0 2px 1px alpha (@colorAccent, 0.5),\n        0 1px 1px 0 shade (@bg_color, 0.85);\n}\n\ncheck:disabled,\nradio:disabled {\n    background: shade (@bg_color, 0.95);\n    border-color: shade (@bg_color, 0.8);\n    box-shadow: 0 1px 0 0 alpha (@bg_highlight_color, 0.3);\n}\n\nswitch:disabled {\n    background-color: alpha (#000, 0.02);\n}\n\ncheck:checked:disabled,\nradio:checked:disabled {\n    color: shade (@bg_color, 0.75);\n    -gtk-icon-shadow: 0 1px 1px alpha (@bg_highlight_color, 0.3);\n}\n\nswitch:checked:disabled {\n    background-image: none;\n    background-color: mix (@bg_color, @colorAccent, 0.5);\n    border-color: shade (mix (@bg_color, @colorAccent, 0.5), 0.75);\n}\n\ncheck:checked:backdrop:not(:disabled),\nradio:checked:backdrop:not(:disabled) {\n    box-shadow:\n        inset 0 1px 0 0 alpha (@bg_highlight_color, 0.3),\n        inset 0 0 0 1px alpha (@bg_highlight_color, 0.1),\n        0 1px 1px 0 shade (@bg_color, 0.95);\n}\n\ncheck:checked:backdrop:not(:disabled),\nradio:checked:backdrop:not(:disabled),\nswitch:checked:backdrop {\n    background-image: none;\n    background-color: shade (@bg_color, 0.8);\n    border-color: shade (@bg_color, 0.65);\n    -gtk-icon-shadow: 0 1px 1px shade (@bg_color, 0.65);\n}\n\ncheck {\n    border-radius: 2.5px;\n}\n\nradio {\n    border-radius: 50%;\n}\n\nradiobutton label:dir(ltr),\ncheckbutton label:dir(ltr) {\n    margin-left: 6px;\n}\n\nradiobutton label:dir(rtl),\ncheckbutton label:dir(rtl) {\n    margin-right: 6px;\n}\n\nswitch slider {\n    background-image:\n        linear-gradient(to bottom,\n            shade (@bg_color,\n                1.05),\n            shade (@bg_color,\n                0.95));\n    border: 1px solid alpha (#000, 0.2);\n    border-radius: 50%;\n    box-shadow:\n        inset 0 0 0 1px alpha (@bg_highlight_color, 0.05),\n        inset 0 1px 0 0 alpha (@bg_highlight_color, 0.45),\n        inset 0 -1px 0 0 alpha (@bg_highlight_color, 0.15),\n        0 1px 1px alpha (#000, 0.15),\n        0 1px 2px alpha (#000, 0.16);\n    margin: -1px;\n    min-height: 24px;\n    min-width: 24px;\n}\n\nswitch slider:disabled,\nswitch slider:backdrop {\n    background-image: none;\n    background-color: @bg_color;\n    box-shadow:\n        inset 0 0 0 1px alpha (@bg_highlight_color, 0.05),\n        inset 0 1px 0 0 alpha (@bg_highlight_color, 0.45),\n        inset 0 -1px 0 0 alpha (@bg_highlight_color, 0.15),\n        0 1px 1px alpha (#000, 0.15);\n}\n\n/***********\n* Toolbars *\n***********/\n\ntoolbar,\n.toolbar {\n    -GtkWidget-window-dragging: true;\n    padding: 3px;\n    border: 1px solid shade (@titlebar_color, 0.62);\n    border-width: 0 0 1px;\n    box-shadow:\n        inset 0 1px 0 0 alpha (@bg_highlight_color, 0.2),\n        inset 0 -1px 0 0 alpha (@bg_highlight_color, 0.2);\n    background-image:\n        linear-gradient(to bottom,\n            shade (@titlebar_color,\n                0.94),\n            shade (@titlebar_color,\n                0.9));\n    text-shadow: 0 1px alpha (@bg_highlight_color, 0.4);\n    -gtk-icon-shadow: 0 1px alpha (@bg_highlight_color, 0.4);\n}\n\ntoolbar:backdrop,\n.toolbar:backdrop {\n    background-color: shade (@titlebar_color, 1.04);\n    background-image: none;\n    border-color: shade (@titlebar_color, 0.7);\n    box-shadow:\n        inset 0 1px 0 0 alpha (@bg_highlight_color, 0.2),\n        inset 0 -1px 0 0 alpha (@bg_highlight_color, 0.4);\n    -gtk-icon-effect: dim;\n}\n\ntoolbar image {\n    color: mix (@titlebar_color, @text_color, 0.85);\n    -gtk-icon-shadow: 0 1px @title_shadow_color;\n}\n\ntoolbar image:disabled {\n    color: @insensitive_color;\n    -gtk-icon-effect: dim;\n}\n\ntoolbar image:backdrop {\n    color: mix (@titlebar_color, @text_color, 0.5);\n    -gtk-icon-shadow: none;\n}\n\n/*********************\n* Secondary Toolbars *\n*********************/\n\ntoolbar.secondary-toolbar,\n.secondary-toolbar.toolbar {\n    border-width: 0 0 1px;\n    border-style: solid;\n    padding: 2px;\n    background-image:\n        linear-gradient(to bottom,\n            shade (@titlebar_color,\n                0.93),\n            shade (@titlebar_color,\n                0.9));\n    box-shadow:\n        inset 0 1px 0 0 alpha (@bg_highlight_color, 0.3),\n        inset 0 -1px 0 0 alpha (@bg_highlight_color, 0.2);\n    border-color: shade (@titlebar_color, 0.6);\n    text-shadow: 0 1px alpha (@bg_highlight_color, 0.4);\n    -gtk-icon-shadow: 0 1px alpha (@bg_highlight_color, 0.4);\n}\n\ntoolbar.secondary-toolbar:backdrop,\n.secondary-toolbar.toolbar:backdrop {\n    background-image:\n        linear-gradient(to bottom,\n            shade (@titlebar_color,\n                1.04),\n            @titlebar_color );\n    border-color: shade (@titlebar_color, 0.76);\n    color: @insensitive_color;\n    -gtk-icon-effect: dim;\n}\n\ntoolbar.secondary-toolbar button,\n.secondary-toolbar.toolbar .button {\n    border-color: alpha (#000, 0.3);\n    text-shadow: 0 1px alpha (@bg_highlight_color, 0.4);\n    -gtk-icon-shadow: 0 1px alpha (@bg_highlight_color, 0.4);\n}\n\n/******************\n* Bottom Toolbars *\n******************/\n\ntoolbar.bottom-toolbar,\n.bottom-toolbar.toolbar {\n    padding: 8px;\n    border: 1px solid shade (@titlebar_color, 0.72);\n    border-width: 1px 0 0;\n    background-image:\n        linear-gradient(to bottom,\n            @titlebar_color,\n            shade (@titlebar_color,\n                0.94));\n    box-shadow:\n        inset 0 1px 0 0 alpha (@bg_highlight_color, 0.5),\n        inset 0 -1px 0 0 alpha (@bg_highlight_color, 0.2);\n}\n\ntoolbar.bottom-toolbar button,\n.bottom-toolbar.toolbar .button {\n    padding: 2px 3px;\n}\n\n/***************\n * Header Bars *\n **************/\n\n.titlebar button.image-button,\n.titlebar .button.image-button {\n    padding: 3px;\n    border: 1px solid transparent;\n    background-image: none;\n    box-shadow: none;\n}\n\n.titlebar button.flat,\n.titlebar button.image-button,\n.titlebar .button.flat,\n.titlebar .button.image-button {\n    border-radius: 99px;\n    background-color: transparent;\n}\n\n.titlebar button.image-button:active,\n.titlebar button.image-button:hover:active,\n.titlebar button.image-button:focus:active,\n.titlebar button.image-button:checked,\n.titlebar button.image-button:hover:checked,\n.titlebar button.image-button:focus:checked,\n.titlebar button.flat:active,\n.titlebar button.flat:hover:active,\n.titlebar button.flat:focus:active,\n.titlebar button.flat:checked,\n.titlebar button.flat:hover:checked,\n.titlebar button.flat:focus:checked,\n.titlebar .button.image-button:active,\n.titlebar .button.image-button:hover:active,\n.titlebar .button.image-button:focus:active,\n.titlebar .button.image-button:checked,\n.titlebar .button.image-button:hover:checked,\n.titlebar .button.image-button:focus:checked,\n.titlebar .button.flat:active,\n.titlebar .button.flat:hover:active,\n.titlebar .button.flat:focus:active,\n.titlebar .button.flat:checked,\n.titlebar .button.flat:hover:checked,\n.titlebar .button.flat:focus:checked {\n    background-color: alpha (@text_color, 0.15);\n    border-color: transparent;\n    box-shadow: none;\n}\n\n/***************\n * Action bars *\n ***************/\n\nactionbar {\n    padding: 1px 6px;\n    text-shadow: 0 1px alpha (@bg_highlight_color, 0.4);\n    background-image:\n        linear-gradient(to bottom,\n            @titlebar_color,\n            shade (@titlebar_color,\n                0.94));\n    border-style: solid;\n    border-width: 1px 0 0;\n    border-top-color: shade (@bg_color, 0.58);\n    box-shadow:\n        inset 0 0 0 1px alpha (@bg_highlight_color, 0.05),\n        inset 0 1px 0 0 alpha (@bg_highlight_color, 0.45),\n        inset 0 -1px 0 0 alpha (@bg_highlight_color, 0.15);\n    -gtk-icon-shadow: 0 1px alpha (@bg_highlight_color, 0.4);\n}\n\ndialog actionbar {\n    background-image: none;\n    background-color: @bg_color;\n    border-top-color: shade (@bg_color, 0.8);\n    border-radius: 0 0 4px 4px;\n}\n\nactionbar button.image-button {\n    background-color: transparent;\n    background-image: none;\n    border-radius: 0;\n    border-width: 0;\n    box-shadow: none;\n    padding: 5px 5px 4px;\n}\n\nactionbar .title {\n    font-size: 11pt;\n    font-weight: bold;\n    padding: 0 12px;\n}\n\nactionbar .subtitle {\n    font-size: 9pt;\n    padding: 0 12px;\n}\n\n/******************\n* Inline Toolbars *\n******************/\n\n.inline-toolbar,\n.inline-toolbar:backdrop {\n    border-color: shade (@bg_color, 0.75);\n    border-width: 0 1px 1px;\n    box-shadow: none;\n    background-color: @bg_color;\n    background-image:\n        linear-gradient(to bottom,\n            alpha (#000,\n                0.12),\n            alpha (#000,\n                0) 2px);\n    padding: 0;\n}\n\nactionbar.inline-toolbar,\nactionbar.inline-toolbar:backdrop,\npaned .inline-toolbar,\npaned .inline-toolbar:backdrop,\n.sidebar.inline-toolbar,\n.source-list.inline-toolbar {\n    border-width: 1px 0 0;\n}\n\n.inline-toolbar button.image-button {\n    background: transparent;\n    border: none;\n    border-radius: 0;\n    box-shadow: none;\n    color: shade (@text_color, 1.25);\n    padding: 3px;\n    text-shadow: 0 1px alpha (@bg_highlight_color, 0.4);\n    -gtk-icon-shadow: 0 1px alpha (@bg_highlight_color, 0.4);\n}\n\n.inline-toolbar button.image-button:focus {\n    background: alpha (@text_color, 0.15);\n}\n\n.inline-toolbar button.image-button:active {\n    background: alpha (@text_color, 0.1);\n}\n\n.inline-toolbar button.image-button image:disabled,\n.inline-toolbar button.image-button label:disabled,\n.inline-toolbar button.image-button:disabled {\n    background: none;\n    color: @insensitive_color;\n}\n\n/***************\n * Search bars *\n ***************/\n\nsearchbar,\n.location-bar,\n.search-bar {\n    border-width: 0 0 1px;\n    border-style: solid;\n    padding: 2px;\n    background-image:\n        linear-gradient(to bottom,\n            shade (@titlebar_color,\n                0.96),\n            shade (@titlebar_color,\n                0.9));\n    box-shadow:\n        inset 0 1px 0 0 alpha (@bg_highlight_color, 0.3),\n        inset 0 -1px 0 0 alpha (@bg_highlight_color, 0.2);\n    border-color: shade (@titlebar_color, 0.6);\n    text-shadow: 0 1px alpha (@bg_highlight_color, 0.4);\n    -gtk-icon-shadow: 0 1px alpha (@bg_highlight_color, 0.4);\n}\n\nsearchbar:backdrop,\n.location-bar:backdrop,\n.search-bar:backdrop {\n    background-image:\n        linear-gradient(to bottom,\n            shade (@titlebar_color,\n                1.04),\n            @titlebar_color );\n    border-color: shade (@titlebar_color, 0.76);\n    color: @insensitive_color;\n    -gtk-icon-effect: dim;\n}\n\ndialog searchbar,\ndialog searchbar:backdrop,\ndialog .location-bar,\ndialog .search-bar,\ndialog .search-bar:backdrop {\n    background-image: none;\n    background-color: @bg_color;\n    border-color: shade (@bg_color, 0.6);\n    box-shadow: none;\n}\n\n.search-bar .button.close-button {\n    padding: 5px 4px 5px 5px;\n}\n\n/**************************\n* Suggested Action Button *\n**************************/\n\nbutton.suggested-action,\n.suggested-action.button {\n    background-image:\n        linear-gradient(to bottom,\n            shade (@selected_bg_color,\n                1.1),\n            shade (@selected_bg_color,\n                0.9));\n    border-color: shade (@selected_bg_color, 0.8);\n    box-shadow:\n        inset 0 0 0 1px alpha (#fff, 0.05),\n        inset 0 1px 0 0 alpha (#fff, 0.25),\n        inset 0 -1px 0 0 alpha (#fff, 0.1),\n        0 1px 0 0 alpha (#fff, 0.15);\n}\n\nbutton.suggested-action label,\nbutton.suggested-action label:hover,\nbutton.suggested-action image,\nbutton.suggested-action image:hover,\n.titlebar button.suggested-action label,\n.titlebar button.suggested-action label:hover,\n.titlebar button.suggested-action image,\n.titlebar button.suggested-action image:hover {\n    color: @selected_fg_color;\n    text-shadow: 0 1px alpha (#000, 0.3);\n    -gtk-icon-shadow: 0 1px alpha (#000, 0.3);\n}\n\nbutton.suggested-action:active,\nbutton.suggested-action:active:hover,\nbutton.suggested-action:checked,\n.suggested-action.button:active,\n.suggested-action.button:active:hover,\n.suggested-action.button:checked {\n    background-image:\n        linear-gradient(to bottom,\n            shade (@selected_bg_color,\n                1.05),\n            shade (@selected_bg_color,\n                0.95));\n    border-color: shade (@selected_bg_color, 0.8);\n    box-shadow:\n        inset 0 0 0 1px alpha (#000, 0.05),\n        0 1px 0 0 alpha (@bg_highlight_color, 0.3);\n}\n\n.titlebar button.suggested-action label:backdrop,\n.titlebar button.suggested-action image:backdrop {\n    color: mix (@selected_bg_color, @selected_fg_color, 0.8);\n    text-shadow: none;\n    -gtk-icon-shadow: none;\n}\n\n/****************************\n* Destructive Action Button *\n****************************/\n\nbutton.destructive-action,\n.titlebar button.destructive-action,\n.destructive-action.button,\n.titlebar .destructive-action.button {\n    background-image:\n        linear-gradient(to bottom,\n            shade (@error_color,\n                1.3),\n            @error_color );\n    box-shadow:\n        inset 0 0 0 1px alpha (#fff, 0.05),\n        inset 0 1px 0 0 alpha (#fff, 0.25),\n        inset 0 -1px 0 0 alpha (#fff, 0.1),\n        0 1px 0 0 alpha (#fff, 0.15);\n    border-color: shade (@error_color, 0.9);\n}\n\nbutton.destructive-action:backdrop:not(:disabled),\n.titlebar button.destructive-action:backdrop:not(:disabled),\n.destructive-action.button:backdrop:not(:disabled),\n.titlebar .destructive-action.button:backdrop {\n    background-image:\n        linear-gradient(to bottom,\n            shade (@error_color,\n                1.4),\n            shade (@error_color,\n                1.3));\n    box-shadow:\n        inset 0 0 0 1px alpha (#fff, 0.05),\n        inset 0 1px 0 0 alpha (#fff, 0.25),\n        inset 0 -1px 0 0 alpha (#fff, 0.1);\n}\n\nbutton.destructive-action label,\nbutton.destructive-action label:hover,\nbutton.destructive-action image,\nbutton.destructive-action image:hover,\n.titlebar button.destructive-action label,\n.titlebar button.destructive-action label:hover,\n.titlebar button.destructive-action image {\n    color: @selected_fg_color;\n    text-shadow: 0 1px alpha (#000, 0.2);\n    -gtk-icon-shadow: 0 1px alpha (#000, 0.2);\n}\n\n.titlebar button.destructive-action label:backdrop,\n.titlebar button.destructive-action image:backdrop {\n    color: shade (@error_color, 1.9);\n    text-shadow: none;\n    -gtk-icon-shadow: none;\n}\n\nbutton.destructive-action:active,\nbutton.destructive-action:active:hover,\n.titlebar button.destructive-action:active,\n.titlebar button.destructive-action:active:hover,\n.destructive-action.button:active,\n.destructive-action.button:active:hover,\n.titlebar .destructive-action.button:active,\n.titlebar .destructive-action.button:active:hover {\n    background-image:\n        linear-gradient(to bottom,\n            shade (@error_color,\n                1.2),\n            @error_color );\n    border-color: shade (@error_color, 0.85);\n}\n\nbutton.destructive-action:focus,\n.titlebar button.destructive-action:focus,\n.destructive-action.button:focus,\n.titlebar .destructive-action.button:focus {\n    background-image:\n        linear-gradient(to bottom,\n            shade (@error_color,\n                1.4),\n            shade (@error_color,\n                1.1));\n    box-shadow:\n        inset 0 1px 0 0 alpha (#fff, 0.3),\n        inset 0 -1px 0 0 alpha (#fff, 0.2),\n        0 1px 0 0 alpha (#fff, 0.25),\n        0 1px 2px 0 alpha (@error_color, 0.05);\n    transition: all 100ms ease-out;\n    border-color: @error_color;\n}\n\n/*********************\n* Insensitive Button *\n**********************/\n\nbutton:disabled,\n.button:disabled,\n.destructive-action.button:disabled,\n.suggested-action.button:disabled {\n    background-image: none;\n    background-color: transparent;\n    border-color: alpha (#000, 0.2);\n    box-shadow:\n        inset 0 0 0 1px alpha (@bg_highlight_color, 0.05),\n        inset 0 1px 0 0 alpha (@bg_highlight_color, 0.45),\n        inset 0 -1px 0 0 alpha (@bg_highlight_color, 0.15),\n        0 1px 0 0 alpha (@bg_highlight_color, 0.15);\n    color: @insensitive_color;\n}\n\ntoolbar button:disabled,\n.titlebar button.destructive-action.image-button image:backdrop,\n.toolbar .button:disabled,\n.toolbar .destructive-action.button:disabled,\n.titlebar .destructive-action.button:disabled {\n    background-image:\n        linear-gradient(to bottom,\n            alpha (#fff,\n                0.05),\n            alpha (#000,\n                0.05));\n    border-color: alpha (#000, 0.2);\n    color: @insensitive_color;\n}\n\nbutton:disabled image,\nbutton:disabled label,\nbutton.destructive-action:disabled image,\nbutton.suggested-action:disabled image {\n    text-shadow: 0 1px @text_shadow_color;\n    color: @insensitive_color;\n    -gtk-icon-shadow: 0 1px @text_shadow_color;\n}\n\nbutton:active:disabled,\n.button:active:disabled {\n    background-image:\n        linear-gradient(to bottom,\n            shade (@bg_color,\n                0.85),\n            shade (@bg_color,\n                0.94) 20%,\n            @bg_color );\n    box-shadow:\n        inset 0 0 0 1px alpha (#000, 0.02),\n        0 1px 0 0 alpha (#fff, 0.3);\n}\n\nbutton.flat:disabled,\n.button.flat:disabled {\n    border-color: transparent;\n    box-shadow: none;\n    background-image: none;\n    background-color: transparent;\n}\n\n/***************\n* GtkAssistant *\n***************/\n\nGtkAssistant .sidebar .highlight {\n    color: @fg_color;\n    font-weight: bold;\n}\n\nGtkAssistant .sidebar {\n    background-color: shade (@bg_color, 0.97);\n    border-color: shade (@bg_color, 0.8);\n    border-style: solid;\n    border-width: 0 1px 0 0;\n    color: mix (@fg_color, @bg_color, 0.4);\n    padding: 12px;\n    text-shadow: 0 1px shade (@bg_color, 1.04);\n}\n\n/*****************************\n* Tree, List, and Icon Views *\n*****************************/\n\ntreeview {\n    -GtkTreeView-vertical-separator: 5px;\n    -GtkTreeView-horizontal-separator: 6px;\n    -GtkTreeView-expander-size: 16;\n    -GtkTreeView-grid-line-pattern: \"\\000\\000\";\n    border-top-color: @border_color;\n}\n\ntreeview row:nth-child(even) {\n    background-color: @bg_color;\n}\n\ntreeview row:nth-child(odd) {\n    background-color: @base_color;\n}\n\ntreeview entry,\ntreeview .entry {\n    border-radius: 0;\n    padding-bottom: 0;\n    padding-top: 0;\n}\n\niconview.view.cell:selected,\niconview.view.cell:selected:focus,\nGtkIconView.view.cell:selected,\nGtkIconView.view.cell:selected:focus {\n    background-color: @base_color;\n    color: @text_color;\n}\n\n.view {\n    background-color: @base_color;\n}\n\n.cell {\n    border-width: 0;\n    color: @text_color;\n    text-shadow: none;\n}\n\npopover treeview.view row:selected,\n.cell:selected,\n.view:selected,\ntreeview row:focus,\n.popover treeview.view row:selected {\n    background-color: shade (@base_color, 0.8);\n    color: @text_color;\n}\n\n.cell:selected:focus,\n.view:selected:focus {\n    background-color: @colorAccent;\n    color: @selected_fg_color;\n}\n\n.cell:disabled {\n    color: @insensitive_color;\n}\n\n/* FIXME: This doesn't work with only-child\n\nGtkListBoxRow:only-child {\n    border-bottom: none;\n    box-shadow: none;\n}\n\nGtkListBoxRow:first-child {\n    border-bottom: solid 1px alpha(#fff, 0.04);\n    box-shadow: inset 0 -1px shade(@base_color, 0.85);\n}\n*/\n\n/***********\n * FlowBox *\n ***********/\n\nflowboxchild {\n    border-radius: 3px;\n}\n\nflowboxchild:focus {\n    background-color: alpha (#000, 0.2);\n    color: @text_color;\n}\n\n/*********************\n * App Notifications *\n *********************/\n\n.app-notification,\n.app-notification.frame {\n    background-color: alpha (@text_color, 0.85);\n    border-radius: 4px;\n    border: none;\n    padding: 6px;\n    text-shadow: 0 1px 2px alpha (@text_color, 0.6);\n    background-clip: padding-box;\n}\n\n.app-notification label {\n    color: @bg_color;\n    text-shadow: 0 1px 2px alpha (@text_color, 0.6);\n}\n\n.app-notification button,\n.app-notification button.flat.image-button,\n.app-notification .button,\n.app-notification .button.flat.image-button {\n    background-color: alpha (@bg_color, 0.9);\n    color: @text_color;\n    box-shadow: none;\n    border-width: 0;\n    -gtk-icon-shadow: none;\n}\n\n.app-notification button label {\n    color: @text_color;\n    text-shadow: none;\n    -gtk-icon-shadow: none;\n}\n\n.app-notification button.close-button,\n.app-notification .button.close-button {\n    background-color: @text_color;\n    border-radius: 50%;\n    padding: 4px;\n    color: alpha (@bg_color, 0.9);\n}\n\n.app-notification button:active,\n.app-notification .button:active {\n    background-color: @bg_color;\n    box-shadow:\n        0 3px 6px alpha (@text_color, 0.16),\n        0 3px 6px alpha (@text_color, 0.23);\n}\n\n.app-notification button.close-button:active,\n.app-notification .button.close-button:active {\n    background-color: alpha (@text_color, 0.7);\n    color: alpha (@bg_color, 0.7);\n}\n\n/******************\n * Column Headers *\n *****************/\n\ntreeview header button,\ncolumn-header .button {\n    border-left-width: 0;\n    border-top-width: 0;\n    border-radius: 0;\n    background-color: @bg_color;\n    background-image:\n        linear-gradient(to bottom,\n            shade (@base_color,\n                0.88),\n            @base_color );\n    font-weight: bold;\n    padding: 4px 2px;\n}\n\ntreeview header button:last-child,\ncolumn-header:last-child .button {\n    border-right-width: 0;\n}\n\ntreeview header button:hover,\ncolumn-header .button:hover {\n    background-image:\n        linear-gradient(to bottom,\n            shade (@base_color,\n                0.8),\n            @base_color );\n}\n\ntreeview header button:backdrop,\ncolumn-header .button:backdrop {\n    background-image: none;\n}\n\ntreeview header button:backdrop:hover,\ncolumn-header .button:backdrop:hover {\n    background-image:\n        linear-gradient(to bottom,\n            shade (@bg_color,\n                0.92),\n            @bg_color );\n}\n\ntreeview header button label {\n    padding-left: 3px;\n    color: shade (@text_color, 1.8);\n}\n\ntreeview header button:backdrop label {\n    color: shade (@text_color, 2.8);\n}\n\n/*************\n* List Boxes *\n*************/\n\nlist,\n.list {\n    background-color: @base_color;\n}\n\npopover list,\n.popover GtkListBox,\n.popover .list {\n    background-color: transparent;\n}\n\nrow,\n.list-row {\n    border-color: @border_color;\n}\n\nrow,\n.list-row.button {\n    background-image: none;\n    border: none;\n    border-radius: 0;\n    box-shadow: none;\n}\n\nrow:selected button,\n.list-row:selected:focus .button {\n    background-color: @bg_color;\n    transition: none;\n}\n\nrow:selected button.flat,\n.list-row:selected:focus .button.flat {\n    background-color: alpha (@text_color, 0.3);\n    text-shadow: 0 1px 1px alpha (@text_color, 0.15);\n    -gtk-icon-shadow: 0 1px 1px alpha (@text_color, 0.15);\n}\n\nrow:selected,\nrow:selected:backdrop,\n.list-row:selected,\n.list-row:selected:backdrop {\n    background-color: shade (@base_color, 0.8);\n    color: @text_color;\n    text-shadow: none;\n    -gtk-icon-shadow: none;\n}\n\nrow:selected:focus,\n.list-row:selected:focus {\n    background-color: @colorAccent;\n    color: @selected_fg_color;\n}\n\nrow:selected:focus image {\n    color: @selected_fg_color;\n}\n\n.list-row GtkTextView {\n    background-color: transparent;\n}\n\n/***************\n* Content View *\n***************/\n\n.content-view-window {\n    border: 1px solid alpha (#000, 0.25);\n    border-radius: 5px;\n}\n\n.content-view,\n.content-view viewport {\n    background-color: transparent;\n    background-image: none;\n}\n\n.content-view column-header .button {\n    border-width: 0 0 1px 1px;\n    background-image:\n        linear-gradient(to bottom,\n            @bg_color,\n            shade (@bg_color,\n                0.94));\n    border-image:\n        linear-gradient(to bottom,\n            shade (@base_color,\n                0.86),\n            shade (@base_color,\n                0.7)) 1 0 1 0;\n}\n\n.content-view .title,\n.content-view .option-title {\n    color: @text_color;\n    text-shadow: 0 1px alpha (#fff, 0.3);\n}\n\n.content-view .subtitle,\n.content-view .option-description {\n    color: alpha (@text_color, 0.5);\n    text-shadow: 0 1px @text_shadow_color;\n}\n\n.content-view .toolbar {\n    padding: 1px;\n    background-image:\n        linear-gradient(to bottom,\n            alpha (#000,\n                0.1),\n            alpha (#000,\n                0.03));\n    border-color: alpha (#000, 0.05);\n}\n\n/************************\n* Sidebar & Source List *\n************************/\n\n.sidebar,\n.sidebar.view,\n.sidebar list,\n.source-list,\n.source-list.view {\n    background-color: shade (@bg_color, 0.92);\n    color: mix (@bg_color, @text_color, 0.77);\n    -gtk-icon-style: regular;\n    -GtkTreeView-horizontal-separator: 1px;\n    -GtkTreeView-vertical-separator: 6px;\n}\n\ndialog .sidebar,\ndialog .sidebar list,\ndialog .source-list {\n    background-color: shade (@titlebar_color, 1.07);\n}\n\n.sidebar row,\n.sidebar .list-row,\n.sidebar-item,\n.sidebar-row {\n    border-color: transparent;\n    border-style: solid;\n    border-width: 1px 0;\n    padding: 0 6px;\n}\n\n.sidebar button {\n    padding: 3px;\n}\n\n.sidebar label,\n.sidebar-item label {\n    padding: 4px;\n}\n\n.sidebar-item image,\n.sidebar-row image {\n    padding-right: 6px;\n}\n\n.sidebar row label,\n.sidebar .list-row,\n.sidebar .view,\n.sidebar-item,\n.sidebar-row,\n.source-list .view {\n    text-shadow: 0 1px @text_shadow_color;\n}\n\n.sidebar row:hover,\n.sidebar .list-row:hover,\n.sidebar .view:hover,\n.sidebar-item:hover,\n.sidebar-row:hover,\n.source-list .view:hover {\n    background-color: shade (@titlebar_color, 1.1);\n}\n\n.popover .sidebar.view:selected,\n.sidebar row:selected,\n.sidebar .list-row:selected,\n.sidebar .view:selected,\n.sidebar-item.list-row:selected,\n.sidebar-row:selected,\n.source-list .view:selected,\n.source-list.category-expander:hover {\n    color: mix (@titlebar_color, @text_color, 0.6);\n    background-color: transparent;\n    background-image:\n        linear-gradient(to bottom,\n            alpha (#000,\n                0.11),\n            alpha (#000,\n                0.07));\n    border-image:\n        linear-gradient(to bottom,\n            alpha (#000,\n                0.25),\n            alpha (@bg_highlight_color,\n                0.3)) 1 1 1 1;\n    border-style: solid;\n    border-width: 1px 0;\n    box-shadow:\n        inset 0 1px 0 0 alpha (#000, 0.03),\n        inset 0 -1px 0 0 alpha (#000, 0.1);\n}\n\ndialog .sidebar .view:selected,\ndialog .sidebar row:selected,\ndialog .sidebar row:selected:focus,\ndialog .source-list .view:selected {\n    color: mix (@titlebar_color, @text_color, 0.6);\n    background-image: none;\n    background-color: alpha (#000, 0.05);\n    border-image:\n        linear-gradient(to bottom,\n            alpha (#000,\n                0.15),\n            alpha (@bg_highlight_color,\n                0.3)) 1 1 1 1;\n    box-shadow:\n        inset 0 1px 0 0 alpha (#000, 0.02),\n        inset 0 -1px 0 0 alpha (#000, 0.1);\n}\n\ndialog .sidebar-row:selected:focus image {\n    background-color: transparent;\n}\n\n.sidebar .list-row:backdrop,\n.sidebar:backdrop,\n.sidebar-item:backdrop,\n.sidebar-row:backdrop,\n.sidebar .view:backdrop,\n.source-list:backdrop,\n.source-list .view:backdrop {\n    color: mix (@titlebar_color, @text_color, 0.4);\n    -gtk-icon-effect: dim;\n}\n\n.sidebar .list-row:selected:backdrop,\n.sidebar .view:selected:backdrop,\n.sidebar-item:selected:backdrop,\n.sidebar-row:selected:backdrop,\n.source-list .view:selected:backdrop {\n    color: mix (@titlebar_color, @text_color, 0.4);\n    background-image:\n        linear-gradient(to bottom,\n            alpha (#000,\n                0.04),\n            alpha (#000,\n                0.03));\n    border-image:\n        linear-gradient(to bottom,\n            alpha (#000,\n                0.15),\n            alpha (#fff,\n                0.25)) 1 1 1 1;\n}\n\ndialog .sidebar .view:selected:backdrop,\ndialog .sidebar-row:selected:backdrop,\ndialog .source-list .view:selected:backdrop {\n    background-color: alpha (#000, 0.05);\n    background-image: none;\n    border-image:\n        linear-gradient(to bottom,\n            alpha (#000,\n                0.15),\n            alpha (#fff,\n                0.25)) 1 1 1 1;\n}\n\n.sidebar.frame {\n    border-width: 0 1px 0 0;\n}\n\n.sidebar .frame {\n    border: none;\n}\n\n.sidebar .stack-switcher button {\n    -gtk-icon-style: symbolic;\n    border-radius: 0;\n    border-top-width: 0;\n    min-height: 23px;\n}\n\n.sidebar .stack-switcher button:first-child {\n    border-left-width: 0;\n}\n\n.sidebar .stack-switcher button:last-child {\n    border-right-width: 0;\n}\n\n.sidebar list separator {\n    border: none;\n}\n\n/***********\n* Expander *\n***********/\n\nexpander arrow,\n.expander,\n.category-expander {\n    min-height: 16px;\n    min-width: 16px;\n    transition: all 150ms ease-in-out;\n    -gtk-icon-source: -gtk-icontheme(\"pan-end-symbolic\");\n}\n\nexpander arrow:dir(rtl),\n.expander:dir(rtl),\n.category-expander:dir(rtl) {\n    -gtk-icon-source: -gtk-icontheme(\"pan-end-symbolic-rtl\");\n}\n\n.source-list.category-expander,\n.source-list.category-expander:backdrop {\n    color: transparent;\n    border: none;\n}\n\nexpander arrow:checked,\n.expander:checked,\n.category-expander:checked {\n    -gtk-icon-transform: rotate(90deg);\n}\n\nexpander arrow:checked:dir(rtl),\n.expander:checked:dir(rtl),\n.category-expander:checked:dir(rtl) {\n    -gtk-icon-transform: rotate(-90deg);\n}\n\n/**************\n* GtkCalendar *\n**************/\n\ncalendar {\n    border-radius: 2px;\n}\n\ncalendar button,\ncalendar button:disabled,\ncalendar header,\ncalendar .view {\n    background-color: transparent;\n    background-image: none;\n}\n\n.highlight {\n    color: #777;\n}\n\n/*************\n* GtkInfoBar *\n*************/\n\ninfobar {\n    background-color: @bg_color;\n    background-image: -gtk-icontheme(\"dialog-information-symbolic\");\n    background-size: 16px;\n    background-repeat: no-repeat;\n    background-position: 9px center;\n    border-color: shade (@bg_color, 0.8);\n    border-style: solid;\n    border-width: 0 0 1px;\n    box-shadow:\n        inset 0 1px 0 0 shade (@bg_color, 0.92),\n        inset 0 -1px 0 0 shade (@bg_color, 1.2);\n    padding-left: 24px;\n}\n\ninfobar:dir(rtl) {\n    background-position: calc(100% - 9px) center;\n    padding-right: 24px;\n}\n\ninfobar.frame {\n    border-radius: 3px;\n    box-shadow:\n        inset 0 0 0 1px alpha (#fff, 0.05),\n        inset 0 1px 0 0 alpha (#fff, 0.45),\n        inset 0 -1px 0 0 alpha (#fff, 0.15),\n        0 1px 1px alpha (#000, 0.03),\n        0 1px 2px alpha (#000, 0.1);\n}\n\ninfobar label {\n    color: @text_color;\n    padding: 3px;\n}\n\ninfobar.error {\n    background-color: shade (@error_color, 1.2);\n    background-image: -gtk-icontheme(\"process-error-symbolic\");\n    border-color: @error_color;\n    box-shadow:\n        inset 0 1px 0 0 alpha (@error_color, 0.3),\n        inset 0 -1px 0 0 alpha (#fff, 0.3);\n    color: #fff;\n    -gtk-icon-palette: error #fff;\n}\n\ninfobar.error label {\n    color: #fff;\n    text-shadow: 0 1px 1px @error_color;\n}\n\ninfobar.question {\n    background-color: shade (@selected_bg_color, 1.2);\n    background-image: -gtk-icontheme(\"dialog-question-symbolic\");\n    border-color: shade (@selected_bg_color, 0.9);\n    box-shadow:\n        inset 0 1px 0 0 alpha (@selected_bg_color, 0.3),\n        inset 0 -1px 0 0 alpha (#fff, 0.3);\n    color: shade (@selected_bg_color, 0.25);\n}\n\ninfobar.question label {\n    color: shade (@selected_bg_color, 0.25);\n}\n\ninfobar.warning {\n    background-color: shade (@warning_color, 1.2);\n    background-image: -gtk-icontheme(\"dialog-warning-symbolic\");\n    border-color: shade (@warning_color, 0.9);\n    box-shadow:\n        inset 0 1px 0 0 @warning_color,\n        inset 0 -1px 0 0 alpha (#fff, 0.4);\n    color: shade (@warning_color, 0.25);\n    -gtk-icon-palette: warning shade (@warning_color, 0.4);\n}\n\ninfobar.warning button {\n    border-color: shade (@warning_color, 0.8);\n}\n\ninfobar.warning button:backdrop {\n    border-color: shade (@warning_color, 0.9);\n}\n\ninfobar.warning label {\n    color: shade (@warning_color, 0.25);\n}\n\ninfobar entry,\ninfobar menu {\n    color: @text_color;\n}\n\ninfobar label:disabled {\n    color: @insensitive_color;\n}\n\ninfobar button,\ninfobar button:focus,\nnotebook infobar button {\n    border: 1px solid alpha (#000, 0.3);\n    text-shadow: none;\n}\n\ninfobar button label {\n    padding: 0 6px;\n}\n\ninfobar button:disabled,\ninfobar button:hover:disabled {\n    opacity: 0.7;\n}\n\n/***********\n * Popover *\n **********/\n\npopover,\npopover.osd,\n.popover,\n.popover.osd {\n    border-radius: 4px;\n    border: 1px solid alpha (#000, 0.3);\n    background-color: @bg_color;\n    box-shadow:\n        inset 0 -1px 0 0 alpha (@bg_highlight_color, 0.5),\n        0 3px 6px alpha (#000, 0.16),\n        0 3px 6px alpha (#000, 0.23);\n    margin: 10px 6px;\n    text-shadow: none;\n}\n\npopover image {\n    color: alpha (@text_color, 0.8);\n}\n\npopover image:disabled {\n    color: @insensitive_color;\n}\n\npopover .view,\npopover .sidebar.view,\n.popover .view {\n    background-color: transparent;\n}\n\npopover.menu,\n.popover.menu {\n    background-image: none;\n}\n\n.popover>.location-bar,\n.popover.osd>.toolbar,\n.popover.osd>.inline-toolbar,\n.popover.osd>.search-bar,\n.popover.osd>.location-bar {\n    border-style: none;\n    background-image: none;\n    background-color: transparent;\n}\n\n.popover actionbar {\n    background-image: none;\n    padding: 6px;\n    border-color: shade(@base_color, 0.8);\n}\n\n.popover actionbar .button {\n    padding: 3px 6px;\n}\n\nGcrCertificateWidget .frame {\n    border: none;\n}\n\n/*******\n * CSD *\n ******/\n\n\n.titlebar {\n    background-image:\n        linear-gradient(to bottom,\n            shade (@colorPrimary,\n                1.04),\n            shade (@colorPrimary,\n                0.94));\n    border-color: shade (@colorPrimary, 0.68);\n    border-radius: 4px 4px 0 0;\n    border-style: solid;\n    border-width: 0 0 1px;\n    text-shadow: 0 1px alpha (shade (@colorPrimary, 1.4), 0.4);\n    box-shadow:\n        inset 0 0 0 1px alpha (shade (@colorPrimary, 1.4), 0.2),\n        inset 0 1px 0 0 alpha (shade (@colorPrimary, 1.4), 0.6);\n    padding: 8px 6px 6px;\n    -gtk-icon-shadow: 0 1px alpha (shade (@colorPrimary, 1.4), 0.4);\n}\n\n.titlebar:backdrop {\n    background-image:\n        linear-gradient(to bottom,\n            shade (@colorPrimary,\n                1.08),\n            shade (@colorPrimary,\n                1.04));\n    background-color: shade (@colorPrimary, 1.1);\n    border-color: shade (@colorPrimary, 0.82);\n    box-shadow: inset 0 0 0 1px alpha (shade (@colorPrimary, 1.4), 0.4);\n    -gtk-icon-effect: dim;\n}\n\n.titlebar .titlebar {\n    background: none;\n    border: none;\n    box-shadow: none;\n    padding: 0;\n}\n\n.titlebar.compact {\n    padding: 0 3px;\n}\n\n.maximized .titlebar,\n.tiled .titlebar {\n    padding: 4px 6px 3px;\n}\n\n.tiled-left.tiled-top:not(.maximized) .titlebar {\n    border-top-right-radius: 0;\n}\n\n.tiled-right.tiled-top:not(.maximized) .titlebar {\n    border-top-left-radius: 0;\n}\n\n.tiled-left.tiled-bottom:not(.maximized) actionbar {\n    border-bottom-right-radius: 0;\n}\n\n.tiled-right.tiled-bottom:not(.maximized) actionbar {\n    border-bottom-left-radius: 0;\n}\n\n.titlebar.default-decoration {\n    padding: 0 3px;\n    min-height: 32px;\n}\n\n.titlebar.default-decoration:backdrop {\n    border-color: shade (@titlebar_color, 0.78);\n}\n\n.titlebar.flat,\ndialog .titlebar.default-decoration,\nmessagedialog .titlebar,\nmessagedialog .titlebar.default-decoration {\n    border: none;\n    background-image: none;\n    background-color: @bg_color;\n    box-shadow:\n        inset 1px 0 0 0 alpha (@bg_highlight_color, 0.2),\n        inset -1px 0 0 0 alpha (@bg_highlight_color, 0.2),\n        inset 0 1px 0 0 @bg_highlight_color;\n}\n\ndialog .titlebar.default-decoration,\nmessagedialog .titlebar,\nmessagedialog .titlebar.default-decoration {\n    min-height: 0;\n    padding: 3px;\n}\n\n.titlebar.flat:backdrop,\ndialog .titlebar:backdrop,\nmessagedialog .titlebar:backdrop,\ndialog .titlebar.default-decoration:backdrop,\nmessagedialog .titlebar.default-decoration:backdrop {\n    border: none;\n    background-image: none;\n    background-color: @bg_color;\n    box-shadow:\n        inset 1px 0 0 0 alpha (@bg_highlight_color, 0.2),\n        inset -1px 0 0 0 alpha (@bg_highlight_color, 0.2),\n        inset 0 1px 0 0 @bg_highlight_color;\n    color: shade (@titlebar_color, 1.2);\n}\n\n.titlebar .title,\n.titlebar .subtitle,\n.titlebar .titlebutton {\n    color: @textColorPrimary;\n    text-shadow: 0 1px @textColorPrimaryShadow;\n    -gtk-icon-shadow: 0 1px @textColorPrimaryShadow;\n}\n\n.titlebar .title {\n    font-size: 9pt;\n    font-weight: bold;\n}\n\n.titlebar .subtitle {\n    font-size: 80%;\n}\n\n.titlebar .titlebutton {\n    background: none;\n    padding: 3px;\n    border-radius: 3px;\n    border-width: 1px;\n    border-color: transparent;\n    border-style: solid;\n    border-image: none;\n    box-shadow: none;\n}\n\n.titlebar .titlebutton image {\n    -gtk-icon-style: symbolic;\n}\n\n.titlebar .title:disabled,\n.titlebar .subtitle:disabled,\n.titlebar .titlebutton:disabled {\n    color: mix (@textColorPrimary, @colorPrimary, 0.35);\n    text-shadow: 0 1px @textColorPrimaryShadow;\n    -gtk-icon-shadow: 0 1px @textColorPrimaryShadow;\n}\n\n/* CONFLICT WITH BACKDROP #2 */\n\n.titlebar .title:backdrop,\n.titlebar .subtitle:backdrop,\n.titlebar .titlebutton:backdrop {\n    color: mix (@textColorPrimary, @colorPrimary, 0.3);\n    text-shadow: none;\n    -gtk-icon-shadow: none;\n}\n\ndecoration {\n    border-radius: 4px 4px 0 0;\n    box-shadow:\n        0 0 0 1px alpha (#000, 0.3),\n        0 14px 28px rgba(0, 0, 0, 0.35),\n        0 10px 10px rgba(0, 0, 0, 0.22);\n    margin: 12px;\n}\n\nwindow.popup decoration,\n.csd.popup decoration {\n    border-radius: 3px;\n    box-shadow:\n        0 0 0 1px alpha (#000, 0.2),\n        0 3px 6px alpha (#000, 0.16),\n        0 3px 6px alpha (#000, 0.23);\n    margin: 0;\n}\n\nmenu window.popup decoration,\nmenu .csd.popup decoration {\n    box-shadow:\n        0 0 0 1px alpha (#000, 0.2),\n        0 10px 20px alpha (#000, 0.19),\n        0 6px 6px alpha (#000, 0.23);\n}\n\ntooltip decoration {\n    border-radius: 3px;\n    box-shadow:\n        0 1px 3px alpha (#000, 0.12),\n        0 1px 2px alpha (#000, 0.24);\n    margin: 0;\n}\n\n.tooltip.csd decoration {\n    border-radius: 3px;\n    box-shadow: none;\n    margin: 0;\n}\n\ndecoration:backdrop {\n    box-shadow:\n        0 0 0 1px alpha (#000, 0.2),\n        0 3px 6px alpha (#000, 0.16),\n        0 3px 6px alpha (#000, 0.23),\n        0 14px 28px transparent;\n}\n\n.maximized decoration {\n    background-color: #000;\n    box-shadow: none;\n    border-radius: 0;\n}\n\n.tiled decoration {\n    border-radius: 0;\n    box-shadow:\n        0 0 0 1px alpha (#000, 0.2),\n        0 1px 3px alpha (#000, 0.12),\n        0 1px 2px alpha (#000, 0.24);\n}\n\n.ssd decoration,\n.ssd decoration:backdrop {\n    box-shadow:\n        0 0 0 1px alpha (#000, 0.3),\n        0 1px 6px alpha (#000, 0.12),\n        0 1px 4px alpha (#000, 0.24);\n}\n\n/**********\n * Dialog *\n **********/\n\ndialog decoration,\nmessagedialog decoration {\n    border-radius: 4px;\n    box-shadow:\n        0 0 0 1px alpha (#000, 0.2),\n        0 8px 10px 1px alpha (#000, 0.14),\n        0 3px 14px 2px alpha (#000, 0.12),\n        0 5px 5px -3px alpha (#000, 0.4),\n        0 14px 28px transparent;\n}\n\ndialog,\nmessagedialog {\n    border-radius: 0 0 4px 4px;\n    box-shadow:\n        inset 1px 0 0 0 alpha (@bg_highlight_color, 0.2),\n        inset -1px 0 0 0 alpha (@bg_highlight_color, 0.2),\n        inset 0 -1px 0 0 alpha (@bg_highlight_color, 0.3);\n}\n\nmessagedialog,\n.prompt {\n    -GtkDialog-button-spacing: 0;\n    -GtkDialog-content-area-border: 12px;\n    -gtk-icon-style: regular;\n}\n\nmessagedialog button {\n    padding: 6px;\n}\n\nmessagedialog .titlebar,\ndialog .titlebar {\n    border: none;\n    background-image: none;\n    background-color: @bg_color;\n    box-shadow:\n        inset 1px 0 0 0 alpha (@bg_highlight_color, 0.2),\n        inset -1px 0 0 0 alpha (@bg_highlight_color, 0.2),\n        inset 0 1px 0 0 @bg_highlight_color;\n}\n\ndialog .titlebar:backdrop,\nmessagedialog .titlebar:backdrop {\n    border: none;\n    background-image: none;\n    background-color: @bg_color;\n    box-shadow:\n        inset 1px 0 0 0 alpha (@bg_highlight_color, 0.2),\n        inset -1px 0 0 0 alpha (@bg_highlight_color, 0.2),\n        inset 0 1px 0 0 @bg_highlight_color;\n}\n\n/*dialog .titlebar :not(.suggested-action):not(.destructive-action) image,\ndialog .titlebar :not(.suggested-action):not(.destructive-action) label {\n    color: @title_color;\n    text-shadow: 0 1px @title_shadow_color;\n    -gtk-icon-shadow: 0 1px @title_shadow_color;\n}*/\n\ndialog .titlebar .title {\n    color: transparent;\n    font-size: 0.1px;\n    text-shadow: none;\n    -gtk-icon-shadow: none;\n}\n\ndialog notebook,\ndialog toolbar {\n    background-image: none;\n    background-color: @bg_color;\n}\n\ndialog label.primary {\n    font-weight: 700;\n    font-size: 11pt;\n}\n\n/***************\n* Emoji Picker *\n***************/\n\n.emoji-picker entry {\n    margin: 12px;\n    margin-bottom: 0;\n}\n\n.emoji-picker box>label {\n    color: alpha (@text_color, 0.7);\n    font-weight: bold;\n    margin-left: 7px;\n    margin-right: 7px;\n}\n\n.emoji-picker .emoji {\n    min-height: 48px;\n    min-width: 48px;\n    font-size: 16px;\n}\n\n.emoji-picker stack box>box {\n    border-top: 1px solid @border_color;\n    border-radius: 0 0 3px 3px;\n    box-shadow: none;\n    background-color: @bg_color;\n    background-image:\n        linear-gradient(to bottom,\n            alpha (#000,\n                0.12),\n            alpha (#000,\n                0) 2px);\n}\n\n.emoji-picker .emoji-section,\n.emoji-picker .emoji-section:checked {\n    background-size: 16px 16px;\n    background-repeat: no-repeat;\n    background-position: center center;\n    border: none;\n    border-radius: 0;\n    box-shadow: none;\n    font-size: 0.1px;\n    min-height: 24px;\n    min-width: 24px;\n    opacity: 0.6;\n}\n\n.emoji-picker .emoji-section:hover {\n    opacity: 0.8;\n}\n\n.emoji-picker .emoji-section:checked {\n    opacity: 1;\n}\n\n.emoji-picker .emoji-section:first-child {\n    border-radius: 0 0 0 3px;\n}\n\n.emoji-picker .emoji-section:last-child {\n    border-radius: 0 0 3px;\n}\n\n.emoji-picker:dir(ltr) .emoji-section:nth-child(1),\n.emoji-picker:dir(rtl) .emoji-section:nth-child(10) {\n    background-image: -gtk-icontheme(\"document-open-recent-symbolic\");\n}\n\n.emoji-picker:dir(ltr) .emoji-section:nth-child(2),\n.emoji-picker:dir(rtl) .emoji-section:nth-child(9) {\n    background-image: -gtk-icontheme(\"face-smile-big-symbolic\");\n}\n\n.emoji-picker:dir(ltr) .emoji-section:nth-child(3),\n.emoji-picker:dir(rtl) .emoji-section:nth-child(8) {\n    background-image: -gtk-icontheme(\"emoji-body-symbolic\");\n}\n\n.emoji-picker:dir(ltr) .emoji-section:nth-child(4),\n.emoji-picker:dir(rtl) .emoji-section:nth-child(7) {\n    background-image: -gtk-icontheme(\"emoji-nature-symbolic\");\n}\n\n.emoji-picker:dir(ltr) .emoji-section:nth-child(5),\n.emoji-picker:dir(rtl) .emoji-section:nth-child(6) {\n    background-image: -gtk-icontheme(\"emoji-food-symbolic\");\n}\n\n.emoji-picker:dir(ltr) .emoji-section:nth-child(6),\n.emoji-picker:dir(rtl) .emoji-section:nth-child(5) {\n    background-image: -gtk-icontheme(\"emoji-travel-symbolic\");\n    font-size: 0.1px;\n}\n\n.emoji-picker:dir(ltr) .emoji-section:nth-child(7),\n.emoji-picker:dir(rtl) .emoji-section:nth-child(4) {\n    background-image: -gtk-icontheme(\"emoji-activity-symbolic\");\n}\n\n.emoji-picker:dir(ltr) .emoji-section:nth-child(8),\n.emoji-picker:dir(rtl) .emoji-section:nth-child(3) {\n    background-image: -gtk-icontheme(\"emoji-objects-symbolic\");\n}\n\n.emoji-picker:dir(ltr) .emoji-section:nth-child(9),\n.emoji-picker:dir(rtl) .emoji-section:nth-child(2) {\n    background-image: -gtk-icontheme(\"face-heart-symbolic\");\n}\n\n.emoji-picker:dir(ltr) .emoji-section:nth-child(10),\n.emoji-picker:dir(rtl) .emoji-section:nth-child(1) {\n    background-image: -gtk-icontheme(\"edit-flag-symbolic\");\n}\n\n/**************\n* Text Styles *\n**************/\n\n.dim-label,\n.greyed-label {\n    opacity: 0.75;\n}\n\n.attention {\n    color: @attention_color;\n}\n\nimage.error,\n.error {\n    color: @error_color;\n}\n\nimage.warning,\n.warning {\n    color: @warning_color;\n}\n\nlabel.warning {\n    color: @BANANA_900;\n}\n\nimage.success,\n.success {\n    color: @success_color;\n}\n\nlabel.success {\n    color: @LIME_900;\n}\n\nlink {\n    color: @link_color;\n}\n\n/***************************\n* Overshoot and Undershoot *\n***************************/\novershoot.left,\novershoot.right,\novershoot.top,\novershoot.bottom,\nundershoot.left,\nundershoot.right,\nundershoot.top,\nundershoot.bottom {\n    background-image: none;\n    background-color: transparent;\n    border: none;\n    box-shadow: none;\n}\n\novershoot.top {\n    background:\n        linear-gradient(to top,\n            alpha(@colorAccent, 0) 80%,\n            alpha(@colorAccent, 0.25) 100%);\n}\n\novershoot.right {\n    background:\n        linear-gradient(to right,\n            alpha(@colorAccent, 0) 80%,\n            alpha(@colorAccent, 0.25) 100%);\n}\n\novershoot.bottom {\n    background:\n        linear-gradient(to bottom,\n            alpha(@colorAccent, 0) 80%,\n            alpha(@colorAccent, 0.25) 100%);\n}\n\novershoot.left {\n    background:\n        linear-gradient(to left,\n            alpha(@colorAccent, 0) 80%,\n            alpha(@colorAccent, 0.25) 100%);\n}\n\n:backdrop overshoot.top {\n    background:\n        linear-gradient(to top,\n            alpha(@colorAccent, 0) 80%,\n            alpha(@colorAccent, 0.075) 100%);\n}\n\n:backdrop overshoot.right {\n    background:\n        linear-gradient(to right,\n            alpha(@colorAccent, 0) 80%,\n            alpha(@colorAccent, 0.075) 100%);\n}\n\n:backdrop overshoot.bottom {\n    background:\n        linear-gradient(to bottom,\n            alpha(@colorAccent, 0) 80%,\n            alpha(@colorAccent, 0.075) 100%);\n}\n\n:backdrop overshoot.left {\n    background:\n        linear-gradient(to left,\n            alpha(@colorAccent, 0) 80%,\n            alpha(@colorAccent, 0.075) 100%);\n}\n\n/* Custom */\n\ntabs {\n    margin-top: 5px;\n}"
  },
  {
    "path": "gtk-3.0/gtk.css",
    "content": "/* Latest upstream sync https://github.com/elementary/stylesheet/pull/334 */\n\n@import url(\"palette.css\");\n\n/* Brand Colors */\n@define-color colorPrimary @titlebar_color;\n@define-color colorAccent @selected_bg_color;\n@define-color textColorPrimary mix (@colorPrimary, @text_color, 0.75);\n@define-color textColorPrimaryShadow alpha (shade (@colorPrimary, 1.4), 0.4);\n@define-color tab_base_color @base_color;\n\n/* Default color scheme */\n@define-color base_color white;\n@define-color bg_color shade (@base_color, 0.96);\n@define-color bg_highlight_color white;\n@define-color border_color alpha (@BLACK_900, 0.25);\n@define-color fg_color @BLACK_500;\n@define-color insensitive_color mix(@text_color, @bg_color, 0.5);\n@define-color inset_dark_color alpha (@BLACK_900, 0.06);\n@define-color inset_dark_color_backdrop alpha (@BLACK_900, 0.03);\n@define-color menu_separator alpha (@BLACK_900, 0.15);\n@define-color menu_separator_shadow alpha (white, 0.8);\n@define-color placeholder_text_color shade(@text_color, 2.5);\n@define-color selected_bg_color shade (@BLUEBERRY_300, 0.85);\n@define-color selected_fg_color white;\n@define-color text_color @BLACK_500;\n@define-color text_shadow_color alpha (white, 0.4);\n@define-color titlebar_color mix (@SILVER_300, @SILVER_100, 0.25);\n@define-color title_color shade (@titlebar_color, 0.55);\n@define-color title_shadow_color alpha (white, 0.6);\n@define-color tooltip_bg_color @BLACK_900;\n@define-color tooltip_fg_color white;\n@define-color internal_element_color mix(@text_color, @base_color, 0.4);\n@define-color internal_element_prelight mix(@text_color, @base_color, 0.2);\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 attention_color @BLUEBERRY_500;\n@define-color link_color @BLUEBERRY_500;\n@define-color warning_color @BANANA_500;\n@define-color error_color @STRAWBERRY_500;\n@define-color success_color @LIME_500;\n@define-color insensitive_fg_color @SILVER_500;\n\n/* GTK NAMED COLORS */\n@define-color borders @border_color;\n@define-color theme_fg_color @fg_color;\n@define-color theme_text_color @text_color;\n@define-color theme_bg_color @bg_color;\n@define-color theme_base_color @base_color;\n@define-color theme_selected_bg_color @selected_bg_color;\n@define-color theme_selected_fg_color @selected_fg_color;\n@define-color insensitive_fg_color @insensitive_color;\n\n/* Elementary-x additional colors */\n@define-color colorSwitch #3DB296;\n\n\n@import url(\"gtk-widgets.css\");\n@import url(\"granite-widgets.css\");\n@import url(\"apps.css\");\n@import url(\"animate.css\");\n@import url(\"elementaryX.css\");"
  },
  {
    "path": "gtk-3.0/palette.css",
    "content": "/* Last update https://github.com/elementary/stylesheet/pull/378 */\n\n/* Strawberry */\n@define-color STRAWBERRY_100 #ff8c82;\n@define-color STRAWBERRY_300 #ed5353;\n@define-color STRAWBERRY_500 #c6262e;\n@define-color STRAWBERRY_700 #a10705;\n@define-color STRAWBERRY_900 #7a0000;\n /* Orange */\n@define-color ORANGE_100 #ffc27d;\n@define-color ORANGE_300 #ffa154;\n@define-color ORANGE_500 #f37329;\n@define-color ORANGE_700 #cc3b02;\n@define-color ORANGE_900 #a62100;\n /* Banana */\n@define-color BANANA_100 #fff394;\n@define-color BANANA_300 #ffe16b;\n@define-color BANANA_500 #f9c440;\n@define-color BANANA_700 #d48e15;\n@define-color BANANA_900 #ad5f00;\n /* Lime */\n@define-color LIME_100 #d1ff82;\n@define-color LIME_300 #9bdb4d;\n@define-color LIME_500 #68b723;\n@define-color LIME_700 #3a9104;\n@define-color LIME_900 #206b00;\n /* Blueberry */\n@define-color BLUEBERRY_100 #8cd5ff;\n@define-color BLUEBERRY_300 #64baff;\n@define-color BLUEBERRY_500 #3689e6;\n@define-color BLUEBERRY_700 #0d52bf;\n@define-color BLUEBERRY_900 #002e99;\n /* Grape */\n@define-color GRAPE_100 #e4c6fa;\n@define-color GRAPE_300 #cd9ef7;\n@define-color GRAPE_500 #a56de2;\n@define-color GRAPE_700 #7239b3;\n@define-color GRAPE_900 #452981;\n /* Cocoa */\n@define-color COCOA_100 #a3907c;\n@define-color COCOA_300 #8a715e;\n@define-color COCOA_500 #715344;\n@define-color COCOA_700 #57392d;\n@define-color COCOA_900 #3d211b;\n /* Silver */\n@define-color SILVER_100 #fafafa;\n@define-color SILVER_300 #d4d4d4;\n@define-color SILVER_500 #abacae;\n@define-color SILVER_700 #7e8087;\n@define-color SILVER_900 #555761;\n /* Slate */\n@define-color SLATE_100 #95a3ab;\n@define-color SLATE_300 #667885;\n@define-color SLATE_500 #485a6c;\n@define-color SLATE_700 #273445;\n@define-color SLATE_900 #0e141f;\n /* Black */\n@define-color BLACK_100 #666;\n@define-color BLACK_300 #4d4d4d;\n@define-color BLACK_500 #333;\n@define-color BLACK_700 #1a1a1a;\n@define-color BLACK_900 #000;"
  },
  {
    "path": "index.theme",
    "content": "[Desktop Entry]\nType=X-GNOME-Metatheme\nName=elementary-x\nComment=elementary desktop default theme with osx window icons\nEncoding=UTF-8\n\nName[en_US]=elementary-x\n\n[X-GNOME-Metatheme]\nGtkTheme=elementary-x\nIconTheme=elementary\nCursorTheme=DMZ-Black\nButtonLayout=close:maximize\n"
  },
  {
    "path": "install_fixed_icons.sh",
    "content": "echo \"Make sure you have elementary icon pack installed (default one)\"\ngit clone https://github.com/keeferrourke/la-capitaine-icon-theme.git ~/.icons/la-captaine\ncd ~/.icons/la-captaine\n# Fix wingpanel icons\ncp -r /usr/share/icons/elementary/status/24/* panel/24/\n# Fix wingpanel power button\nrm -rf ~/.icons/la-captaine/status/symbolic/system-shutdown-symbolic.svg\nrm -rf ~/.icons/la-captaine/actions/symbolic/system-shutdown-symbolic.svg\nrm -rf ~/.icons/la-captaine/status/symbolic\nrm -rf ~/.icons/la-captaine/panel/24/bluetooth-active-symbolic.svg\nrm -rf ~/.icons/la-captaine/panel/24/bluetooth-disabled-symbolic.svg\nrm -rf ~/.icons/la-captaine/panel/24-dark/bluetooth-active-symbolic.svg\nrm -rf ~/.icons/la-captaine/panel/24-dark/bluetooth-disabled-symbolic.svg\nrm -rf ~/.icons/la-captaine/panel/24-light/bluetooth-active-symbolic.svg\nrm -rf ~/.icons/la-captaine/panel/24-light/bluetooth-disabled-symbolic.svg\n# Bluetooth icon fix\ncp -r ~/.icons/la-captaine/panel/24-light/bluetooth* ~/.icons/la-captaine/panel/24/\ncp -r ~/.icons/la-captaine/panel/24-dark/bluetooth* ~/.icons/la-captaine/panel/24/\nsed -i -e 's/breeze,//g' index.theme\ngsettings set org.gnome.desktop.interface icon-theme \"la-captaine\""
  },
  {
    "path": "install_plank_themes.sh",
    "content": "git clone https://github.com/surajmandalcell/plank-themes.git \ncd plank-themes\ncp -r themes/* ~/.local/share/plank/themes\ncd ..\nrm -rf plank-themes\n"
  },
  {
    "path": "metacity-1/metacity-theme-dark.xml",
    "content": "<?xml version=\"1.0\"?>\n<metacity_theme>\n<info>\n\t<name>Sierra</name>\n\t<author>Vince Liuice</author>\n\t<copyright>GPL-3.0+</copyright>\n\t<date>2018.01.12</date>\n\t<description>Sierra Metacity Theme</description>\n</info>\n\n\n<!-- CONSTANTS -->\n<constant name=\"C_titlebar\" value=\"#373737\" />\n<constant name=\"C_titlebar_unfocused\" value=\"#373737\" />\n<constant name=\"C_border_focused\" value=\"#373737\" />\n<constant name=\"C_border_unfocused\" value=\"#373737\" />\n<constant name=\"C_title_focused\" value=\"#f5f5f5\" />\n<constant name=\"C_title_unfocused\" value=\"#dedede\" />\n\n<constant name=\"C_wm_button_background\" value=\"#dedede\" />\n<constant name=\"C_wm_button_foreground\" value=\"#dedede\" />\n<constant name=\"C_wm_button_unfocused\" value=\"#888888\" />\n\n<constant name=\"C_close_button\" value=\"#f5685d\" />\n<constant name=\"C_maximize_button\" value=\"#a1ce6d\" />\n<constant name=\"C_restore_button\" value=\"#feee61\" />\n<constant name=\"C_minimize_button\" value=\"#feee61\" />\n\n<!-- GEOMETRY -->\n\n<!-- Focused window -->\n<frame_geometry name=\"normal\" title_scale=\"medium\" rounded_top_left=\"2\" rounded_top_right=\"2\">\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=\"5\" />\n\t<distance name=\"right_titlebar_edge\" value=\"5\" />\n\t<distance name=\"title_vertical_pad\" value=\"4\" />\n\t<aspect_ratio name=\"button\" value=\"1.0\" />\n\t<border name=\"title_border\" left=\"4\" right=\"4\" top=\"4\" bottom=\"4\" />\n\t<border name=\"button_border\" left=\"0\" right=\"0\" top=\"4\" bottom=\"4\" />\n</frame_geometry>\n\n<!-- Unfocused window -->\n<frame_geometry name=\"normal_unfocused\" title_scale=\"medium\" rounded_top_left=\"2\" rounded_top_right=\"2\" 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<distance name=\"left_titlebar_edge\" value=\"5\"/>\n\t<distance name=\"right_titlebar_edge\" value=\"5\"/>\n\t<distance name=\"title_vertical_pad\" value=\"4\" />\n\t<border name=\"title_border\" left=\"4\" right=\"4\" top=\"4\" bottom=\"4\" />\n\t<border name=\"button_border\" left=\"0\" right=\"0\" top=\"4\" bottom=\"4\" />\n</frame_geometry>\n\n<!-- Maximized window -->\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=\"bottom_height\" value=\"0\" />\n\t<distance name=\"title_vertical_pad\" value=\"4\" />\n\t<border name=\"title_border\" left=\"4\" right=\"4\" top=\"4\" bottom=\"4\" />\n\t<border name=\"button_border\" left=\"0\" right=\"0\" top=\"4\" bottom=\"4\" />\n</frame_geometry>\n\n<!-- Left tiled window -->\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<!-- Right tiled window -->\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=\"0\" />\n</frame_geometry>\n\n<!-- Small window -->\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=\"4\" />\n\t<border name=\"title_border\" left=\"4\" right=\"4\" top=\"0\" bottom=\"0\" />\n\t<border name=\"button_border\" left=\"0\" right=\"0\" top=\"0\" bottom=\"0\"  />\n</frame_geometry>\n\n<!-- Small unfocused window -->\n<frame_geometry name=\"small_unfocused\" parent=\"small\">\n\t<distance name=\"left_titlebar_edge\" value=\"5\"/>\n\t<distance name=\"right_titlebar_edge\" value=\"5\"/>\n</frame_geometry>\n\n<!-- No buttons -->\n<frame_geometry name=\"nobuttons\" hide_buttons=\"true\" parent=\"normal\">\n</frame_geometry>\n\n<!-- Border -->\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<distance name=\"title_vertical_pad\" 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</frame_geometry>\n\n<!-- Borderless -->\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=\"8\" />\n\t<border name=\"title_border\" left=\"0\" right=\"0\" top=\"0\" bottom=\"0\" />\n\t<border name=\"button_border\" left=\"0\" right=\"0\" top=\"0\" bottom=\"0\" />\n</frame_geometry>\n\n<!-- Modal -->\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\" parent=\"normal\">\n\t<distance name=\"title_vertical_pad\" value=\"8\"/>\n\t<distance name=\"bottom_height\" value=\"1\"/>\n\t<distance name=\"left_width\" value=\"1\"/>\n\t<distance name=\"right_width\" value=\"1\"/>\n</frame_geometry>\n\n\n<!-- TITLES -->\n\n<!-- Title alignment -->\n<draw_ops name=\"title_focused\">\n\t<title x=\"(0 `max` ((width - title_width) / 2)) + 2\"\n               y=\"(0 `max` ((height - title_height) / 2))\"\n               color=\"C_title_focused\" />\n</draw_ops>\n\n<draw_ops name=\"title_unfocused\">\n\t<title x=\"(0 `max` ((width - title_width) / 2)) + 2\"\n               y=\"(0 `max` ((height - title_height) / 2))\"\n               color=\"C_title_unfocused\" />\n</draw_ops>\n\n<!-- WINDOW DECORATIONS -->\n<draw_ops name=\"entire_background_focused\">\n\t<rectangle color=\"C_titlebar\" 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<rectangle color=\"C_titlebar\" x=\"4\" y=\"0\" width=\"width\" height=\"height\" filled=\"true\" />\n</draw_ops>\n\n<draw_ops name=\"titlebar_fill_attached_focused\">\n\t<include name=\"entire_background_focused\" />\n</draw_ops>\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=\"titlebar_focused\">\n\t<include name=\"titlebar_fill_focused\" />\n</draw_ops>\n\n<draw_ops name=\"titlebar_attached_focused\"> <!-- titlebar for attached and modal dialogs -->\n\t<include name=\"titlebar_fill_attached_focused\" />\n</draw_ops>\n\n<draw_ops name=\"rounded_titlebar_focused\">\n\t<include name=\"titlebar_fill_focused\" />\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=\"2\" y1=\"0\" x2=\"width-3\" 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=\"2\" x2=\"0\" y2=\"height-2\" />\n\t<line color=\"C_border_focused\" x1=\"width-1\" y1=\"2\" x2=\"width-1\" y2=\"height-2\" />\n\t<arc color=\"C_border_focused\" x=\"0\" y=\"0\" width=\"3\" height=\"3\"  start_angle=\"270\" extent_angle=\"90\" />\n\t<arc color=\"C_border_focused\" x=\"width-3\" y=\"0\" width=\"2\" height=\"3\"  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=\"3\" height=\"3\"  start_angle=\"270\" extent_angle=\"90\" />\n\t<arc color=\"C_border_focused\" x=\"width-3\" y=\"0\" width=\"2\" height=\"3\"  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=\"2\" y1=\"0\" x2=\"width-3\" 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=\"2\" x2=\"0\" y2=\"height-2\" />\n\t<line color=\"C_border_unfocused\" x1=\"width-1\" y1=\"2\" x2=\"width-1\" y2=\"height-2\" />\n\t<arc color=\"C_border_unfocused\" x=\"0\" y=\"0\" width=\"3\" height=\"3\"  start_angle=\"270\" extent_angle=\"90\" />\n\t<arc color=\"C_border_unfocused\" x=\"width-3\" y=\"0\" width=\"2\" height=\"3\"  start_angle=\"0\" extent_angle=\"90\" />\n\t<!-- double arcs for darker borders -->\n\t<arc color=\"C_border_unfocused\" x=\"0\" y=\"0\" width=\"3\" height=\"3\"  start_angle=\"270\" extent_angle=\"90\" />\n\t<arc color=\"C_border_unfocused\" x=\"width-3\" y=\"0\" width=\"2\" height=\"3\"  start_angle=\"0\" extent_angle=\"90\" />\n</draw_ops>\n\n<draw_ops name=\"border_right_focused\">\n\t<line\n\t\tx1=\"width-1\" y1=\"0\"\n\t\tx2=\"width-1\" y2=\"height\"\n\t\tcolor=\"C_border_focused\" />\n</draw_ops>\n\n<draw_ops name=\"border_right_unfocused\">\n\t<line\n\t\tx1=\"width-1\" y1=\"0\" \n\t\tx2=\"width-1\" y2=\"height\" \n\t\tcolor=\"C_border_unfocused\" />\n</draw_ops>\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<!-- BUTTON ICONS -->\n<!-- note: negative values in x or y causes gnome-shell to crash -->\n\n<!-- Close icon -->\n<draw_ops name=\"close_focused\">\n\t<image filename=\"close_focused_normal.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"close_focused_prelight\">\n\t<image filename=\"close_focused_prelight.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"close_focused_pressed\">\n\t<image filename=\"close_focused_pressed.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"close_unfocused\">\n\t<image filename=\"close_unfocused.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"close_unfocused_prelight\">\n\t<image filename=\"close_unfocused_prelight.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"close_unfocused_pressed\">\n\t<image filename=\"close_unfocused_pressed.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n\n\n<!-- Maximize icon -->\n<draw_ops name=\"maximize_focused\">\n\t<image filename=\"maximize_focused_normal.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"maximize_focused_prelight\">\n\t<image filename=\"maximize_focused_prelight.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"maximize_focused_pressed\">\n\t<image filename=\"maximize_focused_pressed.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"maximize_unfocused\">\n\t<image filename=\"maximize_unfocused.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"maximize_unfocused_prelight\">\n\t<image filename=\"maximize_unfocused_prelight.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"maximize_unfocused_pressed\">\n\t<image filename=\"maximize_unfocused_pressed.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n\n<!-- Unmaximize icon -->\n<draw_ops name=\"unmaximize_focused\">\n\t<image filename=\"unmaximize_focused_normal.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"unmaximize_focused_prelight\">\n\t<image filename=\"unmaximize_focused_prelight.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"unmaximize_focused_pressed\">\n\t<image filename=\"unmaximize_focused_pressed.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"unmaximize_unfocused\">\n\t<image filename=\"unmaximize_unfocused.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"unmaximize_unfocused_prelight\">\n\t<image filename=\"unmaximize_unfocused_prelight.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"unmaximize_unfocused_pressed\">\n\t<image filename=\"unmaximize_unfocused_prelight.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n\n\n<!-- Minimize icon -->\n<draw_ops name=\"minimize_focused\">\n\t<image filename=\"minimize_focused_normal.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"minimize_focused_prelight\">\n\t<image filename=\"minimize_focused_prelight.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"minimize_focused_pressed\">\n\t<image filename=\"minimize_focused_pressed.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"minimize_unfocused\">\n\t<image filename=\"minimize_unfocused.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"minimize_unfocused_prelight\">\n\t<image filename=\"minimize_unfocused_prelight.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"minimize_unfocused_pressed\">\n\t<image filename=\"minimize_unfocused_pressed.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n\n\n<!-- Menu icon -->\n<draw_ops name=\"menu_focused\">\n\t<image filename=\"menu_focused_normal.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"menu_focused_prelight\">\n\t<image filename=\"menu_focused_prelight.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"menu_focused_pressed\">\n\t<image filename=\"menu_focused_pressed.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"menu_unfocused\">\n\t<image filename=\"menu_unfocused.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"menu_unfocused_prelight\">\n\t<image filename=\"menu_unfocused_prelight.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"menu_unfocused_pressed\">\n\t<image filename=\"menu_unfocused_pressed.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n\n\n<!-- Shade icon -->\n<draw_ops name=\"shade_focused\">\n\t<image filename=\"shade_focused_normal.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"shade_focused_prelight\">\n\t<image filename=\"shade_focused_prelight.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"shade_focused_pressed\">\n\t<image filename=\"shade_focused_pressed.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"shade_unfocused\">\n\t<image filename=\"shade_unfocused.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"shade_unfocused_prelight\">\n\t<image filename=\"shade_unfocused_prelight.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"shade_unfocused_pressed\">\n\t<image filename=\"shade_unfocused_pressed.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n\n\n<!-- Unshade icon -->\n<draw_ops name=\"unshade_focused\">\n\t<image filename=\"unshade_focused_normal.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"unshade_focused_prelight\">\n\t<image filename=\"unshade_focused_prelight.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"unshade_focused_pressed\">\n\t<image filename=\"unshade_focused_pressed.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"unshade_unfocused\">\n\t<image filename=\"unshade_unfocused.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"unshade_unfocused_prelight\">\n\t<image filename=\"unshade_unfocused_prelight.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"unshade_unfocused_pressed\">\n\t<image filename=\"unshade_unfocused_pressed.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n\n\n<!-- FRAME STYLES -->\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=\"prelight\" draw_ops=\"close_focused_prelight\" />\n\t<button function=\"close\" state=\"pressed\" draw_ops=\"close_focused_pressed\" />\n\t<button function=\"maximize\" state=\"normal\" draw_ops=\"maximize_focused\" />\n\t<button function=\"maximize\" state=\"prelight\" draw_ops=\"maximize_focused_prelight\" />\n\t<button function=\"maximize\" state=\"pressed\" draw_ops=\"maximize_focused_pressed\" />\n\t<button function=\"minimize\" state=\"normal\" draw_ops=\"minimize_focused\" />\n\t<button function=\"minimize\" state=\"prelight\" draw_ops=\"minimize_focused_prelight\" />\n\t<button function=\"minimize\" state=\"pressed\" draw_ops=\"minimize_focused_pressed\" />\n\t<button function=\"menu\" state=\"normal\" draw_ops=\"menu_focused\" />\n\t<button function=\"menu\" state=\"prelight\" draw_ops=\"menu_focused_prelight\" />\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=\"prelight\" draw_ops=\"shade_focused_prelight\" />\n\t<button function=\"shade\" state=\"pressed\" draw_ops=\"shade_focused_pressed\" />\n\t<button function=\"unshade\" state=\"normal\" draw_ops=\"unshade_focused\" />\n\t<button function=\"unshade\" state=\"prelight\" draw_ops=\"unshade_focused_prelight\" />\n\t<button function=\"unshade\" state=\"pressed\" draw_ops=\"unshade_focused_pressed\" />\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=\"unshade_unfocused\" />\n\t<button function=\"unshade\" state=\"prelight\" draw_ops=\"unshade_unfocused_prelight\" />\n\t<button function=\"unshade\" state=\"pressed\" draw_ops=\"unshade_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=\"prelight\" draw_ops=\"close_focused_prelight\" />\n\t<button function=\"close\" state=\"pressed\" draw_ops=\"close_focused_pressed\" />\n\t<button function=\"maximize\" state=\"normal\" draw_ops=\"maximize_focused\" />\n\t<button function=\"maximize\" state=\"prelight\" draw_ops=\"maximize_focused_prelight\" />\n\t<button function=\"maximize\" state=\"pressed\" draw_ops=\"maximize_focused_pressed\" />\n\t<button function=\"minimize\" state=\"normal\" draw_ops=\"minimize_focused\" />\n\t<button function=\"minimize\" state=\"prelight\" draw_ops=\"minimize_focused_prelight\" />\n\t<button function=\"minimize\" state=\"pressed\" draw_ops=\"minimize_focused_pressed\" />\n\t<button function=\"menu\" state=\"normal\" draw_ops=\"menu_focused\" />\n\t<button function=\"menu\" state=\"prelight\" draw_ops=\"menu_focused_prelight\" />\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=\"prelight\" draw_ops=\"shade_focused_prelight\" />\n\t<button function=\"shade\" state=\"pressed\" draw_ops=\"shade_focused_pressed\" />\n\t<button function=\"unshade\" state=\"normal\" draw_ops=\"unshade_focused\" />\n\t<button function=\"unshade\" state=\"prelight\" draw_ops=\"unshade_focused_prelight\" />\n\t<button function=\"unshade\" state=\"pressed\" draw_ops=\"unshade_focused_pressed\" />\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=\"unshade_unfocused\" />\n\t<button function=\"unshade\" state=\"prelight\" draw_ops=\"unshade_unfocused_prelight\" />\n\t<button function=\"unshade\" state=\"pressed\" draw_ops=\"unshade_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=\"prelight\" draw_ops=\"close_focused_prelight\" />\n\t<button function=\"close\" state=\"pressed\" draw_ops=\"close_focused_pressed\" />\n\t<button function=\"maximize\" state=\"normal\" draw_ops=\"maximize_focused\" />\n\t<button function=\"maximize\" state=\"prelight\" draw_ops=\"maximize_focused_prelight\" />\n\t<button function=\"maximize\" state=\"pressed\" draw_ops=\"maximize_focused_pressed\" />\n\t<button function=\"minimize\" state=\"normal\" draw_ops=\"minimize_focused\" />\n\t<button function=\"minimize\" state=\"prelight\" draw_ops=\"minimize_focused_prelight\" />\n\t<button function=\"minimize\" state=\"pressed\" draw_ops=\"minimize_focused_pressed\" />\n\t<button function=\"menu\" state=\"normal\" draw_ops=\"menu_focused\" />\n\t<button function=\"menu\" state=\"prelight\" draw_ops=\"menu_focused_prelight\" />\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=\"prelight\" draw_ops=\"shade_focused_prelight\" />\n\t<button function=\"shade\" state=\"pressed\" draw_ops=\"shade_focused_pressed\" />\n\t<button function=\"unshade\" state=\"normal\" draw_ops=\"unshade_focused\" />\n\t<button function=\"unshade\" state=\"prelight\" draw_ops=\"unshade_focused_prelight\" />\n\t<button function=\"unshade\" state=\"pressed\" draw_ops=\"unshade_focused_pressed\" />\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=\"unshade_unfocused\" />\n\t<button function=\"unshade\" state=\"prelight\" draw_ops=\"unshade_unfocused_prelight\" />\n\t<button function=\"unshade\" state=\"pressed\" draw_ops=\"unshade_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=\"prelight\" draw_ops=\"close_focused_prelight\" />\n\t<button function=\"close\" state=\"pressed\" draw_ops=\"close_focused_pressed\" />\n\t<button function=\"maximize\" state=\"normal\" draw_ops=\"maximize_focused\" />\n\t<button function=\"maximize\" state=\"prelight\" draw_ops=\"maximize_focused_prelight\" />\n\t<button function=\"maximize\" state=\"pressed\" draw_ops=\"maximize_focused_pressed\" />\n\t<button function=\"minimize\" state=\"normal\" draw_ops=\"minimize_focused\" />\n\t<button function=\"minimize\" state=\"prelight\" draw_ops=\"minimize_focused_prelight\" />\n\t<button function=\"minimize\" state=\"pressed\" draw_ops=\"minimize_focused_pressed\" />\n\t<button function=\"menu\" state=\"normal\" draw_ops=\"menu_focused\" />\n\t<button function=\"menu\" state=\"prelight\" draw_ops=\"menu_focused_prelight\" />\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=\"prelight\" draw_ops=\"shade_focused_prelight\" />\n\t<button function=\"shade\" state=\"pressed\" draw_ops=\"shade_focused_pressed\" />\n\t<button function=\"unshade\" state=\"normal\" draw_ops=\"unshade_focused\" />\n\t<button function=\"unshade\" state=\"prelight\" draw_ops=\"unshade_focused_prelight\" />\n\t<button function=\"unshade\" state=\"pressed\" draw_ops=\"unshade_focused_pressed\" />\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=\"prelight\"><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=\"prelight\"><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_attached_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=\"prelight\" draw_ops=\"close_focused_prelight\" />\n\t<button function=\"close\" state=\"pressed\" draw_ops=\"close_focused_pressed\" />\n\t<button function=\"maximize\" state=\"normal\" draw_ops=\"maximize_focused\" />\n\t<button function=\"maximize\" state=\"prelight\" draw_ops=\"maximize_focused_prelight\" />\n\t<button function=\"maximize\" state=\"pressed\" draw_ops=\"maximize_focused_pressed\" />\n\t<button function=\"minimize\" state=\"normal\" draw_ops=\"minimize_focused\" />\n\t<button function=\"minimize\" state=\"prelight\" draw_ops=\"minimize_focused_prelight\" />\n\t<button function=\"minimize\" state=\"pressed\" draw_ops=\"minimize_focused_pressed\" />\n\t<button function=\"menu\" state=\"normal\" draw_ops=\"menu_focused\" />\n\t<button function=\"menu\" state=\"prelight\" draw_ops=\"menu_focused_prelight\" />\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=\"prelight\" draw_ops=\"shade_focused_prelight\" />\n\t<button function=\"shade\" state=\"pressed\" draw_ops=\"shade_focused_pressed\" />\n\t<button function=\"unshade\" state=\"normal\" draw_ops=\"unshade_focused\" />\n\t<button function=\"unshade\" state=\"prelight\" draw_ops=\"unshade_focused_prelight\" />\n\t<button function=\"unshade\" state=\"pressed\" draw_ops=\"unshade_focused_pressed\" />\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=\"unshade_unfocused\" />\n\t<button function=\"unshade\" state=\"prelight\" draw_ops=\"unshade_unfocused_prelight\" />\n\t<button function=\"unshade\" state=\"pressed\" draw_ops=\"unshade_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=\"prelight\" draw_ops=\"close_focused_prelight\" />\n\t<button function=\"close\" state=\"pressed\" draw_ops=\"close_focused_pressed\" />\n\t<button function=\"maximize\" state=\"normal\" draw_ops=\"maximize_focused\" />\n\t<button function=\"maximize\" state=\"prelight\" draw_ops=\"maximize_focused_prelight\" />\n\t<button function=\"maximize\" state=\"pressed\" draw_ops=\"maximize_focused_pressed\" />\n\t<button function=\"minimize\" state=\"normal\" draw_ops=\"minimize_focused\" />\n\t<button function=\"minimize\" state=\"prelight\" draw_ops=\"minimize_focused_prelight\" />\n\t<button function=\"minimize\" state=\"pressed\" draw_ops=\"minimize_focused_pressed\" />\n\t<button function=\"menu\" state=\"normal\" draw_ops=\"menu_focused\" />\n\t<button function=\"menu\" state=\"prelight\" draw_ops=\"menu_focused_prelight\" />\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=\"prelight\" draw_ops=\"shade_focused_prelight\" />\n\t<button function=\"shade\" state=\"pressed\" draw_ops=\"shade_focused_pressed\" />\n\t<button function=\"unshade\" state=\"normal\" draw_ops=\"unshade_focused\" />\n\t<button function=\"unshade\" state=\"prelight\" draw_ops=\"unshade_focused_prelight\" />\n\t<button function=\"unshade\" state=\"pressed\" draw_ops=\"unshade_focused_pressed\" />\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=\"unshade_unfocused\" />\n\t<button function=\"unshade\" state=\"prelight\" draw_ops=\"unshade_unfocused_prelight\" />\n\t<button function=\"unshade\" state=\"pressed\" draw_ops=\"unshade_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=\"prelight\"><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=\"prelight\"><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=\"prelight\"><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=\"prelight\"><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=\"prelight\"><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=\"prelight\"><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_attached_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=\"prelight\"><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=\"prelight\"><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_attached_focused\" />\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=\"prelight\"><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=\"prelight\"><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=\"prelight\" draw_ops=\"close_focused_prelight\" />\n\t<button function=\"close\" state=\"pressed\" draw_ops=\"close_focused_pressed\" />\n\t<button function=\"maximize\" state=\"normal\" draw_ops=\"maximize_focused\" />\n\t<button function=\"maximize\" state=\"prelight\" draw_ops=\"maximize_focused_prelight\" />\n\t<button function=\"maximize\" state=\"pressed\" draw_ops=\"maximize_focused_pressed\" />\n\t<button function=\"minimize\" state=\"normal\" draw_ops=\"minimize_focused\" />\n\t<button function=\"minimize\" state=\"prelight\" draw_ops=\"minimize_focused_prelight\" />\n\t<button function=\"minimize\" state=\"pressed\" draw_ops=\"minimize_focused_pressed\" />\n\t<button function=\"menu\" state=\"normal\" draw_ops=\"menu_focused\" />\n\t<button function=\"menu\" state=\"prelight\" draw_ops=\"menu_focused_prelight\" />\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=\"prelight\" draw_ops=\"shade_focused_prelight\" />\n\t<button function=\"shade\" state=\"pressed\" draw_ops=\"shade_focused_pressed\" />\n\t<button function=\"unshade\" state=\"normal\" draw_ops=\"unshade_focused\" />\n\t<button function=\"unshade\" state=\"prelight\" draw_ops=\"unshade_focused_prelight\" />\n\t<button function=\"unshade\" state=\"pressed\" draw_ops=\"unshade_focused_pressed\" />\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=\"unshade_unfocused\" />\n\t<button function=\"unshade\" state=\"prelight\" draw_ops=\"unshade_unfocused_prelight\" />\n\t<button function=\"unshade\" state=\"pressed\" draw_ops=\"unshade_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=\"prelight\" draw_ops=\"close_focused_prelight\" />\n\t<button function=\"close\" state=\"pressed\" draw_ops=\"close_focused_pressed\" />\n\t<button function=\"maximize\" state=\"normal\" draw_ops=\"maximize_focused\" />\n\t<button function=\"maximize\" state=\"prelight\" draw_ops=\"maximize_focused_prelight\" />\n\t<button function=\"maximize\" state=\"pressed\" draw_ops=\"maximize_focused_pressed\" />\n\t<button function=\"minimize\" state=\"normal\" draw_ops=\"minimize_focused\" />\n\t<button function=\"minimize\" state=\"prelight\" draw_ops=\"minimize_focused_prelight\" />\n\t<button function=\"minimize\" state=\"pressed\" draw_ops=\"minimize_focused_pressed\" />\n\t<button function=\"menu\" state=\"normal\" draw_ops=\"menu_focused\" />\n\t<button function=\"menu\" state=\"prelight\" draw_ops=\"menu_focused_prelight\" />\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=\"prelight\" draw_ops=\"shade_focused_prelight\" />\n\t<button function=\"shade\" state=\"pressed\" draw_ops=\"shade_focused_pressed\" />\n\t<button function=\"unshade\" state=\"normal\" draw_ops=\"unshade_focused\" />\n\t<button function=\"unshade\" state=\"prelight\" draw_ops=\"unshade_focused_prelight\" />\n\t<button function=\"unshade\" state=\"pressed\" draw_ops=\"unshade_focused_pressed\" />\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=\"unshade_unfocused\" />\n\t<button function=\"unshade\" state=\"prelight\" draw_ops=\"unshade_unfocused_prelight\" />\n\t<button function=\"unshade\" state=\"pressed\" draw_ops=\"unshade_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=\"prelight\"><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=\"prelight\"><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<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</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<!-- WINDOWS -->\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\n</metacity_theme>\n"
  },
  {
    "path": "metacity-1/metacity-theme-light.xml",
    "content": "<?xml version=\"1.0\"?>\n<metacity_theme>\n<info>\n\t<name>Sierra</name>\n\t<author>Vince Liuice</author>\n\t<copyright>GPL-3.0+</copyright>\n\t<date>2018.01.12</date>\n\t<description>Sierra Metacity Theme</description>\n</info>\n\n\n<!-- CONSTANTS -->\n<constant name=\"C_titlebar\" value=\"#e5e5e5\" />\n<constant name=\"C_titlebar_unfocused\" value=\"#e5e5e5\" />\n<constant name=\"C_border_focused\" value=\"#e5e5e5\" />\n<constant name=\"C_border_unfocused\" value=\"#e5e5e5\" />\n<constant name=\"C_title_focused\" value=\"#333333\" />\n<constant name=\"C_title_unfocused\" value=\"#555555\" />\n\n<constant name=\"C_wm_button_background\" value=\"#333333\" />\n<constant name=\"C_wm_button_foreground\" value=\"#333333\" />\n<constant name=\"C_wm_button_unfocused\" value=\"#888888\" />\n\n<constant name=\"C_close_button\" value=\"#f5685d\" />\n<constant name=\"C_maximize_button\" value=\"#a1ce6d\" />\n<constant name=\"C_restore_button\" value=\"#feee61\" />\n<constant name=\"C_minimize_button\" value=\"#feee61\" />\n\n<!-- GEOMETRY -->\n\n<!-- Focused window -->\n<frame_geometry name=\"normal\" title_scale=\"medium\" rounded_top_left=\"2\" rounded_top_right=\"2\">\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=\"5\" />\n\t<distance name=\"right_titlebar_edge\" value=\"5\" />\n\t<distance name=\"title_vertical_pad\" value=\"4\" />\n\t<aspect_ratio name=\"button\" value=\"1.0\" />\n\t<border name=\"title_border\" left=\"4\" right=\"4\" top=\"4\" bottom=\"4\" />\n\t<border name=\"button_border\" left=\"0\" right=\"0\" top=\"4\" bottom=\"4\" />\n</frame_geometry>\n\n<!-- Unfocused window -->\n<frame_geometry name=\"normal_unfocused\" title_scale=\"medium\" rounded_top_left=\"2\" rounded_top_right=\"2\" 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<distance name=\"left_titlebar_edge\" value=\"5\"/>\n\t<distance name=\"right_titlebar_edge\" value=\"5\"/>\n\t<distance name=\"title_vertical_pad\" value=\"4\" />\n\t<border name=\"title_border\" left=\"4\" right=\"4\" top=\"4\" bottom=\"4\" />\n\t<border name=\"button_border\" left=\"0\" right=\"0\" top=\"4\" bottom=\"4\" />\n</frame_geometry>\n\n<!-- Maximized window -->\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=\"bottom_height\" value=\"0\" />\n\t<distance name=\"title_vertical_pad\" value=\"4\" />\n\t<border name=\"title_border\" left=\"4\" right=\"4\" top=\"4\" bottom=\"4\" />\n\t<border name=\"button_border\" left=\"0\" right=\"0\" top=\"4\" bottom=\"4\" />\n</frame_geometry>\n\n<!-- Left tiled window -->\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<!-- Right tiled window -->\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=\"0\" />\n</frame_geometry>\n\n<!-- Small window -->\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=\"4\" />\n\t<border name=\"title_border\" left=\"4\" right=\"4\" top=\"0\" bottom=\"0\" />\n\t<border name=\"button_border\" left=\"0\" right=\"0\" top=\"0\" bottom=\"0\"  />\n</frame_geometry>\n\n<!-- Small unfocused window -->\n<frame_geometry name=\"small_unfocused\" parent=\"small\">\n\t<distance name=\"left_titlebar_edge\" value=\"5\"/>\n\t<distance name=\"right_titlebar_edge\" value=\"5\"/>\n</frame_geometry>\n\n<!-- No buttons -->\n<frame_geometry name=\"nobuttons\" hide_buttons=\"true\" parent=\"normal\">\n</frame_geometry>\n\n<!-- Border -->\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<distance name=\"title_vertical_pad\" 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</frame_geometry>\n\n<!-- Borderless -->\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=\"8\" />\n\t<border name=\"title_border\" left=\"0\" right=\"0\" top=\"0\" bottom=\"0\" />\n\t<border name=\"button_border\" left=\"0\" right=\"0\" top=\"0\" bottom=\"0\" />\n</frame_geometry>\n\n<!-- Modal -->\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\" parent=\"normal\">\n\t<distance name=\"title_vertical_pad\" value=\"8\"/>\n\t<distance name=\"bottom_height\" value=\"1\"/>\n\t<distance name=\"left_width\" value=\"1\"/>\n\t<distance name=\"right_width\" value=\"1\"/>\n</frame_geometry>\n\n\n<!-- TITLES -->\n\n<!-- Title alignment -->\n<draw_ops name=\"title_focused\">\n\t<title x=\"(0 `max` ((width - title_width) / 2)) + 2\"\n               y=\"(0 `max` ((height - title_height) / 2))\"\n               color=\"C_title_focused\" />\n</draw_ops>\n\n<draw_ops name=\"title_unfocused\">\n\t<title x=\"(0 `max` ((width - title_width) / 2)) + 2\"\n               y=\"(0 `max` ((height - title_height) / 2))\"\n               color=\"C_title_unfocused\" />\n</draw_ops>\n\n<!-- WINDOW DECORATIONS -->\n<draw_ops name=\"entire_background_focused\">\n\t<rectangle color=\"C_titlebar\" 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<rectangle color=\"C_titlebar\" x=\"4\" y=\"0\" width=\"width\" height=\"height\" filled=\"true\" />\n</draw_ops>\n\n<draw_ops name=\"titlebar_fill_attached_focused\">\n\t<include name=\"entire_background_focused\" />\n</draw_ops>\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=\"titlebar_focused\">\n\t<include name=\"titlebar_fill_focused\" />\n</draw_ops>\n\n<draw_ops name=\"titlebar_attached_focused\"> <!-- titlebar for attached and modal dialogs -->\n\t<include name=\"titlebar_fill_attached_focused\" />\n</draw_ops>\n\n<draw_ops name=\"rounded_titlebar_focused\">\n\t<include name=\"titlebar_fill_focused\" />\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=\"2\" y1=\"0\" x2=\"width-3\" 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=\"2\" x2=\"0\" y2=\"height-2\" />\n\t<line color=\"C_border_focused\" x1=\"width-1\" y1=\"2\" x2=\"width-1\" y2=\"height-2\" />\n\t<arc color=\"C_border_focused\" x=\"0\" y=\"0\" width=\"3\" height=\"3\"  start_angle=\"270\" extent_angle=\"90\" />\n\t<arc color=\"C_border_focused\" x=\"width-3\" y=\"0\" width=\"2\" height=\"3\"  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=\"3\" height=\"3\"  start_angle=\"270\" extent_angle=\"90\" />\n\t<arc color=\"C_border_focused\" x=\"width-3\" y=\"0\" width=\"2\" height=\"3\"  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=\"2\" y1=\"0\" x2=\"width-3\" 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=\"2\" x2=\"0\" y2=\"height-2\" />\n\t<line color=\"C_border_unfocused\" x1=\"width-1\" y1=\"2\" x2=\"width-1\" y2=\"height-2\" />\n\t<arc color=\"C_border_unfocused\" x=\"0\" y=\"0\" width=\"3\" height=\"3\"  start_angle=\"270\" extent_angle=\"90\" />\n\t<arc color=\"C_border_unfocused\" x=\"width-3\" y=\"0\" width=\"2\" height=\"3\"  start_angle=\"0\" extent_angle=\"90\" />\n\t<!-- double arcs for darker borders -->\n\t<arc color=\"C_border_unfocused\" x=\"0\" y=\"0\" width=\"3\" height=\"3\"  start_angle=\"270\" extent_angle=\"90\" />\n\t<arc color=\"C_border_unfocused\" x=\"width-3\" y=\"0\" width=\"2\" height=\"3\"  start_angle=\"0\" extent_angle=\"90\" />\n</draw_ops>\n\n<draw_ops name=\"border_right_focused\">\n\t<line\n\t\tx1=\"width-1\" y1=\"0\"\n\t\tx2=\"width-1\" y2=\"height\"\n\t\tcolor=\"C_border_focused\" />\n</draw_ops>\n\n<draw_ops name=\"border_right_unfocused\">\n\t<line\n\t\tx1=\"width-1\" y1=\"0\" \n\t\tx2=\"width-1\" y2=\"height\" \n\t\tcolor=\"C_border_unfocused\" />\n</draw_ops>\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<!-- BUTTON ICONS -->\n<!-- note: negative values in x or y causes gnome-shell to crash -->\n\n<!-- Close icon -->\n<draw_ops name=\"close_focused\">\n\t<image filename=\"close_focused_normal.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"close_focused_prelight\">\n\t<image filename=\"close_focused_prelight.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"close_focused_pressed\">\n\t<image filename=\"close_focused_pressed.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"close_unfocused\">\n\t<image filename=\"close_unfocused.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"close_unfocused_prelight\">\n\t<image filename=\"close_unfocused_prelight.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"close_unfocused_pressed\">\n\t<image filename=\"close_unfocused_pressed.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n\n\n<!-- Maximize icon -->\n<draw_ops name=\"maximize_focused\">\n\t<image filename=\"maximize_focused_normal.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"maximize_focused_prelight\">\n\t<image filename=\"maximize_focused_prelight.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"maximize_focused_pressed\">\n\t<image filename=\"maximize_focused_pressed.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"maximize_unfocused\">\n\t<image filename=\"maximize_unfocused.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"maximize_unfocused_prelight\">\n\t<image filename=\"maximize_unfocused_prelight.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"maximize_unfocused_pressed\">\n\t<image filename=\"maximize_unfocused_pressed.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n\n<!-- Unmaximize icon -->\n<draw_ops name=\"unmaximize_focused\">\n\t<image filename=\"unmaximize_focused_normal.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"unmaximize_focused_prelight\">\n\t<image filename=\"unmaximize_focused_prelight.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"unmaximize_focused_pressed\">\n\t<image filename=\"unmaximize_focused_pressed.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"unmaximize_unfocused\">\n\t<image filename=\"unmaximize_unfocused.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"unmaximize_unfocused_prelight\">\n\t<image filename=\"unmaximize_unfocused_prelight.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"unmaximize_unfocused_pressed\">\n\t<image filename=\"unmaximize_unfocused_prelight.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n\n\n<!-- Minimize icon -->\n<draw_ops name=\"minimize_focused\">\n\t<image filename=\"minimize_focused_normal.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"minimize_focused_prelight\">\n\t<image filename=\"minimize_focused_prelight.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"minimize_focused_pressed\">\n\t<image filename=\"minimize_focused_pressed.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"minimize_unfocused\">\n\t<image filename=\"minimize_unfocused.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"minimize_unfocused_prelight\">\n\t<image filename=\"minimize_unfocused_prelight.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"minimize_unfocused_pressed\">\n\t<image filename=\"minimize_unfocused_pressed.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n\n\n<!-- Menu icon -->\n<draw_ops name=\"menu_focused\">\n\t<image filename=\"menu_focused_normal.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"menu_focused_prelight\">\n\t<image filename=\"menu_focused_prelight.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"menu_focused_pressed\">\n\t<image filename=\"menu_focused_pressed.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"menu_unfocused\">\n\t<image filename=\"menu_unfocused.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"menu_unfocused_prelight\">\n\t<image filename=\"menu_unfocused_prelight.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"menu_unfocused_pressed\">\n\t<image filename=\"menu_unfocused_pressed.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n\n\n<!-- Shade icon -->\n<draw_ops name=\"shade_focused\">\n\t<image filename=\"shade_focused_normal.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"shade_focused_prelight\">\n\t<image filename=\"shade_focused_prelight.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"shade_focused_pressed\">\n\t<image filename=\"shade_focused_pressed.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"shade_unfocused\">\n\t<image filename=\"shade_unfocused.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"shade_unfocused_prelight\">\n\t<image filename=\"shade_unfocused_prelight.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"shade_unfocused_pressed\">\n\t<image filename=\"shade_unfocused_pressed.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n\n\n<!-- Unshade icon -->\n<draw_ops name=\"unshade_focused\">\n\t<image filename=\"unshade_focused_normal.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"unshade_focused_prelight\">\n\t<image filename=\"unshade_focused_prelight.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"unshade_focused_pressed\">\n\t<image filename=\"unshade_focused_pressed.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"unshade_unfocused\">\n\t<image filename=\"unshade_unfocused.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"unshade_unfocused_prelight\">\n\t<image filename=\"unshade_unfocused_prelight.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n<draw_ops name=\"unshade_unfocused_pressed\">\n\t<image filename=\"unshade_unfocused_pressed.png\" x=\"0\" y=\"2\" width=\"object_width\" height=\"object_height\" />\n</draw_ops>\n\n\n<!-- FRAME STYLES -->\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=\"prelight\" draw_ops=\"close_focused_prelight\" />\n\t<button function=\"close\" state=\"pressed\" draw_ops=\"close_focused_pressed\" />\n\t<button function=\"maximize\" state=\"normal\" draw_ops=\"maximize_focused\" />\n\t<button function=\"maximize\" state=\"prelight\" draw_ops=\"maximize_focused_prelight\" />\n\t<button function=\"maximize\" state=\"pressed\" draw_ops=\"maximize_focused_pressed\" />\n\t<button function=\"minimize\" state=\"normal\" draw_ops=\"minimize_focused\" />\n\t<button function=\"minimize\" state=\"prelight\" draw_ops=\"minimize_focused_prelight\" />\n\t<button function=\"minimize\" state=\"pressed\" draw_ops=\"minimize_focused_pressed\" />\n\t<button function=\"menu\" state=\"normal\" draw_ops=\"menu_focused\" />\n\t<button function=\"menu\" state=\"prelight\" draw_ops=\"menu_focused_prelight\" />\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=\"prelight\" draw_ops=\"shade_focused_prelight\" />\n\t<button function=\"shade\" state=\"pressed\" draw_ops=\"shade_focused_pressed\" />\n\t<button function=\"unshade\" state=\"normal\" draw_ops=\"unshade_focused\" />\n\t<button function=\"unshade\" state=\"prelight\" draw_ops=\"unshade_focused_prelight\" />\n\t<button function=\"unshade\" state=\"pressed\" draw_ops=\"unshade_focused_pressed\" />\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=\"unshade_unfocused\" />\n\t<button function=\"unshade\" state=\"prelight\" draw_ops=\"unshade_unfocused_prelight\" />\n\t<button function=\"unshade\" state=\"pressed\" draw_ops=\"unshade_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=\"prelight\" draw_ops=\"close_focused_prelight\" />\n\t<button function=\"close\" state=\"pressed\" draw_ops=\"close_focused_pressed\" />\n\t<button function=\"maximize\" state=\"normal\" draw_ops=\"maximize_focused\" />\n\t<button function=\"maximize\" state=\"prelight\" draw_ops=\"maximize_focused_prelight\" />\n\t<button function=\"maximize\" state=\"pressed\" draw_ops=\"maximize_focused_pressed\" />\n\t<button function=\"minimize\" state=\"normal\" draw_ops=\"minimize_focused\" />\n\t<button function=\"minimize\" state=\"prelight\" draw_ops=\"minimize_focused_prelight\" />\n\t<button function=\"minimize\" state=\"pressed\" draw_ops=\"minimize_focused_pressed\" />\n\t<button function=\"menu\" state=\"normal\" draw_ops=\"menu_focused\" />\n\t<button function=\"menu\" state=\"prelight\" draw_ops=\"menu_focused_prelight\" />\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=\"prelight\" draw_ops=\"shade_focused_prelight\" />\n\t<button function=\"shade\" state=\"pressed\" draw_ops=\"shade_focused_pressed\" />\n\t<button function=\"unshade\" state=\"normal\" draw_ops=\"unshade_focused\" />\n\t<button function=\"unshade\" state=\"prelight\" draw_ops=\"unshade_focused_prelight\" />\n\t<button function=\"unshade\" state=\"pressed\" draw_ops=\"unshade_focused_pressed\" />\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=\"unshade_unfocused\" />\n\t<button function=\"unshade\" state=\"prelight\" draw_ops=\"unshade_unfocused_prelight\" />\n\t<button function=\"unshade\" state=\"pressed\" draw_ops=\"unshade_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=\"prelight\" draw_ops=\"close_focused_prelight\" />\n\t<button function=\"close\" state=\"pressed\" draw_ops=\"close_focused_pressed\" />\n\t<button function=\"maximize\" state=\"normal\" draw_ops=\"maximize_focused\" />\n\t<button function=\"maximize\" state=\"prelight\" draw_ops=\"maximize_focused_prelight\" />\n\t<button function=\"maximize\" state=\"pressed\" draw_ops=\"maximize_focused_pressed\" />\n\t<button function=\"minimize\" state=\"normal\" draw_ops=\"minimize_focused\" />\n\t<button function=\"minimize\" state=\"prelight\" draw_ops=\"minimize_focused_prelight\" />\n\t<button function=\"minimize\" state=\"pressed\" draw_ops=\"minimize_focused_pressed\" />\n\t<button function=\"menu\" state=\"normal\" draw_ops=\"menu_focused\" />\n\t<button function=\"menu\" state=\"prelight\" draw_ops=\"menu_focused_prelight\" />\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=\"prelight\" draw_ops=\"shade_focused_prelight\" />\n\t<button function=\"shade\" state=\"pressed\" draw_ops=\"shade_focused_pressed\" />\n\t<button function=\"unshade\" state=\"normal\" draw_ops=\"unshade_focused\" />\n\t<button function=\"unshade\" state=\"prelight\" draw_ops=\"unshade_focused_prelight\" />\n\t<button function=\"unshade\" state=\"pressed\" draw_ops=\"unshade_focused_pressed\" />\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=\"unshade_unfocused\" />\n\t<button function=\"unshade\" state=\"prelight\" draw_ops=\"unshade_unfocused_prelight\" />\n\t<button function=\"unshade\" state=\"pressed\" draw_ops=\"unshade_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=\"prelight\" draw_ops=\"close_focused_prelight\" />\n\t<button function=\"close\" state=\"pressed\" draw_ops=\"close_focused_pressed\" />\n\t<button function=\"maximize\" state=\"normal\" draw_ops=\"maximize_focused\" />\n\t<button function=\"maximize\" state=\"prelight\" draw_ops=\"maximize_focused_prelight\" />\n\t<button function=\"maximize\" state=\"pressed\" draw_ops=\"maximize_focused_pressed\" />\n\t<button function=\"minimize\" state=\"normal\" draw_ops=\"minimize_focused\" />\n\t<button function=\"minimize\" state=\"prelight\" draw_ops=\"minimize_focused_prelight\" />\n\t<button function=\"minimize\" state=\"pressed\" draw_ops=\"minimize_focused_pressed\" />\n\t<button function=\"menu\" state=\"normal\" draw_ops=\"menu_focused\" />\n\t<button function=\"menu\" state=\"prelight\" draw_ops=\"menu_focused_prelight\" />\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=\"prelight\" draw_ops=\"shade_focused_prelight\" />\n\t<button function=\"shade\" state=\"pressed\" draw_ops=\"shade_focused_pressed\" />\n\t<button function=\"unshade\" state=\"normal\" draw_ops=\"unshade_focused\" />\n\t<button function=\"unshade\" state=\"prelight\" draw_ops=\"unshade_focused_prelight\" />\n\t<button function=\"unshade\" state=\"pressed\" draw_ops=\"unshade_focused_pressed\" />\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=\"prelight\"><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=\"prelight\"><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_attached_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=\"prelight\" draw_ops=\"close_focused_prelight\" />\n\t<button function=\"close\" state=\"pressed\" draw_ops=\"close_focused_pressed\" />\n\t<button function=\"maximize\" state=\"normal\" draw_ops=\"maximize_focused\" />\n\t<button function=\"maximize\" state=\"prelight\" draw_ops=\"maximize_focused_prelight\" />\n\t<button function=\"maximize\" state=\"pressed\" draw_ops=\"maximize_focused_pressed\" />\n\t<button function=\"minimize\" state=\"normal\" draw_ops=\"minimize_focused\" />\n\t<button function=\"minimize\" state=\"prelight\" draw_ops=\"minimize_focused_prelight\" />\n\t<button function=\"minimize\" state=\"pressed\" draw_ops=\"minimize_focused_pressed\" />\n\t<button function=\"menu\" state=\"normal\" draw_ops=\"menu_focused\" />\n\t<button function=\"menu\" state=\"prelight\" draw_ops=\"menu_focused_prelight\" />\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=\"prelight\" draw_ops=\"shade_focused_prelight\" />\n\t<button function=\"shade\" state=\"pressed\" draw_ops=\"shade_focused_pressed\" />\n\t<button function=\"unshade\" state=\"normal\" draw_ops=\"unshade_focused\" />\n\t<button function=\"unshade\" state=\"prelight\" draw_ops=\"unshade_focused_prelight\" />\n\t<button function=\"unshade\" state=\"pressed\" draw_ops=\"unshade_focused_pressed\" />\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=\"unshade_unfocused\" />\n\t<button function=\"unshade\" state=\"prelight\" draw_ops=\"unshade_unfocused_prelight\" />\n\t<button function=\"unshade\" state=\"pressed\" draw_ops=\"unshade_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=\"prelight\" draw_ops=\"close_focused_prelight\" />\n\t<button function=\"close\" state=\"pressed\" draw_ops=\"close_focused_pressed\" />\n\t<button function=\"maximize\" state=\"normal\" draw_ops=\"maximize_focused\" />\n\t<button function=\"maximize\" state=\"prelight\" draw_ops=\"maximize_focused_prelight\" />\n\t<button function=\"maximize\" state=\"pressed\" draw_ops=\"maximize_focused_pressed\" />\n\t<button function=\"minimize\" state=\"normal\" draw_ops=\"minimize_focused\" />\n\t<button function=\"minimize\" state=\"prelight\" draw_ops=\"minimize_focused_prelight\" />\n\t<button function=\"minimize\" state=\"pressed\" draw_ops=\"minimize_focused_pressed\" />\n\t<button function=\"menu\" state=\"normal\" draw_ops=\"menu_focused\" />\n\t<button function=\"menu\" state=\"prelight\" draw_ops=\"menu_focused_prelight\" />\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=\"prelight\" draw_ops=\"shade_focused_prelight\" />\n\t<button function=\"shade\" state=\"pressed\" draw_ops=\"shade_focused_pressed\" />\n\t<button function=\"unshade\" state=\"normal\" draw_ops=\"unshade_focused\" />\n\t<button function=\"unshade\" state=\"prelight\" draw_ops=\"unshade_focused_prelight\" />\n\t<button function=\"unshade\" state=\"pressed\" draw_ops=\"unshade_focused_pressed\" />\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=\"unshade_unfocused\" />\n\t<button function=\"unshade\" state=\"prelight\" draw_ops=\"unshade_unfocused_prelight\" />\n\t<button function=\"unshade\" state=\"pressed\" draw_ops=\"unshade_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=\"prelight\"><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=\"prelight\"><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=\"prelight\"><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=\"prelight\"><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=\"prelight\"><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=\"prelight\"><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_attached_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=\"prelight\"><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=\"prelight\"><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_attached_focused\" />\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=\"prelight\"><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=\"prelight\"><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=\"prelight\" draw_ops=\"close_focused_prelight\" />\n\t<button function=\"close\" state=\"pressed\" draw_ops=\"close_focused_pressed\" />\n\t<button function=\"maximize\" state=\"normal\" draw_ops=\"maximize_focused\" />\n\t<button function=\"maximize\" state=\"prelight\" draw_ops=\"maximize_focused_prelight\" />\n\t<button function=\"maximize\" state=\"pressed\" draw_ops=\"maximize_focused_pressed\" />\n\t<button function=\"minimize\" state=\"normal\" draw_ops=\"minimize_focused\" />\n\t<button function=\"minimize\" state=\"prelight\" draw_ops=\"minimize_focused_prelight\" />\n\t<button function=\"minimize\" state=\"pressed\" draw_ops=\"minimize_focused_pressed\" />\n\t<button function=\"menu\" state=\"normal\" draw_ops=\"menu_focused\" />\n\t<button function=\"menu\" state=\"prelight\" draw_ops=\"menu_focused_prelight\" />\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=\"prelight\" draw_ops=\"shade_focused_prelight\" />\n\t<button function=\"shade\" state=\"pressed\" draw_ops=\"shade_focused_pressed\" />\n\t<button function=\"unshade\" state=\"normal\" draw_ops=\"unshade_focused\" />\n\t<button function=\"unshade\" state=\"prelight\" draw_ops=\"unshade_focused_prelight\" />\n\t<button function=\"unshade\" state=\"pressed\" draw_ops=\"unshade_focused_pressed\" />\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=\"unshade_unfocused\" />\n\t<button function=\"unshade\" state=\"prelight\" draw_ops=\"unshade_unfocused_prelight\" />\n\t<button function=\"unshade\" state=\"pressed\" draw_ops=\"unshade_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=\"prelight\" draw_ops=\"close_focused_prelight\" />\n\t<button function=\"close\" state=\"pressed\" draw_ops=\"close_focused_pressed\" />\n\t<button function=\"maximize\" state=\"normal\" draw_ops=\"maximize_focused\" />\n\t<button function=\"maximize\" state=\"prelight\" draw_ops=\"maximize_focused_prelight\" />\n\t<button function=\"maximize\" state=\"pressed\" draw_ops=\"maximize_focused_pressed\" />\n\t<button function=\"minimize\" state=\"normal\" draw_ops=\"minimize_focused\" />\n\t<button function=\"minimize\" state=\"prelight\" draw_ops=\"minimize_focused_prelight\" />\n\t<button function=\"minimize\" state=\"pressed\" draw_ops=\"minimize_focused_pressed\" />\n\t<button function=\"menu\" state=\"normal\" draw_ops=\"menu_focused\" />\n\t<button function=\"menu\" state=\"prelight\" draw_ops=\"menu_focused_prelight\" />\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=\"prelight\" draw_ops=\"shade_focused_prelight\" />\n\t<button function=\"shade\" state=\"pressed\" draw_ops=\"shade_focused_pressed\" />\n\t<button function=\"unshade\" state=\"normal\" draw_ops=\"unshade_focused\" />\n\t<button function=\"unshade\" state=\"prelight\" draw_ops=\"unshade_focused_prelight\" />\n\t<button function=\"unshade\" state=\"pressed\" draw_ops=\"unshade_focused_pressed\" />\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=\"unshade_unfocused\" />\n\t<button function=\"unshade\" state=\"prelight\" draw_ops=\"unshade_unfocused_prelight\" />\n\t<button function=\"unshade\" state=\"pressed\" draw_ops=\"unshade_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=\"prelight\"><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=\"prelight\"><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<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</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<!-- WINDOWS -->\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\n</metacity_theme>\n"
  },
  {
    "path": "xfwm4/assets.txt",
    "content": "close-active\nclose-inactive\nclose-prelight\nclose-pressed\nhide-active\nhide-inactive\nhide-prelight\nhide-pressed\nmaximize-active\nmaximize-inactive\nmaximize-prelight\nmaximize-pressed\nmenu-active\nmenu-inactive\nmenu-pressed\nshade-active\nshade-inactive\nshade-pressed\nstick-active\nstick-inactive\nstick-pressed\ntitle-1-active\ntitle-1-inactive\ntitle-2-active\ntitle-2-inactive\ntitle-3-active\ntitle-3-inactive\ntitle-4-active\ntitle-4-inactive\ntitle-5-active\ntitle-5-inactive\ntop-left-active\ntop-left-inactive\ntop-right-active\ntop-right-inactive\nleft-active\nleft-inactive\nright-active\nright-inactive\nbottom-active\nbottom-inactive\nbottom-left-active\nbottom-left-inactive\nbottom-right-active\nbottom-right-inactive\n"
  },
  {
    "path": "xfwm4/render-assets.sh",
    "content": "#! /bin/bash\n\nINKSCAPE=\"/usr/bin/inkscape\"\nOPTIPNG=\"/usr/bin/optipng\"\n\nSRC_FILE=\"assets-light.svg\"\nDARK_SRC_FILE=\"assets-dark.svg\"\nASSETS_DIR=\"assets-light\"\nDARK_ASSETS_DIR=\"assets-dark\"\n\nINDEX=\"assets.txt\"\n\nfor i in `cat $INDEX`\ndo \nif [ -f $ASSETS_DIR/$i.png ]; then\n    echo $ASSETS_DIR/$i.png exists.\nelse\n    echo\n    echo Rendering $ASSETS_DIR/$i.png\n    $INKSCAPE --export-id=$i \\\n              --export-id-only \\\n              --export-png=$ASSETS_DIR/$i.png $SRC_FILE >/dev/null \\\n    && $OPTIPNG -o7 --quiet $ASSETS_DIR/$i.png \nfi\nif [ -f $DARK_ASSETS_DIR/$i.png ]; then\n    echo $DARK_ASSETS_DIR/$i.png exists.\nelse\n    echo\n    echo Rendering $DARK_ASSETS_DIR/$i.png\n    $INKSCAPE --export-id=$i \\\n              --export-id-only \\\n              --export-png=$DARK_ASSETS_DIR/$i.png $DARK_SRC_FILE >/dev/null \\\n    && $OPTIPNG -o7 --quiet $DARK_ASSETS_DIR/$i.png \nfi\ndone\nexit 0\n"
  },
  {
    "path": "xfwm4/themerc-dark",
    "content": "button_offset=2\nbutton_spacing=0\n\nshow_app_icon=true\n\nfull_width_title=true\n\ntitle_shadow_active=false\ntitle_shadow_inactive=false\n\ntitle_horizontal_offset=3\n\nactive_text_color=#afafaf\nactive_text_shadow_color=#252525\n\ninactive_text_color=#808080\ninactive_text_shadow_color=#252525\n\nshadow_delta_height=2\nshadow_delta_width=0\nshadow_delta_x=0\nshadow_delta_y=-5\nshadow_opacity=40\n"
  },
  {
    "path": "xfwm4/themerc-light",
    "content": "button_offset=2\nbutton_spacing=0\n\nshow_app_icon=true\n\nfull_width_title=true\n\ntitle_shadow_active=false\ntitle_shadow_inactive=false\n\ntitle_horizontal_offset=3\n\nactive_text_color=#707070\nactive_text_shadow_color=#e7e7e7\n\ninactive_text_color=#979797\ninactive_text_shadow_color=#e7e7e7\n\nshadow_delta_height=2\nshadow_delta_width=0\nshadow_delta_x=0\nshadow_delta_y=-5\nshadow_opacity=40\n"
  }
]