Repository: surajmandalcell/elementary-x Branch: master Commit: 801e677fd99e Files: 27 Total size: 347.3 KB Directory structure: gitextract__f_9cudd/ ├── .gitignore ├── .gitmodules ├── COPYING ├── README.md ├── _config.yml ├── contributors.md ├── gtk-2.0/ │ └── gtkrc ├── gtk-3.0/ │ ├── animate.css │ ├── apps.css │ ├── elementaryX-dark.css │ ├── elementaryX.css │ ├── granite-widgets-dark.css │ ├── granite-widgets.css │ ├── gtk-dark.css │ ├── gtk-widgets-dark.css │ ├── gtk-widgets.css │ ├── gtk.css │ └── palette.css ├── index.theme ├── install_fixed_icons.sh ├── install_plank_themes.sh ├── metacity-1/ │ ├── metacity-theme-dark.xml │ └── metacity-theme-light.xml └── xfwm4/ ├── assets.txt ├── render-assets.sh ├── themerc-dark └── themerc-light ================================================ FILE CONTENTS ================================================ ================================================ FILE: .gitignore ================================================ *.log *~ /node_modules/ /stylesheet/ tmp ================================================ FILE: .gitmodules ================================================ [submodule "plank-themes"] path = plank-themes url = https://github.com/surajmandalcell/plank-themes-x.git ================================================ FILE: COPYING ================================================ GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The GNU General Public License is a free, copyleft license for software and other kinds of works. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. The precise terms and conditions for copying, distribution and modification follow. TERMS AND CONDITIONS 0. Definitions. "This License" refers to version 3 of the GNU General Public License. "Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. "The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations. To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work. A "covered work" means either the unmodified Program or a work based on the Program. To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. 1. Source Code. The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work. A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. The Corresponding Source for a work in source code form is that same work. 2. Basic Permissions. All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. 3. Protecting Users' Legal Rights From Anti-Circumvention Law. No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. 4. Conveying Verbatim Copies. You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. 5. Conveying Modified Source Versions. You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: a) The work must carry prominent notices stating that you modified it, and giving a relevant date. b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices". c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. 6. Conveying Non-Source Forms. You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. "Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. 7. Additional Terms. "Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or d) Limiting the use for publicity purposes of names of licensors or authors of the material; or e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. 8. Termination. You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. 9. Acceptance Not Required for Having Copies. You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. 10. Automatic Licensing of Downstream Recipients. Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. 11. Patents. A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version". A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. 12. No Surrender of Others' Freedom. If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. 13. Use with the GNU Affero General Public License. Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. 14. Revised Versions of this License. The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. 15. Disclaimer of Warranty. THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. Limitation of Liability. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 17. Interpretation of Sections 15 and 16. If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: Copyright (C) This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an "about box". You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see . The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . ================================================ FILE: README.md ================================================ # Elementary X #### Maintainer Needed! Please leave a comment in "Maintainer Needed!" issue if you're intrested Fork of the Default Gtk+ Stylesheet for elementary OS with OS X window controls The 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** #### Elementary-X is available in two variants ##### Dark Variant ![](https://i.imgur.com/kWuZ2aY.png) ![](https://i.imgur.com/n2T2tjm.png) ![](https://i.imgur.com/lPLt0Xx.png) ##### Light Variant ###### (old screenshots) ![](http://i.imgur.com/AFwq5WW.png) ![](http://i.imgur.com/XjGm1FX.png) [More screenshots](https://imgur.com/a/yoBOoSx) #### Features - Traffic lights window controls - Re-designed widgets to look cool - Always up to date with original elementary-os stylesheet ### Installation You'll need ```git``` to install this theme 1. Open terminal and execute the following ``` git clone https://github.com/surajmandalcell/elementary-x.git ~/.themes/elementary-x ``` 2. Select this theme in tweak tool or execute the following ``` gsettings set org.gnome.desktop.interface gtk-theme "elementary-x" ``` 3. Thats it you're done! ***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 ```* ### Extras * 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) * 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) * The folder also includes plank themes! To install just use the ```install_plank_themes.sh``` script * Chrome themes will be included soon.. * There are metacity and xfwm4 themes wich are for other desktop environment use. * *There is no gnome-shell theme as it is ment for elementary gala de*. #### TO-DO Here is the link to the trello board for the project > [board](https://trello.com/b/hEsKYAOa). ### Contributing This stylesheet doesn't need to be compiled. It is recommended to make a symbolic link from the source directory to "/usr/share/themes" for testing: ln -s /path/to/your/branch /usr/share/themes/ Apps will need to be restarted or the system stylesheet will need to be changed for your changes to take effect. You can also test changes live with Gtk Inspector. Make sure you have Gtk development libraries installed: sudo apt install libgtk-3-dev Open an app you wish to test your changes on. Open Gtk Inspector with the keyboard shortcut Shift + Ctrl + D, then navigate to the tab "Custom CSS". Your changes here will take immediate effect on the focused app. ### Todo * Merge https://github.com/elementary/stylesheet/pull/381 ================================================ FILE: _config.yml ================================================ theme: jekyll-theme-slate ================================================ FILE: contributors.md ================================================ --- Elementary-x Suraj Mandal --- metacity and xfwm4 theme vinceliuice --- Original theme authors Andreas Stocker (firefeak) Andrés Felipe Gómez Emily Wind kkrikk Marek S. (Weakhead) Marcelo Aguero Marco Bonomo Markus (M4he) Pavel Petev Piotr Maciejko Sam Hewitt "snwh" Satyajit Sahoo Seahorsepip Simon Steinbeiß Cassidy James "cassidyjames" Caleb Riley "spiceofdesign" ================================================ FILE: gtk-2.0/gtkrc ================================================ gtk_color_scheme = "bg_color:#DEDEDE\nselected_bg_color:#4a90d9\nbase_color:#FFF" # Background, base gtk_color_scheme = "fg_color:#4D4D4D\nselected_fg_color:#FFF\ntext_color:#4D4D4D" # Foreground, text gtk_color_scheme = "sidebar_color:#DEDEDE" # Custom colors gtk_color_scheme = "tooltip_bg_color:#000\ntooltip_fg_color:#FFF" # Tooltips gtk_color_scheme = "link_color:#08C" # Hyperlinks gtk_color_scheme = "frame_color:#D1D1D1\ninactive_frame_color:#D1D1D1" # Fix for Chrome gtk_color_scheme = "bg_color_dark:#F0F0F0\ntext_color_dark:#4d4d4d\ntext_color_dark_selected:#FFF" # Dark colors - NO MORE DARKS gtk_color_scheme = "widget_color:#EAEAEA" gtk-icon-sizes = "gtk-button=16,16" # Set icon size for buttons gtk-button-images = 0 # Disables icons for buttons with text gtk-toolbar-style = 0 # Disables text in toolbar gtk-auto-mnemonics = 1 # Disables lines under menu items #################### ## Default Styles ## #################### style "murrine-default" { GnomeHRef ::link_color = @link_color GtkHTML ::link-color = @link_color GtkIMHtmlr ::hyperlink-color = @link_color GtkIMHtml ::hyperlink-color = @link_color GtkWidget ::link-color = @link_color GtkWidget ::visited-link-color = @text_color GtkButton ::child-displacement-x = 1 GtkButton ::child-displacement-y = 1 GtkButton ::default-border = { 0, 0, 0, 0 } GtkCheckButton ::indicator-size = 15 GtkEntry ::honors-transparent-bg-hint = 1 GtkEntry ::progress-border = { 2, 2, 2, 2 } GtkEntry ::state-hint = 0 GtkExpander ::expander-size = 16 GtkImage ::x-ayatana-indicator-dynamic = 1 GtkMenu ::horizontal-padding = 0 GtkMenu ::vertical-padding = 0 GtkMenuBar ::internal-padding = 0 GtkMenuBar ::window-dragging = 1 GtkNotebook ::tab-overlap = 0 GtkPaned ::handle-size = 6 GtkProgressBar ::min-vertical-bar-width = 10 GtkProgressBar ::min-horizontal-bar-height = 10 GtkScale ::slider-length = 14 GtkScale ::slider-width = 14 GtkScale ::trough-side-details = 1 GtkScrollbar ::has-backward-stepper = 0 GtkScrollbar ::has-forward-stepper = 0 GtkScrollbar ::min-slider-length = 30 GtkScrollbar ::slider-width = 6 GtkScrollbar ::trough-border = 1 GtkScrolledWindow ::scrollbar-spacing = 0 GtkScrolledWindow ::scrollbars-within-bevel = 1 GtkToolbar ::internal-padding = 0 GtkTreeView ::expander-size = 7 GtkTreeView ::vertical-separator = 0 GtkWidget ::new-tooltip-style = 1 GtkWidget ::focus-line-width = 1 GtkWidget ::focus-padding = 0 xthickness = 1 ythickness = 1 base[NORMAL] = @base_color base[PRELIGHT] = shade (0.95, @bg_color) base[ACTIVE] = shade (0.92, @selected_bg_color) base[SELECTED] = shade (0.93, @selected_bg_color) base[INSENSITIVE] = @bg_color bg[NORMAL] = @bg_color bg[PRELIGHT] = shade (1.02, @bg_color) bg[SELECTED] = @selected_bg_color bg[INSENSITIVE] = @bg_color bg[ACTIVE] = shade (1.04, @bg_color) fg[NORMAL] = @fg_color fg[PRELIGHT] = @fg_color fg[SELECTED] = @selected_fg_color fg[ACTIVE] = @fg_color fg[INSENSITIVE] = shade(0.5, @bg_color) text[NORMAL] = @text_color text[PRELIGHT] = @text_color text[ACTIVE] = @selected_fg_color text[SELECTED] = @selected_fg_color text[INSENSITIVE] = darker (@bg_color) engine "murrine" { animation = TRUE arrowstyle = 1 border_shades = { 1.15, 0.85 } colorize_scrollbar = TRUE contrast = 1.1 default_button_color = shade (1.12, @selected_bg_color) focusstyle = 3 glazestyle = 0 gradient_shades = {1.18,1.09,1.08,0.9} glowstyle = 4 highlight_shade = 1.0 # set highlight amount for buttons or widgets lightborder_shade = 1.18 # sets lightborder amount for buttons or widgets lightborderstyle = 0 # 0 = lightborder on top side, 1 = lightborder on all sides listviewstyle = 2 # 0 = nothing, 1 = dotted, 2 = line menubaritemstyle = 0 # 0 = menuitem look, 1 = button look menubarstyle = 2 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped menuitemstyle = 1 # 0 = flat, 1 = glassy, 2 = striped menustyle = 0 # 0 = no vertical menu stripe, 1 = display vertical menu stripe progressbarstyle = 1 reliefstyle = 3 # 0 = flat, 1 = inset, 2 = shadow, 3 = shadow with gradient, 4 = stronger shadow with gradient rgba = FALSE # Alpha transparency roundness = 2 # 0 = square scrollbarstyle = 0 # 0 = nothing separatorstyle = 1 shadow_shades = { 2.0, 1.0 } sliderstyle = 0 # 0 = nothing added stepperstyle = 1 # 0 = standard, 1 = integrated stepper handles, 2 = unknown toolbarstyle = 1 # 0 = flat, 1 = glassy, 2 = gradient trough_shades = { 0.85, 1.0 } } } style "murrine-dark" = "murrine-default" { base[NORMAL] = @bg_color_dark base[PRELIGHT] = shade (0.95, @bg_color_dark) base[INSENSITIVE] = @bg_color_dark bg[NORMAL] = @bg_color_dark bg[PRELIGHT] = shade (1.02, @bg_color_dark) bg[SELECTED] = shade (1.1, @selected_bg_color) bg[INSENSITIVE] = @bg_color_dark bg[ACTIVE] = shade (1.04, @bg_color_dark) fg[NORMAL] = @text_color_dark fg[PRELIGHT] = @text_color_dark_selected fg[SELECTED] = @text_color_dark_selected fg[ACTIVE] = @text_color_dark_selected fg[INSENSITIVE] = darker (@bg_color) text[NORMAL] = @text_color_dark text[PRELIGHT] = @text_color_dark_selected text[ACTIVE] = @text_color_dark_selected text[SELECTED] = @text_color_dark_selected text[INSENSITIVE] = darker (@bg_color_dark) } style "murrine-thin" = "murrine-default" { xthickness = 0 ythickness = 0 } style "murrine-wide" = "murrine-default" { xthickness = 2 ythickness = 2 } style "murrine-wider" = "murrine-default" { xthickness = 3 ythickness = 3 } style "murrine-widest" = "murrine-default" { xthickness = 4 ythickness = 4 } style "murrine-thin-dark" = "murrine-dark" { xthickness = 0 ythickness = 0 } style "murrine-wide-dark" = "murrine-dark" { xthickness = 2 ythickness = 2 } style "murrine-wider-dark" = "murrine-dark" { xthickness = 3 ythickness = 3 } ################### ## Widget Styles ## ################### style "murrine-button" = "murrine-widest" { bg[ACTIVE] = shade (0.80, @bg_color) bg[NORMAL] = shade (1.15, @bg_color) bg[PRELIGHT] = shade (1.13, @bg_color) bg[SELECTED] = @widget_color bg[INSENSITIVE] = shade (0.98, @bg_color) engine "murrine" { border_shades = {1.1, 0.9} contrast = 1.25 gradient_shades = {1.10,1.0,0.99,0.90} lightborderstyle = 1 textstyle = 1 } } style "murrine-button-content" = "murrine-wider" { GtkWidget ::focus-line-width = 0 GtkWidget ::focus-padding = 2 bg[ACTIVE] = shade (0.9, @base_color) bg[NORMAL] = @base_color bg[PRELIGHT] = @base_color bg[SELECTED] = @base_color bg[INSENSITIVE] = @base_color engine "murrine" { border_shades = {1.05, 1.05} contrast = 0.85 gradient_shades = {1.0,1.5,1.6,2.5} shadow_shades = {2.0,2.0} } } style "murrine-button-dark" = "murrine-widest" { bg[ACTIVE] = shade (0.80, @bg_color_dark) bg[NORMAL] = shade (1.15, @bg_color_dark) bg[PRELIGHT] = shade (1.13, @selected_bg_color) bg[SELECTED] = shade (0.75, @selected_bg_color) bg[INSENSITIVE] = shade (0.98, @bg_color_dark) engine "murrine" { border_shades = {1.1, 0.9} contrast = 1.25 gradient_shades = {1.10,1.0,0.99,0.90} lightborderstyle = 1 } } style "murrine-comboboxentry" = "murrine-wider" { ythickness = 4 bg[ACTIVE] = shade (0.80, @bg_color) bg[NORMAL] = shade (1.15, @bg_color) bg[PRELIGHT] = shade (1.13, @selected_bg_color) bg[INSENSITIVE] = shade (0.98, @bg_color) engine "murrine" { lightborderstyle = 1 } } style "murrine-combo" = "murrine-comboboxentry" { engine "murrine" { gradient_shades = {1.10,1.0,0.99,0.90} } } style "murrine-entry" = "murrine-widest" { GtkWidget ::focus-line-width = 1 GtkWidget ::focus-padding = 1 bg[ACTIVE] = shade (0.78, @bg_color) bg[NORMAL] = shade (2.20, @bg_color) bg[PRELIGHT] = shade (1.18, @selected_bg_color) bg[SELECTED] = shade (0.9, @selected_bg_color) bg[INSENSITIVE] = shade (0.98, @bg_color) engine "murrine" { border_shades = {1.35, 1.15} } } style "murrine-frame-title" { fg[NORMAL] = lighter (@fg_color) } style "murrine-menu" = "murrine-thin" { bg[NORMAL] = shade (0.96, @base_color) } style "murrine-menu-item" = "murrine-wider" { fg[PRELIGHT] = @selected_fg_color fg[SELECTED] = @selected_fg_color fg[ACTIVE] = @fg_color fg[INSENSITIVE] = darker (@bg_color) bg[SELECTED] = shade (1.10, @selected_bg_color) engine "murrine" { contrast = 0.8 roundness = 0 lightborderstyle = 1 } } style "murrine-menubar" { fg[NORMAL] = @fg_color GtkMenuBar :: shadow-type = GTK_SHADOW_NONE } style "murrine-notebook" = "murrine-default" { bg[NORMAL] = shade (1.06, @bg_color) # selected tab entire bg[ACTIVE] = shade (0.85, @bg_color) # unselected tab engine "murrine" { roundness = 4 } } style "murrine-progressbar" = "murrine-thin" { bg[ACTIVE] = shade (0.75, @bg_color) bg[SELECTED] = @bg_color engine "murrine" { roundness = 100 highlight_shade = 1.0 lightborder_shade = 2.0 gradient_shades = {0.90,1.09,1.10,1.30} trough_shades = {1.00,1.16} contrast = 1.13 border_shades = {1.0, 0.9} } } style "murrine-scale" = "murrine-wider" { bg[ACTIVE] = shade (0.78, @bg_color) bg[NORMAL] = shade (1.30, @bg_color) bg[PRELIGHT] = shade (1.18, @selected_bg_color) bg[SELECTED] = shade (0.9, @selected_bg_color) bg[INSENSITIVE] = shade (0.98, @bg_color) engine "murrine" { border_shades = {0.8, 0.6} contrast = 0.8 lightborderstyle = 1 roundness = 7 trough_shades = {0.9, 1.1} } } style "murrine-scrollbar" { bg[SELECTED] = shade (0.6, @base_color) bg[ACTIVE] = @base_color engine "murrine" { roundness = 2 gradient_shades = {1.0,1.0,1.0,1.0} highlight_shade = 1.0 glow_shade = 1.0 reliefstyle = 0 gradient_colors = FALSE lightborder_shade = 1.0 lightborderstyle = 0 trough_shades = { 1.3, 1.3} border_shades = { 2.0, 2.0} contrast = 0.0 } } style "murrine-scrollbar-dark" = "murrine-scrollbar" { engine "murrine" { gradient_shades = {0.65,0.65,0.65,0.65} trough_shades = { 1.0, 1.0} border_shades = { 0.3, 0.3} } } style "murrine-scrollbar-sidebar" = "murrine-scrollbar" { engine "murrine" { trough_shades = { 0.97, 0.97} border_shades = { 1.2, 1.2} } } style "murrine-sidebar" { base[NORMAL] = @bg_color bg[NORMAL] = @bg_color text[NORMAL] = mix (0.3, @bg_color, @text_color) font_name = "Regular" GtkTreeView::odd_row_color = @bg_color GtkTreeView::even_row_color = @bg_color engine "murrine" { textstyle = 1 listviewstyle = 0 } } style "murrine-tasklist" = "murrine-wide" {} style "murrine-toggleswitch" = "murrine-wider" { ythickness = 4 bg[ACTIVE] = shade (0.80, @bg_color) bg[NORMAL] = shade (1.15, @bg_color) bg[PRELIGHT] = shade (1.13, @selected_bg_color) bg[SELECTED] = shade (0.75, @selected_bg_color) bg[INSENSITIVE] = shade (0.98, @bg_color) engine "murrine" { border_shades = {1.1, 0.9} contrast = 1.25 gradient_shades = {0.90,0.99,1.00,1.10} lightborderstyle = 1 textstyle = 1 } } style "murrine-toolbar" = "murrine-default" { engine "murrine" { contrast = 1.13 lightborder_shade = 1.0 gradient_shades = {1.0,0.94,0.94,0.88} } } style "murrine-tooltips" = "murrine-wider" { xthickness = 8 ythickness = 5 bg[NORMAL] = @tooltip_bg_color bg[SELECTED] = "#000" fg[NORMAL] = @tooltip_fg_color engine "murrine" { roundness = 0 trough_shades = { 0.15, 0.3 } } } style "murrine-treeview" { engine "murrine" { gradient_shades = {1.00,1.00,1.00,1.00} separatorstyle = 0 } } style "murrine-treeview-header" = "murrine-default" { ythickness = 1 GtkWidget ::focus-padding = 0 bg[NORMAL] = shade (1.08, @bg_color) bg[PRELIGHT] = @bg_color bg[INSENSITIVE] = shade (1.04, @bg_color) engine "murrine" { gradient_shades = {0.96,1.04,1.05,1.18} glazestyle = 1 contrast = 1.0 roundness = 0 } } style "murrine-xfwm4-tabwin" = "murrine-dark" { bg[NORMAL] = @tooltip_bg_color bg[PRELIGHT] = shade (0.4, @bg_color_dark) bg[ACTIVE] = @tooltip_bg_color bg[SELECTED] = shade (0.4, @bg_color_dark) } style "notebook-close" { stock["gtk-close"] = {{ "Icons/close.png", *, *, * }} } style "pixmap-mode-button" { engine "pixmap" { image { function = BOX state = PRELIGHT file = "/Button/mode_prelight.png" border = { 3, 13, 3, 3 } stretch = TRUE } image { function = BOX state = NORMAL file = "/Button/mode_normal.png" border = { 3, 13, 3, 3 } stretch = TRUE } image { function = BOX state = ACTIVE file = "/Button/mode_pressed.png" border = { 3, 13, 3, 3 } stretch = TRUE } image { function = BOX state = INSENSITIVE file = "/Button/mode_normal.png" border = { 3, 13, 3, 3 } stretch = TRUE } image { function = BOX state = SELECTED file = "/Button/mode_pressed.png" border = { 3, 13, 3, 3 } stretch = TRUE } } } style "overlay-scrollbar" { base[SELECTED] = shade (0.6, @base_color) base[INSENSITIVE] = shade (0.85, @base_color) } style "pixmap-paned" { GtkPaned::handle_size = 8 engine "pixmap" { image { file = "Handle/pane-horiz.png" function = HANDLE overlay_file = "Handle/dimple.png" overlay_stretch = FALSE stretch = TRUE orientation = VERTICAL } image { file = "Handle/pane-vert.png" function = HANDLE overlay_file = "Handle/dimple.png" overlay_stretch = FALSE stretch = TRUE orientation = HORIZONTAL } } } style "pixmap-resize-grip" = "murrine-default" { engine "pixmap" { image { function = RESIZE_GRIP overlay_file = "/Handle/resize_grip.png" overlay_border = {0,0,0,0 } overlay_stretch = FALSE } } } style "pixmap-sidebar-handle-left" { GtkPaned::handle-size = 2 engine "pixmap"{ image { function = HANDLE file = "/Sidebar/handle.png" stretch = TRUE border = { 0, 0, 0, 0 } } } } ############## ## Matching ## ############## class "GtkWidget" style "murrine-default" class "GtkWindow*" style "pixmap-resize-grip" class "GtkToolbar" style "murrine-toolbar" class "GtkHandleBox" style "murrine-toolbar" class "GtkRange" style "murrine-wide" class "GtkFrame" style "murrine-wide" class "GtkSeparator" style "murrine-wide" class "GtkEntry" style "murrine-entry" class "GtkCalendar" style "murrine-wide" class "GtkInfoBar" style "murrine-default" class "GtkIconView" style "murrine-default" class "GtkSpinButton" style "murrine-combo" class "GtkScale" style "murrine-scale" class "GtkVScale" style "murrine-scale" class "GtkHScale" style "murrine-scale" class "GtkScrollbar" style "murrine-scrollbar" class "GtkVScrollbar" style "murrine-scrollbar" class "GtkHScrollbar" style "murrine-scrollbar" widget "*ModeButton*" style "pixmap-mode-button" widget "*ToggleSwitch*" style "murrine-toggleswitch" widget "*SidebarHandleLeft" style "pixmap-sidebar-handle-left" widget "*SidebarScrolled*" style : highest "murrine-scrollbar-sidebar" widget "*SidebarContent" style "murrine-sidebar" widget "xfwm4-tabwin*" style "murrine-xfwm4-tabwin" widget_class "**" style "notebook-close" widget_class "**" style "murrine-notebook" widget_class "**" style "murrine-notebook" widget_class "**" style "murrine-notebook" widget_class "*" style "murrine-notebook" widget_class "*" style "murrine-default" widget_class "**" style "murrine-comboboxentry" widget_class "**" style "murrine-combo" widget_class "**" style "murrine-menu" widget_class "**" style "murrine-menubar" widget_class "**" style "murrine-menu-item" widget_class "*.*." style "murrine-scale" widget_class "*.." style "murrine-frame-title" widget_class "*.*" style "murrine-treeview" widget_class "*GtkHPaned" style "pixmap-paned" widget_class "*GtkVPaned" style "pixmap-paned" widget_class "*" style "murrine-progressbar" widget_class "*" style "murrine-progressbar" widget_class "**" style "murrine-default" widget_class "**" style "murrine-default" widget_class "*" style "murrine-button" # Treeview header widget_class "*.." style "murrine-treeview-header" widget_class "*.." style "murrine-treeview-header" widget_class "*.." style "murrine-treeview-header" widget_class "*.." style "murrine-treeview-header" #Overlay scrollbars widget_class "**" style "overlay-scrollbar" ################################ # FIXME: This will not work if one embeds eg. a button into the tooltip. ################################ widget "gtk-tooltip*" style "murrine-tooltips" ################################################### # Special cases and work arounds ################################################### # Work around for http://bugzilla.gnome.org/show_bug.cgi?id=382646 # Note that the work around assumes that the combobox is _not_ in # appears-as-list mode. # Similar hack also in the menuitem style. # This style does not affect GtkComboBoxEntry, it does have an effect # on comboboxes in appears-as-list mode though. style "murrine-combobox-text-color-workaround" { text[NORMAL] = @fg_color text[PRELIGHT] = @fg_color text[SELECTED] = @selected_fg_color text[ACTIVE] = @fg_color text[INSENSITIVE] = darker (@bg_color) } widget_class "*.." style "murrine-combobox-text-color-workaround" style "murrine-menuitem-text-is-fg-color-workaround" { text[NORMAL] = @fg_color text[PRELIGHT] = @selected_fg_color text[SELECTED] = @selected_fg_color text[ACTIVE] = @fg_color text[INSENSITIVE] = darker (@bg_color) } widget "*.gtk-combobox-popup-menu.*" style "murrine-menuitem-text-is-fg-color-workaround" ################################## # Work around the usage of GtkLabel inside GtkListItems to display text. # This breaks because the label is shown on a background that is based on the base color set. # The same problem also exists for GtkCList and GtkCTree # Only match GtkCList and not the parent widgets, because that would also change the headers. ################################## style "murrine-fg-is-text-color-workaround" { fg[NORMAL] = @text_color fg[PRELIGHT] = @text_color fg[ACTIVE] = @selected_fg_color fg[SELECTED] = @selected_fg_color fg[INSENSITIVE] = darker (@bg_color) } widget_class "**" style "murrine-fg-is-text-color-workaround" widget_class "*" style "murrine-fg-is-text-color-workaround" style "chrome-gtk-frame" { ChromeGtkFrame::frame-color = shade (0.5, @bg_color) ChromeGtkFrame::inactive-frame-color = shade (0.5, @bg_color) ChromeGtkFrame::incognito-frame-color = shade (0.5, @bg_color) ChromeGtkFrame::incognito-inactive-frame-color = shade (0.5, @bg_color) ChromeGtkFrame::frame-gradient-size = 100 ChromeGtkFrame::frame-gradient-color = shade (1.08,@bg_color) ChromeGtkFrame::inactive-frame-gradient-color = shade (1.08,@bg_color) ChromeGtkFrame::incognito-frame-gradient-color = shade (1.08,@bg_color) ChromeGtkFrame::incognito-inactive-frame-gradient-color = shade (1.08,@bg_color) ChromeGtkFrame::scrollbar-trough-color = @base_color } class "ChromeGtkFrame" style "chrome-gtk-frame" ================================================ FILE: gtk-3.0/animate.css ================================================ .pulse { animation: pulse 500ms ease-in-out infinite; animation-direction: alternate; } .pulse.attention { color: @attention_color; } .pulse.success { color: @success_color; } .pulse.warning { color: @warning_color; } .pulse.error { color: @error_color; } @keyframes pulse { 0% { color: inherit; } } .shake { animation: shake 0.4s ease-in-out 1; } @keyframes shake { 0% { padding-left: 0; } 25% { padding-left: 64px; } 50% { padding-left: 0; } 75% { padding-left: 32px; } 100% { padding-left: 0; } } .spin, entry.spin:dir(ltr) image:last-child, entry.spin:dir(rtl) image:first-child { animation: spin 600ms linear infinite; } @keyframes spin { to { -gtk-icon-transform: rotate(1turn); } } ================================================ FILE: gtk-3.0/apps.css ================================================ /* Latest sync upstream commit https://github.com/elementary/stylesheet/pull/367/commits/c91b754bb602343adff587ae6281e36fd3be73ff */ /*********** * Epiphany * ***********/ .incognito.titlebar { background-image: -gtk-icontheme( "user-not-tracked-symbolic" ), linear-gradient( to bottom, shade ( @colorPrimary, 1.04 ), shade ( @colorPrimary, 0.94 ) ); background-size: 64px 64px, 100% 100%; background-position: 100px, 0, 0 0; background-repeat: no-repeat, no-repeat; color: @text_shadow_color; } .incognito.titlebar:backdrop { background-image: -gtk-icontheme( "user-not-tracked-symbolic" ), linear-gradient( shade ( @colorPrimary, 1.08 ), shade ( @colorPrimary, 0.98 ) ); } /******** * Files * ********/ .pathbar:focus { box-shadow: inset 0 0 0 1px alpha (@colorAccent, 0.23), 0 1px 0 alpha (@bg_highlight_color, 0.3); border-color: alpha (@colorAccent, 0.8); } .pathbar:active { background-image: none; background-color: transparent; border-color: alpha (@colorAccent, 0.8); box-shadow: inset 0 0 0 1px alpha (@colorAccent, 0.23); } .pathbar image { color: @internal_element_color; } .pathbar image:hover { color: @internal_element_prelight; } dialog entry.pathbar { background-image: linear-gradient( to bottom, shade ( @base_color, 0.93 ), shade ( @base_color, 0.97 ) ); border-color: @border_color; box-shadow: inset 0 1px 0 0 alpha (@inset_dark_color, 0.7), inset 0 0 0 1px alpha (@inset_dark_color, 0.3), 0 1px 0 0 alpha (shade (@colorPrimary, 1.4), 0.5); } dialog entry.pathbar:focus { border-color: alpha (@colorAccent, 0.8); box-shadow: inset 0 0 0 1px alpha (@colorAccent, 0.23), 0 1px 0 0 alpha (shade (@colorPrimary, 1.4), 0.5); } /******************** * Nautilus FLoatbar * ********************/ .floating-bar { background-color: alpha (#232837, 0.9); border-radius: 3px; border-width: 0; border: 1px solid #3D4248; /* Better visual */ box-shadow: 0 1px 3px alpha (#000, 0.50), /* Tested 7 times for better resualt */ 0 1px 2px alpha (#000, 0.24); color: #fff; padding: 2px 0; margin: 6px; text-shadow: 0 1px 2px alpha (#000, 0.6); } .floating-bar label { color: #fff; text-shadow: 0 1px 2px alpha (#000, 0.6); } /******* * Gala * * Window Notification * *******/ .gala-notification, window.notification .draw-area { border: none; border-radius: 4px; background-color: transparent; background-image: linear-gradient( to bottom, @bg_color, @bg_color 80%, shade ( @bg_color, 0.94 ) ); box-shadow: inset 0 0 0 1px alpha (@bg_highlight_color, 0.1), inset 0 1px 0 0 alpha (@bg_highlight_color, 0.9), inset 0 -1px 0 0 alpha (@bg_highlight_color, 0.3), 0 0 0 1px alpha (#000, 0.2), 0 3px 6px alpha (#000, 0.16), 0 5px 5px -3px alpha (#000, 0.4); } window.notification .draw-area label.title, .gala-notification .title, .gala-notification .label { color: @text_color; } window.notification .draw-area image, .gala-notification image { color: alpha (@text_color, 0.8); } window.notification .draw-area progressbar progress, window.notification .draw-area progressbar progress:backdrop { background: @fg_color; } window.notification .draw-area progressbar trough { background: @tab_base_color ; } .gala-button { padding: 3px; color: #fff; border: none; border-radius: 100px; background-image: linear-gradient( to bottom, #7e7e7e, #3e3e3e ); box-shadow: inset 0 0 0 1px alpha (#fff, 0.02), inset 0 1px 0 0 alpha (#fff, 0.07), inset 0 -1px 0 0 alpha (#fff, 0.01), 0 0 0 1px alpha (#000, 0.4), 0 3px 6px alpha (#000, 0.16), 0 3px 6px alpha (#000, 0.23); text-shadow: 0 1px 1px alpha (#000, 0.6); } /******** * Geary * ********/ paned statusbar frame { border: none; } /********** * Greeter * **********/ .greeter .avatar { border-color: alpha (#000, 0.25); box-shadow: inset 0 0 0 1px alpha (#fff, 0.05), inset 0 1px 0 0 alpha (#fff, 0.45), inset 0 -1px 0 0 alpha (#fff, 0.15), 0 1px 2px alpha (#000, 0.15), 0 2px 6px alpha (#000, 0.1); } .greeter entry, .greeter entry:focus { border-radius: 3.5px; padding: 6px 3px; background-image: linear-gradient( to bottom, shade ( @base_color, 0.93 ), @base_color ); border-color: alpha (@border_color, 0.75); box-shadow: inset 0 1px 1px 0 alpha (#000, 0.2), 0 1px 0 alpha (#fff, 0.15); } .greeter button.flat, .greeter .h2, .greeter .time { color: #fff; text-shadow: 0 0 2px alpha (#000, 0.3), 0 1px 2px alpha (#000, 0.6); -gtk-icon-shadow: 0 0 2px alpha (#000, 0.3), 0 1px 2px alpha (#000, 0.6); } .greeter .h2 { font-size: 24px; } .greeter .time { font-size: 72px; font-family: Raleway; font-weight: 100; } .greeter .pm { font-size: 48px; } .greeter button.text-button.suggested-action { padding: 6px 32px; border-radius: 3.5px; border-color: rgba(0, 0, 0, 0.1); box-shadow: inset 0 0 0 1px alpha (#fff, 0.05), inset 0 1px 0 0 alpha (#fff, 0.45), inset 0 -1px 0 0 alpha (#fff, 0.15), 0 1px 0 0 alpha (#fff, 0.15); } .greeter button.text-button.suggested-action:active { box-shadow: inset 0 0 0 1px alpha (#000, 0.05), 0 1px 0 0 alpha (#fff, 0.15); } /********* * Panel * ********/ .panel { background-color: transparent; transition: all 100ms ease-in-out; margin-bottom: 0; } .panel.maximized { background-color: #000; } .panel.translucent { background-color: alpha(#000, 0.5); box-shadow: 0 1px 3px alpha(#000, 0.24), 0 1px 1px alpha(#000, 0.52); margin-bottom: 4px; } .panel.color-light.translucent { background-color: alpha(#fff, 0.85); box-shadow: inset 0 -1px 1px alpha(#fff, 0.2), 0 1px 3px alpha(#000, 0.24), 0 1px 1px alpha(#000, 0.12); margin-bottom: 4px; } menubar.panel, .panel menubar { box-shadow: none; border: none; } .composited-indicator { padding: 0 6px; } .composited-indicator > revealer label, .composited-indicator > revealer image, .composited-indicator > revealer spinner { color: #fff; font-weight: bold; text-shadow: 0 0 2px alpha (#000, 0.3), 0 1px 2px alpha (#000, 0.6); transition: all 200ms ease-in-out; -gtk-icon-shadow: 0 0 2px alpha (#000, 0.3), 0 1px 2px alpha (#000, 0.6); } .composited-indicator .keyboard { background-color: #fff; border-radius: 2px; box-shadow: 0 0 2px alpha (#000, 0.3), 0 1px 2px alpha (#000, 0.6); color: #333; font-weight: 600; padding: 0 3px; text-shadow: none; } .panel.color-light .composited-indicator > revealer label, .panel.color-light .composited-indicator > revealer image, .panel.color-light .composited-indicator > revealer spinner { color: alpha (#000, 0.65); text-shadow: 0 0 2px alpha (#fff, 0.3), 0 1px 0 alpha (#fff, 0.25); -gtk-icon-shadow: 0 0 2px alpha (#fff, 0.3), 0 1px 0 alpha (#fff, 0.25); } .panel.color-light .composited-indicator .keyboard { background-color: alpha (#000, 0.65); box-shadow: 0 0 2px alpha (#fff, 0.3), 0 1px 0 alpha (#fff, 0.25); color: #fff; text-shadow: none; } .panel popover { box-shadow: inset 0 -1px 0 0 alpha (@bg_highlight_color, 0.5), 0 3px 4px alpha (#000, 0.15), 0 3px 3px -3px alpha (#000, 0.35); } /********** * Photos * *********/ .checkerboard-layout { background-color: #383e41; background-image: linear-gradient( 45deg, alpha ( #000, 0.1 ) 25%, transparent 25%, transparent 75%, alpha ( #000, 0.1 ) 75%, alpha ( #000, 0.1 ) ), linear-gradient( 45deg, alpha ( #000, 0.1 ) 25%, transparent 25%, transparent 75%, alpha ( #000, 0.1 ) 75%, alpha ( #000, 0.1 ) ); background-size: 24px 24px; background-position: 0 0, 12px 12px; } .checkboard-layout .item { background-color: #eee; } /*************** * Switchboard * **************/ .login entry { padding: 6px; } .login entry *:selected { background-color: shade (@base_color, 0.8); color: @text_color; } .login entry *:selected:focus { background-color: alpha (@colorAccent, 0.9); color: @selected_fg_color; text-shadow: none; } ================================================ FILE: gtk-3.0/elementaryX-dark.css ================================================ /* Dark stuff */ /* Switch */ switch:checked { background-image: linear-gradient( to bottom, shade ( @colorSwitch, 1.2 ), @colorSwitch ); border-color: shade (@colorSwitch, 0.35); } /* Nautilus fix */ .nautilus-window button.image-button.text-button.toggle:checked{ border-radius: 0%; border: 1px solid #2f3337; text-shadow : none; background-image: linear-gradient(#383D42, #3a3e44); box-shadow: inset 0px 0px 0px 0px transparent; } .nautilus-window button.text-button.toggle:checked{ box-shadow: none; border: 1px solid #2f3337; } .nautilus-window button.image-button.text-button.toggle:not(checked){ border-radius: 0%; border: 1px solid #2F3337; box-shadow: inset 0px 1px 0px 0px #41494f; } .nautilus-window button.image-button.text-button.toggle:not(checked):backdrop{ border: 1px solid #2F3337; box-shadow: inset 0px 1px 0px 0px #41494f; background-image: linear-gradient(#3b4045, #3a3e44); } .nautilus-window button.image-button.text-button.toggle:not(checked):nth-child(2){ border-left: none; } /* Quilter */ headerbar.quilter-toolbar.titlebar, headerbar.quilter-toolbar.titlebar:backdrop { background-color: #232629; } /* GNOME apps fix 3.28 */ .titlebar button:not(.titlebutton):not(.text-button):not(.radio):not(.color):hover, .titlebar .button:not(.titlebutton):not(.text-button):not(.radio):not(.color):hover { background: rgba(255,255,255,0.2); } ================================================ FILE: gtk-3.0/elementaryX.css ================================================ /* File : gtk-widgets.css*/ /* .titlebar .title, .titlebar .subtitle, .titlebar .titlebutton, .titlebar *:not(entry) image { color: @textColorPrimary; text-shadow: 0 1px @textColorPrimaryShadow; -gtk-icon-shadow: 0 1px @textColorPrimaryShadow; } .titlebar .title:backdrop, .titlebar .subtitle:backdrop, .titlebar .titlebutton:backdrop, .titlebar *:not(entry) image:backdrop { color: mix (@textColorPrimary, @colorPrimary, 0.3); text-shadow: none; -gtk-icon-shadow: none; } Causing dialog titlebutton backdrop problems dialog .titlebar :not(.suggested-action):not(.destructive-action) image, dialog .titlebar :not(.suggested-action):not(.destructive-action) label { color: @title_color; text-shadow: 0 1px @title_shadow_color; -gtk-icon-shadow: 0 1px @title_shadow_color; } .titlebar { background-image: linear-gradient(to top, #d8d7d8, #e6e5e6); border-color: #d8d7d8; border-radius: 4px 4px 0 0; border-style: solid; border-width: 0 0 0px; text-shadow: 0 1px alpha (shade (@colorPrimary, 1.4), 0.4); //box-shadow: // inset 0 0 0 1px alpha (shade (@colorPrimary, 1.4), 0.2), // No need of box shadows anymore // inset 0 1px 0 0 alpha (shade (@colorPrimary, 1.4), 0.6); padding: 8px 6px 6px; -gtk-icon-shadow: 0 1px alpha (shade (@colorPrimary, 1.4), 0.4); } */ /*********************************** * CSD * ************************************/ /* MY CSD STARTS FROM HERE */ headerbar.default-decoration button.titlebutton, .titlebar.default-decoration button.titlebutton { padding: 0 4px; min-width: 0; min-height: 0; margin: 0; } headerbar button.titlebutton, .titlebar button.titlebutton { padding: 0; min-width: 20px; /* Changed 24 to 20px [Spacing between titlebuttons]*/ border-color: transparent; background-color: transparent; background-image: none; background-color: rgba(231, 232, 235, 0); } headerbar button.titlebutton:hover, .titlebar button.titlebutton:hover { color: rgba(82, 93, 118, 0.8); border-color: rgba(82, 93, 118, 0.1); background-color: rgba(251, 251, 252, 0.9); } headerbar button.titlebutton:active, headerbar button.titlebutton:checked, .titlebar button.titlebutton:active, .titlebar button.titlebutton:checked { color: #ffffff; border-color: #5294e2; background-color: #5294e2; } /* Fixed/removed stupid :active border and box shadow that applied because of button css*/ headerbar button.titlebutton.close:active, headerbar button.titlebutton.maximize:active, headerbar button.titlebutton.minimize:active{ border-color: transparent; box-shadow: none; } headerbar button.titlebutton.close, headerbar button.titlebutton.maximize, headerbar button.titlebutton.minimize, .titlebar button.titlebutton.close, .titlebar button.titlebutton.maximize, .titlebar button.titlebutton.minimize { color: transparent; background-color: transparent; background-position: center; background-repeat: no-repeat; border-width: 0; } headerbar button.titlebutton.close:backdrop, headerbar button.titlebutton.maximize:backdrop, headerbar button.titlebutton.minimize:backdrop, .titlebar button.titlebutton.close:backdrop, .titlebar button.titlebutton.maximize:backdrop, .titlebar button.titlebutton.minimize:backdrop { opacity: 0.75; /* Changed opacity to make it less poppy for inactive windows*/ } headerbar button.titlebutton.close, .titlebar button.titlebutton.close { background-image: -gtk-scaled(url("assets/titlebutton-close.png"), url("assets/titlebutton-close@2.png")); } headerbar button.titlebutton.close:backdrop, .titlebar button.titlebutton.close:backdrop { background-image: -gtk-scaled(url("assets/titlebutton-close-backdrop.png"), url("assets/titlebutton-close-backdrop@2.png")); } headerbar button.titlebutton.close:hover, .titlebar button.titlebutton.close:hover { background-image: -gtk-scaled(url("assets/titlebutton-close-hover.png"), url("assets/titlebutton-close-hover@2.png")); } headerbar button.titlebutton.close:active, .titlebar button.titlebutton.close:active { background-image: -gtk-scaled(url("assets/titlebutton-close-active.png"), url("assets/titlebutton-close-active@2.png")); } headerbar button.titlebutton.maximize, .titlebar button.titlebutton.maximize { background-image: -gtk-scaled(url("assets/titlebutton-maximize.png"), url("assets/titlebutton-maximize@2.png")); } headerbar button.titlebutton.maximize:backdrop, .titlebar button.titlebutton.maximize:backdrop { background-image: -gtk-scaled(url("assets/titlebutton-maximize-backdrop.png"), url("assets/titlebutton-maximize-backdrop@2.png")); } headerbar button.titlebutton.maximize:hover, .titlebar button.titlebutton.maximize:hover { background-image: -gtk-scaled(url("assets/titlebutton-maximize-hover.png"), url("assets/titlebutton-maximize-hover@2.png")); } headerbar button.titlebutton.maximize:active, .titlebar button.titlebutton.maximize:active { background-image: -gtk-scaled(url("assets/titlebutton-maximize-active.png"), url("assets/titlebutton-maximize-active@2.png")); } headerbar button.titlebutton.minimize, .titlebar button.titlebutton.minimize { background-image: -gtk-scaled(url("assets/titlebutton-minimize.png"), url("assets/titlebutton-minimize@2.png")); } headerbar button.titlebutton.minimize:backdrop, .titlebar button.titlebutton.minimize:backdrop { background-image: -gtk-scaled(url("assets/titlebutton-minimize-backdrop.png"), url("assets/titlebutton-minimize-backdrop@2.png")); } headerbar button.titlebutton.minimize:hover, .titlebar button.titlebutton.minimize:hover { background-image: -gtk-scaled(url("assets/titlebutton-minimize-hover.png"), url("assets/titlebutton-minimize-hover@2.png")); } headerbar button.titlebutton.minimize:active, .titlebar button.titlebutton.minimize:active { background-image: -gtk-scaled(url("assets/titlebutton-minimize-active.png"), url("assets/titlebutton-minimize-active@2.png")); } /************************************ * SWITCH COLOR CHANGED TO GREEN * *************************************/ switch:checked { background-image: linear-gradient( to bottom, shade ( @colorSwitch, 1.2 ), @colorSwitch ); border-color: shade (@colorSwitch, 0.85); } /****************/ /* Fix nautilus */ /****************/ /* Titlebar button fix light mode only */ .nautilus-window button.image-button.text-button.toggle:checked{ border-radius: 0%; border: 1px solid #bbb; text-shadow : none; box-shadow: inset 1px 0px 4px rgba(0,0,0,0.1); box-shadow: inset 0px 0px 0px 0px #eaeaea; } .nautilus-window button.text-button.toggle:checked{ box-shadow: inset 1px 0px 4px rgba(0,0,0,0.1); box-shadow: inset 0px 0px 0px 0px #eaeaea; border: 1px solid #bbb; } .nautilus-window button.image-button.text-button.toggle:not(checked){ border-radius: 0%; border: 1px solid #bbb; background-image: linear-gradient( to bottom, transparent, transparent 50%, alpha ( #000, 0.03 ) ); box-shadow: inset 0px 1px 0px 0px #eaeaea; } .nautilus-window button.image-button.text-button.toggle:not(checked):nth-child(2){ border-left: none; } .nautilus-window button.image-button.text-button.toggle:not(checked):backdrop{ box-shadow: inset 0px 1px 0px 0px #fafafa; background-image: linear-gradient(#ededed, #e8e8e8); } /* Quilter */ headerbar.quilter-toolbar.titlebar, headerbar.quilter-toolbar.titlebar:backdrop { background-color: #fcfcfc; } /* Gnome Apps Fixes */ /* Not a accurate fix */ .titlebar box:not(.raised) > button:not(.titlebutton):not(.text-button):not(.radio), .titlebar box:not(.raised) > .button:not(.titlebutton):not(.text-button):not(.radio){ border: 1px solid transparent; background-image: none; border-radius: 99px; box-shadow: none; } .titlebar button:not(.titlebutton):not(.text-button):not(.radio):not(.color):hover, .titlebar .button:not(.titlebutton):not(.text-button):not(.radio):not(.color):hover { background: rgba(0,0,0,0.1); } stack frame { border: none; } /* CoreBird fix */ box.vertical revealer box.horizontal.topbar{ min-height: 40px } /* eolie fix */ entry.uribar{ margin: 5px; padding: 4px; } widget.input grid.horizontal grid.horizontal widget image{ margin-left: -4px; margin-right: 8px } /*********************************** * EXPERIMENTAL * ***********************************/ /*window .vertical menubar{ background-image: linear-gradient(to top, #d8d7d8, #e6e5e6); } can use to fix dialog box problems *:disabled { background-color: #320a91; } */ ================================================ FILE: gtk-3.0/granite-widgets-dark.css ================================================ /*************** * Back Button * ***************/ .back-button, .titlebar .back-button { box-shadow: none; } .back-button, .titlebar .back-button { 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; border-width: 1px 3px 3px 11px; border-radius: 0 2.5px 2.5px 0; box-shadow: none; } .back-button:focus, .titlebar .back-button:focus { 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; border-width: 1px 3px 3px 11px; border-radius: 0 2.5px 2.5px 0; box-shadow: none; } .back-button:dir(rtl) { 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; border-width: 1px 11px 3px 3px; border-radius: 2.5px 0 0 2.5px; } .back-button:focus:dir(rtl) { 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; border-width: 1px 11px 3px 3px; border-radius: 2.5px 0 0 2.5px; } .back-button:backdrop { 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; border-width: 1px 3px 3px 11px; border-radius: 0 2.5px 2.5px 0; box-shadow: none; } .back-button:backdrop:dir(rtl) { 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; border-width: 1px 11px 3px 3px; border-radius: 2.5px 0 0 2.5px; box-shadow: none; } .back-button:active, .back-button:hover:active, .back-button:focus:active { 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; border-width: 1px 3px 3px 11px; border-radius: 0 2.5px 2.5px 0; box-shadow: none; } .back-button:active:dir(rtl), .back-button:hover:active:dir(rtl), .back-button:focus:active:dir(rtl) { 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; border-width: 1px 11px 3px 3px; border-radius: 2.5px 0 0 2.5px; box-shadow: none; } /*************** * Fancy Scales * ***************/ scale.warmth trough, scale.temperature trough { box-shadow: inset 0 0 0 1px alpha (#000, 0.7), inset 0 1px 0 alpha (#000, 0.7), inset 0 2px 0 alpha (#fff, 0.15), 0 1px 0 0 alpha (@bg_highlight_color, 0.3); } ================================================ FILE: gtk-3.0/granite-widgets.css ================================================ /* Latest upstream sync commit https://github.com/elementary/stylesheet/commit/eaa32160ed2801b489898e2c640c5ef81f5ffafd */ /********* * Avatar * *********/ .avatar { border: 1px solid alpha (#000, 0.35); border-radius: 50%; box-shadow: inset 0 0 0 1px alpha (#fff, 0.05), inset 0 1px 0 0 alpha (#fff, 0.45), inset 0 -1px 0 0 alpha (#fff, 0.15), 0 1px 3px alpha (#000, 0.12), 0 1px 2px alpha (#000, 0.24); } /************** * Back Button * **************/ .back-button, .titlebar .back-button { border-image: -gtk-scaled(url("assets/button-back.svg"), url("assets/button-back@2.svg")) 2 3 3 11 / 2px 3px 3px 11px stretch; border-width: 1px 3px 3px 11px; border-radius: 0 2.5px 2.5px 0; box-shadow: none; padding: 2px 0; } .titlebar .back-button { color: @textColorPrimary; text-shadow: 0 1px @textColorPrimaryShadow; -gtk-icon-shadow: 0 1px @textColorPrimaryShadow; } .back-button:focus, .titlebar .back-button:focus { 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; border-width: 1px 3px 3px 11px; border-radius: 0 2.5px 2.5px 0; box-shadow: none; } .back-button:dir(rtl) { 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; border-width: 1px 11px 3px 3px; border-radius: 2.5px 0 0 2.5px; } .back-button:focus:dir(rtl) { 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; border-width: 1px 11px 3px 3px; border-radius: 2.5px 0 0 2.5px; } .back-button:backdrop { 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; border-width: 1px 3px 3px 11px; border-radius: 0 2.5px 2.5px 0; box-shadow: none; } .back-button:backdrop:dir(rtl) { 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; border-width: 1px 11px 3px 3px; border-radius: 2.5px 0 0 2.5px; box-shadow: none; } .back-button:active, .back-button:hover:active, .back-button:focus:active { 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; border-width: 1px 3px 3px 11px; border-radius: 0 2.5px 2.5px 0; box-shadow: none; } .back-button:active:dir(rtl), .back-button:hover:active:dir(rtl), .back-button:focus:active:dir(rtl) { 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; border-width: 1px 11px 3px 3px; border-radius: 2.5px 0 0 2.5px; box-shadow: none; } /******** * Cards * ********/ .deck { background-color: shade (@bg_color, 0.92); } .card { background-color: @base_color; border: none; border-color: transparent; box-shadow: 0 0 0 1px alpha (#000, 0.05), 0 3px 3px alpha (#000, 0.22); transition: all 150ms ease-in-out; } .card:checked { border: 3px solid @selected_bg_color; border-radius: 3px; } .card.collapsed { background-color: @bg_color; box-shadow: 0 0 0 1px alpha (#000, 0.05), 0 1px 2px alpha (#000, 0.22); } /************** * Mode Switch * **************/ .mode-switch slider { min-height: 16px; min-width: 16px; } .mode-switch:checked { background-image: none; border-color: alpha (#000, 0.25); } /************* * Seek bars * ************/ .seek-bar scale slider { background: transparent; border: transparent; box-shadow: none; } /************** * Source List * **************/ .sidebar .badge, .source-list.badge, .source-list.badge:hover, .source-list.badge:selected, .source-list.badge:selected:focus, .source-list.badge:hover:selected { background-image: none; background-color: alpha (#000, 0.4); color: @titlebar_color; font-weight: 700; border-radius: 10px; padding: 0 6px; margin: 0 3px; text-shadow: 0 1px alpha (#000, 0.1); border-width: 0; -gtk-icon-shadow: 0 1px alpha (#000, 0.1); } .sidebar .badge:selected, .source-list.badge:selected, .source-list.badge:hover:selected { color: @titlebar_color; } .sidebar .badge:selected:backdrop, .source-list.badge:selected:backdrop, .source-list.badge:selected:hover:backdrop { background-image: none; background-color: alpha (#000, 0.2); color: shade (@titlebar_color, 0.95); text-shadow: 0 1px alpha (#000, 0.1); -gtk-icon-shadow: 0 1px alpha (#000, 0.1); } .source-list.level-bar, .source-list.level-bar:selected, .source-list.level-bar:selected:focus { background-color: @base_color; border: 1px solid alpha (#000, 0.15); box-shadow: 0 1px 0 alpha (#fff, 0.25); border-radius: 2px; } .source-list.fill-block, .source-list.fill-block:hover, .source-list.fill-block:selected, .source-list.fill-block:selected:focus { background-image: none; background-color: mix (@colorAccent, @base_color, 0.25); } .source-list.level-bar.fill-block { border: none; } /************** * Storage Bar * **************/ .storage-bar .trough { box-shadow: 0 2px 3px -1px alpha (#000, 0.15); border: none; background-image: none; } .storage-bar .fill-block { background-image: linear-gradient( to bottom, @SILVER_300, @SILVER_500 ); border: 1px solid alpha (#000, 0.35); border-left-width: 0; box-shadow: inset 0 0 0 1px alpha (#fff, 0.05), inset 0 1px 0 0 alpha (#fff, 0.45), inset 0 -1px 0 0 alpha (#fff, 0.15); transition: all 200ms ease-in-out; padding: 8px 6px; } .storage-bar .fill-block:first-child { border-top-left-radius: 3px; border-bottom-left-radius: 3px; border-left-width: 1px; } .storage-bar .fill-block:last-child { border-top-right-radius: 3px; border-bottom-right-radius: 3px; } .storage-bar .fill-block.empty-block, .storage-bar .fill-block.unused { background-image: linear-gradient( to bottom, mix(@SILVER_100, @SILVER_300, 0.5), @SILVER_300 ); border-color: alpha (#000, 0.25); } .storage-bar .fill-block.legend { padding: 7px; border-radius: 50%; } /* Types of files */ .storage-bar .fill-block.app { background-image: linear-gradient( to bottom, @GRAPE_500, @GRAPE_700 ); box-shadow: inset 0 0 0 1px alpha (#fff, 0.05), inset 0 1px 0 0 alpha (#fff, 0.25), inset 0 -1px 0 0 alpha (#fff, 0.15), 0 1px 0 0 alpha (@bg_highlight_color, 0.15); border-color: alpha (@GRAPE_900, 0.8); } .storage-bar .fill-block.audio { background-image: linear-gradient( to bottom, @ORANGE_300, @ORANGE_500 ); border-color: alpha (@ORANGE_700, 0.8); } .storage-bar .fill-block.files { background-image: linear-gradient( to bottom, @BLUEBERRY_300, @BLUEBERRY_500 ); border-color: alpha (@BLUEBERRY_700, 0.8); } .storage-bar .fill-block.photo { background-image: linear-gradient( to bottom, @BANANA_300, @BANANA_500 ); border-color: alpha (@BANANA_700, 0.8); } .storage-bar .fill-block.video { background-image: linear-gradient( to bottom, @STRAWBERRY_300, @STRAWBERRY_500 ); box-shadow: inset 0 0 0 1px alpha (#fff, 0.05), inset 0 1px 0 0 alpha (#fff, 0.25), inset 0 -1px 0 0 alpha (#fff, 0.1), 0 1px 0 0 alpha (@bg_highlight_color, 0.15); border-color: alpha (@STRAWBERRY_700, 0.8); } /* Partition types, i.e. for the installer */ .storage-bar .fill-block.swap { background-color: @STRAWBERRY_700; background-image: linear-gradient( to bottom, shade ( @STRAWBERRY_700, 1.3 ), @STRAWBERRY_700 ); box-shadow: inset 0 0 0 1px alpha (#fff, 0.05), inset 0 1px 0 0 alpha (#fff, 0.25), inset 0 -1px 0 0 alpha (#fff, 0.1), 0 1px 0 0 alpha (@bg_highlight_color, 0.15); border-color: shade (@STRAWBERRY_700, 0.9); } .storage-bar .fill-block.ext4 { background-color: @LIME_500; background-image: linear-gradient( to bottom, shade ( @LIME_500, 1.3 ), @LIME_500 ); box-shadow: inset 0 0 0 1px alpha (#fff, 0.05), inset 0 1px 0 0 alpha (#fff, 0.25), inset 0 -1px 0 0 alpha (#fff, 0.1), 0 1px 0 0 alpha (@bg_highlight_color, 0.15); border-color: shade (@LIME_500, 0.9); } .storage-bar .fill-block.ext3 { background-color: @LIME_500; background-image: linear-gradient( to bottom, shade ( @LIME_500, 1.3 ), @LIME_500 ); box-shadow: inset 0 0 0 1px alpha (#fff, 0.05), inset 0 1px 0 0 alpha (#fff, 0.25), inset 0 -1px 0 0 alpha (#fff, 0.1), 0 1px 0 0 alpha (@bg_highlight_color, 0.15); border-color: shade (@LIME_500, 0.9); } .storage-bar .fill-block.ext2 { background-color: @LIME_900; } .storage-bar .fill-block.fat16, .storage-bar .fill-block.fat32 { background-color: @BANANA_500; background-image: linear-gradient( to bottom, shade ( @BANANA_500, 1.3 ), @BANANA_500 ); box-shadow: inset 0 0 0 1px alpha (#fff, 0.05), inset 0 1px 0 0 alpha (#fff, 0.25), inset 0 -1px 0 0 alpha (#fff, 0.1), 0 1px 0 0 alpha (@bg_highlight_color, 0.15); border-color: shade (@BANANA_500, 0.9); } .storage-bar .fill-block.btrfs { background-color: @BLUEBERRY_700; background-image: linear-gradient( to bottom, shade ( @BLUEBERRY_700, 1.3 ), @BLUEBERRY_700 ); box-shadow: inset 0 0 0 1px alpha (#fff, 0.05), inset 0 1px 0 0 alpha (#fff, 0.25), inset 0 -1px 0 0 alpha (#fff, 0.1), 0 1px 0 0 alpha (@bg_highlight_color, 0.15); border-color: shade (@BLUEBERRY_700, 0.9); } .storage-bar .fill-block.xfs { background-color: @GRAPE_900; background-image: linear-gradient( to bottom, shade ( @GRAPE_900, 1.3 ), @GRAPE_900 ); box-shadow: inset 0 0 0 1px alpha (#fff, 0.05), inset 0 1px 0 0 alpha (#fff, 0.25), inset 0 -1px 0 0 alpha (#fff, 0.1), 0 1px 0 0 alpha (@bg_highlight_color, 0.15); border-color: shade (@GRAPE_900, 0.9); } .storage-bar .fill-block.ntfs { background-color: @ORANGE_500; background-image: linear-gradient( to bottom, shade ( @ORANGE_500, 1.3 ), @ORANGE_500 ); box-shadow: inset 0 0 0 1px alpha (#fff, 0.05), inset 0 1px 0 0 alpha (#fff, 0.25), inset 0 -1px 0 0 alpha (#fff, 0.1), 0 1px 0 0 alpha (@bg_highlight_color, 0.15); border-color: shade (@ORANGE_500, 0.9); } .storage-bar .fill-block.luks { background-color: @GRAPE_500; background-image: linear-gradient( to bottom, shade ( @GRAPE_500, 1.3 ), @GRAPE_500 ); box-shadow: inset 0 0 0 1px alpha (#fff, 0.05), inset 0 1px 0 0 alpha (#fff, 0.25), inset 0 -1px 0 0 alpha (#fff, 0.1), 0 1px 0 0 alpha (@bg_highlight_color, 0.15); border-color: shade (@GRAPE_500, 0.9); } .storage-bar .fill-block.lvm { background-color: @GRAPE_700; background-image: linear-gradient( to bottom, shade ( @GRAPE_700, 1.3 ), @GRAPE_700 ); box-shadow: inset 0 0 0 1px alpha (#fff, 0.05), inset 0 1px 0 0 alpha (#fff, 0.25), inset 0 -1px 0 0 alpha (#fff, 0.1), 0 1px 0 0 alpha (@bg_highlight_color, 0.15); border-color: shade (@GRAPE_700, 0.9); } .storage-bar .fill-block.none { background-color: @BLUEBERRY_500; background-image: linear-gradient( to bottom, shade ( @BLUEBERRY_500, 1.3 ), @BLUEBERRY_500 ); box-shadow: inset 0 0 0 1px alpha (#fff, 0.05), inset 0 1px 0 0 alpha (#fff, 0.25), inset 0 -1px 0 0 alpha (#fff, 0.1), 0 1px 0 0 alpha (@bg_highlight_color, 0.15); border-color: shade (@BLUEBERRY_500, 0.9); } /*********** * Welcome * **********/ .welcome { font-size: 10pt; text-shadow: none; } .welcome .dim-label { color: @placeholder_text_color; } .welcome .h1, .welcome .h3 { color: alpha(@text_color, 0.8); } /************* * Round Apps * *************/ window.rounded, window.rounded actionbar { border-radius: 0 0 4px 4px; } window.rounded decoration { border-radius: 3px; } /************** * Text Styles * **************/ .accent { color: @colorAccent; } .h1 { font-size: 24pt; } .h2 { font-weight: 300; font-size: 18pt; } .h3 { font-size: 11pt; } .h4, .category-label { color: alpha (@text_color, 0.7); font-weight: bold; text-shadow: 0 1px @text_shadow_color; } .h4 { padding-bottom: 6px; padding-top: 6px; } list .h4 { padding-left: 6px; } /*************** * Fancy Scales * ***************/ scale.temperature trough { background-image: linear-gradient( to right, @BLUEBERRY_500, @SILVER_100, @ORANGE_500 ); } scale.temperature:dir(rtl) trough { background-image: linear-gradient( to left, @BLUEBERRY_500, @SILVER_100, @ORANGE_500 ); } scale.warmth trough { background-image: linear-gradient( to right, mix ( @bg_color, @ORANGE_100, 0.5 ), @ORANGE_500 ); } scale.warmth:dir(rtl) trough { background-image: linear-gradient( to left, mix ( @bg_color, @ORANGE_100, 0.5 ), @ORANGE_500 ); } scale trough:disabled { background-image: none; } /**************** * Fake Terminal * ****************/ .terminal, .terminal text { background-color: #252e32; color: #94a3a5; font-family: monospace; } label.terminal { padding: 12px; } .terminal selection { background-color: #93a1a1; color: #252e32; } ================================================ FILE: gtk-3.0/gtk-dark.css ================================================ /* Last upstream sync commit https://github.com/elementary/stylesheet/pull/334 */ @import url("palette.css"); /* Brand Colors */ @define-color colorPrimary @titlebar_color; @define-color colorAccent @selected_bg_color; @define-color textColorPrimary shade (@text_color, 0.9); @define-color textColorPrimaryShadow alpha (shade (@colorPrimary, 0.5), 0.6); @define-color tab_base_color @base_color; /* Default color scheme */ @define-color base_color #3d4248; @define-color bg_color shade (@base_color, 0.96); @define-color bg_highlight_color shade (@bg_color, 1.4); @define-color border_color alpha (@BLACK_900, 0.25); @define-color fg_color @SILVER_300; @define-color insensitive_color mix(@bg_color, @text_color, 0.5); @define-color inset_dark_color alpha (@BLACK_900, 0.03); @define-color inset_dark_color_backdrop alpha (@BLACK_900, 0.03); @define-color menu_separator alpha (@BLACK_900, 0.25); @define-color menu_separator_shadow alpha (white, 0.05); @define-color placeholder_text_color shade(@text_color, 0.8); @define-color selected_bg_color shade (@BLUEBERRY_300, 0.85); @define-color selected_fg_color white; @define-color text_color @SILVER_100; @define-color text_shadow_color alpha (@BLACK_900, 0.4); @define-color titlebar_color shade (@base_color, 0.9); @define-color title_color shade (@text_color, 0.9); @define-color title_shadow_color alpha (@BLACK_900, 0.6); @define-color tooltip_bg_color @BLACK_900; @define-color tooltip_fg_color white; @define-color decoration_border_color alpha (#000, 0.75); /*MOD_line Jul 19 2018*/ @define-color internal_element_color mix(@text_color, @base_color, 0.4); @define-color internal_element_prelight mix(@text_color, @base_color, 0.4); @define-color internal_element_insensitive mix(@internal_element_color, @base_color, 0.7); @define-color view_symbolic_color shade(@internal_element_color, 0.8); /* Colormap actually used by the theme, to be overridden in other css files */ @define-color theme_bg_color @bg_color; @define-color attention_color @BLUEBERRY_500; @define-color link_color @BLUEBERRY_500; @define-color warning_color @BANANA_500; @define-color error_color @STRAWBERRY_500; @define-color success_color @LIME_300; @define-color insensitive_fg_color @SILVER_500; /* GTK NAMED COLORS */ @define-color borders @border_color; @define-color theme_fg_color @fg_color; @define-color theme_text_color @text_color; @define-color theme_bg_color @bg_color; @define-color theme_base_color @base_color; @define-color theme_selected_bg_color @selected_bg_color; @define-color theme_selected_fg_color @selected_fg_color; @define-color insensitive_fg_color @insensitive_color; /* Elementary-x additional colors */ @define-color colorSwitch #3DB296; @import url("gtk-widgets.css"); @import url("gtk-widgets-dark.css"); @import url("granite-widgets.css"); @import url("granite-widgets-dark.css"); @import url("apps.css"); @import url("animate.css"); @import url("elementaryX.css"); @import url("elementaryX-dark.css"); ================================================ FILE: gtk-3.0/gtk-widgets-dark.css ================================================ /* Latest upstream sync commit https://github.com/elementary/stylesheet/pull/384 */ /*************** * Base States * **************/ *:disabled { text-shadow: 0 1px alpha (#000, 0.15); -gtk-icon-shadow: 0 1px alpha (#000, 0.15); } /************* * Text Entry * *************/ .entry.progressbar { color: @selected_fg_color; } .entry.progressbar, .entry.progressbar:focus { background-image: linear-gradient( to bottom, shade ( @colorAccent, 1.23 ), shade ( @colorAccent, 1.37 ) ); border-color: @border_color; } entry:focus, .entry:focus { border-color: alpha (#000, 0.3); box-shadow: inset 0 1px 0 0 alpha (@inset_dark_color, 0.7), inset 0 0 0 1px alpha (@inset_dark_color, 0.3), 0 1px 0 0 alpha (#fff, 0.05); } entry selection, textview selection { color: shade (@text_color, 1.23); } .titlebar entry:disabled, toolbar entry:disabled, .titlebar .entry:disabled, .toolbar .entry:disabled { border-color: alpha (#000, 0.25); } .titlebar entry:disabled:backdrop, toolbar entry:disabled:backdrop, .titlebar .entry:disabled:backdrop, .toolbar .entry:disabled:backdrop { border-color: alpha (#000, 0.2); } /**************** * Progress bar * ****************/ progressbar progress, levelbar block, levelbar block.filled.low, levelbar block.filled.middle, levelbar block.filled.high { border-color: transparent; } levelbar block.empty, .level-bar.fill-block.empty-fill-block { border-color: alpha (#000, 0.25); } levelbar block:backdrop, .level-bar.fill-block:backdrop { border-color: shade (@bg_color, 0.68); } levelbar block.empty:backdrop, .level-bar.fill-block.empty-fill-block:backdrop { border-color: shade (@bg_color, 0.75); } /******** * Scale * ********/ scale trough { min-height: 6px; min-width: 6px; } scale highlight { background-color: @SILVER_700; box-shadow: inset 0 1px 0 alpha (#fff, 0.2); } scale highlight:disabled { background-color: @SILVER_900; } scale fill { background-color: alpha (@SILVER_700, 0.25); box-shadow: inset 0 1px 0 alpha (#fff, 0.05); } scale.horizontal highlight.top, scale.horizontal fill.top { margin: 1px 1px 1px -5px; } scale.horizontal highlight.bottom, scale.horizontal fill.bottom { margin: 1px -5px 1px 1px; } scale.vertical highlight.top, scale.vertical fill.top { margin: -5px 1px 1px 1px; } scale.vertical highlight.bottom, scale.vertical fill.bottom { margin: 1px 1px -5px 1px; } /********** * Buttons * **********/ button:focus, button.destructive-action:focus, .button:focus, .button.destructive-action:focus { border-color: shade (@colorAccent, 0.3); } button.flat, button.flat:backdrop, .button.flat, .button.flat:backdrop { border-color: transparent; } button:active:disabled, .button:active:disabled { box-shadow: inset 0 0 0 1px alpha (#000, 0.05), 0 1px 0 1px alpha (#fff, 0.3); } /**************************** * Check, Radio, and Switch * ***************************/ check:checked, radio:checked, switch:checked { border-color: shade (@colorAccent, 0.3); box-shadow: inset 0 0 0 1px alpha (#000, 0.1), inset 0 1px 2px alpha (#000, 0.15), 0 1px 0 0 alpha (@bg_highlight_color, 0.3); } check:checked:focus, radio:checked:focus { border-color: shade (@colorAccent, 0.4); } check:checked:backdrop, radio:checked:backdrop, switch:checked:backdrop { box-shadow: inset 0 0 0 1px alpha (#000, 0.1), 0 1px 0 0 alpha (@bg_highlight_color, 0.3); } check:checked:disabled, radio:checked:disabled, switch:checked:disabled { border-color: shade (mix (@bg_color, @colorAccent, 0.5), 0.5); } switch:checked slider { border-color: shade (@bg_color, 0.65); } /*************************** * Secondary Toolbar Button * ***************************/ .secondary-toolbar.toolbar .button:hover { border-color: transparent; background-image: none; background-color: transparent; box-shadow: none; } .secondary-toolbar.toolbar .button:active, .secondary-toolbar.toolbar .button:hover:active { background-image: none; background-color: alpha (#000, 0.1); box-shadow: inset 0 0 0 1px alpha (#000, 0.05), inset 0 1px 0 0 alpha (#000, 0.25), inset 0 -1px 0 0 alpha (#fff, 0.4); } /********* * Linked * *********/ .linked .entry { box-shadow: inset -1px 0 @inset_dark_color; } .linked .entry:focus { box-shadow: inset 1px 0 @inset_dark_color, inset -1px 0 @inset_dark_color, inset 1px 2px alpha(@colorAccent, 0.1), inset 1px 1px alpha(@colorAccent, 0.1), inset -1px -1px alpha(@colorAccent, 0.2); } .linked .entry:focus:first-child { box-shadow: inset -1px 0 @inset_dark_color, inset 1px 2px alpha(@colorAccent, 0.1), inset 1px 1px alpha(@colorAccent, 0.1), inset -1px -1px alpha(@colorAccent, 0.2); } .linked .entry:focus:last-child { box-shadow: inset 1px 0 @inset_dark_color, inset 1px 2px alpha(@colorAccent, 0.1), inset 1px 1px alpha(@colorAccent, 0.1), inset -1px -1px alpha(@colorAccent, 0.2); } /******** * Menus * ********/ .content-view .menu, .menu, .popup { box-shadow: inset 0 0 0 1px alpha (#fff, 0.02), inset 0 1px 0 0 alpha (#fff, 0.07), inset 0 -1px 0 0 alpha (#fff, 0.01); } /*********** * Toolbars * ***********/ GtkHandleBox:backdrop, .toolbar:backdrop { box-shadow: inset 0 -1px 0 0 alpha (#fff, 0.07); } /*********** * Toolbars * ***********/ .toolbar { box-shadow: inset 0 -1px 0 0 alpha (#fff, 0.1); text-shadow: 0 1px alpha (#000, 0.4); -gtk-icon-shadow: 0 1px alpha (#000, 0.4); } /********************* * Secondary Toolbars * *********************/ .secondary-toolbar.toolbar { background-image: linear-gradient( to bottom, shade ( @titlebar_color, 0.84 ), shade ( @titlebar_color, 0.8 ) ); box-shadow: inset 0 1px 0 0 alpha (#fff, 0.05), inset 0 -1px 0 0 alpha (#fff, 0.05); border-color: shade (@titlebar_color, 0.5); text-shadow: 0 1px alpha (#000, 0.4); -gtk-icon-shadow: 0 1px alpha (#000, 0.4); } .secondary-toolbar.toolbar .button { border-color: alpha (#000, 0.3); text-shadow: 0 1px alpha (#000, 0.4); -gtk-icon-shadow: 0 1px alpha (#000, 0.4); } /****************** * Bottom Toolbars * ******************/ .bottom-toolbar.toolbar { border-color: shade (@titlebar_color, 0.66); background-image: linear-gradient( to bottom, @titlebar_color, shade ( @titlebar_color, 0.88 ) ); box-shadow: inset 0 1px 0 0 alpha (#fff, 0.12), inset 0 -1px 0 0 alpha (#fff, 0.05); } /*************** * Action bars * ***************/ .action-bar { text-shadow: 0 1px alpha (#000, 0.4); box-shadow: inset 0 0 0 1px alpha (#fff, 0.05), inset 0 1px 0 0 alpha (#fff, 0.08); -gtk-icon-shadow: 0 1px alpha (#000, 0.4); } .action-bar .button { box-shadow: none; background-image: none; background-color: transparent; } /****************** * Inline Toolbars * ******************/ .inline-toolbar.toolbar { border-image: none; border-color: shade (@titlebar_color, 0.7); background-image: linear-gradient( to bottom, shade ( @base_color, 0.92 ), shade ( @base_color, 0.98 ) ); box-shadow: inset 0 1px 0 0 alpha (#000, 0.1), inset 0 -1px 0 0 @inset_dark_color; } GtkPaned .inline-toolbar.toolbar { /* FIXME: This should probably use alpha just in case */ background-image: linear-gradient( to bottom, shade ( @titlebar_color, 0.92 ), shade ( @titlebar_color, 0.98 ) ); } .inline-toolbar.toolbar .button { background-image: none; background-color: transparent; box-shadow: none; text-shadow: 0 1px alpha (#000, 0.4); -gtk-icon-shadow: 0 1px alpha (#000, 0.4); } .inline-toolbar.toolbar .button:active, .inline-toolbar.toolbar .button:active:hover { background-color: alpha (#000, 0.05); background-image: none; border-color: shade (@base_color, 0.74); } /*************** * Search bars * ***************/ EggFindBar.toolbar, .search-bar { box-shadow: inset 0 0 0 1px alpha (#fff, 0.01), inset 0 1px 0 0 alpha (#fff, 0.05), inset 0 -1px 0 0 alpha (#fff, 0.03); } /************************ * Sidebar & Source List * ************************/ .sidebar .view:hover, .sidebar.view:hover, .source-list.view:hover { background-color: shade (@bg_color, 1.1); } .sidebar .view:selected, .sidebar .view:hover:selected, .sidebar.view:selected, .sidebar.view:hover:selected, .source-list.view:selected, .source-list.view:hover:selected, .source-list.view:focus:selected, .source-list.category-expander:hover { border-style: solid; background-color: transparent; background-image: linear-gradient( to bottom, alpha ( #000, 0.11 ), alpha ( #000, 0.07 ) ); border-image: linear-gradient( to bottom, alpha ( #000, 0.25 ), alpha ( #fff, 0.05 ) ) 1 1 1 1; box-shadow: inset 0 1px 0 0 alpha (#000, 0.03), inset 0 -1px 0 0 alpha (#000, 0.1); } .sidebar .view:selected:backdrop, .sidebar .view:hover:selected:backdrop, .sidebar.view:selected:backdrop, .sidebar.view:hover:selected:backdrop, .source-list.view:selected:backdrop, .source-list.view:hover:selected:backdrop { background-image: linear-gradient( to bottom, alpha ( #000, 0.08 ), alpha ( #000, 0.04 ) ); border-image: linear-gradient( to bottom, alpha ( #000, 0.19 ), alpha ( #fff, 0.1 ) ) 1 1 1 1; } .sidebar-pane-separator, .sidebar-pane-separator:hover, .sidebar-pane-separator:selected { background-image: none; background-color: shade (@bg_color, 0.75); } .source-list.badge, .source-list.badge:hover, .source-list.badge:selected, .source-list.badge:hover:selected { background-image: none; background-color: alpha (#fff, 0.4); text-shadow: 0 1px alpha (#000, 0.1); -gtk-icon-shadow: 0 1px alpha (#000, 0.1); } .source-list.badge:selected:backdrop, .source-list.badge:selected:hover:backdrop { background-image: none; background-color: alpha (#000, 0.2); text-shadow: 0 1px alpha (#000, 0.1); -gtk-icon-shadow: 0 1px alpha (#000, 0.1); } /*************** * Search bars * ***************/ EggFindBar.toolbar, .search-bar { box-shadow: inset 0 0 0 1px alpha (#fff, 0.01), inset 0 1px 0 0 alpha (#fff, 0.05), inset 0 -1px 0 0 alpha (#fff, 0.03); } /************************** * Suggested Action Button * **************************/ button.suggested-action, .suggested-action.button { border: 1px solid shade (@selected_bg_color, 0.35); } button.suggested-action:active, button.suggested-action:active:hover, .suggested-action.button:active, .suggested-action.button:active:hover { border: 1px solid shade (@selected_bg_color, 0.25); } /**************************** * Destructive Action Button * ****************************/ button.destructive-action, .destructive-action.button { background-image: linear-gradient( to bottom, shade ( @error_color, 1.2 ), @error_color ); box-shadow: inset 0 0 0 1px alpha (#fff, 0.05), inset 0 1px 0 0 alpha (#fff, 0.25), inset 0 -1px 0 0 alpha (#fff, 0.1), 0 1px 0 0 alpha (#fff, 0.05); border-color: shade (@error_color, 0.3); } button.destructive-action label, button.destructive-action label:hover { text-shadow: 0 1px alpha (#000, 0.2); -gtk-icon-shadow: 0 1px alpha (#000, 0.2); } button.destructive-action:active, button.destructive-action:active:hover { background-image: linear-gradient( to bottom, @error_color, shade ( @error_color, 1.1 ) ); box-shadow: inset 0 0 1px 1px alpha (#000, 0.15), 0 1px 0 0 alpha (#fff, 0.09); border-color: alpha (shade (@error_color, 0.3), 0.7); } button.destructive-action:focus, .titlebar button.destructive-action:focus, .destructive-action.button:focus, .titlebar .destructive-action.button:focus { box-shadow: inset 0 1px 0 0 alpha (#fff, 0.3), inset 0 -1px 0 0 alpha (#fff, 0.2), 0 1px 2px 0 alpha (@error_color, 0.05); } /********************* * Insensitive Button * **********************/ .button:disabled, .suggested-action.button:disabled { background-image: none; background-color: transparent; border-color: alpha (#000, 0.2); } .toolbar .button:disabled { background-image: linear-gradient( to bottom, alpha ( #fff, 0.05 ), alpha ( #000, 0.05 ) ); border-color: alpha (#000, 0.2); } .titlebar .button GtkLabel:disabled { text-shadow: 0 1px alpha (#fff, 0.15); } .inline-toolbar.toolbar .button *:disabled, .inline-toolbar.toolbar .button:disabled { background-image: none; background-color: alpha (#000, 0.02); } .button.flat:disabled { border-color: transparent; box-shadow: none; background-image: none; background-color: transparent; } /*************** * GtkAssistant * ***************/ GtkAssistant .sidebar .highlight { font-weight: bold; } GtkAssistant .sidebar { background-color: shade (@bg_color, 0.97); border-color: shade (@bg_color, 0.8); border-style: solid; text-shadow: 0 1px shade (@bg_color, 1.04); } /********************** * Column Headers * *********************/ column-header .button { background-image: linear-gradient( to bottom, shade ( @titlebar_color, 0.88 ), @titlebar_color ); border-image: linear-gradient( to bottom, shade ( @titlebar_color, 0.88 ), shade ( @titlebar_color, 0.7 ) ) 0 0 1 1; font-weight: bold; } column-header .button:hover { background-image: linear-gradient( to bottom, shade ( @titlebar_color, 0.8 ), @titlebar_color ); } /************* * List Boxes * *************/ .list { background-color: @base_color; } .list-row:selected { background-color: @colorAccent; } /************* * GtkInfoBar * *************/ infobar.error button { color: #fff; text-shadow: 0 1px 1px @error_color; } infobar.question button { color: shade (@selected_bg_color, 0.25); } infobar.warning button { color: shade (@warning_color, 0.25); } infobar:not(.info):not(.other) .button, infobar:not(.info):not(.other) .button:focus, .dynamic-notebook infobar button { text-shadow: none; background-image: none; background-color: transparent; border-color: alpha (#000, 0.3); box-shadow: inset 0 0 0 1px alpha (#fff, 0.05), inset 0 1px 0 0 alpha (#fff, 0.45), inset 0 -1px 0 0 alpha (#fff, 0.15), 0 1px 0 1px alpha (#fff, 0.15); -gtk-icon-shadow: none; } infobar:not(.info):not(.other) button:active, infobar:not(.info):not(.other) button:hover:active { background-color: alpha (#000, 0.05); background-image: none; border-color: alpha (#000, 0.27); box-shadow: inset 0 0 0 1px alpha (#000, 0.05), 0 1px 0 0 alpha (#fff, 0.3); } infobar button:disabled, infobar button:hover:disabled { background-image: none; background-color: transparent; border-color: alpha (#000, 0.18); } /******* * CSD * ******/ .titlebar .titlebutton { background: none; border-color: transparent; border-style: solid; border-image: none; box-shadow: none; } window.popup decoration, .csd.popup decoration { box-shadow: 0 0 0 1px alpha (#000, 0.75), 0 3px 6px alpha (#000, 0.16), 0 3px 6px alpha (#000, 0.23); } menu window.popup decoration, menu .csd.popup decoration { box-shadow: 0 0 0 1px alpha (#000, 0.75), 0 10px 20px alpha (#000, 0.19), 0 6px 6px alpha (#000, 0.23); } .titlebar .subtitle { text-shadow: 0 1px alpha (#fff, 0.15); -gtk-icon-shadow: 0 1px alpha (#fff, 0.15); } dialog decoration, messagedialog decoration { box-shadow: 0 0 0 1px alpha (#000, 0.75), 0 8px 10px 1px alpha (#000, 0.14), 0 3px 14px 2px alpha (#000, 0.12), 0 5px 5px -3px alpha (#000, 0.4), 0 14px 28px transparent; } /************** * Text Styles * **************/ label.error { color: @STRAWBERRY_300; } label.success { color: @LIME_300; } label.warning { color: @BANANA_500; } ================================================ FILE: gtk-3.0/gtk-widgets.css ================================================ /* Latest upstream sync https://github.com/elementary/stylesheet/pull/384 */ * { background-clip: padding-box; -GtkTextView-error-underline-color: @error_color; -GtkIMHtml-hyperlink-color: @link_color; -GtkHTML-link-color: @link_color; /* -gtk-icon-palette: needs-attention @attention_color, success @success_color, warning @warning_color, error @error_color; FIXME: Uncomment for 3.19 */ } /*************** * Base States * ***************/ .background { color: @text_color; background-color: @bg_color; } *:selected { background-color: shade (@base_color, 0.8); color: @text_color; } *:selected:focus { background-color: alpha (@colorAccent, 0.9); color: @selected_fg_color; text-shadow: none; } *:disabled { color: @insensitive_color; -gtk-icon-effect: dim; } *:hover { -gtk-icon-effect: none; } .gtkstyle-fallback { background-color: @bg_color; color: @fg_color; } image, image:disabled, label, label:disabled, box, box:disabled, grid, grid:disabled { background-color: transparent; } /************ * Tooltips * ************/ tooltip, tooltip.background, .overlay-bar { background-color: alpha (#222, 0.9); border-radius: 3px; border-width: 0; box-shadow: 0 1px 3px alpha (#000, 0.12), 0 1px 2px alpha (#000, 0.24); color: #fff; padding: 3px 6px; margin: 6px; text-shadow: 0 1px 2px alpha (#000, 0.6); } .overlay-bar { margin: 3px; } tooltip label, .overlay-bar label { color: #fff; text-shadow: 0 1px 2px alpha (#000, 0.6); } /***************** * Miscellaneous * ****************/ spinner { background-image: none; opacity: 0; -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); } spinner:checked { opacity: 0.8; animation: spin 600ms linear infinite; } spinner:checked:disabled { opacity: 0.4; } rubberband, .view.rubberband, .rubberband { background-color: alpha (@colorAccent, 0.35); border: 1px solid @colorAccent; transition: all 600ms ease-out; } .dnd { background-color: alpha (@colorAccent, 0.4); background-image: none; border: 1px solid @colorAccent; border-radius: 3px; margin: 3px; } .monospace { font-family: monospace; } .keycap { background-image: linear-gradient(to bottom, shade (@bg_color, 0.97), @bg_color ); border: 1px solid @border_color; border-radius: 2.5px; box-shadow: inset 0 0 0 1px alpha (@bg_highlight_color, 0.05), inset 0 1px 0 0 alpha (@bg_highlight_color, 0.45), inset 0 -2px 0 0 alpha (@bg_highlight_color, 0.15), inset 0 -1px 0 0 shade (@bg_color, 0.85), 0 1px 2px alpha (#000, 0.05); font-size: 85%; min-width: 12px; padding: 3px 6px 4px; text-shadow: 0 1px @text_shadow_color; } /************** * Separators * *************/ menu separator, separator.horizontal { border-top: 1px solid @menu_separator; border-bottom: 1px solid @menu_separator_shadow; margin-bottom: -1px; } menu separator { margin: 4px 0; } separator.vertical { border-left: 1px solid @menu_separator; border-right: 1px solid @menu_separator_shadow; margin-right: -1px; } paned.vertical>separator { background-image: linear-gradient(to bottom, @menu_separator 1px, @menu_separator_shadow 1px, @menu_separator_shadow 2px, transparent 2px); margin-bottom: -7px; min-height: 8px; } paned.horizontal>separator { background-image: linear-gradient(to right, @menu_separator 1px, @menu_separator_shadow 1px, @menu_separator_shadow 2px, transparent 2px); margin-right: -7px; min-width: 8px; } .titlebar separator:first-child, .titlebar separator:last-child { margin: 0 4px; } toolbar separator, .titlebar separator { background: none; margin: 0 18px; } .titlebar separator:first-child, .titlebar separator:last-child { margin: 0; min-width: 0; padding: 0; } toolbar paned separator, .toolbar .pane-separator, .titlebar .pane-separator { background-color: transparent; background-image: url("assets/pane-handle.svg"); box-shadow: none; } /************* * Text Entry * *************/ entry, spinbutton, .entry { background-image: linear-gradient(to bottom, shade (@base_color, 0.93), shade (@base_color, 0.97)); border: 1px solid @border_color; border-radius: 2.5px; box-shadow: inset 0 1px 0 0 alpha (@inset_dark_color, 0.7), inset 0 0 0 1px alpha (@inset_dark_color, 0.3), 0 1px 0 0 alpha (@bg_highlight_color, 0.3); color: @text_color; text-shadow: 0 1px @text_shadow_color; padding: 3px; transition: all 200ms ease-out; -gtk-icon-shadow: 0 1px @text_shadow_color; } selection { background-color: @colorAccent; color: @selected_fg_color; text-shadow: none; } toolbar entry, toolbar spinbutton, .titlebar entry, .titlebar spinbutton, .titlebar .entry, .toolbar .entry { background-image: linear-gradient(to bottom, alpha (#000, 0.05), transparent 3px), linear-gradient(to bottom, shade (@base_color, 0.93), @base_color ); border-color: alpha (#000, 0.24); box-shadow: inset 0 0 0 1px @inset_dark_color, 0 1px 0 0 alpha (@bg_highlight_color, 0.3); } toolbar entry:backdrop, toolbar spinbutton:backdrop, .titlebar entry:backdrop, .titlebar spinbutton:backdrop, .titlebar .entry:backdrop, .toolbar .entry:backdrop { background-image: linear-gradient(to bottom, alpha (#000, 0.02), transparent 5px), linear-gradient(to bottom, shade (@base_color, 0.94), shade (@base_color, 0.96)); border-color: alpha (#000, 0.18); color: @insensitive_fg_color; box-shadow: inset 0 1px 0 0 alpha (@inset_dark_color, 0.7), inset 0 0 0 1px alpha (@inset_dark_color, 0.3), 0 1px 0 0 alpha (@bg_highlight_color, 0.3); } entry:focus, spinbutton:focus, .entry:focus { border-color: alpha (@colorAccent, 0.8); box-shadow: inset 0 0 0 1px alpha (@colorAccent, 0.23), 0 1px 0 0 alpha (@bg_highlight_color, 0.3); transition: all 200ms ease-in; } entry.error, entry.error:focus, spinbutton.error, spinbutton.error:focus, .entry.error, .entry.error:focus { border-color: alpha (@error_color, 0.8); box-shadow: inset 0 0 0 1px alpha (@error_color, 0.23), 0 1px 0 0 alpha (@bg_highlight_color, 0.3); transition: all 200ms ease-in; } entry:disabled, spinbutton:disabled, .entry:disabled { background-image: none; border-color: alpha(@border_color, 0.75); box-shadow: inset 0 1px 0 0 alpha (@inset_dark_color, 0.5), inset 0 0 0 1px alpha (@inset_dark_color, 0.2), 0 1px 0 0 alpha (@bg_highlight_color, 0.3); color: @insensitive_color; } toolbar entry:disabled, toolbar spinbutton:disabled, .titlebar entry:disabled, .titlebar spinbutton:disabled, .titlebar .entry:disabled, .toolbar .entry:disabled { background: transparent; border-color: alpha (#000, 0.2); box-shadow: inset 0 0 0 1px alpha (@inset_dark_color, 0.25), 0 1px 0 0 alpha (@bg_highlight_color, 0.3); } toolbar entry:disabled:backdrop, toolbar spinbutton:disabled:backdrop, .titlebar entry:disabled:backdrop, .titlebar spinbutton:disabled:backdrop, .titlebar .entry:disabled:backdrop, .toolbar .entry:disabled:backdrop { background-image: none; border-color: alpha (#000, 0.2); box-shadow: 0 1px 0 0 alpha (@bg_highlight_color, 0.3); } entry image { color: @internal_element_color; transition: all 200ms ease-in-out; -gtk-icon-palette: needs-attention @attention_color, success @LIME_500, warning @BANANA_500, error @error_color; } entry image:backdrop { color: @insensitive_color; } entry image.left { margin-right: 6px; } entry image.right:dir(ltr):hover, entry image.left:dir(rtl):hover { color: @text_color; } entry.flat, .entry.flat { border-width: 0 0 1px; border-radius: 0; background-color: @base_color; background-image: none; box-shadow: none; } /************* * Text view * *************/ textview, textview text { color: @text_color; background-color: @base_color; } /******************* * Symbolic images * *******************/ image { color: inherit; } /**************** * Progress bar * ****************/ progressbar progress, treeview .progressbar { background-image: linear-gradient(to bottom, shade (@colorAccent, 1.3), shade (@colorAccent, 1.08)); border: 1px solid shade (@colorAccent, 0.9); box-shadow: inset 0 0 0 1px alpha (#fff, 0.05), inset 0 1px 0 0 alpha (#fff, 0.35), inset 0 -1px 0 0 alpha (#fff, 0.15); margin-left: -1px; margin-right: -1px; } progressbar.vertical progress { background-image: linear-gradient(to right, shade (@colorAccent, 1.25), shade (@colorAccent, 1.18)); margin: -1px 0; } progressbar progress:backdrop, treeview .progressbar:backdrop { background-image: none; background-color: shade (@bg_color, 0.85); border-color: shade (@bg_color, 0.68); box-shadow: inset 0 0 0 1px alpha (@bg_highlight_color, 0.05), inset 0 1px 0 0 alpha (@bg_highlight_color, 0.35), inset 0 -1px 0 0 alpha (@bg_highlight_color, 0.15); } progressbar trough, treeview .trough { padding: 0; border: 1px solid alpha (#000, 0.25); background-image: linear-gradient(to bottom, @bg_color, shade (@bg_color, 0.9)); box-shadow: inset 0 0 0 1px alpha (@bg_highlight_color, 0.1), inset 0 1px 0 0 @bg_highlight_color, inset 0 -1px 0 0 alpha (@bg_highlight_color, 0.5), 0 1px 0 0 alpha (@bg_highlight_color, 0.5); } progressbar.vertical trough { background-image: linear-gradient(to right, @bg_color, shade (@bg_color, 0.93)); } progressbar trough:backdrop, treeview .trough:backdrop { background-image: none; background-color: @bg_color; border-color: shade (@bg_color, 0.75); } treeview .progressbar:selected:focus, treeview .trough:selected:focus { border: 1px solid shade (@colorAccent, 0.8); } entry progress, spinbutton progress { background-image: linear-gradient(to bottom, mix(@colorAccent, @base_color, 0.4), mix(@colorAccent, @base_color, 0.5)); border: 1px solid @colorAccent; border-radius: 2.5px; box-shadow: inset 0 1px 0 0 alpha (@inset_dark_color, 0.7), inset 0 0 0 1px alpha (@inset_dark_color, 0.3); margin: -4px; } entry progress:not(.pulse) { border-top-right-radius: 0; border-bottom-right-radius: 0; border-right: 0; } /************ * Level Bar * ************/ levelbar block { background-color: @selected_bg_color; background-image: linear-gradient(to bottom, shade (@selected_bg_color, 1.3), @selected_bg_color ); border: 1px solid shade (@selected_bg_color, 0.9); border-radius: 3px; box-shadow: inset 0 0 0 1px alpha (#fff, 0.05), inset 0 1px 0 0 alpha (#fff, 0.35), inset 0 -1px 0 0 alpha (#fff, 0.15), 0 1px 0 0 alpha (@bg_highlight_color, 0.15); min-height: 6px; min-width: 24px; transition: all 100ms ease-in; } levelbar.vertical block { min-height: 34px; min-width: 6px; } levelbar block.filled.low { background-image: linear-gradient(to bottom, shade (@error_color, 1.3), @error_color ); box-shadow: inset 0 0 0 1px alpha (#fff, 0.05), inset 0 1px 0 0 alpha (#fff, 0.25), inset 0 -1px 0 0 alpha (#fff, 0.1), 0 1px 0 0 alpha (@bg_highlight_color, 0.15); border-color: shade (@error_color, 0.9); } levelbar block.filled.middle { background-image: linear-gradient(to bottom, shade (@warning_color, 1.3), @warning_color ); box-shadow: inset 0 0 0 1px alpha (#fff, 0.05), inset 0 1px 0 0 alpha (#fff, 0.45), inset 0 -1px 0 0 alpha (#fff, 0.15), 0 1px 0 0 alpha (@bg_highlight_color, 0.15); border-color: shade (@warning_color, 0.9); } levelbar block.filled.high { background-image: linear-gradient(to bottom, shade (@LIME_300, 1.1), @LIME_300 ); border-color: shade (@LIME_300, 0.9); } levelbar block.empty { background-color: shade (@bg_color, 0.95); background-image: linear-gradient(to bottom, @bg_color, shade (@bg_color, 0.9)); border-color: alpha (#000, 0.25); box-shadow: inset 0 0 0 1px alpha (@bg_highlight_color, 0.1), inset 0 1px 0 0 alpha (@bg_highlight_color, 0.9), inset 0 -1px 0 0 alpha (@bg_highlight_color, 0.3); } levelbar.vertical block.empty { background-image: linear-gradient(to bottom, @bg_color, shade (@bg_color, 0.95)); } levelbar block:backdrop { background-image: none; background-color: shade (@bg_color, 0.85); border-color: shade (@bg_color, 0.68); box-shadow: inset 0 0 0 1px alpha (@bg_highlight_color, 0.05), inset 0 1px 0 0 alpha (@bg_highlight_color, 0.35), inset 0 -1px 0 0 alpha (@bg_highlight_color, 0.15), 0 1px 0 0 alpha (@bg_highlight_color, 0.15); } levelbar block.empty:backdrop { background-color: shade (@bg_color, 0.95); border-color: shade (@bg_color, 0.75); } levelbar.discrete.horizontal block { margin: 0 2px; } levelbar.discrete.vertical block { margin: 2px 0; } levelbar.discrete.horizontal block:first-child { margin-left: 0; } levelbar.discrete.horizontal block:last-child { margin-right: -2px; } levelbar trough { background: transparent; box-shadow: none; } /******** * Scale * ********/ scale slider { background-image: linear-gradient(to bottom, shade (@SILVER_100, 1.05), shade (@SILVER_100, 0.95)); border-radius: 12px; box-shadow: inset 0 0 0 1px alpha (#fff, 0.05), inset 0 1px 0 0 alpha (#fff, 0.45), inset 0 -1px 0 0 alpha (#fff, 0.15), 0 0 0 1px alpha (#000, 0.25), 0 1px 1px 1px alpha (#000, 0.1); margin: -7px 0; min-height: 14px; min-width: 14px; } scale slider:focus { background-image: linear-gradient(to bottom, shade (@SILVER_100, 1.05), shade (mix (@SILVER_100, @colorAccent, 0.1), 0.95)); box-shadow: inset 0 0 0 1px alpha (#fff, 0.05), inset 0 1px 0 0 alpha (#fff, 0.45), inset 0 -1px 0 0 alpha (#fff, 0.15), 0 0 0 1px alpha (shade (@colorAccent, 0.5), 0.25), 0 1px 1px 1px alpha (@colorAccent, 0.35), 0 1px 2px 1px alpha (@colorAccent, 0.16); } scale slider:backdrop { background-image: linear-gradient(to bottom, shade (@SILVER_100, 1.03), shade (@SILVER_100, 0.97)); box-shadow: inset 0 0 0 1px alpha (#fff, 0.1), inset 0 1px 0 0 alpha (#fff, 0.9), inset 0 -1px 0 0 alpha (#fff, 0.3), 0 0 0 1px alpha (#000, 0.2), 0 1px 1px 1px alpha (#000, 0.08); } scale slider:disabled { background-color: transparent; background-image: none; border: none; box-shadow: none; } scale trough { border-radius: 12px; background-color: alpha (#000, 0.05); box-shadow: inset 0 0 0 1px alpha (#000, 0.3), inset 0 0 0 2px alpha (#000, 0.03), 0 1px 0 0 alpha (@bg_highlight_color, 0.3); margin: 7px 0; min-height: 5px; min-width: 5px; padding: 0 6px; } .titlebar scale trough { border-radius: 0 12px 12px 0; } scale.vertical slider { margin: 0 -7px; } scale.vertical trough { margin: 0 7px; padding: 6px 0; } scale mark indicator { color: mix (@bg_color, @text_color, 0.3); } scale.horizontal mark indicator { min-height: 6px; min-width: 1px; } scale.vertical mark indicator { min-height: 1px; min-width: 6px; } scale highlight { background-color: alpha (#000, 0.45); } scale highlight:disabled { background-color: alpha (#000, 0.25); } scale fill { background-color: alpha(#000, 0.25); } scale.horizontal highlight.top, scale.horizontal fill.top { border-radius: 12px 0 0 12px; margin: 0 0 0 -6px; } scale.horizontal highlight.bottom, scale.horizontal fill.bottom { border-radius: 0 12px 12px 0; margin: 0 -6px 0 0; } scale.vertical highlight.top, scale.vertical fill.top { border-radius: 12px 12px 0 0; margin: -6px 0 0 0; } scale.vertical highlight.bottom, scale.vertical fill.bottom { border-radius: 0 0 12px 12px; margin: 0 0 -6px 0; } /********* * Frames * *********/ frame, .frame { border: 1px solid @border_color; color: lighter (@fg_color); } scrolledwindow.frame { border: 1px solid @border_color; } frame.flat, scrolledwindow viewport.frame, .frame.flat { border: none; } /********** * Buttons * **********/ button, .button, .button.menuitem.menubar { padding: 3px 6px; } button, .button, .titlebar .stack-switcher .button.image-button { text-shadow: 0 1px @text_shadow_color; background-image: linear-gradient(to bottom, transparent, transparent 50%, alpha (#000, 0.04)); border: 1px solid @border_color; border-radius: 2.5px; box-shadow: inset 0 0 0 1px alpha (@bg_highlight_color, 0.05), inset 0 1px 0 0 alpha (@bg_highlight_color, 0.45), inset 0 -1px 0 0 alpha (@bg_highlight_color, 0.15), 0 1px 0 0 alpha (@bg_highlight_color, 0.15); color: @text_color; transition: all 100ms ease-in; -gtk-icon-shadow: 0 1px @text_shadow_color; } button label { padding: 0 6px; } .titlebar button, .titlebar .button { border-color: shade (@colorPrimary, 0.75); color: @textColorPrimary; text-shadow: 0 1px @textColorPrimaryShadow; box-shadow: inset 0 0 0 1px alpha (shade (@colorPrimary, 1.4), 0.05), inset 0 1px 0 0 alpha (shade (@colorPrimary, 1.4), 0.45), inset 0 -1px 0 0 alpha (shade (@colorPrimary, 1.4), 0.15), 0 1px 0 0 alpha (shade (@colorPrimary, 1.4), 0.3); -gtk-icon-shadow: 0 1px @textColorPrimaryShadow; } button.color { padding: 3px; } button.color colorswatch { border-radius: 2px; box-shadow: 0 1px 0 0 alpha (@bg_highlight_color, 0.15); } button.color overlay { border-radius: 2px; box-shadow: inset 0 0 1px 1px alpha (#000, 0.2); } button:backdrop, .button:backdrop { background-image: none; border-color: alpha (#000, 0.2); } toolbar button, .titlebar button, .titlebar .button, .toolbar .button { padding: 3px; } button:focus, popover actionbar button:focus, .button:focus, .popover actionbar .button:focus, .titlebar .stack-switcher .button.image-button:focus { color: @text_color; border-color: @colorAccent; box-shadow: inset 0 0 0 1px alpha (@bg_highlight_color, 0.05), inset 0 1px 0 0 alpha (@bg_highlight_color, 0.45), inset 0 -1px 0 0 alpha (@bg_highlight_color, 0.15), 0 0 0 1px alpha (@colorAccent, 0.25); transition: all 100ms ease-out; } button.flat, button.flat:backdrop, .button.flat, .button.flat:backdrop { border-color: transparent; box-shadow: none; background-image: none; background-color: transparent; border-radius: 5px; } button.flat:focus, button.flat:focus:hover, .button.flat:focus, .button.flat:focus:hover { background-color: alpha (@text_color, 0.15); } /* FIXME: style for checked image buttons .button:checked GtkImage { color: #08c; -gtk-icon-shadow: 0 1px 4px alpha (@colorAccent, 0.5), 0 1px 0 alpha (#fff, 0.3); } */ button.circular.flat.image-button, button.circular.flat.image-button:backdrop, button.circular.flat.image-button:disabled, button.circular.flat.image-button:hover, button.circular.flat.image-button:focus:active, .button.circular.flat.image-button, .button.circular.flat.image-button:backdrop, .button.circular.flat.image-button:disabled, .button.circular.flat.image-button:hover, .button.circular.flat.image-button:focus:active { background-color: alpha (@text_color, 0.5); border-radius: 50%; padding: 2px; color: @bg_color; box-shadow: none; -gtk-icon-shadow: none; } dialog .inline-toolbar button { background-color: transparent; } dialog button.flat.image-button:hover { background-color: alpha (@text_color, 0.7); } button:active, button:hover:active, button:focus:active, button:checked, button:hover:checked, button:focus:checked, .button:active, .button:hover:active, .button:focus:active, .button:checked, .button:hover:checked, .button:focus:checked, .titlebar .titlebutton:active, /* Mutter needs this exact match*/ .titlebar button:active, .titlebar .button:active, .titlebar button:checked, .titlebar .button:checked { background-color: alpha (#000, 0.05); background-image: none; border-color: alpha (#000, 0.27); box-shadow: inset 0 0 0 1px alpha (#000, 0.05), 0 1px 0 0 alpha (@bg_highlight_color, 0.3); } button.flat:active, .button.flat:active { border-color: transparent; box-shadow: none; } button.link { padding: 0; } button.link:focus { background-color: transparent; } button.link>label { color: @link_color; padding: 0; } button.link:focus>label { text-decoration: underline; } /*************************** * Overlay Button * ***************************/ GtkOverlay>.button, GtkOverlay>.button:hover, GtkOverlay>.button:backdrop, GtkOverlay>.button:focus { background-image: none; background-color: transparent; border: 2px solid #fff; color: #fff; box-shadow: 0 1px 0 1px alpha (#000, 0.3); text-shadow: 0 1px 0 alpha (#000, 0.3); background-clip: border-box; } GtkOverlay>button.suggested-action, GtkOverlay>.button.suggested-action { background-image: none; background-color: @selected_bg_color; border-color: @selected_bg_color; } GtkOverlay>.button:active, GtkOverlay>.button:hover:active { background-color: #fff; color: @text_color; border-color: #fff; text-shadow: none; } GtkOverlay>.button:focus, GtkOverlay>.button:focus:active { border-color: @colorAccent; } GtkOverlay>.button:focus:active { background-color: @colorAccent; } /*************************** * Secondary Toolbar Button * ***************************/ toolbar.secondary-toolbar button, .secondary-toolbar.toolbar .button { padding: 0 3px; } toolbar.secondary-toolbar button.flat, toolbar.secondary-toolbar button.flat:backdrop, toolbar.secondary-toolbar button.flat:disabled, .secondary-toolbar.toolbar .button.flat, .secondary-toolbar.toolbar .button.flat:backdrop, .secondary-toolbar.toolbar .button.flat:disabled { border-color: transparent; box-shadow: none; background-image: none; background-color: transparent; } .secondary-toolbar.toolbar .button:hover { padding: 0 3px; border-color: transparent; background-image: none; background-color: transparent; box-shadow: none; color: shade (@colorAccent, 0.65); } .secondary-toolbar.toolbar .button:active, .secondary-toolbar.toolbar .button:hover:active { background-image: none; background-color: alpha (#000, 0.1); box-shadow: inset 0 0 0 1px alpha (#000, 0.05), inset 0 1px 0 0 alpha (#000, 0.25), inset 0 -1px 0 0 alpha (#fff, 0.4); padding: 0 3px; } /****************** * Circular Button * ******************/ button.circular, .button.circular { border-radius: 50%; padding: 4px; } button.circular label { padding: 0 3px; } button.circular.image-button { padding: 0; min-height: 24px; min-width: 24px; } /***************** * Spinbutton * *****************/ spinbutton { padding: 0; } spinbutton.horizontal button { color: @internal_element_color; background: none; border-color: alpha (#000, 0.1); border-radius: 0; box-shadow: none; } spinbutton.horizontal button:disabled { color: @insensitive_color; } spinbutton.horizontal button.down { border-width: 0 1px; } spinbutton.horizontal button.up { border-width: 0; } spinbutton.vertical button { padding-top: 0; padding-bottom: 0; } spinbutton.vertical button.up { border-radius: 2.5px 2.5px 0 0; border-width: 0 0 1px; } spinbutton.vertical button.down { border-radius: 0 0 2.5px 2.5px; border-width: 1px 0 0; } spinbutton entry, spinbutton entry:disabled, spinbutton entry:focus { background: none; border: none; box-shadow: none; } spinbutton.horizontal entry { margin: 0 3px; } /***************** * Color Chooser * *****************/ colorchooser colorswatch { margin: -1px 3px; } colorchooser colorswatch.top { border-top-left-radius: 4px; border-top-right-radius: 4px; } colorchooser colorswatch.bottom { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } colorchooser grid:nth-child(2) colorswatch, colorchooser box box colorswatch { border-radius: 4px; } colorchooser colorswatch overlay, colorchooser colorswatch overlay:selected, colorchooser colorswatch overlay:selected:focus { background: none; border-radius: 4px; margin: -1px 2px; } colorswatch:not(#add-color-button):not(#editor-color-sample) overlay:hover { background-image: linear-gradient(160deg, alpha (#fff, 0.7), alpha (#fff, 0) 50%); box-shadow: inset 0 0 alpha (#fff, 0.4); } colorswatch.dark overlay { color: #fff; -gtk-icon-shadow: 0 1px 2px alpha(#000, 0.3); } colorswatch.light overlay { color: alpha(#000, 0.6); -gtk-icon-shadow: 0 1px 1px alpha(#fff, 0.2); } #add-color-button { text-shadow: 0 1px @text_shadow_color; background-image: linear-gradient(to bottom, transparent, transparent 50%, alpha (#000, 0.04)); border: 1px solid alpha (#000, 0.2); box-shadow: inset 0 0 0 1px alpha (#fff, 0.05), inset 0 1px 0 0 alpha (#fff, 0.45), inset 0 -1px 0 0 alpha (#fff, 0.15), 0 1px 0 0 alpha (#fff, 0.15); color: @text_color; transition: all 100ms ease-in; -gtk-icon-shadow: 0 1px @text_shadow_color; } scale.color slider { background-image: none; border: 2px solid @bg_color; box-shadow: inset 0 0 0 1px alpha (@bg_highlight_color, 0.05), inset 0 1px 0 0 alpha (@bg_highlight_color, 0.45), inset 0 -1px 0 0 alpha (@bg_highlight_color, 0.15), inset 0 0 0 1px alpha (#000, 0.25), inset 0 1px 1px 1px alpha (#000, 0.1), 0 0 0 1px alpha (#000, 0.25), 0 1px 1px 1px alpha (#000, 0.1); min-height: 10px; min-width: 10px; } /************* * ComboBoxes * *************/ combobox arrow { min-width: 16px; min-height: 16px; -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } combobox button { padding: 2px 3px; } combobox entry:first-child, combobox button:first-child:not(:only-child) { border-radius: 2.5px 0 0 2.5px; border-right-width: 0; } combobox entry:last-child, combobox button:last-child:not(:only-child) { border-radius: 0 2.5px 2.5px 0; border-left-width: 0; background-image: linear-gradient(to bottom, shade (@base_color, 0.93), shade (@base_color, 0.97)); box-shadow: inset 0 1px 0 0 alpha (@inset_dark_color, 0.7), inset 0 0 0 1px alpha (@inset_dark_color, 0.3), 0 1px 0 0 alpha (@bg_highlight_color, 0.3); } .toolbar GtkComboBox.combobox-entry .entry:last-child, .toolbar GtkComboBox.combobox-entry .button:last-child { background-image: linear-gradient(to bottom, alpha (#000, 0.1), transparent 5px), linear-gradient(to bottom, shade (@base_color, 0.9), @base_color ); box-shadow: inset 0 0 0 1px @inset_dark_color, 0 1px 0 0 alpha (@bg_highlight_color, 0.3); } /********* * Linked * *********/ /* Middle button */ .linked entry, .linked button, .linked>combobox button.combo, .linked spinbutton, .titlebar .stack-switcher .button.image-button { border-left-width: 0; border-radius: 0; } /* Leftmost button */ .linked entry:first-child, .linked button:first-child, .linked>combobox:first-child button.combo, .linked spinbutton:first-child, .titlebar .stack-switcher .button.image-button:first-child { border-width: 1px; border-radius: 2.5px 0 0 2.5px; } /* Rightmost button */ .linked entry:last-child, .linked button:last-child, .linked>combobox:last-child button.combo, .linked spinbutton:last-child, .titlebar .stack-switcher .button.image-button:last-child { border-left-width: 0; border-radius: 0 2.5px 2.5px 0; } /* Linked single button */ .linked entry:only-child, .linked button:only-child, .linked>combobox:only-child button.combo, .linked spinbutton:only-child, .titlebar .stack-switcher .button.image-button:only-child { border-right-width: 1px; border-left-width: 1px; border-radius: 2.5px; } /* Middle button (vertical) */ .linked.vertical entry, .linked.vertical button, .linked.vertical .entry, .linked.vertical .button { border-left-width: 1px; border-bottom-width: 0; border-radius: 0; } /* Top button (vertical) */ .linked.vertical entry:first-child, .linked.vertical button:first-child, .linked.vertical .entry:first-child, .linked.vertical .button:first-child { border-radius: 2.5px 2.5px 0 0; } .linked.vertical entry, .linked.vertical .entry { background-color: shade (@base_color, 0.97); background-image: none; border-top-width: 0; } .linked.vertical entry:first-child, .linked.vertical .entry:first-child { background-image: linear-gradient(to bottom, shade (@base_color, 0.93), shade (@base_color, 0.97)); border-top-width: 1px; } /* Bottom button (vertical) */ .linked.vertical entry:last-child, .linked.vertical button:last-child, .linked.vertical .entry:last-child, .linked.vertical .button:last-child { border-bottom-width: 1px; border-radius: 0 0 2.5px 2.5px; } /* Linked single button (vertical) */ .linked.vertical entry:only-child, .linked.vertical button:only-child, .linked.vertical .entry:only-child, .linked.vertical .button:only-child { border-top-width: 1px; border-bottom-width: 1px; border-radius: 2.5px; } /* Linked vertical and horizontal entries */ .vertical.linked .horizontal.linked:last-child entry:first-child { border-top: 0; border-bottom-width: 1px; background-image: none; border-top-left-radius: 0; border-top-right-radius: 0; border-bottom-left-radius: 3px; border-right-color: alpha(@text_color, 0.08); } .vertical.linked .horizontal.linked:last-child entry:last-child { border-left: 0; border-bottom-left-radius: 0; } /******************** * Notebook and Tabs * ********************/ notebook { background-clip: border-box; background-color: shade (@titlebar_color, 1.06); border: none; border-radius: 0 0 2.5px 2.5px; text-shadow: 0 1px @text_shadow_color; -gtk-icon-shadow: 0 1px @text_shadow_color; } notebook.frame { border: 1px solid shade (@titlebar_color, 0.6); } notebook header { background-color: @bg_color; background-image: linear-gradient(to bottom, alpha (#000, 0.1), alpha (#000, 0) 3px), linear-gradient(to bottom, shade (@titlebar_color, 0.91), shade (@titlebar_color, 0.96)); border-style: solid; border-width: 0 0 1px; border-color: shade (@titlebar_color, 0.62); border-radius: 0; } notebook header:backdrop { background-color: shade (@titlebar_color, 1.02); background-image: linear-gradient(to bottom, alpha (#000, 0.08), alpha (#000, 0) 3px); border-color: shade (@titlebar_color, 0.76); } notebook header button { min-width: 20px; } .header separator.vertical { border-right-color: alpha (#fff, 0.2); } notebook image { color: shade (@title_color, 0.75); } notebook image:disabled { color: @insensitive_color; } notebook tab { background-image: none; background-color: transparent; border-image: linear-gradient(to bottom, transparent, alpha (#000, 0.2)) 0 1 0 0; border-radius: 0; border-style: solid; border-width: 0 1px; color: shade (@text_color, 1.12); margin-right: -1px; padding: 3px; } notebook tab:first-child { border-width: 0 1px; border-image: linear-gradient(to bottom, transparent, alpha (#000, 0.2)) 0 1 0 1; } notebook tab:checked { background-image: linear-gradient(to bottom, shade (@titlebar_color, 0.94), shade (@titlebar_color, 0.9)); border-color: shade (@titlebar_color, 0.62); border-image: none; border-radius: 4px 4px 0 0; border-style: solid; box-shadow: inset 0 0 0 1px alpha (@bg_highlight_color, 0.2), 0 0 1px 1px alpha (#000, 0.1); text-shadow: 0 1px @text_shadow_color; color: @text_color; -gtk-icon-shadow: 0 1px @text_shadow_color; } notebook tab:checked:backdrop { background-image: linear-gradient(to bottom, shade (@titlebar_color, 1.04), shade (@titlebar_color, 1.02)); border-color: shade (@titlebar_color, 0.76); box-shadow: inset 0 0 0 1px alpha (@bg_highlight_color, 0.2), 0 0 0 1px alpha (#000, 0.1); } notebook tab>image { color: shade (@titlebar_color, 0.35); } notebook viewport { background-color: @base_color; border-width: 0; } notebook tab button { padding: 0; } notebook tab>entry { border-radius: 2px; padding: 1px 5px; } /* Label Trickery */ notebook tab label { color: alpha(@text_color, 0.75); padding: 3px 6px; } notebook tab:active label, notebook .active-page, notebook tab .active-page label { color: @text_color; } notebook tab:backdrop label, notebook tab label:backdrop { color: alpha(@text_color, 0.75); } .inline-toolbar notebook header { background-color: shade (@tab_base_color, 0.95); background-image: linear-gradient(to bottom, alpha (#000, 0.12), alpha (#000, 0) 2px, alpha (#000, 0) calc(100% - 1px), alpha (#000, 0.05)); border-color: shade (@tab_base_color, 0.78); } .inline-toolbar notebook tab:checked { background-color: @tab_base_color; background-image: none; border-color: shade (@tab_base_color, 0.78); box-shadow: -1px 0 1px alpha (#000, 0.05), 1px 0 1px alpha (#000, 0.05); margin-bottom: -1px; } .inline-toolbar notebook header { background-color: shade (@tab_base_color, 0.95); background-image: linear-gradient(to bottom, alpha (#000, 0.12), alpha (#000, 0) 2px, alpha (#000, 0) calc(100% - 1px), alpha (#000, 0.05)); border-color: shade (@tab_base_color, 0.78); } .inline-toolbar notebook tab:checked { background-color: @tab_base_color; background-image: none; border-color: shade (@tab_base_color, 0.78); box-shadow: -1px 0 1px alpha (#000, 0.05), 1px 0 1px alpha (#000, 0.05); margin-bottom: -1px; } /************* * Scrollbars * *************/ scrolledwindow { -GtkScrolledWindow-scrollbar-spacing: 0; } scrollbar { background-color: transparent; transition: all 600ms ease-out; -GtkScrollbar-has-backward-stepper: false; -GtkScrollbar-has-forward-stepper: false; } scrollbar:hover { transition: all 200ms ease-in-out; } scrollbar button { border: none; background-image: none; background-color: transparent; } scrollbar.horizontal slider { min-width: 30px; min-height: 3px; } scrollbar.horizontal:hover slider { min-height: 8px; } scrollbar.vertical slider { min-height: 30px; min-width: 3px; } scrollbar.vertical:hover slider { min-width: 8px; } scrollbar slider { background-color: alpha (@text_color, 0.6); border: 1px solid alpha (@bg_highlight_color, 0.25); border-radius: 10px; margin: 1px; transition: all 200ms ease-in-out; } scrollbar.overlay-indicator slider:hover { border-radius: 20px; } scrollbar trough { padding: 0; } scrollbar.overlay-indicator trough { background-color: transparent; } scrollbar.overlay-indicator:hover trough { background-color: alpha (#000, 0.1); } scrollbar:hover trough { background-color: transparent; border-radius: 0; } trough { background-color: @base_color; } /******** * Menus * ********/ GtkTreeMenu .menuitem { padding: 2px; } .context-menu { font: initial; text-shadow: none; } menu, .content-view .menu, window.menu, window.popup { padding: 4px 0; border-radius: 3px; background-color: @bg_color; box-shadow: inset 0 0 0 1px alpha (@bg_highlight_color, 0.1), inset 0 1px 0 0 alpha (@bg_highlight_color, 0.9), inset 0 -1px 0 0 alpha (@bg_highlight_color, 0.3); } .menu.button { background-image: none; } menubar, .menubar { color: @text_color; background-color: shade (@titlebar_color, 0.94); border: 1px solid shade (@titlebar_color, 0.68); border-width: 0 0 1px; box-shadow: inset 0 1px 0 0 alpha (@bg_highlight_color, 0.2), inset 0 -1px 0 0 alpha (@bg_highlight_color, 0.2); -GtkWidget-window-dragging: true; } menubar:backdrop, .menubar:backdrop { background-color: shade (@titlebar_color, 0.98); border-color: shade (@titlebar_color, 0.78); } .titlebar .menubar { background-color: transparent; } menuitem, .menuitem { padding: 3px 6px; } menuitem, menuitem:focus, modelbutton, modelbutton:focus, .menuitem, .menuitem:focus { background: transparent; border: none; border-radius: 0; box-shadow: none; text-shadow: none; -gtk-icon-shadow: none; } menuitem:active, menuitem:hover, modelbutton:active, modelbutton:hover, .menuitem:active, .menuitem:focus:active, .menuitem:hover { box-shadow: none; background-color: alpha (@text_color, 0.15); } menuitem *:disabled, modelbutton *:disabled, .menuitem *:disabled { color: @insensitive_color; } menuitem accelerator { color: alpha (@text_color, 0.5); } menuitem arrow { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); min-height: 16px; min-width: 16px; } menuitem arrow:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } menuitem arrow.top { -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } menuitem arrow.bottom { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } menuitem image, menuitem label, modelbutton label, .menuitem image, .menuitem label { padding: 3px; } menu:dir(ltr) menuitem image:first-child { margin-left: -17px; padding-left: 0; padding-right: 2px; } menu:dir(rtl) menuitem image:first-child { margin-right: -17px; padding-left: 2px; padding-right: 0; } modelbutton { min-width: 150px; padding: 3px 12px; } /* Moved titlebar sep here to fix seps in titlebar menus */ .titlebar separator { color: transparent; border: none; } /******************************* * Check and Radio, and Switch * ******************************/ check, radio, switch { transition: all 200ms ease-in; } check, radio { background-image: linear-gradient(to bottom, shade (@base_color, 0.99), shade (@base_color, 0.97)); border: 1px solid @border_color; box-shadow: inset 0 1px 0 0 alpha (@bg_highlight_color, 0.5), inset 0 0 0 1px alpha (@bg_highlight_color, 0.2), 0 1px 1px 0 shade (@bg_color, 0.95); min-height: 12px; min-width: 12px; -gtk-icon-source: none; } switch { background-color: alpha (#000, 0.1); background-image: none; border: 1px solid alpha (#000, 0.25); border-radius: 16px; box-shadow: inset 0 0 0 1px alpha (#000, 0.05), 0 1px 0 0 alpha (@bg_highlight_color, 0.3); color: transparent; font-size: 0.1px; } /* FIXME: treeview .cell needs to be more specific to avoid this */ treeview check.cell, treeview radio.cell { border-width: 1px; } menuitem check { background: none; border-color: transparent; box-shadow: none; } menuitem check:dir(ltr), menuitem radio:dir(ltr) { margin-right: 3px; } menuitem check:dir(rtl), menuitem radio:dir(rtl) { margin-left: 3px; } switch:focus slider { background-image: linear-gradient(to bottom, shade (@bg_color, 1.05), shade (mix (@bg_color, @colorAccent, 0.1), 0.95)); border-color: @colorAccent; box-shadow: inset 0 0 0 1px alpha (@bg_highlight_color, 0.05), inset 0 1px 0 0 alpha (@bg_highlight_color, 0.45), inset 0 -1px 0 0 alpha (@bg_highlight_color, 0.15), 0 1px 1px alpha (@colorAccent, 0.35), 0 1px 2px alpha (@colorAccent, 0.16); } /* Made the switch:checked green */ /* Upstream deleted both classes and i commented the third so this needs to be commented now,+ both classes actually moved down by upstream*/ /*switch:checked { background-image: linear-gradient( to bottom, shade ( @colorAccent, 1.2 ), @colorAccent ); border-color: shade (@colorAccent, 0.85); } */ check:checked, radio:checked { background-image: linear-gradient(to bottom, shade (@colorAccent, 1.2), @colorAccent ); border-color: shade (@colorAccent, 0.9); box-shadow: inset 0 0 0 1px shade (@colorAccent, 1.15), inset 0 1px 0 0 shade (@colorAccent, 1.3), 0 1px 1px 0 shade (@bg_color, 0.85); color: #fff; -gtk-icon-source: -gtk-icontheme("check-active-symbolic"); -gtk-icon-shadow: 0 1px 1px shade (@colorAccent, 0.85); } check:indeterminate, radio:indeterminate { -gtk-icon-source: -gtk-icontheme("check-mixed-symbolic"); } check:focus, radio:focus { border-color: @colorAccent; box-shadow: inset 0 1px 0 0 alpha (@inset_dark_color, 0.7), inset 0 0 0 1px alpha (@inset_dark_color, 0.3), 0 0 2px 1px alpha (@colorAccent, 0.5); transition: all 100ms ease-out; } check:checked:focus, radio:checked:focus { border-color: shade (@colorAccent, 0.8); box-shadow: inset 0 0 0 1px shade (@colorAccent, 1.15), inset 0 1px 0 0 shade (@colorAccent, 1.3), 0 0 2px 1px alpha (@colorAccent, 0.5), 0 1px 1px 0 shade (@bg_color, 0.85); } check:disabled, radio:disabled { background: shade (@bg_color, 0.95); border-color: shade (@bg_color, 0.8); box-shadow: 0 1px 0 0 alpha (@bg_highlight_color, 0.3); } switch:disabled { background-color: alpha (#000, 0.02); } check:checked:disabled, radio:checked:disabled { color: shade (@bg_color, 0.75); -gtk-icon-shadow: 0 1px 1px alpha (@bg_highlight_color, 0.3); } switch:checked:disabled { background-image: none; background-color: mix (@bg_color, @colorAccent, 0.5); border-color: shade (mix (@bg_color, @colorAccent, 0.5), 0.75); } check:checked:backdrop:not(:disabled), radio:checked:backdrop:not(:disabled) { box-shadow: inset 0 1px 0 0 alpha (@bg_highlight_color, 0.3), inset 0 0 0 1px alpha (@bg_highlight_color, 0.1), 0 1px 1px 0 shade (@bg_color, 0.95); } check:checked:backdrop:not(:disabled), radio:checked:backdrop:not(:disabled), switch:checked:backdrop { background-image: none; background-color: shade (@bg_color, 0.8); border-color: shade (@bg_color, 0.65); -gtk-icon-shadow: 0 1px 1px shade (@bg_color, 0.65); } check { border-radius: 2.5px; } radio { border-radius: 50%; } radiobutton label:dir(ltr), checkbutton label:dir(ltr) { margin-left: 6px; } radiobutton label:dir(rtl), checkbutton label:dir(rtl) { margin-right: 6px; } switch slider { background-image: linear-gradient(to bottom, shade (@bg_color, 1.05), shade (@bg_color, 0.95)); border: 1px solid alpha (#000, 0.2); border-radius: 50%; box-shadow: inset 0 0 0 1px alpha (@bg_highlight_color, 0.05), inset 0 1px 0 0 alpha (@bg_highlight_color, 0.45), inset 0 -1px 0 0 alpha (@bg_highlight_color, 0.15), 0 1px 1px alpha (#000, 0.15), 0 1px 2px alpha (#000, 0.16); margin: -1px; min-height: 24px; min-width: 24px; } switch slider:disabled, switch slider:backdrop { background-image: none; background-color: @bg_color; box-shadow: inset 0 0 0 1px alpha (@bg_highlight_color, 0.05), inset 0 1px 0 0 alpha (@bg_highlight_color, 0.45), inset 0 -1px 0 0 alpha (@bg_highlight_color, 0.15), 0 1px 1px alpha (#000, 0.15); } /*********** * Toolbars * ***********/ toolbar, .toolbar { -GtkWidget-window-dragging: true; padding: 3px; border: 1px solid shade (@titlebar_color, 0.62); border-width: 0 0 1px; box-shadow: inset 0 1px 0 0 alpha (@bg_highlight_color, 0.2), inset 0 -1px 0 0 alpha (@bg_highlight_color, 0.2); background-image: linear-gradient(to bottom, shade (@titlebar_color, 0.94), shade (@titlebar_color, 0.9)); text-shadow: 0 1px alpha (@bg_highlight_color, 0.4); -gtk-icon-shadow: 0 1px alpha (@bg_highlight_color, 0.4); } toolbar:backdrop, .toolbar:backdrop { background-color: shade (@titlebar_color, 1.04); background-image: none; border-color: shade (@titlebar_color, 0.7); box-shadow: inset 0 1px 0 0 alpha (@bg_highlight_color, 0.2), inset 0 -1px 0 0 alpha (@bg_highlight_color, 0.4); -gtk-icon-effect: dim; } toolbar image { color: mix (@titlebar_color, @text_color, 0.85); -gtk-icon-shadow: 0 1px @title_shadow_color; } toolbar image:disabled { color: @insensitive_color; -gtk-icon-effect: dim; } toolbar image:backdrop { color: mix (@titlebar_color, @text_color, 0.5); -gtk-icon-shadow: none; } /********************* * Secondary Toolbars * *********************/ toolbar.secondary-toolbar, .secondary-toolbar.toolbar { border-width: 0 0 1px; border-style: solid; padding: 2px; background-image: linear-gradient(to bottom, shade (@titlebar_color, 0.93), shade (@titlebar_color, 0.9)); box-shadow: inset 0 1px 0 0 alpha (@bg_highlight_color, 0.3), inset 0 -1px 0 0 alpha (@bg_highlight_color, 0.2); border-color: shade (@titlebar_color, 0.6); text-shadow: 0 1px alpha (@bg_highlight_color, 0.4); -gtk-icon-shadow: 0 1px alpha (@bg_highlight_color, 0.4); } toolbar.secondary-toolbar:backdrop, .secondary-toolbar.toolbar:backdrop { background-image: linear-gradient(to bottom, shade (@titlebar_color, 1.04), @titlebar_color ); border-color: shade (@titlebar_color, 0.76); color: @insensitive_color; -gtk-icon-effect: dim; } toolbar.secondary-toolbar button, .secondary-toolbar.toolbar .button { border-color: alpha (#000, 0.3); text-shadow: 0 1px alpha (@bg_highlight_color, 0.4); -gtk-icon-shadow: 0 1px alpha (@bg_highlight_color, 0.4); } /****************** * Bottom Toolbars * ******************/ toolbar.bottom-toolbar, .bottom-toolbar.toolbar { padding: 8px; border: 1px solid shade (@titlebar_color, 0.72); border-width: 1px 0 0; background-image: linear-gradient(to bottom, @titlebar_color, shade (@titlebar_color, 0.94)); box-shadow: inset 0 1px 0 0 alpha (@bg_highlight_color, 0.5), inset 0 -1px 0 0 alpha (@bg_highlight_color, 0.2); } toolbar.bottom-toolbar button, .bottom-toolbar.toolbar .button { padding: 2px 3px; } /*************** * Header Bars * **************/ .titlebar button.image-button, .titlebar .button.image-button { padding: 3px; border: 1px solid transparent; background-image: none; box-shadow: none; } .titlebar button.flat, .titlebar button.image-button, .titlebar .button.flat, .titlebar .button.image-button { border-radius: 99px; background-color: transparent; } .titlebar button.image-button:active, .titlebar button.image-button:hover:active, .titlebar button.image-button:focus:active, .titlebar button.image-button:checked, .titlebar button.image-button:hover:checked, .titlebar button.image-button:focus:checked, .titlebar button.flat:active, .titlebar button.flat:hover:active, .titlebar button.flat:focus:active, .titlebar button.flat:checked, .titlebar button.flat:hover:checked, .titlebar button.flat:focus:checked, .titlebar .button.image-button:active, .titlebar .button.image-button:hover:active, .titlebar .button.image-button:focus:active, .titlebar .button.image-button:checked, .titlebar .button.image-button:hover:checked, .titlebar .button.image-button:focus:checked, .titlebar .button.flat:active, .titlebar .button.flat:hover:active, .titlebar .button.flat:focus:active, .titlebar .button.flat:checked, .titlebar .button.flat:hover:checked, .titlebar .button.flat:focus:checked { background-color: alpha (@text_color, 0.15); border-color: transparent; box-shadow: none; } /*************** * Action bars * ***************/ actionbar { padding: 1px 6px; text-shadow: 0 1px alpha (@bg_highlight_color, 0.4); background-image: linear-gradient(to bottom, @titlebar_color, shade (@titlebar_color, 0.94)); border-style: solid; border-width: 1px 0 0; border-top-color: shade (@bg_color, 0.58); box-shadow: inset 0 0 0 1px alpha (@bg_highlight_color, 0.05), inset 0 1px 0 0 alpha (@bg_highlight_color, 0.45), inset 0 -1px 0 0 alpha (@bg_highlight_color, 0.15); -gtk-icon-shadow: 0 1px alpha (@bg_highlight_color, 0.4); } dialog actionbar { background-image: none; background-color: @bg_color; border-top-color: shade (@bg_color, 0.8); border-radius: 0 0 4px 4px; } actionbar button.image-button { background-color: transparent; background-image: none; border-radius: 0; border-width: 0; box-shadow: none; padding: 5px 5px 4px; } actionbar .title { font-size: 11pt; font-weight: bold; padding: 0 12px; } actionbar .subtitle { font-size: 9pt; padding: 0 12px; } /****************** * Inline Toolbars * ******************/ .inline-toolbar, .inline-toolbar:backdrop { border-color: shade (@bg_color, 0.75); border-width: 0 1px 1px; box-shadow: none; background-color: @bg_color; background-image: linear-gradient(to bottom, alpha (#000, 0.12), alpha (#000, 0) 2px); padding: 0; } actionbar.inline-toolbar, actionbar.inline-toolbar:backdrop, paned .inline-toolbar, paned .inline-toolbar:backdrop, .sidebar.inline-toolbar, .source-list.inline-toolbar { border-width: 1px 0 0; } .inline-toolbar button.image-button { background: transparent; border: none; border-radius: 0; box-shadow: none; color: shade (@text_color, 1.25); padding: 3px; text-shadow: 0 1px alpha (@bg_highlight_color, 0.4); -gtk-icon-shadow: 0 1px alpha (@bg_highlight_color, 0.4); } .inline-toolbar button.image-button:focus { background: alpha (@text_color, 0.15); } .inline-toolbar button.image-button:active { background: alpha (@text_color, 0.1); } .inline-toolbar button.image-button image:disabled, .inline-toolbar button.image-button label:disabled, .inline-toolbar button.image-button:disabled { background: none; color: @insensitive_color; } /*************** * Search bars * ***************/ searchbar, .location-bar, .search-bar { border-width: 0 0 1px; border-style: solid; padding: 2px; background-image: linear-gradient(to bottom, shade (@titlebar_color, 0.96), shade (@titlebar_color, 0.9)); box-shadow: inset 0 1px 0 0 alpha (@bg_highlight_color, 0.3), inset 0 -1px 0 0 alpha (@bg_highlight_color, 0.2); border-color: shade (@titlebar_color, 0.6); text-shadow: 0 1px alpha (@bg_highlight_color, 0.4); -gtk-icon-shadow: 0 1px alpha (@bg_highlight_color, 0.4); } searchbar:backdrop, .location-bar:backdrop, .search-bar:backdrop { background-image: linear-gradient(to bottom, shade (@titlebar_color, 1.04), @titlebar_color ); border-color: shade (@titlebar_color, 0.76); color: @insensitive_color; -gtk-icon-effect: dim; } dialog searchbar, dialog searchbar:backdrop, dialog .location-bar, dialog .search-bar, dialog .search-bar:backdrop { background-image: none; background-color: @bg_color; border-color: shade (@bg_color, 0.6); box-shadow: none; } .search-bar .button.close-button { padding: 5px 4px 5px 5px; } /************************** * Suggested Action Button * **************************/ button.suggested-action, .suggested-action.button { background-image: linear-gradient(to bottom, shade (@selected_bg_color, 1.1), shade (@selected_bg_color, 0.9)); border-color: shade (@selected_bg_color, 0.8); box-shadow: inset 0 0 0 1px alpha (#fff, 0.05), inset 0 1px 0 0 alpha (#fff, 0.25), inset 0 -1px 0 0 alpha (#fff, 0.1), 0 1px 0 0 alpha (#fff, 0.15); } button.suggested-action label, button.suggested-action label:hover, button.suggested-action image, button.suggested-action image:hover, .titlebar button.suggested-action label, .titlebar button.suggested-action label:hover, .titlebar button.suggested-action image, .titlebar button.suggested-action image:hover { color: @selected_fg_color; text-shadow: 0 1px alpha (#000, 0.3); -gtk-icon-shadow: 0 1px alpha (#000, 0.3); } button.suggested-action:active, button.suggested-action:active:hover, button.suggested-action:checked, .suggested-action.button:active, .suggested-action.button:active:hover, .suggested-action.button:checked { background-image: linear-gradient(to bottom, shade (@selected_bg_color, 1.05), shade (@selected_bg_color, 0.95)); border-color: shade (@selected_bg_color, 0.8); box-shadow: inset 0 0 0 1px alpha (#000, 0.05), 0 1px 0 0 alpha (@bg_highlight_color, 0.3); } .titlebar button.suggested-action label:backdrop, .titlebar button.suggested-action image:backdrop { color: mix (@selected_bg_color, @selected_fg_color, 0.8); text-shadow: none; -gtk-icon-shadow: none; } /**************************** * Destructive Action Button * ****************************/ button.destructive-action, .titlebar button.destructive-action, .destructive-action.button, .titlebar .destructive-action.button { background-image: linear-gradient(to bottom, shade (@error_color, 1.3), @error_color ); box-shadow: inset 0 0 0 1px alpha (#fff, 0.05), inset 0 1px 0 0 alpha (#fff, 0.25), inset 0 -1px 0 0 alpha (#fff, 0.1), 0 1px 0 0 alpha (#fff, 0.15); border-color: shade (@error_color, 0.9); } button.destructive-action:backdrop:not(:disabled), .titlebar button.destructive-action:backdrop:not(:disabled), .destructive-action.button:backdrop:not(:disabled), .titlebar .destructive-action.button:backdrop { background-image: linear-gradient(to bottom, shade (@error_color, 1.4), shade (@error_color, 1.3)); box-shadow: inset 0 0 0 1px alpha (#fff, 0.05), inset 0 1px 0 0 alpha (#fff, 0.25), inset 0 -1px 0 0 alpha (#fff, 0.1); } button.destructive-action label, button.destructive-action label:hover, button.destructive-action image, button.destructive-action image:hover, .titlebar button.destructive-action label, .titlebar button.destructive-action label:hover, .titlebar button.destructive-action image { color: @selected_fg_color; text-shadow: 0 1px alpha (#000, 0.2); -gtk-icon-shadow: 0 1px alpha (#000, 0.2); } .titlebar button.destructive-action label:backdrop, .titlebar button.destructive-action image:backdrop { color: shade (@error_color, 1.9); text-shadow: none; -gtk-icon-shadow: none; } button.destructive-action:active, button.destructive-action:active:hover, .titlebar button.destructive-action:active, .titlebar button.destructive-action:active:hover, .destructive-action.button:active, .destructive-action.button:active:hover, .titlebar .destructive-action.button:active, .titlebar .destructive-action.button:active:hover { background-image: linear-gradient(to bottom, shade (@error_color, 1.2), @error_color ); border-color: shade (@error_color, 0.85); } button.destructive-action:focus, .titlebar button.destructive-action:focus, .destructive-action.button:focus, .titlebar .destructive-action.button:focus { background-image: linear-gradient(to bottom, shade (@error_color, 1.4), shade (@error_color, 1.1)); box-shadow: inset 0 1px 0 0 alpha (#fff, 0.3), inset 0 -1px 0 0 alpha (#fff, 0.2), 0 1px 0 0 alpha (#fff, 0.25), 0 1px 2px 0 alpha (@error_color, 0.05); transition: all 100ms ease-out; border-color: @error_color; } /********************* * Insensitive Button * **********************/ button:disabled, .button:disabled, .destructive-action.button:disabled, .suggested-action.button:disabled { background-image: none; background-color: transparent; border-color: alpha (#000, 0.2); box-shadow: inset 0 0 0 1px alpha (@bg_highlight_color, 0.05), inset 0 1px 0 0 alpha (@bg_highlight_color, 0.45), inset 0 -1px 0 0 alpha (@bg_highlight_color, 0.15), 0 1px 0 0 alpha (@bg_highlight_color, 0.15); color: @insensitive_color; } toolbar button:disabled, .titlebar button.destructive-action.image-button image:backdrop, .toolbar .button:disabled, .toolbar .destructive-action.button:disabled, .titlebar .destructive-action.button:disabled { background-image: linear-gradient(to bottom, alpha (#fff, 0.05), alpha (#000, 0.05)); border-color: alpha (#000, 0.2); color: @insensitive_color; } button:disabled image, button:disabled label, button.destructive-action:disabled image, button.suggested-action:disabled image { text-shadow: 0 1px @text_shadow_color; color: @insensitive_color; -gtk-icon-shadow: 0 1px @text_shadow_color; } button:active:disabled, .button:active:disabled { background-image: linear-gradient(to bottom, shade (@bg_color, 0.85), shade (@bg_color, 0.94) 20%, @bg_color ); box-shadow: inset 0 0 0 1px alpha (#000, 0.02), 0 1px 0 0 alpha (#fff, 0.3); } button.flat:disabled, .button.flat:disabled { border-color: transparent; box-shadow: none; background-image: none; background-color: transparent; } /*************** * GtkAssistant * ***************/ GtkAssistant .sidebar .highlight { color: @fg_color; font-weight: bold; } GtkAssistant .sidebar { background-color: shade (@bg_color, 0.97); border-color: shade (@bg_color, 0.8); border-style: solid; border-width: 0 1px 0 0; color: mix (@fg_color, @bg_color, 0.4); padding: 12px; text-shadow: 0 1px shade (@bg_color, 1.04); } /***************************** * Tree, List, and Icon Views * *****************************/ treeview { -GtkTreeView-vertical-separator: 5px; -GtkTreeView-horizontal-separator: 6px; -GtkTreeView-expander-size: 16; -GtkTreeView-grid-line-pattern: "\000\000"; border-top-color: @border_color; } treeview row:nth-child(even) { background-color: @bg_color; } treeview row:nth-child(odd) { background-color: @base_color; } treeview entry, treeview .entry { border-radius: 0; padding-bottom: 0; padding-top: 0; } iconview.view.cell:selected, iconview.view.cell:selected:focus, GtkIconView.view.cell:selected, GtkIconView.view.cell:selected:focus { background-color: @base_color; color: @text_color; } .view { background-color: @base_color; } .cell { border-width: 0; color: @text_color; text-shadow: none; } popover treeview.view row:selected, .cell:selected, .view:selected, treeview row:focus, .popover treeview.view row:selected { background-color: shade (@base_color, 0.8); color: @text_color; } .cell:selected:focus, .view:selected:focus { background-color: @colorAccent; color: @selected_fg_color; } .cell:disabled { color: @insensitive_color; } /* FIXME: This doesn't work with only-child GtkListBoxRow:only-child { border-bottom: none; box-shadow: none; } GtkListBoxRow:first-child { border-bottom: solid 1px alpha(#fff, 0.04); box-shadow: inset 0 -1px shade(@base_color, 0.85); } */ /*********** * FlowBox * ***********/ flowboxchild { border-radius: 3px; } flowboxchild:focus { background-color: alpha (#000, 0.2); color: @text_color; } /********************* * App Notifications * *********************/ .app-notification, .app-notification.frame { background-color: alpha (@text_color, 0.85); border-radius: 4px; border: none; padding: 6px; text-shadow: 0 1px 2px alpha (@text_color, 0.6); background-clip: padding-box; } .app-notification label { color: @bg_color; text-shadow: 0 1px 2px alpha (@text_color, 0.6); } .app-notification button, .app-notification button.flat.image-button, .app-notification .button, .app-notification .button.flat.image-button { background-color: alpha (@bg_color, 0.9); color: @text_color; box-shadow: none; border-width: 0; -gtk-icon-shadow: none; } .app-notification button label { color: @text_color; text-shadow: none; -gtk-icon-shadow: none; } .app-notification button.close-button, .app-notification .button.close-button { background-color: @text_color; border-radius: 50%; padding: 4px; color: alpha (@bg_color, 0.9); } .app-notification button:active, .app-notification .button:active { background-color: @bg_color; box-shadow: 0 3px 6px alpha (@text_color, 0.16), 0 3px 6px alpha (@text_color, 0.23); } .app-notification button.close-button:active, .app-notification .button.close-button:active { background-color: alpha (@text_color, 0.7); color: alpha (@bg_color, 0.7); } /****************** * Column Headers * *****************/ treeview header button, column-header .button { border-left-width: 0; border-top-width: 0; border-radius: 0; background-color: @bg_color; background-image: linear-gradient(to bottom, shade (@base_color, 0.88), @base_color ); font-weight: bold; padding: 4px 2px; } treeview header button:last-child, column-header:last-child .button { border-right-width: 0; } treeview header button:hover, column-header .button:hover { background-image: linear-gradient(to bottom, shade (@base_color, 0.8), @base_color ); } treeview header button:backdrop, column-header .button:backdrop { background-image: none; } treeview header button:backdrop:hover, column-header .button:backdrop:hover { background-image: linear-gradient(to bottom, shade (@bg_color, 0.92), @bg_color ); } treeview header button label { padding-left: 3px; color: shade (@text_color, 1.8); } treeview header button:backdrop label { color: shade (@text_color, 2.8); } /************* * List Boxes * *************/ list, .list { background-color: @base_color; } popover list, .popover GtkListBox, .popover .list { background-color: transparent; } row, .list-row { border-color: @border_color; } row, .list-row.button { background-image: none; border: none; border-radius: 0; box-shadow: none; } row:selected button, .list-row:selected:focus .button { background-color: @bg_color; transition: none; } row:selected button.flat, .list-row:selected:focus .button.flat { background-color: alpha (@text_color, 0.3); text-shadow: 0 1px 1px alpha (@text_color, 0.15); -gtk-icon-shadow: 0 1px 1px alpha (@text_color, 0.15); } row:selected, row:selected:backdrop, .list-row:selected, .list-row:selected:backdrop { background-color: shade (@base_color, 0.8); color: @text_color; text-shadow: none; -gtk-icon-shadow: none; } row:selected:focus, .list-row:selected:focus { background-color: @colorAccent; color: @selected_fg_color; } row:selected:focus image { color: @selected_fg_color; } .list-row GtkTextView { background-color: transparent; } /*************** * Content View * ***************/ .content-view-window { border: 1px solid alpha (#000, 0.25); border-radius: 5px; } .content-view, .content-view viewport { background-color: transparent; background-image: none; } .content-view column-header .button { border-width: 0 0 1px 1px; background-image: linear-gradient(to bottom, @bg_color, shade (@bg_color, 0.94)); border-image: linear-gradient(to bottom, shade (@base_color, 0.86), shade (@base_color, 0.7)) 1 0 1 0; } .content-view .title, .content-view .option-title { color: @text_color; text-shadow: 0 1px alpha (#fff, 0.3); } .content-view .subtitle, .content-view .option-description { color: alpha (@text_color, 0.5); text-shadow: 0 1px @text_shadow_color; } .content-view .toolbar { padding: 1px; background-image: linear-gradient(to bottom, alpha (#000, 0.1), alpha (#000, 0.03)); border-color: alpha (#000, 0.05); } /************************ * Sidebar & Source List * ************************/ .sidebar, .sidebar.view, .sidebar list, .source-list, .source-list.view { background-color: shade (@bg_color, 0.92); color: mix (@bg_color, @text_color, 0.77); -gtk-icon-style: regular; -GtkTreeView-horizontal-separator: 1px; -GtkTreeView-vertical-separator: 6px; } dialog .sidebar, dialog .sidebar list, dialog .source-list { background-color: shade (@titlebar_color, 1.07); } .sidebar row, .sidebar .list-row, .sidebar-item, .sidebar-row { border-color: transparent; border-style: solid; border-width: 1px 0; padding: 0 6px; } .sidebar button { padding: 3px; } .sidebar label, .sidebar-item label { padding: 4px; } .sidebar-item image, .sidebar-row image { padding-right: 6px; } .sidebar row label, .sidebar .list-row, .sidebar .view, .sidebar-item, .sidebar-row, .source-list .view { text-shadow: 0 1px @text_shadow_color; } .sidebar row:hover, .sidebar .list-row:hover, .sidebar .view:hover, .sidebar-item:hover, .sidebar-row:hover, .source-list .view:hover { background-color: shade (@titlebar_color, 1.1); } .popover .sidebar.view:selected, .sidebar row:selected, .sidebar .list-row:selected, .sidebar .view:selected, .sidebar-item.list-row:selected, .sidebar-row:selected, .source-list .view:selected, .source-list.category-expander:hover { color: mix (@titlebar_color, @text_color, 0.6); background-color: transparent; background-image: linear-gradient(to bottom, alpha (#000, 0.11), alpha (#000, 0.07)); border-image: linear-gradient(to bottom, alpha (#000, 0.25), alpha (@bg_highlight_color, 0.3)) 1 1 1 1; border-style: solid; border-width: 1px 0; box-shadow: inset 0 1px 0 0 alpha (#000, 0.03), inset 0 -1px 0 0 alpha (#000, 0.1); } dialog .sidebar .view:selected, dialog .sidebar row:selected, dialog .sidebar row:selected:focus, dialog .source-list .view:selected { color: mix (@titlebar_color, @text_color, 0.6); background-image: none; background-color: alpha (#000, 0.05); border-image: linear-gradient(to bottom, alpha (#000, 0.15), alpha (@bg_highlight_color, 0.3)) 1 1 1 1; box-shadow: inset 0 1px 0 0 alpha (#000, 0.02), inset 0 -1px 0 0 alpha (#000, 0.1); } dialog .sidebar-row:selected:focus image { background-color: transparent; } .sidebar .list-row:backdrop, .sidebar:backdrop, .sidebar-item:backdrop, .sidebar-row:backdrop, .sidebar .view:backdrop, .source-list:backdrop, .source-list .view:backdrop { color: mix (@titlebar_color, @text_color, 0.4); -gtk-icon-effect: dim; } .sidebar .list-row:selected:backdrop, .sidebar .view:selected:backdrop, .sidebar-item:selected:backdrop, .sidebar-row:selected:backdrop, .source-list .view:selected:backdrop { color: mix (@titlebar_color, @text_color, 0.4); background-image: linear-gradient(to bottom, alpha (#000, 0.04), alpha (#000, 0.03)); border-image: linear-gradient(to bottom, alpha (#000, 0.15), alpha (#fff, 0.25)) 1 1 1 1; } dialog .sidebar .view:selected:backdrop, dialog .sidebar-row:selected:backdrop, dialog .source-list .view:selected:backdrop { background-color: alpha (#000, 0.05); background-image: none; border-image: linear-gradient(to bottom, alpha (#000, 0.15), alpha (#fff, 0.25)) 1 1 1 1; } .sidebar.frame { border-width: 0 1px 0 0; } .sidebar .frame { border: none; } .sidebar .stack-switcher button { -gtk-icon-style: symbolic; border-radius: 0; border-top-width: 0; min-height: 23px; } .sidebar .stack-switcher button:first-child { border-left-width: 0; } .sidebar .stack-switcher button:last-child { border-right-width: 0; } .sidebar list separator { border: none; } /*********** * Expander * ***********/ expander arrow, .expander, .category-expander { min-height: 16px; min-width: 16px; transition: all 150ms ease-in-out; -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } expander arrow:dir(rtl), .expander:dir(rtl), .category-expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } .source-list.category-expander, .source-list.category-expander:backdrop { color: transparent; border: none; } expander arrow:checked, .expander:checked, .category-expander:checked { -gtk-icon-transform: rotate(90deg); } expander arrow:checked:dir(rtl), .expander:checked:dir(rtl), .category-expander:checked:dir(rtl) { -gtk-icon-transform: rotate(-90deg); } /************** * GtkCalendar * **************/ calendar { border-radius: 2px; } calendar button, calendar button:disabled, calendar header, calendar .view { background-color: transparent; background-image: none; } .highlight { color: #777; } /************* * GtkInfoBar * *************/ infobar { background-color: @bg_color; background-image: -gtk-icontheme("dialog-information-symbolic"); background-size: 16px; background-repeat: no-repeat; background-position: 9px center; border-color: shade (@bg_color, 0.8); border-style: solid; border-width: 0 0 1px; box-shadow: inset 0 1px 0 0 shade (@bg_color, 0.92), inset 0 -1px 0 0 shade (@bg_color, 1.2); padding-left: 24px; } infobar:dir(rtl) { background-position: calc(100% - 9px) center; padding-right: 24px; } infobar.frame { border-radius: 3px; box-shadow: inset 0 0 0 1px alpha (#fff, 0.05), inset 0 1px 0 0 alpha (#fff, 0.45), inset 0 -1px 0 0 alpha (#fff, 0.15), 0 1px 1px alpha (#000, 0.03), 0 1px 2px alpha (#000, 0.1); } infobar label { color: @text_color; padding: 3px; } infobar.error { background-color: shade (@error_color, 1.2); background-image: -gtk-icontheme("process-error-symbolic"); border-color: @error_color; box-shadow: inset 0 1px 0 0 alpha (@error_color, 0.3), inset 0 -1px 0 0 alpha (#fff, 0.3); color: #fff; -gtk-icon-palette: error #fff; } infobar.error label { color: #fff; text-shadow: 0 1px 1px @error_color; } infobar.question { background-color: shade (@selected_bg_color, 1.2); background-image: -gtk-icontheme("dialog-question-symbolic"); border-color: shade (@selected_bg_color, 0.9); box-shadow: inset 0 1px 0 0 alpha (@selected_bg_color, 0.3), inset 0 -1px 0 0 alpha (#fff, 0.3); color: shade (@selected_bg_color, 0.25); } infobar.question label { color: shade (@selected_bg_color, 0.25); } infobar.warning { background-color: shade (@warning_color, 1.2); background-image: -gtk-icontheme("dialog-warning-symbolic"); border-color: shade (@warning_color, 0.9); box-shadow: inset 0 1px 0 0 @warning_color, inset 0 -1px 0 0 alpha (#fff, 0.4); color: shade (@warning_color, 0.25); -gtk-icon-palette: warning shade (@warning_color, 0.4); } infobar.warning button { border-color: shade (@warning_color, 0.8); } infobar.warning button:backdrop { border-color: shade (@warning_color, 0.9); } infobar.warning label { color: shade (@warning_color, 0.25); } infobar entry, infobar menu { color: @text_color; } infobar label:disabled { color: @insensitive_color; } infobar button, infobar button:focus, notebook infobar button { border: 1px solid alpha (#000, 0.3); text-shadow: none; } infobar button label { padding: 0 6px; } infobar button:disabled, infobar button:hover:disabled { opacity: 0.7; } /*********** * Popover * **********/ popover, popover.osd, .popover, .popover.osd { border-radius: 4px; border: 1px solid alpha (#000, 0.3); background-color: @bg_color; box-shadow: inset 0 -1px 0 0 alpha (@bg_highlight_color, 0.5), 0 3px 6px alpha (#000, 0.16), 0 3px 6px alpha (#000, 0.23); margin: 10px 6px; text-shadow: none; } popover image { color: alpha (@text_color, 0.8); } popover image:disabled { color: @insensitive_color; } popover .view, popover .sidebar.view, .popover .view { background-color: transparent; } popover.menu, .popover.menu { background-image: none; } .popover>.location-bar, .popover.osd>.toolbar, .popover.osd>.inline-toolbar, .popover.osd>.search-bar, .popover.osd>.location-bar { border-style: none; background-image: none; background-color: transparent; } .popover actionbar { background-image: none; padding: 6px; border-color: shade(@base_color, 0.8); } .popover actionbar .button { padding: 3px 6px; } GcrCertificateWidget .frame { border: none; } /******* * CSD * ******/ .titlebar { background-image: linear-gradient(to bottom, shade (@colorPrimary, 1.04), shade (@colorPrimary, 0.94)); border-color: shade (@colorPrimary, 0.68); border-radius: 4px 4px 0 0; border-style: solid; border-width: 0 0 1px; text-shadow: 0 1px alpha (shade (@colorPrimary, 1.4), 0.4); box-shadow: inset 0 0 0 1px alpha (shade (@colorPrimary, 1.4), 0.2), inset 0 1px 0 0 alpha (shade (@colorPrimary, 1.4), 0.6); padding: 8px 6px 6px; -gtk-icon-shadow: 0 1px alpha (shade (@colorPrimary, 1.4), 0.4); } .titlebar:backdrop { background-image: linear-gradient(to bottom, shade (@colorPrimary, 1.08), shade (@colorPrimary, 1.04)); background-color: shade (@colorPrimary, 1.1); border-color: shade (@colorPrimary, 0.82); box-shadow: inset 0 0 0 1px alpha (shade (@colorPrimary, 1.4), 0.4); -gtk-icon-effect: dim; } .titlebar .titlebar { background: none; border: none; box-shadow: none; padding: 0; } .titlebar.compact { padding: 0 3px; } .maximized .titlebar, .tiled .titlebar { padding: 4px 6px 3px; } .tiled-left.tiled-top:not(.maximized) .titlebar { border-top-right-radius: 0; } .tiled-right.tiled-top:not(.maximized) .titlebar { border-top-left-radius: 0; } .tiled-left.tiled-bottom:not(.maximized) actionbar { border-bottom-right-radius: 0; } .tiled-right.tiled-bottom:not(.maximized) actionbar { border-bottom-left-radius: 0; } .titlebar.default-decoration { padding: 0 3px; min-height: 32px; } .titlebar.default-decoration:backdrop { border-color: shade (@titlebar_color, 0.78); } .titlebar.flat, dialog .titlebar.default-decoration, messagedialog .titlebar, messagedialog .titlebar.default-decoration { border: none; background-image: none; background-color: @bg_color; box-shadow: inset 1px 0 0 0 alpha (@bg_highlight_color, 0.2), inset -1px 0 0 0 alpha (@bg_highlight_color, 0.2), inset 0 1px 0 0 @bg_highlight_color; } dialog .titlebar.default-decoration, messagedialog .titlebar, messagedialog .titlebar.default-decoration { min-height: 0; padding: 3px; } .titlebar.flat:backdrop, dialog .titlebar:backdrop, messagedialog .titlebar:backdrop, dialog .titlebar.default-decoration:backdrop, messagedialog .titlebar.default-decoration:backdrop { border: none; background-image: none; background-color: @bg_color; box-shadow: inset 1px 0 0 0 alpha (@bg_highlight_color, 0.2), inset -1px 0 0 0 alpha (@bg_highlight_color, 0.2), inset 0 1px 0 0 @bg_highlight_color; color: shade (@titlebar_color, 1.2); } .titlebar .title, .titlebar .subtitle, .titlebar .titlebutton { color: @textColorPrimary; text-shadow: 0 1px @textColorPrimaryShadow; -gtk-icon-shadow: 0 1px @textColorPrimaryShadow; } .titlebar .title { font-size: 9pt; font-weight: bold; } .titlebar .subtitle { font-size: 80%; } .titlebar .titlebutton { background: none; padding: 3px; border-radius: 3px; border-width: 1px; border-color: transparent; border-style: solid; border-image: none; box-shadow: none; } .titlebar .titlebutton image { -gtk-icon-style: symbolic; } .titlebar .title:disabled, .titlebar .subtitle:disabled, .titlebar .titlebutton:disabled { color: mix (@textColorPrimary, @colorPrimary, 0.35); text-shadow: 0 1px @textColorPrimaryShadow; -gtk-icon-shadow: 0 1px @textColorPrimaryShadow; } /* CONFLICT WITH BACKDROP #2 */ .titlebar .title:backdrop, .titlebar .subtitle:backdrop, .titlebar .titlebutton:backdrop { color: mix (@textColorPrimary, @colorPrimary, 0.3); text-shadow: none; -gtk-icon-shadow: none; } decoration { border-radius: 4px 4px 0 0; box-shadow: 0 0 0 1px alpha (#000, 0.3), 0 14px 28px rgba(0, 0, 0, 0.35), 0 10px 10px rgba(0, 0, 0, 0.22); margin: 12px; } window.popup decoration, .csd.popup decoration { border-radius: 3px; box-shadow: 0 0 0 1px alpha (#000, 0.2), 0 3px 6px alpha (#000, 0.16), 0 3px 6px alpha (#000, 0.23); margin: 0; } menu window.popup decoration, menu .csd.popup decoration { box-shadow: 0 0 0 1px alpha (#000, 0.2), 0 10px 20px alpha (#000, 0.19), 0 6px 6px alpha (#000, 0.23); } tooltip decoration { border-radius: 3px; box-shadow: 0 1px 3px alpha (#000, 0.12), 0 1px 2px alpha (#000, 0.24); margin: 0; } .tooltip.csd decoration { border-radius: 3px; box-shadow: none; margin: 0; } decoration:backdrop { box-shadow: 0 0 0 1px alpha (#000, 0.2), 0 3px 6px alpha (#000, 0.16), 0 3px 6px alpha (#000, 0.23), 0 14px 28px transparent; } .maximized decoration { background-color: #000; box-shadow: none; border-radius: 0; } .tiled decoration { border-radius: 0; box-shadow: 0 0 0 1px alpha (#000, 0.2), 0 1px 3px alpha (#000, 0.12), 0 1px 2px alpha (#000, 0.24); } .ssd decoration, .ssd decoration:backdrop { box-shadow: 0 0 0 1px alpha (#000, 0.3), 0 1px 6px alpha (#000, 0.12), 0 1px 4px alpha (#000, 0.24); } /********** * Dialog * **********/ dialog decoration, messagedialog decoration { border-radius: 4px; box-shadow: 0 0 0 1px alpha (#000, 0.2), 0 8px 10px 1px alpha (#000, 0.14), 0 3px 14px 2px alpha (#000, 0.12), 0 5px 5px -3px alpha (#000, 0.4), 0 14px 28px transparent; } dialog, messagedialog { border-radius: 0 0 4px 4px; box-shadow: inset 1px 0 0 0 alpha (@bg_highlight_color, 0.2), inset -1px 0 0 0 alpha (@bg_highlight_color, 0.2), inset 0 -1px 0 0 alpha (@bg_highlight_color, 0.3); } messagedialog, .prompt { -GtkDialog-button-spacing: 0; -GtkDialog-content-area-border: 12px; -gtk-icon-style: regular; } messagedialog button { padding: 6px; } messagedialog .titlebar, dialog .titlebar { border: none; background-image: none; background-color: @bg_color; box-shadow: inset 1px 0 0 0 alpha (@bg_highlight_color, 0.2), inset -1px 0 0 0 alpha (@bg_highlight_color, 0.2), inset 0 1px 0 0 @bg_highlight_color; } dialog .titlebar:backdrop, messagedialog .titlebar:backdrop { border: none; background-image: none; background-color: @bg_color; box-shadow: inset 1px 0 0 0 alpha (@bg_highlight_color, 0.2), inset -1px 0 0 0 alpha (@bg_highlight_color, 0.2), inset 0 1px 0 0 @bg_highlight_color; } /*dialog .titlebar :not(.suggested-action):not(.destructive-action) image, dialog .titlebar :not(.suggested-action):not(.destructive-action) label { color: @title_color; text-shadow: 0 1px @title_shadow_color; -gtk-icon-shadow: 0 1px @title_shadow_color; }*/ dialog .titlebar .title { color: transparent; font-size: 0.1px; text-shadow: none; -gtk-icon-shadow: none; } dialog notebook, dialog toolbar { background-image: none; background-color: @bg_color; } dialog label.primary { font-weight: 700; font-size: 11pt; } /*************** * Emoji Picker * ***************/ .emoji-picker entry { margin: 12px; margin-bottom: 0; } .emoji-picker box>label { color: alpha (@text_color, 0.7); font-weight: bold; margin-left: 7px; margin-right: 7px; } .emoji-picker .emoji { min-height: 48px; min-width: 48px; font-size: 16px; } .emoji-picker stack box>box { border-top: 1px solid @border_color; border-radius: 0 0 3px 3px; box-shadow: none; background-color: @bg_color; background-image: linear-gradient(to bottom, alpha (#000, 0.12), alpha (#000, 0) 2px); } .emoji-picker .emoji-section, .emoji-picker .emoji-section:checked { background-size: 16px 16px; background-repeat: no-repeat; background-position: center center; border: none; border-radius: 0; box-shadow: none; font-size: 0.1px; min-height: 24px; min-width: 24px; opacity: 0.6; } .emoji-picker .emoji-section:hover { opacity: 0.8; } .emoji-picker .emoji-section:checked { opacity: 1; } .emoji-picker .emoji-section:first-child { border-radius: 0 0 0 3px; } .emoji-picker .emoji-section:last-child { border-radius: 0 0 3px; } .emoji-picker:dir(ltr) .emoji-section:nth-child(1), .emoji-picker:dir(rtl) .emoji-section:nth-child(10) { background-image: -gtk-icontheme("document-open-recent-symbolic"); } .emoji-picker:dir(ltr) .emoji-section:nth-child(2), .emoji-picker:dir(rtl) .emoji-section:nth-child(9) { background-image: -gtk-icontheme("face-smile-big-symbolic"); } .emoji-picker:dir(ltr) .emoji-section:nth-child(3), .emoji-picker:dir(rtl) .emoji-section:nth-child(8) { background-image: -gtk-icontheme("emoji-body-symbolic"); } .emoji-picker:dir(ltr) .emoji-section:nth-child(4), .emoji-picker:dir(rtl) .emoji-section:nth-child(7) { background-image: -gtk-icontheme("emoji-nature-symbolic"); } .emoji-picker:dir(ltr) .emoji-section:nth-child(5), .emoji-picker:dir(rtl) .emoji-section:nth-child(6) { background-image: -gtk-icontheme("emoji-food-symbolic"); } .emoji-picker:dir(ltr) .emoji-section:nth-child(6), .emoji-picker:dir(rtl) .emoji-section:nth-child(5) { background-image: -gtk-icontheme("emoji-travel-symbolic"); font-size: 0.1px; } .emoji-picker:dir(ltr) .emoji-section:nth-child(7), .emoji-picker:dir(rtl) .emoji-section:nth-child(4) { background-image: -gtk-icontheme("emoji-activity-symbolic"); } .emoji-picker:dir(ltr) .emoji-section:nth-child(8), .emoji-picker:dir(rtl) .emoji-section:nth-child(3) { background-image: -gtk-icontheme("emoji-objects-symbolic"); } .emoji-picker:dir(ltr) .emoji-section:nth-child(9), .emoji-picker:dir(rtl) .emoji-section:nth-child(2) { background-image: -gtk-icontheme("face-heart-symbolic"); } .emoji-picker:dir(ltr) .emoji-section:nth-child(10), .emoji-picker:dir(rtl) .emoji-section:nth-child(1) { background-image: -gtk-icontheme("edit-flag-symbolic"); } /************** * Text Styles * **************/ .dim-label, .greyed-label { opacity: 0.75; } .attention { color: @attention_color; } image.error, .error { color: @error_color; } image.warning, .warning { color: @warning_color; } label.warning { color: @BANANA_900; } image.success, .success { color: @success_color; } label.success { color: @LIME_900; } link { color: @link_color; } /*************************** * Overshoot and Undershoot * ***************************/ overshoot.left, overshoot.right, overshoot.top, overshoot.bottom, undershoot.left, undershoot.right, undershoot.top, undershoot.bottom { background-image: none; background-color: transparent; border: none; box-shadow: none; } overshoot.top { background: linear-gradient(to top, alpha(@colorAccent, 0) 80%, alpha(@colorAccent, 0.25) 100%); } overshoot.right { background: linear-gradient(to right, alpha(@colorAccent, 0) 80%, alpha(@colorAccent, 0.25) 100%); } overshoot.bottom { background: linear-gradient(to bottom, alpha(@colorAccent, 0) 80%, alpha(@colorAccent, 0.25) 100%); } overshoot.left { background: linear-gradient(to left, alpha(@colorAccent, 0) 80%, alpha(@colorAccent, 0.25) 100%); } :backdrop overshoot.top { background: linear-gradient(to top, alpha(@colorAccent, 0) 80%, alpha(@colorAccent, 0.075) 100%); } :backdrop overshoot.right { background: linear-gradient(to right, alpha(@colorAccent, 0) 80%, alpha(@colorAccent, 0.075) 100%); } :backdrop overshoot.bottom { background: linear-gradient(to bottom, alpha(@colorAccent, 0) 80%, alpha(@colorAccent, 0.075) 100%); } :backdrop overshoot.left { background: linear-gradient(to left, alpha(@colorAccent, 0) 80%, alpha(@colorAccent, 0.075) 100%); } /* Custom */ tabs { margin-top: 5px; } ================================================ FILE: gtk-3.0/gtk.css ================================================ /* Latest upstream sync https://github.com/elementary/stylesheet/pull/334 */ @import url("palette.css"); /* Brand Colors */ @define-color colorPrimary @titlebar_color; @define-color colorAccent @selected_bg_color; @define-color textColorPrimary mix (@colorPrimary, @text_color, 0.75); @define-color textColorPrimaryShadow alpha (shade (@colorPrimary, 1.4), 0.4); @define-color tab_base_color @base_color; /* Default color scheme */ @define-color base_color white; @define-color bg_color shade (@base_color, 0.96); @define-color bg_highlight_color white; @define-color border_color alpha (@BLACK_900, 0.25); @define-color fg_color @BLACK_500; @define-color insensitive_color mix(@text_color, @bg_color, 0.5); @define-color inset_dark_color alpha (@BLACK_900, 0.06); @define-color inset_dark_color_backdrop alpha (@BLACK_900, 0.03); @define-color menu_separator alpha (@BLACK_900, 0.15); @define-color menu_separator_shadow alpha (white, 0.8); @define-color placeholder_text_color shade(@text_color, 2.5); @define-color selected_bg_color shade (@BLUEBERRY_300, 0.85); @define-color selected_fg_color white; @define-color text_color @BLACK_500; @define-color text_shadow_color alpha (white, 0.4); @define-color titlebar_color mix (@SILVER_300, @SILVER_100, 0.25); @define-color title_color shade (@titlebar_color, 0.55); @define-color title_shadow_color alpha (white, 0.6); @define-color tooltip_bg_color @BLACK_900; @define-color tooltip_fg_color white; @define-color internal_element_color mix(@text_color, @base_color, 0.4); @define-color internal_element_prelight mix(@text_color, @base_color, 0.2); /* Colormap actually used by the theme, to be overridden in other css files */ @define-color theme_bg_color @bg_color; @define-color attention_color @BLUEBERRY_500; @define-color link_color @BLUEBERRY_500; @define-color warning_color @BANANA_500; @define-color error_color @STRAWBERRY_500; @define-color success_color @LIME_500; @define-color insensitive_fg_color @SILVER_500; /* GTK NAMED COLORS */ @define-color borders @border_color; @define-color theme_fg_color @fg_color; @define-color theme_text_color @text_color; @define-color theme_bg_color @bg_color; @define-color theme_base_color @base_color; @define-color theme_selected_bg_color @selected_bg_color; @define-color theme_selected_fg_color @selected_fg_color; @define-color insensitive_fg_color @insensitive_color; /* Elementary-x additional colors */ @define-color colorSwitch #3DB296; @import url("gtk-widgets.css"); @import url("granite-widgets.css"); @import url("apps.css"); @import url("animate.css"); @import url("elementaryX.css"); ================================================ FILE: gtk-3.0/palette.css ================================================ /* Last update https://github.com/elementary/stylesheet/pull/378 */ /* Strawberry */ @define-color STRAWBERRY_100 #ff8c82; @define-color STRAWBERRY_300 #ed5353; @define-color STRAWBERRY_500 #c6262e; @define-color STRAWBERRY_700 #a10705; @define-color STRAWBERRY_900 #7a0000; /* Orange */ @define-color ORANGE_100 #ffc27d; @define-color ORANGE_300 #ffa154; @define-color ORANGE_500 #f37329; @define-color ORANGE_700 #cc3b02; @define-color ORANGE_900 #a62100; /* Banana */ @define-color BANANA_100 #fff394; @define-color BANANA_300 #ffe16b; @define-color BANANA_500 #f9c440; @define-color BANANA_700 #d48e15; @define-color BANANA_900 #ad5f00; /* Lime */ @define-color LIME_100 #d1ff82; @define-color LIME_300 #9bdb4d; @define-color LIME_500 #68b723; @define-color LIME_700 #3a9104; @define-color LIME_900 #206b00; /* Blueberry */ @define-color BLUEBERRY_100 #8cd5ff; @define-color BLUEBERRY_300 #64baff; @define-color BLUEBERRY_500 #3689e6; @define-color BLUEBERRY_700 #0d52bf; @define-color BLUEBERRY_900 #002e99; /* Grape */ @define-color GRAPE_100 #e4c6fa; @define-color GRAPE_300 #cd9ef7; @define-color GRAPE_500 #a56de2; @define-color GRAPE_700 #7239b3; @define-color GRAPE_900 #452981; /* Cocoa */ @define-color COCOA_100 #a3907c; @define-color COCOA_300 #8a715e; @define-color COCOA_500 #715344; @define-color COCOA_700 #57392d; @define-color COCOA_900 #3d211b; /* Silver */ @define-color SILVER_100 #fafafa; @define-color SILVER_300 #d4d4d4; @define-color SILVER_500 #abacae; @define-color SILVER_700 #7e8087; @define-color SILVER_900 #555761; /* Slate */ @define-color SLATE_100 #95a3ab; @define-color SLATE_300 #667885; @define-color SLATE_500 #485a6c; @define-color SLATE_700 #273445; @define-color SLATE_900 #0e141f; /* Black */ @define-color BLACK_100 #666; @define-color BLACK_300 #4d4d4d; @define-color BLACK_500 #333; @define-color BLACK_700 #1a1a1a; @define-color BLACK_900 #000; ================================================ FILE: index.theme ================================================ [Desktop Entry] Type=X-GNOME-Metatheme Name=elementary-x Comment=elementary desktop default theme with osx window icons Encoding=UTF-8 Name[en_US]=elementary-x [X-GNOME-Metatheme] GtkTheme=elementary-x IconTheme=elementary CursorTheme=DMZ-Black ButtonLayout=close:maximize ================================================ FILE: install_fixed_icons.sh ================================================ echo "Make sure you have elementary icon pack installed (default one)" git clone https://github.com/keeferrourke/la-capitaine-icon-theme.git ~/.icons/la-captaine cd ~/.icons/la-captaine # Fix wingpanel icons cp -r /usr/share/icons/elementary/status/24/* panel/24/ # Fix wingpanel power button rm -rf ~/.icons/la-captaine/status/symbolic/system-shutdown-symbolic.svg rm -rf ~/.icons/la-captaine/actions/symbolic/system-shutdown-symbolic.svg rm -rf ~/.icons/la-captaine/status/symbolic rm -rf ~/.icons/la-captaine/panel/24/bluetooth-active-symbolic.svg rm -rf ~/.icons/la-captaine/panel/24/bluetooth-disabled-symbolic.svg rm -rf ~/.icons/la-captaine/panel/24-dark/bluetooth-active-symbolic.svg rm -rf ~/.icons/la-captaine/panel/24-dark/bluetooth-disabled-symbolic.svg rm -rf ~/.icons/la-captaine/panel/24-light/bluetooth-active-symbolic.svg rm -rf ~/.icons/la-captaine/panel/24-light/bluetooth-disabled-symbolic.svg # Bluetooth icon fix cp -r ~/.icons/la-captaine/panel/24-light/bluetooth* ~/.icons/la-captaine/panel/24/ cp -r ~/.icons/la-captaine/panel/24-dark/bluetooth* ~/.icons/la-captaine/panel/24/ sed -i -e 's/breeze,//g' index.theme gsettings set org.gnome.desktop.interface icon-theme "la-captaine" ================================================ FILE: install_plank_themes.sh ================================================ git clone https://github.com/surajmandalcell/plank-themes.git cd plank-themes cp -r themes/* ~/.local/share/plank/themes cd .. rm -rf plank-themes ================================================ FILE: metacity-1/metacity-theme-dark.xml ================================================ Sierra Vince Liuice GPL-3.0+ 2018.01.12 Sierra Metacity Theme </draw_ops> <draw_ops name="title_unfocused"> <title x="(0 `max` ((width - title_width) / 2)) + 2" y="(0 `max` ((height - title_height) / 2))" color="C_title_unfocused" /> </draw_ops> <!-- WINDOW DECORATIONS --> <draw_ops name="entire_background_focused"> <rectangle color="C_titlebar" x="0" y="0" width="width" height="height" filled="true" /> </draw_ops> <draw_ops name="entire_background_unfocused"> <include name="entire_background_focused" /> </draw_ops> <draw_ops name="titlebar_fill_focused"> <rectangle color="C_titlebar" x="4" y="0" width="width" height="height" filled="true" /> </draw_ops> <draw_ops name="titlebar_fill_attached_focused"> <include name="entire_background_focused" /> </draw_ops> <draw_ops name="titlebar_fill_unfocused"> <rectangle color="C_titlebar_unfocused" x="0" y="0" width="width" height="height" filled="true" /> </draw_ops> <draw_ops name="titlebar_focused"> <include name="titlebar_fill_focused" /> </draw_ops> <draw_ops name="titlebar_attached_focused"> <!-- titlebar for attached and modal dialogs --> <include name="titlebar_fill_attached_focused" /> </draw_ops> <draw_ops name="rounded_titlebar_focused"> <include name="titlebar_fill_focused" /> </draw_ops> <draw_ops name="border_focused"> <rectangle color="C_border_focused" x="0" y="0" width="width-1" height="height-1" filled="false" /> </draw_ops> <draw_ops name="border_unfocused"> <rectangle color="C_border_unfocused" x="0" y="0" width="width-1" height="height-1" filled="false" /> </draw_ops> <draw_ops name="rounded_border_focused"> <line color="C_border_focused" x1="2" y1="0" x2="width-3" y2="0" /> <line color="C_border_focused" x1="0" y1="height-1" x2="width-1" y2="height-1" /> <line color="C_border_focused" x1="0" y1="2" x2="0" y2="height-2" /> <line color="C_border_focused" x1="width-1" y1="2" x2="width-1" y2="height-2" /> <arc color="C_border_focused" x="0" y="0" width="3" height="3" start_angle="270" extent_angle="90" /> <arc color="C_border_focused" x="width-3" y="0" width="2" height="3" start_angle="0" extent_angle="90" /> <!-- double arcs for darker borders --> <arc color="C_border_focused" x="0" y="0" width="3" height="3" start_angle="270" extent_angle="90" /> <arc color="C_border_focused" x="width-3" y="0" width="2" height="3" start_angle="0" extent_angle="90" /> </draw_ops> <draw_ops name="rounded_border_unfocused"> <line color="C_border_unfocused" x1="2" y1="0" x2="width-3" y2="0" /> <line color="C_border_unfocused" x1="0" y1="height-1" x2="width-1" y2="height-1" /> <line color="C_border_unfocused" x1="0" y1="2" x2="0" y2="height-2" /> <line color="C_border_unfocused" x1="width-1" y1="2" x2="width-1" y2="height-2" /> <arc color="C_border_unfocused" x="0" y="0" width="3" height="3" start_angle="270" extent_angle="90" /> <arc color="C_border_unfocused" x="width-3" y="0" width="2" height="3" start_angle="0" extent_angle="90" /> <!-- double arcs for darker borders --> <arc color="C_border_unfocused" x="0" y="0" width="3" height="3" start_angle="270" extent_angle="90" /> <arc color="C_border_unfocused" x="width-3" y="0" width="2" height="3" start_angle="0" extent_angle="90" /> </draw_ops> <draw_ops name="border_right_focused"> <line x1="width-1" y1="0" x2="width-1" y2="height" color="C_border_focused" /> </draw_ops> <draw_ops name="border_right_unfocused"> <line x1="width-1" y1="0" x2="width-1" y2="height" color="C_border_unfocused" /> </draw_ops> <draw_ops name="border_left_focused"> <line x1="0" y1="0" x2="0" y2="height" color="C_border_focused" /> </draw_ops> <draw_ops name="border_left_unfocused"> <line x1="0" y1="0" x2="0" y2="height" color="C_border_unfocused" /> </draw_ops> <!-- BUTTON ICONS --> <!-- note: negative values in x or y causes gnome-shell to crash --> <!-- Close icon --> <draw_ops name="close_focused"> <image filename="close_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="close_focused_prelight"> <image filename="close_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="close_focused_pressed"> <image filename="close_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="close_unfocused"> <image filename="close_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="close_unfocused_prelight"> <image filename="close_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="close_unfocused_pressed"> <image filename="close_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <!-- Maximize icon --> <draw_ops name="maximize_focused"> <image filename="maximize_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="maximize_focused_prelight"> <image filename="maximize_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="maximize_focused_pressed"> <image filename="maximize_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="maximize_unfocused"> <image filename="maximize_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="maximize_unfocused_prelight"> <image filename="maximize_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="maximize_unfocused_pressed"> <image filename="maximize_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <!-- Unmaximize icon --> <draw_ops name="unmaximize_focused"> <image filename="unmaximize_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="unmaximize_focused_prelight"> <image filename="unmaximize_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="unmaximize_focused_pressed"> <image filename="unmaximize_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="unmaximize_unfocused"> <image filename="unmaximize_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="unmaximize_unfocused_prelight"> <image filename="unmaximize_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="unmaximize_unfocused_pressed"> <image filename="unmaximize_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <!-- Minimize icon --> <draw_ops name="minimize_focused"> <image filename="minimize_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="minimize_focused_prelight"> <image filename="minimize_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="minimize_focused_pressed"> <image filename="minimize_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="minimize_unfocused"> <image filename="minimize_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="minimize_unfocused_prelight"> <image filename="minimize_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="minimize_unfocused_pressed"> <image filename="minimize_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <!-- Menu icon --> <draw_ops name="menu_focused"> <image filename="menu_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="menu_focused_prelight"> <image filename="menu_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="menu_focused_pressed"> <image filename="menu_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="menu_unfocused"> <image filename="menu_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="menu_unfocused_prelight"> <image filename="menu_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="menu_unfocused_pressed"> <image filename="menu_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <!-- Shade icon --> <draw_ops name="shade_focused"> <image filename="shade_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="shade_focused_prelight"> <image filename="shade_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="shade_focused_pressed"> <image filename="shade_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="shade_unfocused"> <image filename="shade_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="shade_unfocused_prelight"> <image filename="shade_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="shade_unfocused_pressed"> <image filename="shade_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <!-- Unshade icon --> <draw_ops name="unshade_focused"> <image filename="unshade_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="unshade_focused_prelight"> <image filename="unshade_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="unshade_focused_pressed"> <image filename="unshade_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="unshade_unfocused"> <image filename="unshade_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="unshade_unfocused_prelight"> <image filename="unshade_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="unshade_unfocused_pressed"> <image filename="unshade_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <!-- FRAME STYLES --> <frame_style name="normal_focused" geometry="normal"> <piece position="entire_background" draw_ops="entire_background_focused" /> <piece position="titlebar" draw_ops="rounded_titlebar_focused" /> <piece position="title" draw_ops="title_focused" /> <piece position="overlay" draw_ops="rounded_border_focused" /> <button function="close" state="normal" draw_ops="close_focused" /> <button function="close" state="prelight" draw_ops="close_focused_prelight" /> <button function="close" state="pressed" draw_ops="close_focused_pressed" /> <button function="maximize" state="normal" draw_ops="maximize_focused" /> <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> <button function="minimize" state="normal" draw_ops="minimize_focused" /> <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> <button function="menu" state="normal" draw_ops="menu_focused" /> <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> <button function="shade" state="normal" draw_ops="shade_focused" /> <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> <button function="unshade" state="normal" draw_ops="unshade_focused" /> <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> <button function="above" state="normal"><draw_ops></draw_ops></button> <button function="above" state="pressed"><draw_ops></draw_ops></button> <button function="unabove" state="normal"><draw_ops></draw_ops></button> <button function="unabove" state="pressed"><draw_ops></draw_ops></button> <button function="stick" state="normal"><draw_ops></draw_ops></button> <button function="stick" state="pressed"><draw_ops></draw_ops></button> <button function="unstick" state="normal"><draw_ops></draw_ops></button> <button function="unstick" state="pressed"><draw_ops></draw_ops></button> </frame_style> <frame_style name="normal_unfocused" geometry="normal_unfocused"> <piece position="entire_background" draw_ops="entire_background_unfocused" /> <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> <piece position="title" draw_ops="title_unfocused" /> <piece position="overlay" draw_ops="rounded_border_unfocused" /> <button function="close" state="normal" draw_ops="close_unfocused" /> <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> <button function="menu" state="normal" draw_ops="menu_unfocused" /> <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> <button function="shade" state="normal" draw_ops="shade_unfocused" /> <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> <button function="above" state="normal"><draw_ops></draw_ops></button> <button function="above" state="pressed"><draw_ops></draw_ops></button> <button function="unabove" state="normal"><draw_ops></draw_ops></button> <button function="unabove" state="pressed"><draw_ops></draw_ops></button> <button function="stick" state="normal"><draw_ops></draw_ops></button> <button function="stick" state="pressed"><draw_ops></draw_ops></button> <button function="unstick" state="normal"><draw_ops></draw_ops></button> <button function="unstick" state="pressed"><draw_ops></draw_ops></button> </frame_style> <frame_style name="normal_max_focused" geometry="max"> <piece position="entire_background" draw_ops="entire_background_focused" /> <piece position="titlebar" draw_ops="titlebar_fill_focused" /> <piece position="title" draw_ops="title_focused" /> <button function="close" state="normal" draw_ops="close_focused" /> <button function="close" state="prelight" draw_ops="close_focused_prelight" /> <button function="close" state="pressed" draw_ops="close_focused_pressed" /> <button function="maximize" state="normal" draw_ops="maximize_focused" /> <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> <button function="minimize" state="normal" draw_ops="minimize_focused" /> <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> <button function="menu" state="normal" draw_ops="menu_focused" /> <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> <button function="shade" state="normal" draw_ops="shade_focused" /> <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> <button function="unshade" state="normal" draw_ops="unshade_focused" /> <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> <button function="above" state="normal"><draw_ops></draw_ops></button> <button function="above" state="pressed"><draw_ops></draw_ops></button> <button function="unabove" state="normal"><draw_ops></draw_ops></button> <button function="unabove" state="pressed"><draw_ops></draw_ops></button> <button function="stick" state="normal"><draw_ops></draw_ops></button> <button function="stick" state="pressed"><draw_ops></draw_ops></button> <button function="unstick" state="normal"><draw_ops></draw_ops></button> <button function="unstick" state="pressed"><draw_ops></draw_ops></button> </frame_style> <frame_style name="normal_max_unfocused" geometry="max"> <piece position="entire_background" draw_ops="entire_background_unfocused" /> <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> <piece position="title" draw_ops="title_unfocused" /> <button function="close" state="normal" draw_ops="close_unfocused" /> <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> <button function="menu" state="normal" draw_ops="menu_unfocused" /> <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> <button function="shade" state="normal" draw_ops="shade_unfocused" /> <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> <button function="above" state="normal"><draw_ops></draw_ops></button> <button function="above" state="pressed"><draw_ops></draw_ops></button> <button function="unabove" state="normal"><draw_ops></draw_ops></button> <button function="unabove" state="pressed"><draw_ops></draw_ops></button> <button function="stick" state="normal"><draw_ops></draw_ops></button> <button function="stick" state="pressed"><draw_ops></draw_ops></button> <button function="unstick" state="normal"><draw_ops></draw_ops></button> <button function="unstick" state="pressed"><draw_ops></draw_ops></button> </frame_style> <frame_style name="normal_max_shaded_focused" geometry="max"> <piece position="entire_background" draw_ops="entire_background_focused" /> <piece position="titlebar" draw_ops="titlebar_fill_focused" /> <piece position="title" draw_ops="title_focused" /> <piece position="overlay"><draw_ops><line x1="0" y1="height-1" x2="width" y2="height-1" color="C_border_focused" /></draw_ops></piece> <button function="close" state="normal" draw_ops="close_focused" /> <button function="close" state="prelight" draw_ops="close_focused_prelight" /> <button function="close" state="pressed" draw_ops="close_focused_pressed" /> <button function="maximize" state="normal" draw_ops="maximize_focused" /> <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> <button function="minimize" state="normal" draw_ops="minimize_focused" /> <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> <button function="menu" state="normal" draw_ops="menu_focused" /> <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> <button function="shade" state="normal" draw_ops="shade_focused" /> <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> <button function="unshade" state="normal" draw_ops="unshade_focused" /> <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> <button function="above" state="normal"><draw_ops></draw_ops></button> <button function="above" state="pressed"><draw_ops></draw_ops></button> <button function="unabove" state="normal"><draw_ops></draw_ops></button> <button function="unabove" state="pressed"><draw_ops></draw_ops></button> <button function="stick" state="normal"><draw_ops></draw_ops></button> <button function="stick" state="pressed"><draw_ops></draw_ops></button> <button function="unstick" state="normal"><draw_ops></draw_ops></button> <button function="unstick" state="pressed"><draw_ops></draw_ops></button> </frame_style> <frame_style name="normal_max_shaded_unfocused" geometry="max"> <piece position="entire_background" draw_ops="entire_background_unfocused" /> <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> <piece position="title" draw_ops="title_unfocused" /> <piece position="overlay"><draw_ops><line x1="0" y1="height-1" x2="width" y2="height-1" color="C_border_unfocused" /></draw_ops></piece> <button function="close" state="normal" draw_ops="close_unfocused" /> <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> <button function="menu" state="normal" draw_ops="menu_unfocused" /> <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> <button function="shade" state="normal" draw_ops="shade_unfocused" /> <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> <button function="above" state="normal"><draw_ops></draw_ops></button> <button function="above" state="pressed"><draw_ops></draw_ops></button> <button function="unabove" state="normal"><draw_ops></draw_ops></button> <button function="unabove" state="pressed"><draw_ops></draw_ops></button> <button function="stick" state="normal"><draw_ops></draw_ops></button> <button function="stick" state="pressed"><draw_ops></draw_ops></button> <button function="unstick" state="normal"><draw_ops></draw_ops></button> <button function="unstick" state="pressed"><draw_ops></draw_ops></button> </frame_style> <frame_style name="dialog_focused" geometry="nobuttons"> <piece position="entire_background" draw_ops="entire_background_focused" /> <piece position="titlebar" draw_ops="rounded_titlebar_focused" /> <piece position="title" draw_ops="title_focused" /> <piece position="overlay" draw_ops="rounded_border_focused" /> <button function="close" state="normal" draw_ops="close_focused" /> <button function="close" state="prelight" draw_ops="close_focused_prelight" /> <button function="close" state="pressed" draw_ops="close_focused_pressed" /> <button function="maximize" state="normal" draw_ops="maximize_focused" /> <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> <button function="minimize" state="normal" draw_ops="minimize_focused" /> <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> <button function="menu" state="normal" draw_ops="menu_focused" /> <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> <button function="shade" state="normal" draw_ops="shade_focused" /> <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> <button function="unshade" state="normal" draw_ops="unshade_focused" /> <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> <button function="above" state="normal"><draw_ops></draw_ops></button> <button function="above" state="pressed"><draw_ops></draw_ops></button> <button function="unabove" state="normal"><draw_ops></draw_ops></button> <button function="unabove" state="pressed"><draw_ops></draw_ops></button> <button function="stick" state="normal"><draw_ops></draw_ops></button> <button function="stick" state="pressed"><draw_ops></draw_ops></button> <button function="unstick" state="normal"><draw_ops></draw_ops></button> <button function="unstick" state="pressed"><draw_ops></draw_ops></button> </frame_style> <frame_style name="dialog_unfocused" geometry="nobuttons"> <piece position="entire_background" draw_ops="entire_background_unfocused" /> <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> <piece position="title" draw_ops="title_unfocused" /> <piece position="overlay" draw_ops="rounded_border_unfocused" /> <button function="close" state="normal" draw_ops="close_unfocused" /> <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> <button function="menu" state="normal" draw_ops="menu_unfocused" /> <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> <button function="shade" state="normal"><draw_ops></draw_ops></button> <button function="shade" state="prelight"><draw_ops></draw_ops></button> <button function="shade" state="pressed"><draw_ops></draw_ops></button> <button function="unshade" state="normal"><draw_ops></draw_ops></button> <button function="unshade" state="prelight"><draw_ops></draw_ops></button> <button function="unshade" state="pressed"><draw_ops></draw_ops></button> <button function="above" state="normal"><draw_ops></draw_ops></button> <button function="above" state="pressed"><draw_ops></draw_ops></button> <button function="unabove" state="normal"><draw_ops></draw_ops></button> <button function="unabove" state="pressed"><draw_ops></draw_ops></button> <button function="stick" state="normal"><draw_ops></draw_ops></button> <button function="stick" state="pressed"><draw_ops></draw_ops></button> <button function="unstick" state="normal"><draw_ops></draw_ops></button> <button function="unstick" state="pressed"><draw_ops></draw_ops></button> </frame_style> <frame_style name="modal_dialog_focused" geometry="modal"> <piece position="entire_background" draw_ops="entire_background_focused" /> <piece position="titlebar" draw_ops="titlebar_attached_focused" /> <piece position="title" draw_ops="title_focused" /> <piece position="overlay" draw_ops="border_focused" /> <button function="close" state="normal" draw_ops="close_focused" /> <button function="close" state="prelight" draw_ops="close_focused_prelight" /> <button function="close" state="pressed" draw_ops="close_focused_pressed" /> <button function="maximize" state="normal" draw_ops="maximize_focused" /> <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> <button function="minimize" state="normal" draw_ops="minimize_focused" /> <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> <button function="menu" state="normal" draw_ops="menu_focused" /> <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> <button function="shade" state="normal" draw_ops="shade_focused" /> <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> <button function="unshade" state="normal" draw_ops="unshade_focused" /> <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> <button function="above" state="normal"><draw_ops></draw_ops></button> <button function="above" state="pressed"><draw_ops></draw_ops></button> <button function="unabove" state="normal"><draw_ops></draw_ops></button> <button function="unabove" state="pressed"><draw_ops></draw_ops></button> <button function="stick" state="normal"><draw_ops></draw_ops></button> <button function="stick" state="pressed"><draw_ops></draw_ops></button> <button function="unstick" state="normal"><draw_ops></draw_ops></button><button function="unstick" state="pressed"><draw_ops></draw_ops></button> </frame_style> <frame_style name="modal_dialog_unfocused" geometry="modal"> <piece position="entire_background" draw_ops="entire_background_unfocused" /> <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> <piece position="title" draw_ops="title_unfocused" /> <piece position="overlay" draw_ops="border_unfocused" /> <button function="close" state="normal" draw_ops="close_unfocused" /> <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> <button function="menu" state="normal" draw_ops="menu_unfocused" /> <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> <button function="shade" state="normal" draw_ops="shade_unfocused" /> <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> <button function="above" state="normal"><draw_ops></draw_ops></button> <button function="above" state="pressed"><draw_ops></draw_ops></button> <button function="unabove" state="normal"><draw_ops></draw_ops></button> <button function="unabove" state="pressed"><draw_ops></draw_ops></button> <button function="stick" state="normal"><draw_ops></draw_ops></button> <button function="stick" state="pressed"><draw_ops></draw_ops></button> <button function="unstick" state="normal"><draw_ops></draw_ops></button> <button function="unstick" state="pressed"><draw_ops></draw_ops></button> </frame_style> <frame_style name="utility_focused" geometry="small"> <piece position="entire_background" draw_ops="entire_background_focused" /> <piece position="titlebar" draw_ops="titlebar_focused" /> <piece position="title" draw_ops="title_focused" /> <piece position="overlay" draw_ops="border_focused" /> <button function="close" state="normal" draw_ops="close_focused" /> <button function="close" state="prelight" draw_ops="close_focused_prelight" /> <button function="close" state="pressed" draw_ops="close_focused_pressed" /> <button function="maximize" state="normal" draw_ops="maximize_focused" /> <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> <button function="minimize" state="normal" draw_ops="minimize_focused" /> <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> <button function="menu" state="normal" draw_ops="menu_focused" /> <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> <button function="shade" state="normal" draw_ops="shade_focused" /> <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> <button function="unshade" state="normal" draw_ops="unshade_focused" /> <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> <button function="above" state="normal"><draw_ops></draw_ops></button> <button function="above" state="pressed"><draw_ops></draw_ops></button> <button function="unabove" state="normal"><draw_ops></draw_ops></button> <button function="unabove" state="pressed"><draw_ops></draw_ops></button> <button function="stick" state="normal"><draw_ops></draw_ops></button> <button function="stick" state="pressed"><draw_ops></draw_ops></button> <button function="unstick" state="normal"><draw_ops></draw_ops></button> <button function="unstick" state="pressed"><draw_ops></draw_ops></button> </frame_style> <frame_style name="utility_unfocused" geometry="small_unfocused"> <piece position="entire_background" draw_ops="entire_background_unfocused" /> <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> <piece position="title" draw_ops="title_unfocused" /> <piece position="overlay" draw_ops="border_unfocused" /> <button function="close" state="normal" draw_ops="close_unfocused" /> <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> <button function="menu" state="normal" draw_ops="menu_unfocused" /> <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> <button function="shade" state="normal" draw_ops="shade_unfocused" /> <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> <button function="above" state="normal"><draw_ops></draw_ops></button> <button function="above" state="pressed"><draw_ops></draw_ops></button> <button function="unabove" state="normal"><draw_ops></draw_ops></button> <button function="unabove" state="pressed"><draw_ops></draw_ops></button> <button function="stick" state="normal"><draw_ops></draw_ops></button> <button function="stick" state="pressed"><draw_ops></draw_ops></button> <button function="unstick" state="normal"><draw_ops></draw_ops></button> <button function="unstick" state="pressed"><draw_ops></draw_ops></button> </frame_style> <frame_style name="border_focused" geometry="border"> <piece position="entire_background" draw_ops="entire_background_focused" /> <piece position="overlay" draw_ops="border_focused" /> <button function="close" state="normal"><draw_ops></draw_ops></button> <button function="close" state="pressed"><draw_ops></draw_ops></button> <button function="maximize" state="normal"><draw_ops></draw_ops></button> <button function="maximize" state="pressed"><draw_ops></draw_ops></button> <button function="minimize" state="normal"><draw_ops></draw_ops></button> <button function="minimize" state="pressed"><draw_ops></draw_ops></button> <button function="menu" state="normal"><draw_ops></draw_ops></button> <button function="menu" state="pressed"><draw_ops></draw_ops></button> <button function="shade" state="normal"><draw_ops></draw_ops></button> <button function="shade" state="prelight"><draw_ops></draw_ops></button> <button function="shade" state="pressed"><draw_ops></draw_ops></button> <button function="unshade" state="normal"><draw_ops></draw_ops></button> <button function="unshade" state="prelight"><draw_ops></draw_ops></button> <button function="unshade" state="pressed"><draw_ops></draw_ops></button> <button function="above" state="normal"><draw_ops></draw_ops></button> <button function="above" state="pressed"><draw_ops></draw_ops></button> <button function="unabove" state="normal"><draw_ops></draw_ops></button> <button function="unabove" state="pressed"><draw_ops></draw_ops></button> <button function="stick" state="normal"><draw_ops></draw_ops></button> <button function="stick" state="pressed"><draw_ops></draw_ops></button> <button function="unstick" state="normal"><draw_ops></draw_ops></button> <button function="unstick" state="pressed"><draw_ops></draw_ops></button> </frame_style> <frame_style name="border_unfocused" geometry="border"> <piece position="entire_background" draw_ops="entire_background_unfocused" /> <piece position="overlay" draw_ops="border_unfocused" /> <button function="close" state="normal"><draw_ops></draw_ops></button> <button function="close" state="pressed"><draw_ops></draw_ops></button> <button function="maximize" state="normal"><draw_ops></draw_ops></button> <button function="maximize" state="pressed"><draw_ops></draw_ops></button> <button function="minimize" state="normal"><draw_ops></draw_ops></button> <button function="minimize" state="pressed"><draw_ops></draw_ops></button> <button function="menu" state="normal"><draw_ops></draw_ops></button> <button function="menu" state="pressed"><draw_ops></draw_ops></button> <button function="shade" state="normal"><draw_ops></draw_ops></button> <button function="shade" state="prelight"><draw_ops></draw_ops></button> <button function="shade" state="pressed"><draw_ops></draw_ops></button> <button function="unshade" state="normal"><draw_ops></draw_ops></button> <button function="unshade" state="prelight"><draw_ops></draw_ops></button> <button function="unshade" state="pressed"><draw_ops></draw_ops></button> <button function="above" state="normal"><draw_ops></draw_ops></button> <button function="above" state="pressed"><draw_ops></draw_ops></button> <button function="unabove" state="normal"><draw_ops></draw_ops></button> <button function="unabove" state="pressed"><draw_ops></draw_ops></button> <button function="stick" state="normal"><draw_ops></draw_ops></button> <button function="stick" state="pressed"><draw_ops></draw_ops></button> <button function="unstick" state="normal"><draw_ops></draw_ops></button> <button function="unstick" state="pressed"><draw_ops></draw_ops></button> </frame_style> <frame_style name="borderless" geometry="borderless"> <button function="close" state="normal"><draw_ops></draw_ops></button> <button function="close" state="pressed"><draw_ops></draw_ops></button> <button function="maximize" state="normal"><draw_ops></draw_ops></button> <button function="maximize" state="pressed"><draw_ops></draw_ops></button> <button function="minimize" state="normal"><draw_ops></draw_ops></button> <button function="minimize" state="pressed"><draw_ops></draw_ops></button> <button function="menu" state="normal"><draw_ops></draw_ops></button> <button function="menu" state="pressed"><draw_ops></draw_ops></button> <button function="shade" state="normal"><draw_ops></draw_ops></button> <button function="shade" state="prelight"><draw_ops></draw_ops></button> <button function="shade" state="pressed"><draw_ops></draw_ops></button> <button function="unshade" state="normal"><draw_ops></draw_ops></button> <button function="unshade" state="prelight"><draw_ops></draw_ops></button> <button function="unshade" state="pressed"><draw_ops></draw_ops></button> <button function="above" state="normal"><draw_ops></draw_ops></button> <button function="above" state="pressed"><draw_ops></draw_ops></button> <button function="unabove" state="normal"><draw_ops></draw_ops></button> <button function="unabove" state="pressed"><draw_ops></draw_ops></button> <button function="stick" state="normal"><draw_ops></draw_ops></button> <button function="stick" state="pressed"><draw_ops></draw_ops></button> <button function="unstick" state="normal"><draw_ops></draw_ops></button> <button function="unstick" state="pressed"><draw_ops></draw_ops></button> </frame_style> <frame_style name="attached_focused" geometry="attached"> <piece position="entire_background" draw_ops="entire_background_focused" /> <piece position="titlebar" draw_ops="titlebar_attached_focused" /> <piece position="title" draw_ops="title_focused" /> <piece position="overlay" draw_ops="border_focused" /> <button function="close" state="normal"><draw_ops></draw_ops></button> <button function="close" state="pressed"><draw_ops></draw_ops></button> <button function="maximize" state="normal"><draw_ops></draw_ops></button> <button function="maximize" state="pressed"><draw_ops></draw_ops></button> <button function="minimize" state="normal"><draw_ops></draw_ops></button> <button function="minimize" state="pressed"><draw_ops></draw_ops></button> <button function="menu" state="normal"><draw_ops></draw_ops></button> <button function="menu" state="pressed"><draw_ops></draw_ops></button> <button function="shade" state="normal"><draw_ops></draw_ops></button> <button function="shade" state="prelight"><draw_ops></draw_ops></button> <button function="shade" state="pressed"><draw_ops></draw_ops></button> <button function="unshade" state="normal"><draw_ops></draw_ops></button> <button function="unshade" state="prelight"><draw_ops></draw_ops></button> <button function="unshade" state="pressed"><draw_ops></draw_ops></button> <button function="above" state="normal"><draw_ops></draw_ops></button> <button function="above" state="pressed"><draw_ops></draw_ops></button> <button function="unabove" state="normal"><draw_ops></draw_ops></button> <button function="unabove" state="pressed"><draw_ops></draw_ops></button> <button function="stick" state="normal"><draw_ops></draw_ops></button> <button function="stick" state="pressed"><draw_ops></draw_ops></button> <button function="unstick" state="normal"><draw_ops></draw_ops></button> <button function="unstick" state="pressed"><draw_ops></draw_ops></button> </frame_style> <frame_style name="attached_unfocused" geometry="attached"> <piece position="entire_background" draw_ops="entire_background_unfocused" /> <piece position="titlebar" draw_ops="titlebar_attached_focused" /> <piece position="title" draw_ops="title_unfocused" /> <piece position="overlay" draw_ops="border_unfocused" /> <button function="close" state="normal"><draw_ops></draw_ops></button> <button function="close" state="pressed"><draw_ops></draw_ops></button> <button function="maximize" state="normal"><draw_ops></draw_ops></button> <button function="maximize" state="pressed"><draw_ops></draw_ops></button> <button function="minimize" state="normal"><draw_ops></draw_ops></button> <button function="minimize" state="pressed"><draw_ops></draw_ops></button> <button function="menu" state="normal"><draw_ops></draw_ops></button> <button function="menu" state="pressed"><draw_ops></draw_ops></button> <button function="shade" state="normal"><draw_ops></draw_ops></button> <button function="shade" state="prelight"><draw_ops></draw_ops></button> <button function="shade" state="pressed"><draw_ops></draw_ops></button> <button function="unshade" state="normal"><draw_ops></draw_ops></button> <button function="unshade" state="prelight"><draw_ops></draw_ops></button> <button function="unshade" state="pressed"><draw_ops></draw_ops></button> <button function="above" state="normal"><draw_ops></draw_ops></button> <button function="above" state="pressed"><draw_ops></draw_ops></button> <button function="unabove" state="normal"><draw_ops></draw_ops></button> <button function="unabove" state="pressed"><draw_ops></draw_ops></button> <button function="stick" state="normal"><draw_ops></draw_ops></button> <button function="stick" state="pressed"><draw_ops></draw_ops></button> <button function="unstick" state="normal"><draw_ops></draw_ops></button> <button function="unstick" state="pressed"><draw_ops></draw_ops></button> </frame_style> <frame_style name="tiled_left_focused" geometry="tiled_left"> <piece position="entire_background" draw_ops="entire_background_focused" /> <piece position="titlebar" draw_ops="titlebar_fill_focused" /> <piece position="title" draw_ops="title_focused" /> <piece position="overlay" draw_ops="border_right_focused" /> <button function="close" state="normal" draw_ops="close_focused" /> <button function="close" state="prelight" draw_ops="close_focused_prelight" /> <button function="close" state="pressed" draw_ops="close_focused_pressed" /> <button function="maximize" state="normal" draw_ops="maximize_focused" /> <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> <button function="minimize" state="normal" draw_ops="minimize_focused" /> <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> <button function="menu" state="normal" draw_ops="menu_focused" /> <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> <button function="shade" state="normal" draw_ops="shade_focused" /> <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> <button function="unshade" state="normal" draw_ops="unshade_focused" /> <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> <button function="above" state="normal"><draw_ops></draw_ops></button> <button function="above" state="pressed"><draw_ops></draw_ops></button> <button function="unabove" state="normal"><draw_ops></draw_ops></button> <button function="unabove" state="pressed"><draw_ops></draw_ops></button> <button function="stick" state="normal"><draw_ops></draw_ops></button> <button function="stick" state="pressed"><draw_ops></draw_ops></button> <button function="unstick" state="normal"><draw_ops></draw_ops></button> <button function="unstick" state="pressed"><draw_ops></draw_ops></button> </frame_style> <frame_style name="tiled_left_unfocused" geometry="tiled_left"> <piece position="entire_background" draw_ops="entire_background_unfocused" /> <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> <piece position="title" draw_ops="title_unfocused" /> <piece position="overlay" draw_ops="border_right_unfocused" /> <button function="close" state="normal" draw_ops="close_unfocused" /> <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> <button function="menu" state="normal" draw_ops="menu_unfocused" /> <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> <button function="shade" state="normal" draw_ops="shade_unfocused" /> <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> <button function="above" state="normal"><draw_ops></draw_ops></button> <button function="above" state="pressed"><draw_ops></draw_ops></button> <button function="unabove" state="normal"><draw_ops></draw_ops></button> <button function="unabove" state="pressed"><draw_ops></draw_ops></button> <button function="stick" state="normal"><draw_ops></draw_ops></button> <button function="stick" state="pressed"><draw_ops></draw_ops></button> <button function="unstick" state="normal"><draw_ops></draw_ops></button> <button function="unstick" state="pressed"><draw_ops></draw_ops></button> </frame_style> <frame_style name="tiled_right_focused" geometry="tiled_right"> <piece position="entire_background" draw_ops="entire_background_focused" /> <piece position="titlebar" draw_ops="titlebar_fill_focused" /> <piece position="title" draw_ops="title_focused" /> <piece position="overlay" draw_ops="border_left_focused" /> <button function="close" state="normal" draw_ops="close_focused" /> <button function="close" state="prelight" draw_ops="close_focused_prelight" /> <button function="close" state="pressed" draw_ops="close_focused_pressed" /> <button function="maximize" state="normal" draw_ops="maximize_focused" /> <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> <button function="minimize" state="normal" draw_ops="minimize_focused" /> <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> <button function="menu" state="normal" draw_ops="menu_focused" /> <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> <button function="shade" state="normal" draw_ops="shade_focused" /> <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> <button function="unshade" state="normal" draw_ops="unshade_focused" /> <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> <button function="above" state="normal"><draw_ops></draw_ops></button> <button function="above" state="pressed"><draw_ops></draw_ops></button> <button function="unabove" state="normal"><draw_ops></draw_ops></button> <button function="unabove" state="pressed"><draw_ops></draw_ops></button> <button function="stick" state="normal"><draw_ops></draw_ops></button> <button function="stick" state="pressed"><draw_ops></draw_ops></button> <button function="unstick" state="normal"><draw_ops></draw_ops></button> <button function="unstick" state="pressed"><draw_ops></draw_ops></button> </frame_style> <frame_style name="tiled_right_unfocused" geometry="tiled_right"> <piece position="entire_background" draw_ops="entire_background_unfocused" /> <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> <piece position="title" draw_ops="title_unfocused" /> <piece position="overlay" draw_ops="border_left_unfocused" /> <button function="close" state="normal" draw_ops="close_unfocused" /> <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> <button function="menu" state="normal" draw_ops="menu_unfocused" /> <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> <button function="shade" state="normal" draw_ops="shade_unfocused" /> <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> <button function="above" state="normal"><draw_ops></draw_ops></button> <button function="above" state="pressed"><draw_ops></draw_ops></button> <button function="unabove" state="normal"><draw_ops></draw_ops></button> <button function="unabove" state="pressed"><draw_ops></draw_ops></button> <button function="stick" state="normal"><draw_ops></draw_ops></button> <button function="stick" state="pressed"><draw_ops></draw_ops></button> <button function="unstick" state="normal"><draw_ops></draw_ops></button> <button function="unstick" state="pressed"><draw_ops></draw_ops></button> </frame_style> <!-- placeholder for unimplementated styles--> <frame_style name="blank" geometry="normal"> <button function="close" state="normal"><draw_ops></draw_ops></button> <button function="close" state="pressed"><draw_ops></draw_ops></button> <button function="maximize" state="normal"><draw_ops></draw_ops></button> <button function="maximize" state="pressed"><draw_ops></draw_ops></button> <button function="minimize" state="normal"><draw_ops></draw_ops></button> <button function="minimize" state="pressed"><draw_ops></draw_ops></button> <button function="menu" state="normal"><draw_ops></draw_ops></button> <button function="menu" state="pressed"><draw_ops></draw_ops></button> <button function="shade" state="normal"><draw_ops></draw_ops></button> <button function="shade" state="prelight"><draw_ops></draw_ops></button> <button function="shade" state="pressed"><draw_ops></draw_ops></button> <button function="unshade" state="normal"><draw_ops></draw_ops></button> <button function="unshade" state="prelight"><draw_ops></draw_ops></button> <button function="unshade" state="pressed"><draw_ops></draw_ops></button> <button function="above" state="normal"><draw_ops></draw_ops></button> <button function="above" state="pressed"><draw_ops></draw_ops></button> <button function="unabove" state="normal"><draw_ops></draw_ops></button> <button function="unabove" state="pressed"><draw_ops></draw_ops></button> <button function="stick" state="normal"><draw_ops></draw_ops></button> <button function="stick" state="pressed"><draw_ops></draw_ops></button> <button function="unstick" state="normal"><draw_ops></draw_ops></button> <button function="unstick" state="pressed"><draw_ops></draw_ops></button> </frame_style> <!-- FRAME STYLE SETS --> <frame_style_set name="normal_style_set"> <frame focus="yes" state="normal" resize="both" style="normal_focused" /> <frame focus="no" state="normal" resize="both" style="normal_unfocused" /> <frame focus="yes" state="maximized" style="normal_max_focused" /> <frame focus="no" state="maximized" style="normal_max_unfocused" /> <frame focus="yes" state="shaded" style="normal_focused" /> <frame focus="no" state="shaded" style="normal_unfocused" /> <frame focus="yes" state="maximized_and_shaded" style="normal_max_shaded_focused" /> <frame focus="no" state="maximized_and_shaded" style="normal_max_shaded_unfocused" /> </frame_style_set> <frame_style_set name="dialog_style_set"> <frame focus="yes" state="normal" resize="both" style="dialog_focused" /> <frame focus="no" state="normal" resize="both" style="dialog_unfocused" /> <frame focus="yes" state="maximized" style="blank" /> <frame focus="no" state="maximized" style="blank" /> <frame focus="yes" state="shaded" style="dialog_focused" /> <frame focus="no" state="shaded" style="dialog_unfocused" /> <frame focus="yes" state="maximized_and_shaded" style="blank" /> <frame focus="no" state="maximized_and_shaded" style="blank" /> </frame_style_set> <frame_style_set name="modal_dialog_style_set"> <frame focus="yes" state="normal" resize="both" style="modal_dialog_focused" /> <frame focus="no" state="normal" resize="both" style="modal_dialog_unfocused" /> <frame focus="yes" state="maximized" style="blank" /> <frame focus="no" state="maximized" style="blank" /> <frame focus="yes" state="shaded" style="modal_dialog_focused" /> <frame focus="no" state="shaded" style="modal_dialog_unfocused" /> <frame focus="yes" state="maximized_and_shaded" style="blank" /> <frame focus="no" state="maximized_and_shaded" style="blank" /> </frame_style_set> <frame_style_set name="utility_style_set"> <frame focus="yes" state="normal" resize="both" style="utility_focused" /> <frame focus="no" state="normal" resize="both" style="utility_unfocused" /> <frame focus="yes" state="maximized" style="blank" /> <frame focus="no" state="maximized" style="blank" /> <frame focus="yes" state="shaded" style="utility_focused" /> <frame focus="no" state="shaded" style="utility_unfocused" /> <frame focus="yes" state="maximized_and_shaded" style="blank" /> <frame focus="no" state="maximized_and_shaded" style="blank" /> </frame_style_set> <frame_style_set name="border_style_set"> <frame focus="yes" state="normal" resize="both" style="border_focused" /> <frame focus="no" state="normal" resize="both" style="border_unfocused" /> <frame focus="yes" state="maximized" style="borderless" /> <frame focus="no" state="maximized" style="borderless" /> <frame focus="yes" state="shaded" style="blank" /> <frame focus="no" state="shaded" style="blank" /> <frame focus="yes" state="maximized_and_shaded" style="blank" /> <frame focus="no" state="maximized_and_shaded" style="blank" /> </frame_style_set> <!-- WINDOWS --> <window type="normal" style_set="normal_style_set" /> <window type="dialog" style_set="dialog_style_set" /> <window type="modal_dialog" style_set="modal_dialog_style_set" /> <window type="menu" style_set="utility_style_set" /> <window type="utility" style_set="utility_style_set" /> <window type="border" style_set="border_style_set" /> </metacity_theme> ================================================ FILE: metacity-1/metacity-theme-light.xml ================================================ <?xml version="1.0"?> <metacity_theme> <info> <name>Sierra</name> <author>Vince Liuice</author> <copyright>GPL-3.0+</copyright> <date>2018.01.12</date> <description>Sierra Metacity Theme</description> </info> <!-- CONSTANTS --> <constant name="C_titlebar" value="#e5e5e5" /> <constant name="C_titlebar_unfocused" value="#e5e5e5" /> <constant name="C_border_focused" value="#e5e5e5" /> <constant name="C_border_unfocused" value="#e5e5e5" /> <constant name="C_title_focused" value="#333333" /> <constant name="C_title_unfocused" value="#555555" /> <constant name="C_wm_button_background" value="#333333" /> <constant name="C_wm_button_foreground" value="#333333" /> <constant name="C_wm_button_unfocused" value="#888888" /> <constant name="C_close_button" value="#f5685d" /> <constant name="C_maximize_button" value="#a1ce6d" /> <constant name="C_restore_button" value="#feee61" /> <constant name="C_minimize_button" value="#feee61" /> <!-- GEOMETRY --> <!-- Focused window --> <frame_geometry name="normal" title_scale="medium" rounded_top_left="2" rounded_top_right="2"> <distance name="left_width" value="1" /> <distance name="right_width" value="1" /> <distance name="bottom_height" value="1" /> <distance name="left_titlebar_edge" value="5" /> <distance name="right_titlebar_edge" value="5" /> <distance name="title_vertical_pad" value="4" /> <aspect_ratio name="button" value="1.0" /> <border name="title_border" left="4" right="4" top="4" bottom="4" /> <border name="button_border" left="0" right="0" top="4" bottom="4" /> </frame_geometry> <!-- Unfocused window --> <frame_geometry name="normal_unfocused" title_scale="medium" rounded_top_left="2" rounded_top_right="2" parent="normal" > <distance name="left_width" value="1" /> <distance name="right_width" value="1" /> <distance name="bottom_height" value="1" /> <distance name="left_titlebar_edge" value="5"/> <distance name="right_titlebar_edge" value="5"/> <distance name="title_vertical_pad" value="4" /> <border name="title_border" left="4" right="4" top="4" bottom="4" /> <border name="button_border" left="0" right="0" top="4" bottom="4" /> </frame_geometry> <!-- Maximized window --> <frame_geometry name="max" title_scale="medium" parent="normal" rounded_top_left="false" rounded_top_right="false"> <distance name="left_width" value="0" /> <distance name="right_width" value="0" /> <distance name="bottom_height" value="0" /> <distance name="title_vertical_pad" value="4" /> <border name="title_border" left="4" right="4" top="4" bottom="4" /> <border name="button_border" left="0" right="0" top="4" bottom="4" /> </frame_geometry> <!-- Left tiled window --> <frame_geometry name="tiled_left" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="max"> <distance name="right_width" value="0" /> </frame_geometry> <!-- Right tiled window --> <frame_geometry name="tiled_right" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="max"> <distance name="left_width" value="0" /> </frame_geometry> <!-- Small window --> <frame_geometry name="small" title_scale="small" parent="normal" rounded_top_left="false" rounded_top_right="false"> <distance name="title_vertical_pad" value="4" /> <border name="title_border" left="4" right="4" top="0" bottom="0" /> <border name="button_border" left="0" right="0" top="0" bottom="0" /> </frame_geometry> <!-- Small unfocused window --> <frame_geometry name="small_unfocused" parent="small"> <distance name="left_titlebar_edge" value="5"/> <distance name="right_titlebar_edge" value="5"/> </frame_geometry> <!-- No buttons --> <frame_geometry name="nobuttons" hide_buttons="true" parent="normal"> </frame_geometry> <!-- Border --> <frame_geometry name="border" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal" > <distance name="left_width" value="1" /> <distance name="right_width" value="1" /> <distance name="bottom_height" value="1" /> <distance name="title_vertical_pad" value="1" /> <border name="title_border" left="10" right="10" top="0" bottom="0" /> <border name="button_border" left="0" right="0" top="0" bottom="0"/> </frame_geometry> <!-- Borderless --> <frame_geometry name="borderless" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal"> <distance name="left_width" value="0" /> <distance name="right_width" value="0" /> <distance name="bottom_height" value="0" /> <distance name="title_vertical_pad" value="8" /> <border name="title_border" left="0" right="0" top="0" bottom="0" /> <border name="button_border" left="0" right="0" top="0" bottom="0" /> </frame_geometry> <!-- Modal --> <frame_geometry name="modal" title_scale="small" hide_buttons="true" rounded_top_left="false" rounded_top_right="false" parent="small"> <distance name="title_vertical_pad" value="5"/> </frame_geometry> <frame_geometry name="attached" title_scale="medium" hide_buttons="true" rounded_top_left="false" rounded_top_right="false" parent="normal"> <distance name="title_vertical_pad" value="8"/> <distance name="bottom_height" value="1"/> <distance name="left_width" value="1"/> <distance name="right_width" value="1"/> </frame_geometry> <!-- TITLES --> <!-- Title alignment --> <draw_ops name="title_focused"> <title x="(0 `max` ((width - title_width) / 2)) + 2" y="(0 `max` ((height - title_height) / 2))" color="C_title_focused" /> </draw_ops> <draw_ops name="title_unfocused"> <title x="(0 `max` ((width - title_width) / 2)) + 2" y="(0 `max` ((height - title_height) / 2))" color="C_title_unfocused" /> </draw_ops> <!-- WINDOW DECORATIONS --> <draw_ops name="entire_background_focused"> <rectangle color="C_titlebar" x="0" y="0" width="width" height="height" filled="true" /> </draw_ops> <draw_ops name="entire_background_unfocused"> <include name="entire_background_focused" /> </draw_ops> <draw_ops name="titlebar_fill_focused"> <rectangle color="C_titlebar" x="4" y="0" width="width" height="height" filled="true" /> </draw_ops> <draw_ops name="titlebar_fill_attached_focused"> <include name="entire_background_focused" /> </draw_ops> <draw_ops name="titlebar_fill_unfocused"> <rectangle color="C_titlebar_unfocused" x="0" y="0" width="width" height="height" filled="true" /> </draw_ops> <draw_ops name="titlebar_focused"> <include name="titlebar_fill_focused" /> </draw_ops> <draw_ops name="titlebar_attached_focused"> <!-- titlebar for attached and modal dialogs --> <include name="titlebar_fill_attached_focused" /> </draw_ops> <draw_ops name="rounded_titlebar_focused"> <include name="titlebar_fill_focused" /> </draw_ops> <draw_ops name="border_focused"> <rectangle color="C_border_focused" x="0" y="0" width="width-1" height="height-1" filled="false" /> </draw_ops> <draw_ops name="border_unfocused"> <rectangle color="C_border_unfocused" x="0" y="0" width="width-1" height="height-1" filled="false" /> </draw_ops> <draw_ops name="rounded_border_focused"> <line color="C_border_focused" x1="2" y1="0" x2="width-3" y2="0" /> <line color="C_border_focused" x1="0" y1="height-1" x2="width-1" y2="height-1" /> <line color="C_border_focused" x1="0" y1="2" x2="0" y2="height-2" /> <line color="C_border_focused" x1="width-1" y1="2" x2="width-1" y2="height-2" /> <arc color="C_border_focused" x="0" y="0" width="3" height="3" start_angle="270" extent_angle="90" /> <arc color="C_border_focused" x="width-3" y="0" width="2" height="3" start_angle="0" extent_angle="90" /> <!-- double arcs for darker borders --> <arc color="C_border_focused" x="0" y="0" width="3" height="3" start_angle="270" extent_angle="90" /> <arc color="C_border_focused" x="width-3" y="0" width="2" height="3" start_angle="0" extent_angle="90" /> </draw_ops> <draw_ops name="rounded_border_unfocused"> <line color="C_border_unfocused" x1="2" y1="0" x2="width-3" y2="0" /> <line color="C_border_unfocused" x1="0" y1="height-1" x2="width-1" y2="height-1" /> <line color="C_border_unfocused" x1="0" y1="2" x2="0" y2="height-2" /> <line color="C_border_unfocused" x1="width-1" y1="2" x2="width-1" y2="height-2" /> <arc color="C_border_unfocused" x="0" y="0" width="3" height="3" start_angle="270" extent_angle="90" /> <arc color="C_border_unfocused" x="width-3" y="0" width="2" height="3" start_angle="0" extent_angle="90" /> <!-- double arcs for darker borders --> <arc color="C_border_unfocused" x="0" y="0" width="3" height="3" start_angle="270" extent_angle="90" /> <arc color="C_border_unfocused" x="width-3" y="0" width="2" height="3" start_angle="0" extent_angle="90" /> </draw_ops> <draw_ops name="border_right_focused"> <line x1="width-1" y1="0" x2="width-1" y2="height" color="C_border_focused" /> </draw_ops> <draw_ops name="border_right_unfocused"> <line x1="width-1" y1="0" x2="width-1" y2="height" color="C_border_unfocused" /> </draw_ops> <draw_ops name="border_left_focused"> <line x1="0" y1="0" x2="0" y2="height" color="C_border_focused" /> </draw_ops> <draw_ops name="border_left_unfocused"> <line x1="0" y1="0" x2="0" y2="height" color="C_border_unfocused" /> </draw_ops> <!-- BUTTON ICONS --> <!-- note: negative values in x or y causes gnome-shell to crash --> <!-- Close icon --> <draw_ops name="close_focused"> <image filename="close_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="close_focused_prelight"> <image filename="close_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="close_focused_pressed"> <image filename="close_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="close_unfocused"> <image filename="close_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="close_unfocused_prelight"> <image filename="close_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="close_unfocused_pressed"> <image filename="close_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <!-- Maximize icon --> <draw_ops name="maximize_focused"> <image filename="maximize_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="maximize_focused_prelight"> <image filename="maximize_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="maximize_focused_pressed"> <image filename="maximize_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="maximize_unfocused"> <image filename="maximize_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="maximize_unfocused_prelight"> <image filename="maximize_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="maximize_unfocused_pressed"> <image filename="maximize_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <!-- Unmaximize icon --> <draw_ops name="unmaximize_focused"> <image filename="unmaximize_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="unmaximize_focused_prelight"> <image filename="unmaximize_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="unmaximize_focused_pressed"> <image filename="unmaximize_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="unmaximize_unfocused"> <image filename="unmaximize_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="unmaximize_unfocused_prelight"> <image filename="unmaximize_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="unmaximize_unfocused_pressed"> <image filename="unmaximize_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <!-- Minimize icon --> <draw_ops name="minimize_focused"> <image filename="minimize_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="minimize_focused_prelight"> <image filename="minimize_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="minimize_focused_pressed"> <image filename="minimize_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="minimize_unfocused"> <image filename="minimize_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="minimize_unfocused_prelight"> <image filename="minimize_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="minimize_unfocused_pressed"> <image filename="minimize_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <!-- Menu icon --> <draw_ops name="menu_focused"> <image filename="menu_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="menu_focused_prelight"> <image filename="menu_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="menu_focused_pressed"> <image filename="menu_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="menu_unfocused"> <image filename="menu_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="menu_unfocused_prelight"> <image filename="menu_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="menu_unfocused_pressed"> <image filename="menu_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <!-- Shade icon --> <draw_ops name="shade_focused"> <image filename="shade_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="shade_focused_prelight"> <image filename="shade_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="shade_focused_pressed"> <image filename="shade_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="shade_unfocused"> <image filename="shade_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="shade_unfocused_prelight"> <image filename="shade_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="shade_unfocused_pressed"> <image filename="shade_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <!-- Unshade icon --> <draw_ops name="unshade_focused"> <image filename="unshade_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="unshade_focused_prelight"> <image filename="unshade_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="unshade_focused_pressed"> <image filename="unshade_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="unshade_unfocused"> <image filename="unshade_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="unshade_unfocused_prelight"> <image filename="unshade_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <draw_ops name="unshade_unfocused_pressed"> <image filename="unshade_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> </draw_ops> <!-- FRAME STYLES --> <frame_style name="normal_focused" geometry="normal"> <piece position="entire_background" draw_ops="entire_background_focused" /> <piece position="titlebar" draw_ops="rounded_titlebar_focused" /> <piece position="title" draw_ops="title_focused" /> <piece position="overlay" draw_ops="rounded_border_focused" /> <button function="close" state="normal" draw_ops="close_focused" /> <button function="close" state="prelight" draw_ops="close_focused_prelight" /> <button function="close" state="pressed" draw_ops="close_focused_pressed" /> <button function="maximize" state="normal" draw_ops="maximize_focused" /> <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> <button function="minimize" state="normal" draw_ops="minimize_focused" /> <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> <button function="menu" state="normal" draw_ops="menu_focused" /> <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> <button function="shade" state="normal" draw_ops="shade_focused" /> <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> <button function="unshade" state="normal" draw_ops="unshade_focused" /> <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> <button function="above" state="normal"><draw_ops></draw_ops></button> <button function="above" state="pressed"><draw_ops></draw_ops></button> <button function="unabove" state="normal"><draw_ops></draw_ops></button> <button function="unabove" state="pressed"><draw_ops></draw_ops></button> <button function="stick" state="normal"><draw_ops></draw_ops></button> <button function="stick" state="pressed"><draw_ops></draw_ops></button> <button function="unstick" state="normal"><draw_ops></draw_ops></button> <button function="unstick" state="pressed"><draw_ops></draw_ops></button> </frame_style> <frame_style name="normal_unfocused" geometry="normal_unfocused"> <piece position="entire_background" draw_ops="entire_background_unfocused" /> <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> <piece position="title" draw_ops="title_unfocused" /> <piece position="overlay" draw_ops="rounded_border_unfocused" /> <button function="close" state="normal" draw_ops="close_unfocused" /> <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> <button function="menu" state="normal" draw_ops="menu_unfocused" /> <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> <button function="shade" state="normal" draw_ops="shade_unfocused" /> <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> <button function="above" state="normal"><draw_ops></draw_ops></button> <button function="above" state="pressed"><draw_ops></draw_ops></button> <button function="unabove" state="normal"><draw_ops></draw_ops></button> <button function="unabove" state="pressed"><draw_ops></draw_ops></button> <button function="stick" state="normal"><draw_ops></draw_ops></button> <button function="stick" state="pressed"><draw_ops></draw_ops></button> <button function="unstick" state="normal"><draw_ops></draw_ops></button> <button function="unstick" state="pressed"><draw_ops></draw_ops></button> </frame_style> <frame_style name="normal_max_focused" geometry="max"> <piece position="entire_background" draw_ops="entire_background_focused" /> <piece position="titlebar" draw_ops="titlebar_fill_focused" /> <piece position="title" draw_ops="title_focused" /> <button function="close" state="normal" draw_ops="close_focused" /> <button function="close" state="prelight" draw_ops="close_focused_prelight" /> <button function="close" state="pressed" draw_ops="close_focused_pressed" /> <button function="maximize" state="normal" draw_ops="maximize_focused" /> <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> <button function="minimize" state="normal" draw_ops="minimize_focused" /> <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> <button function="menu" state="normal" draw_ops="menu_focused" /> <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> <button function="shade" state="normal" draw_ops="shade_focused" /> <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> <button function="unshade" state="normal" draw_ops="unshade_focused" /> <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> <button function="above" state="normal"><draw_ops></draw_ops></button> <button function="above" state="pressed"><draw_ops></draw_ops></button> <button function="unabove" state="normal"><draw_ops></draw_ops></button> <button function="unabove" state="pressed"><draw_ops></draw_ops></button> <button function="stick" state="normal"><draw_ops></draw_ops></button> <button function="stick" state="pressed"><draw_ops></draw_ops></button> <button function="unstick" state="normal"><draw_ops></draw_ops></button> <button function="unstick" state="pressed"><draw_ops></draw_ops></button> </frame_style> <frame_style name="normal_max_unfocused" geometry="max"> <piece position="entire_background" draw_ops="entire_background_unfocused" /> <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> <piece position="title" draw_ops="title_unfocused" /> <button function="close" state="normal" draw_ops="close_unfocused" /> <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> <button function="menu" state="normal" draw_ops="menu_unfocused" /> <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> <button function="shade" state="normal" draw_ops="shade_unfocused" /> <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> <button function="above" state="normal"><draw_ops></draw_ops></button> <button function="above" state="pressed"><draw_ops></draw_ops></button> <button function="unabove" state="normal"><draw_ops></draw_ops></button> <button function="unabove" state="pressed"><draw_ops></draw_ops></button> <button function="stick" state="normal"><draw_ops></draw_ops></button> <button function="stick" state="pressed"><draw_ops></draw_ops></button> <button function="unstick" state="normal"><draw_ops></draw_ops></button> <button function="unstick" state="pressed"><draw_ops></draw_ops></button> </frame_style> <frame_style name="normal_max_shaded_focused" geometry="max"> <piece position="entire_background" draw_ops="entire_background_focused" /> <piece position="titlebar" draw_ops="titlebar_fill_focused" /> <piece position="title" draw_ops="title_focused" /> <piece position="overlay"><draw_ops><line x1="0" y1="height-1" x2="width" y2="height-1" color="C_border_focused" /></draw_ops></piece> <button function="close" state="normal" draw_ops="close_focused" /> <button function="close" state="prelight" draw_ops="close_focused_prelight" /> <button function="close" state="pressed" draw_ops="close_focused_pressed" /> <button function="maximize" state="normal" draw_ops="maximize_focused" /> <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> <button function="minimize" state="normal" draw_ops="minimize_focused" /> <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> <button function="menu" state="normal" draw_ops="menu_focused" /> <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> <button function="shade" state="normal" draw_ops="shade_focused" /> <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> <button function="unshade" state="normal" draw_ops="unshade_focused" /> <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> <button function="above" state="normal"><draw_ops></draw_ops></button> <button function="above" state="pressed"><draw_ops></draw_ops></button> <button function="unabove" state="normal"><draw_ops></draw_ops></button> <button function="unabove" state="pressed"><draw_ops></draw_ops></button> <button function="stick" state="normal"><draw_ops></draw_ops></button> <button function="stick" state="pressed"><draw_ops></draw_ops></button> <button function="unstick" state="normal"><draw_ops></draw_ops></button> <button function="unstick" state="pressed"><draw_ops></draw_ops></button> </frame_style> <frame_style name="normal_max_shaded_unfocused" geometry="max"> <piece position="entire_background" draw_ops="entire_background_unfocused" /> <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> <piece position="title" draw_ops="title_unfocused" /> <piece position="overlay"><draw_ops><line x1="0" y1="height-1" x2="width" y2="height-1" color="C_border_unfocused" /></draw_ops></piece> <button function="close" state="normal" draw_ops="close_unfocused" /> <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> <button function="menu" state="normal" draw_ops="menu_unfocused" /> <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> <button function="shade" state="normal" draw_ops="shade_unfocused" /> <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> <button function="above" state="normal"><draw_ops></draw_ops></button> <button function="above" state="pressed"><draw_ops></draw_ops></button> <button function="unabove" state="normal"><draw_ops></draw_ops></button> <button function="unabove" state="pressed"><draw_ops></draw_ops></button> <button function="stick" state="normal"><draw_ops></draw_ops></button> <button function="stick" state="pressed"><draw_ops></draw_ops></button> <button function="unstick" state="normal"><draw_ops></draw_ops></button> <button function="unstick" state="pressed"><draw_ops></draw_ops></button> </frame_style> <frame_style name="dialog_focused" geometry="nobuttons"> <piece position="entire_background" draw_ops="entire_background_focused" /> <piece position="titlebar" draw_ops="rounded_titlebar_focused" /> <piece position="title" draw_ops="title_focused" /> <piece position="overlay" draw_ops="rounded_border_focused" /> <button function="close" state="normal" draw_ops="close_focused" /> <button function="close" state="prelight" draw_ops="close_focused_prelight" /> <button function="close" state="pressed" draw_ops="close_focused_pressed" /> <button function="maximize" state="normal" draw_ops="maximize_focused" /> <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> <button function="minimize" state="normal" draw_ops="minimize_focused" /> <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> <button function="menu" state="normal" draw_ops="menu_focused" /> <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> <button function="shade" state="normal" draw_ops="shade_focused" /> <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> <button function="unshade" state="normal" draw_ops="unshade_focused" /> <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> <button function="above" state="normal"><draw_ops></draw_ops></button> <button function="above" state="pressed"><draw_ops></draw_ops></button> <button function="unabove" state="normal"><draw_ops></draw_ops></button> <button function="unabove" state="pressed"><draw_ops></draw_ops></button> <button function="stick" state="normal"><draw_ops></draw_ops></button> <button function="stick" state="pressed"><draw_ops></draw_ops></button> <button function="unstick" state="normal"><draw_ops></draw_ops></button> <button function="unstick" state="pressed"><draw_ops></draw_ops></button> </frame_style> <frame_style name="dialog_unfocused" geometry="nobuttons"> <piece position="entire_background" draw_ops="entire_background_unfocused" /> <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> <piece position="title" draw_ops="title_unfocused" /> <piece position="overlay" draw_ops="rounded_border_unfocused" /> <button function="close" state="normal" draw_ops="close_unfocused" /> <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> <button function="menu" state="normal" draw_ops="menu_unfocused" /> <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> <button function="shade" state="normal"><draw_ops></draw_ops></button> <button function="shade" state="prelight"><draw_ops></draw_ops></button> <button function="shade" state="pressed"><draw_ops></draw_ops></button> <button function="unshade" state="normal"><draw_ops></draw_ops></button> <button function="unshade" state="prelight"><draw_ops></draw_ops></button> <button function="unshade" state="pressed"><draw_ops></draw_ops></button> <button function="above" state="normal"><draw_ops></draw_ops></button> <button function="above" state="pressed"><draw_ops></draw_ops></button> <button function="unabove" state="normal"><draw_ops></draw_ops></button> <button function="unabove" state="pressed"><draw_ops></draw_ops></button> <button function="stick" state="normal"><draw_ops></draw_ops></button> <button function="stick" state="pressed"><draw_ops></draw_ops></button> <button function="unstick" state="normal"><draw_ops></draw_ops></button> <button function="unstick" state="pressed"><draw_ops></draw_ops></button> </frame_style> <frame_style name="modal_dialog_focused" geometry="modal"> <piece position="entire_background" draw_ops="entire_background_focused" /> <piece position="titlebar" draw_ops="titlebar_attached_focused" /> <piece position="title" draw_ops="title_focused" /> <piece position="overlay" draw_ops="border_focused" /> <button function="close" state="normal" draw_ops="close_focused" /> <button function="close" state="prelight" draw_ops="close_focused_prelight" /> <button function="close" state="pressed" draw_ops="close_focused_pressed" /> <button function="maximize" state="normal" draw_ops="maximize_focused" /> <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> <button function="minimize" state="normal" draw_ops="minimize_focused" /> <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> <button function="menu" state="normal" draw_ops="menu_focused" /> <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> <button function="shade" state="normal" draw_ops="shade_focused" /> <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> <button function="unshade" state="normal" draw_ops="unshade_focused" /> <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> <button function="above" state="normal"><draw_ops></draw_ops></button> <button function="above" state="pressed"><draw_ops></draw_ops></button> <button function="unabove" state="normal"><draw_ops></draw_ops></button> <button function="unabove" state="pressed"><draw_ops></draw_ops></button> <button function="stick" state="normal"><draw_ops></draw_ops></button> <button function="stick" state="pressed"><draw_ops></draw_ops></button> <button function="unstick" state="normal"><draw_ops></draw_ops></button><button function="unstick" state="pressed"><draw_ops></draw_ops></button> </frame_style> <frame_style name="modal_dialog_unfocused" geometry="modal"> <piece position="entire_background" draw_ops="entire_background_unfocused" /> <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> <piece position="title" draw_ops="title_unfocused" /> <piece position="overlay" draw_ops="border_unfocused" /> <button function="close" state="normal" draw_ops="close_unfocused" /> <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> <button function="menu" state="normal" draw_ops="menu_unfocused" /> <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> <button function="shade" state="normal" draw_ops="shade_unfocused" /> <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> <button function="above" state="normal"><draw_ops></draw_ops></button> <button function="above" state="pressed"><draw_ops></draw_ops></button> <button function="unabove" state="normal"><draw_ops></draw_ops></button> <button function="unabove" state="pressed"><draw_ops></draw_ops></button> <button function="stick" state="normal"><draw_ops></draw_ops></button> <button function="stick" state="pressed"><draw_ops></draw_ops></button> <button function="unstick" state="normal"><draw_ops></draw_ops></button> <button function="unstick" state="pressed"><draw_ops></draw_ops></button> </frame_style> <frame_style name="utility_focused" geometry="small"> <piece position="entire_background" draw_ops="entire_background_focused" /> <piece position="titlebar" draw_ops="titlebar_focused" /> <piece position="title" draw_ops="title_focused" /> <piece position="overlay" draw_ops="border_focused" /> <button function="close" state="normal" draw_ops="close_focused" /> <button function="close" state="prelight" draw_ops="close_focused_prelight" /> <button function="close" state="pressed" draw_ops="close_focused_pressed" /> <button function="maximize" state="normal" draw_ops="maximize_focused" /> <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> <button function="minimize" state="normal" draw_ops="minimize_focused" /> <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> <button function="menu" state="normal" draw_ops="menu_focused" /> <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> <button function="shade" state="normal" draw_ops="shade_focused" /> <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> <button function="unshade" state="normal" draw_ops="unshade_focused" /> <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> <button function="above" state="normal"><draw_ops></draw_ops></button> <button function="above" state="pressed"><draw_ops></draw_ops></button> <button function="unabove" state="normal"><draw_ops></draw_ops></button> <button function="unabove" state="pressed"><draw_ops></draw_ops></button> <button function="stick" state="normal"><draw_ops></draw_ops></button> <button function="stick" state="pressed"><draw_ops></draw_ops></button> <button function="unstick" state="normal"><draw_ops></draw_ops></button> <button function="unstick" state="pressed"><draw_ops></draw_ops></button> </frame_style> <frame_style name="utility_unfocused" geometry="small_unfocused"> <piece position="entire_background" draw_ops="entire_background_unfocused" /> <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> <piece position="title" draw_ops="title_unfocused" /> <piece position="overlay" draw_ops="border_unfocused" /> <button function="close" state="normal" draw_ops="close_unfocused" /> <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> <button function="menu" state="normal" draw_ops="menu_unfocused" /> <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> <button function="shade" state="normal" draw_ops="shade_unfocused" /> <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> <button function="above" state="normal"><draw_ops></draw_ops></button> <button function="above" state="pressed"><draw_ops></draw_ops></button> <button function="unabove" state="normal"><draw_ops></draw_ops></button> <button function="unabove" state="pressed"><draw_ops></draw_ops></button> <button function="stick" state="normal"><draw_ops></draw_ops></button> <button function="stick" state="pressed"><draw_ops></draw_ops></button> <button function="unstick" state="normal"><draw_ops></draw_ops></button> <button function="unstick" state="pressed"><draw_ops></draw_ops></button> </frame_style> <frame_style name="border_focused" geometry="border"> <piece position="entire_background" draw_ops="entire_background_focused" /> <piece position="overlay" draw_ops="border_focused" /> <button function="close" state="normal"><draw_ops></draw_ops></button> <button function="close" state="pressed"><draw_ops></draw_ops></button> <button function="maximize" state="normal"><draw_ops></draw_ops></button> <button function="maximize" state="pressed"><draw_ops></draw_ops></button> <button function="minimize" state="normal"><draw_ops></draw_ops></button> <button function="minimize" state="pressed"><draw_ops></draw_ops></button> <button function="menu" state="normal"><draw_ops></draw_ops></button> <button function="menu" state="pressed"><draw_ops></draw_ops></button> <button function="shade" state="normal"><draw_ops></draw_ops></button> <button function="shade" state="prelight"><draw_ops></draw_ops></button> <button function="shade" state="pressed"><draw_ops></draw_ops></button> <button function="unshade" state="normal"><draw_ops></draw_ops></button> <button function="unshade" state="prelight"><draw_ops></draw_ops></button> <button function="unshade" state="pressed"><draw_ops></draw_ops></button> <button function="above" state="normal"><draw_ops></draw_ops></button> <button function="above" state="pressed"><draw_ops></draw_ops></button> <button function="unabove" state="normal"><draw_ops></draw_ops></button> <button function="unabove" state="pressed"><draw_ops></draw_ops></button> <button function="stick" state="normal"><draw_ops></draw_ops></button> <button function="stick" state="pressed"><draw_ops></draw_ops></button> <button function="unstick" state="normal"><draw_ops></draw_ops></button> <button function="unstick" state="pressed"><draw_ops></draw_ops></button> </frame_style> <frame_style name="border_unfocused" geometry="border"> <piece position="entire_background" draw_ops="entire_background_unfocused" /> <piece position="overlay" draw_ops="border_unfocused" /> <button function="close" state="normal"><draw_ops></draw_ops></button> <button function="close" state="pressed"><draw_ops></draw_ops></button> <button function="maximize" state="normal"><draw_ops></draw_ops></button> <button function="maximize" state="pressed"><draw_ops></draw_ops></button> <button function="minimize" state="normal"><draw_ops></draw_ops></button> <button function="minimize" state="pressed"><draw_ops></draw_ops></button> <button function="menu" state="normal"><draw_ops></draw_ops></button> <button function="menu" state="pressed"><draw_ops></draw_ops></button> <button function="shade" state="normal"><draw_ops></draw_ops></button> <button function="shade" state="prelight"><draw_ops></draw_ops></button> <button function="shade" state="pressed"><draw_ops></draw_ops></button> <button function="unshade" state="normal"><draw_ops></draw_ops></button> <button function="unshade" state="prelight"><draw_ops></draw_ops></button> <button function="unshade" state="pressed"><draw_ops></draw_ops></button> <button function="above" state="normal"><draw_ops></draw_ops></button> <button function="above" state="pressed"><draw_ops></draw_ops></button> <button function="unabove" state="normal"><draw_ops></draw_ops></button> <button function="unabove" state="pressed"><draw_ops></draw_ops></button> <button function="stick" state="normal"><draw_ops></draw_ops></button> <button function="stick" state="pressed"><draw_ops></draw_ops></button> <button function="unstick" state="normal"><draw_ops></draw_ops></button> <button function="unstick" state="pressed"><draw_ops></draw_ops></button> </frame_style> <frame_style name="borderless" geometry="borderless"> <button function="close" state="normal"><draw_ops></draw_ops></button> <button function="close" state="pressed"><draw_ops></draw_ops></button> <button function="maximize" state="normal"><draw_ops></draw_ops></button> <button function="maximize" state="pressed"><draw_ops></draw_ops></button> <button function="minimize" state="normal"><draw_ops></draw_ops></button> <button function="minimize" state="pressed"><draw_ops></draw_ops></button> <button function="menu" state="normal"><draw_ops></draw_ops></button> <button function="menu" state="pressed"><draw_ops></draw_ops></button> <button function="shade" state="normal"><draw_ops></draw_ops></button> <button function="shade" state="prelight"><draw_ops></draw_ops></button> <button function="shade" state="pressed"><draw_ops></draw_ops></button> <button function="unshade" state="normal"><draw_ops></draw_ops></button> <button function="unshade" state="prelight"><draw_ops></draw_ops></button> <button function="unshade" state="pressed"><draw_ops></draw_ops></button> <button function="above" state="normal"><draw_ops></draw_ops></button> <button function="above" state="pressed"><draw_ops></draw_ops></button> <button function="unabove" state="normal"><draw_ops></draw_ops></button> <button function="unabove" state="pressed"><draw_ops></draw_ops></button> <button function="stick" state="normal"><draw_ops></draw_ops></button> <button function="stick" state="pressed"><draw_ops></draw_ops></button> <button function="unstick" state="normal"><draw_ops></draw_ops></button> <button function="unstick" state="pressed"><draw_ops></draw_ops></button> </frame_style> <frame_style name="attached_focused" geometry="attached"> <piece position="entire_background" draw_ops="entire_background_focused" /> <piece position="titlebar" draw_ops="titlebar_attached_focused" /> <piece position="title" draw_ops="title_focused" /> <piece position="overlay" draw_ops="border_focused" /> <button function="close" state="normal"><draw_ops></draw_ops></button> <button function="close" state="pressed"><draw_ops></draw_ops></button> <button function="maximize" state="normal"><draw_ops></draw_ops></button> <button function="maximize" state="pressed"><draw_ops></draw_ops></button> <button function="minimize" state="normal"><draw_ops></draw_ops></button> <button function="minimize" state="pressed"><draw_ops></draw_ops></button> <button function="menu" state="normal"><draw_ops></draw_ops></button> <button function="menu" state="pressed"><draw_ops></draw_ops></button> <button function="shade" state="normal"><draw_ops></draw_ops></button> <button function="shade" state="prelight"><draw_ops></draw_ops></button> <button function="shade" state="pressed"><draw_ops></draw_ops></button> <button function="unshade" state="normal"><draw_ops></draw_ops></button> <button function="unshade" state="prelight"><draw_ops></draw_ops></button> <button function="unshade" state="pressed"><draw_ops></draw_ops></button> <button function="above" state="normal"><draw_ops></draw_ops></button> <button function="above" state="pressed"><draw_ops></draw_ops></button> <button function="unabove" state="normal"><draw_ops></draw_ops></button> <button function="unabove" state="pressed"><draw_ops></draw_ops></button> <button function="stick" state="normal"><draw_ops></draw_ops></button> <button function="stick" state="pressed"><draw_ops></draw_ops></button> <button function="unstick" state="normal"><draw_ops></draw_ops></button> <button function="unstick" state="pressed"><draw_ops></draw_ops></button> </frame_style> <frame_style name="attached_unfocused" geometry="attached"> <piece position="entire_background" draw_ops="entire_background_unfocused" /> <piece position="titlebar" draw_ops="titlebar_attached_focused" /> <piece position="title" draw_ops="title_unfocused" /> <piece position="overlay" draw_ops="border_unfocused" /> <button function="close" state="normal"><draw_ops></draw_ops></button> <button function="close" state="pressed"><draw_ops></draw_ops></button> <button function="maximize" state="normal"><draw_ops></draw_ops></button> <button function="maximize" state="pressed"><draw_ops></draw_ops></button> <button function="minimize" state="normal"><draw_ops></draw_ops></button> <button function="minimize" state="pressed"><draw_ops></draw_ops></button> <button function="menu" state="normal"><draw_ops></draw_ops></button> <button function="menu" state="pressed"><draw_ops></draw_ops></button> <button function="shade" state="normal"><draw_ops></draw_ops></button> <button function="shade" state="prelight"><draw_ops></draw_ops></button> <button function="shade" state="pressed"><draw_ops></draw_ops></button> <button function="unshade" state="normal"><draw_ops></draw_ops></button> <button function="unshade" state="prelight"><draw_ops></draw_ops></button> <button function="unshade" state="pressed"><draw_ops></draw_ops></button> <button function="above" state="normal"><draw_ops></draw_ops></button> <button function="above" state="pressed"><draw_ops></draw_ops></button> <button function="unabove" state="normal"><draw_ops></draw_ops></button> <button function="unabove" state="pressed"><draw_ops></draw_ops></button> <button function="stick" state="normal"><draw_ops></draw_ops></button> <button function="stick" state="pressed"><draw_ops></draw_ops></button> <button function="unstick" state="normal"><draw_ops></draw_ops></button> <button function="unstick" state="pressed"><draw_ops></draw_ops></button> </frame_style> <frame_style name="tiled_left_focused" geometry="tiled_left"> <piece position="entire_background" draw_ops="entire_background_focused" /> <piece position="titlebar" draw_ops="titlebar_fill_focused" /> <piece position="title" draw_ops="title_focused" /> <piece position="overlay" draw_ops="border_right_focused" /> <button function="close" state="normal" draw_ops="close_focused" /> <button function="close" state="prelight" draw_ops="close_focused_prelight" /> <button function="close" state="pressed" draw_ops="close_focused_pressed" /> <button function="maximize" state="normal" draw_ops="maximize_focused" /> <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> <button function="minimize" state="normal" draw_ops="minimize_focused" /> <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> <button function="menu" state="normal" draw_ops="menu_focused" /> <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> <button function="shade" state="normal" draw_ops="shade_focused" /> <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> <button function="unshade" state="normal" draw_ops="unshade_focused" /> <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> <button function="above" state="normal"><draw_ops></draw_ops></button> <button function="above" state="pressed"><draw_ops></draw_ops></button> <button function="unabove" state="normal"><draw_ops></draw_ops></button> <button function="unabove" state="pressed"><draw_ops></draw_ops></button> <button function="stick" state="normal"><draw_ops></draw_ops></button> <button function="stick" state="pressed"><draw_ops></draw_ops></button> <button function="unstick" state="normal"><draw_ops></draw_ops></button> <button function="unstick" state="pressed"><draw_ops></draw_ops></button> </frame_style> <frame_style name="tiled_left_unfocused" geometry="tiled_left"> <piece position="entire_background" draw_ops="entire_background_unfocused" /> <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> <piece position="title" draw_ops="title_unfocused" /> <piece position="overlay" draw_ops="border_right_unfocused" /> <button function="close" state="normal" draw_ops="close_unfocused" /> <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> <button function="menu" state="normal" draw_ops="menu_unfocused" /> <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> <button function="shade" state="normal" draw_ops="shade_unfocused" /> <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> <button function="above" state="normal"><draw_ops></draw_ops></button> <button function="above" state="pressed"><draw_ops></draw_ops></button> <button function="unabove" state="normal"><draw_ops></draw_ops></button> <button function="unabove" state="pressed"><draw_ops></draw_ops></button> <button function="stick" state="normal"><draw_ops></draw_ops></button> <button function="stick" state="pressed"><draw_ops></draw_ops></button> <button function="unstick" state="normal"><draw_ops></draw_ops></button> <button function="unstick" state="pressed"><draw_ops></draw_ops></button> </frame_style> <frame_style name="tiled_right_focused" geometry="tiled_right"> <piece position="entire_background" draw_ops="entire_background_focused" /> <piece position="titlebar" draw_ops="titlebar_fill_focused" /> <piece position="title" draw_ops="title_focused" /> <piece position="overlay" draw_ops="border_left_focused" /> <button function="close" state="normal" draw_ops="close_focused" /> <button function="close" state="prelight" draw_ops="close_focused_prelight" /> <button function="close" state="pressed" draw_ops="close_focused_pressed" /> <button function="maximize" state="normal" draw_ops="maximize_focused" /> <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> <button function="minimize" state="normal" draw_ops="minimize_focused" /> <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> <button function="menu" state="normal" draw_ops="menu_focused" /> <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> <button function="shade" state="normal" draw_ops="shade_focused" /> <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> <button function="unshade" state="normal" draw_ops="unshade_focused" /> <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> <button function="above" state="normal"><draw_ops></draw_ops></button> <button function="above" state="pressed"><draw_ops></draw_ops></button> <button function="unabove" state="normal"><draw_ops></draw_ops></button> <button function="unabove" state="pressed"><draw_ops></draw_ops></button> <button function="stick" state="normal"><draw_ops></draw_ops></button> <button function="stick" state="pressed"><draw_ops></draw_ops></button> <button function="unstick" state="normal"><draw_ops></draw_ops></button> <button function="unstick" state="pressed"><draw_ops></draw_ops></button> </frame_style> <frame_style name="tiled_right_unfocused" geometry="tiled_right"> <piece position="entire_background" draw_ops="entire_background_unfocused" /> <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> <piece position="title" draw_ops="title_unfocused" /> <piece position="overlay" draw_ops="border_left_unfocused" /> <button function="close" state="normal" draw_ops="close_unfocused" /> <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> <button function="menu" state="normal" draw_ops="menu_unfocused" /> <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> <button function="shade" state="normal" draw_ops="shade_unfocused" /> <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> <button function="above" state="normal"><draw_ops></draw_ops></button> <button function="above" state="pressed"><draw_ops></draw_ops></button> <button function="unabove" state="normal"><draw_ops></draw_ops></button> <button function="unabove" state="pressed"><draw_ops></draw_ops></button> <button function="stick" state="normal"><draw_ops></draw_ops></button> <button function="stick" state="pressed"><draw_ops></draw_ops></button> <button function="unstick" state="normal"><draw_ops></draw_ops></button> <button function="unstick" state="pressed"><draw_ops></draw_ops></button> </frame_style> <!-- placeholder for unimplementated styles--> <frame_style name="blank" geometry="normal"> <button function="close" state="normal"><draw_ops></draw_ops></button> <button function="close" state="pressed"><draw_ops></draw_ops></button> <button function="maximize" state="normal"><draw_ops></draw_ops></button> <button function="maximize" state="pressed"><draw_ops></draw_ops></button> <button function="minimize" state="normal"><draw_ops></draw_ops></button> <button function="minimize" state="pressed"><draw_ops></draw_ops></button> <button function="menu" state="normal"><draw_ops></draw_ops></button> <button function="menu" state="pressed"><draw_ops></draw_ops></button> <button function="shade" state="normal"><draw_ops></draw_ops></button> <button function="shade" state="prelight"><draw_ops></draw_ops></button> <button function="shade" state="pressed"><draw_ops></draw_ops></button> <button function="unshade" state="normal"><draw_ops></draw_ops></button> <button function="unshade" state="prelight"><draw_ops></draw_ops></button> <button function="unshade" state="pressed"><draw_ops></draw_ops></button> <button function="above" state="normal"><draw_ops></draw_ops></button> <button function="above" state="pressed"><draw_ops></draw_ops></button> <button function="unabove" state="normal"><draw_ops></draw_ops></button> <button function="unabove" state="pressed"><draw_ops></draw_ops></button> <button function="stick" state="normal"><draw_ops></draw_ops></button> <button function="stick" state="pressed"><draw_ops></draw_ops></button> <button function="unstick" state="normal"><draw_ops></draw_ops></button> <button function="unstick" state="pressed"><draw_ops></draw_ops></button> </frame_style> <!-- FRAME STYLE SETS --> <frame_style_set name="normal_style_set"> <frame focus="yes" state="normal" resize="both" style="normal_focused" /> <frame focus="no" state="normal" resize="both" style="normal_unfocused" /> <frame focus="yes" state="maximized" style="normal_max_focused" /> <frame focus="no" state="maximized" style="normal_max_unfocused" /> <frame focus="yes" state="shaded" style="normal_focused" /> <frame focus="no" state="shaded" style="normal_unfocused" /> <frame focus="yes" state="maximized_and_shaded" style="normal_max_shaded_focused" /> <frame focus="no" state="maximized_and_shaded" style="normal_max_shaded_unfocused" /> </frame_style_set> <frame_style_set name="dialog_style_set"> <frame focus="yes" state="normal" resize="both" style="dialog_focused" /> <frame focus="no" state="normal" resize="both" style="dialog_unfocused" /> <frame focus="yes" state="maximized" style="blank" /> <frame focus="no" state="maximized" style="blank" /> <frame focus="yes" state="shaded" style="dialog_focused" /> <frame focus="no" state="shaded" style="dialog_unfocused" /> <frame focus="yes" state="maximized_and_shaded" style="blank" /> <frame focus="no" state="maximized_and_shaded" style="blank" /> </frame_style_set> <frame_style_set name="modal_dialog_style_set"> <frame focus="yes" state="normal" resize="both" style="modal_dialog_focused" /> <frame focus="no" state="normal" resize="both" style="modal_dialog_unfocused" /> <frame focus="yes" state="maximized" style="blank" /> <frame focus="no" state="maximized" style="blank" /> <frame focus="yes" state="shaded" style="modal_dialog_focused" /> <frame focus="no" state="shaded" style="modal_dialog_unfocused" /> <frame focus="yes" state="maximized_and_shaded" style="blank" /> <frame focus="no" state="maximized_and_shaded" style="blank" /> </frame_style_set> <frame_style_set name="utility_style_set"> <frame focus="yes" state="normal" resize="both" style="utility_focused" /> <frame focus="no" state="normal" resize="both" style="utility_unfocused" /> <frame focus="yes" state="maximized" style="blank" /> <frame focus="no" state="maximized" style="blank" /> <frame focus="yes" state="shaded" style="utility_focused" /> <frame focus="no" state="shaded" style="utility_unfocused" /> <frame focus="yes" state="maximized_and_shaded" style="blank" /> <frame focus="no" state="maximized_and_shaded" style="blank" /> </frame_style_set> <frame_style_set name="border_style_set"> <frame focus="yes" state="normal" resize="both" style="border_focused" /> <frame focus="no" state="normal" resize="both" style="border_unfocused" /> <frame focus="yes" state="maximized" style="borderless" /> <frame focus="no" state="maximized" style="borderless" /> <frame focus="yes" state="shaded" style="blank" /> <frame focus="no" state="shaded" style="blank" /> <frame focus="yes" state="maximized_and_shaded" style="blank" /> <frame focus="no" state="maximized_and_shaded" style="blank" /> </frame_style_set> <!-- WINDOWS --> <window type="normal" style_set="normal_style_set" /> <window type="dialog" style_set="dialog_style_set" /> <window type="modal_dialog" style_set="modal_dialog_style_set" /> <window type="menu" style_set="utility_style_set" /> <window type="utility" style_set="utility_style_set" /> <window type="border" style_set="border_style_set" /> </metacity_theme> ================================================ FILE: xfwm4/assets.txt ================================================ close-active close-inactive close-prelight close-pressed hide-active hide-inactive hide-prelight hide-pressed maximize-active maximize-inactive maximize-prelight maximize-pressed menu-active menu-inactive menu-pressed shade-active shade-inactive shade-pressed stick-active stick-inactive stick-pressed title-1-active title-1-inactive title-2-active title-2-inactive title-3-active title-3-inactive title-4-active title-4-inactive title-5-active title-5-inactive top-left-active top-left-inactive top-right-active top-right-inactive left-active left-inactive right-active right-inactive bottom-active bottom-inactive bottom-left-active bottom-left-inactive bottom-right-active bottom-right-inactive ================================================ FILE: xfwm4/render-assets.sh ================================================ #! /bin/bash INKSCAPE="/usr/bin/inkscape" OPTIPNG="/usr/bin/optipng" SRC_FILE="assets-light.svg" DARK_SRC_FILE="assets-dark.svg" ASSETS_DIR="assets-light" DARK_ASSETS_DIR="assets-dark" INDEX="assets.txt" for i in `cat $INDEX` do if [ -f $ASSETS_DIR/$i.png ]; then echo $ASSETS_DIR/$i.png exists. else echo echo Rendering $ASSETS_DIR/$i.png $INKSCAPE --export-id=$i \ --export-id-only \ --export-png=$ASSETS_DIR/$i.png $SRC_FILE >/dev/null \ && $OPTIPNG -o7 --quiet $ASSETS_DIR/$i.png fi if [ -f $DARK_ASSETS_DIR/$i.png ]; then echo $DARK_ASSETS_DIR/$i.png exists. else echo echo Rendering $DARK_ASSETS_DIR/$i.png $INKSCAPE --export-id=$i \ --export-id-only \ --export-png=$DARK_ASSETS_DIR/$i.png $DARK_SRC_FILE >/dev/null \ && $OPTIPNG -o7 --quiet $DARK_ASSETS_DIR/$i.png fi done exit 0 ================================================ FILE: xfwm4/themerc-dark ================================================ button_offset=2 button_spacing=0 show_app_icon=true full_width_title=true title_shadow_active=false title_shadow_inactive=false title_horizontal_offset=3 active_text_color=#afafaf active_text_shadow_color=#252525 inactive_text_color=#808080 inactive_text_shadow_color=#252525 shadow_delta_height=2 shadow_delta_width=0 shadow_delta_x=0 shadow_delta_y=-5 shadow_opacity=40 ================================================ FILE: xfwm4/themerc-light ================================================ button_offset=2 button_spacing=0 show_app_icon=true full_width_title=true title_shadow_active=false title_shadow_inactive=false title_horizontal_offset=3 active_text_color=#707070 active_text_shadow_color=#e7e7e7 inactive_text_color=#979797 inactive_text_shadow_color=#e7e7e7 shadow_delta_height=2 shadow_delta_width=0 shadow_delta_x=0 shadow_delta_y=-5 shadow_opacity=40