commit 9844897e8edc20d62809a4d5debb50b6b4f7cb5b Author: inexcode Date: Tue Jun 18 02:47:02 2019 +0300 Friday 5pm diff --git a/.Xresources b/.Xresources new file mode 100644 index 0000000..02017d3 --- /dev/null +++ b/.Xresources @@ -0,0 +1,18 @@ +*background: #212121 +*foreground: #A1B0B8 +*color0: #3F3F3F +*color1: #FF443E +*color2: #C3D82C +*color3: #FF9800 +*color4: #42A5F5 +*color5: #D81B60 +*color6: #00ACC1 +*color7: #F5F5F5 +*color8: #3F3F3F +*color9: #FF443E +*color10: #C3D82C +*color11: #FF9800 +*color12: #42A5F5 +*color13: #D81B60 +*color14: #00ACC1 +*color15: #F5F5F5 diff --git a/.aliases b/.aliases new file mode 100644 index 0000000..4f014d2 --- /dev/null +++ b/.aliases @@ -0,0 +1,2 @@ +alias vim="nvim" +alias vimdiff="nvim -d" diff --git a/.themes/oomox-darker/COPYING b/.themes/oomox-darker/COPYING new file mode 100644 index 0000000..d159169 --- /dev/null +++ b/.themes/oomox-darker/COPYING @@ -0,0 +1,339 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Lesser General Public License instead.) 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 +this service 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 make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. 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. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute 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 and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +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 +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the 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 a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, 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. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE 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. + + 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 +convey 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 2 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, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision 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, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This 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. diff --git a/.themes/oomox-darker/chrome/chrome-scrollbar.crx b/.themes/oomox-darker/chrome/chrome-scrollbar.crx new file mode 100644 index 0000000..e9be4cb Binary files /dev/null and b/.themes/oomox-darker/chrome/chrome-scrollbar.crx differ diff --git a/.themes/oomox-darker/chrome/chrome-theme.crx b/.themes/oomox-darker/chrome/chrome-theme.crx new file mode 100644 index 0000000..e417ef4 Binary files /dev/null and b/.themes/oomox-darker/chrome/chrome-theme.crx differ diff --git a/.themes/oomox-darker/cinnamon/assets/add-workspace-active.svg b/.themes/oomox-darker/cinnamon/assets/add-workspace-active.svg new file mode 100644 index 0000000..1d27665 --- /dev/null +++ b/.themes/oomox-darker/cinnamon/assets/add-workspace-active.svg @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/.themes/oomox-darker/cinnamon/assets/add-workspace-hover.svg b/.themes/oomox-darker/cinnamon/assets/add-workspace-hover.svg new file mode 100644 index 0000000..03d20ba --- /dev/null +++ b/.themes/oomox-darker/cinnamon/assets/add-workspace-hover.svg @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/.themes/oomox-darker/cinnamon/assets/add-workspace.svg b/.themes/oomox-darker/cinnamon/assets/add-workspace.svg new file mode 100644 index 0000000..2039811 --- /dev/null +++ b/.themes/oomox-darker/cinnamon/assets/add-workspace.svg @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/.themes/oomox-darker/cinnamon/assets/calendar-arrow-left.svg b/.themes/oomox-darker/cinnamon/assets/calendar-arrow-left.svg new file mode 100644 index 0000000..74886ce --- /dev/null +++ b/.themes/oomox-darker/cinnamon/assets/calendar-arrow-left.svg @@ -0,0 +1,3 @@ + + + diff --git a/.themes/oomox-darker/cinnamon/assets/calendar-arrow-right.svg b/.themes/oomox-darker/cinnamon/assets/calendar-arrow-right.svg new file mode 100644 index 0000000..7fcff13 --- /dev/null +++ b/.themes/oomox-darker/cinnamon/assets/calendar-arrow-right.svg @@ -0,0 +1,3 @@ + + + diff --git a/.themes/oomox-darker/cinnamon/assets/checkbox-off.svg b/.themes/oomox-darker/cinnamon/assets/checkbox-off.svg new file mode 100644 index 0000000..e020c04 --- /dev/null +++ b/.themes/oomox-darker/cinnamon/assets/checkbox-off.svg @@ -0,0 +1,3 @@ + + + diff --git a/.themes/oomox-darker/cinnamon/assets/checkbox.svg b/.themes/oomox-darker/cinnamon/assets/checkbox.svg new file mode 100644 index 0000000..be89a2f --- /dev/null +++ b/.themes/oomox-darker/cinnamon/assets/checkbox.svg @@ -0,0 +1,3 @@ + + + diff --git a/.themes/oomox-darker/cinnamon/assets/close-window.svg b/.themes/oomox-darker/cinnamon/assets/close-window.svg new file mode 100644 index 0000000..ceff2df --- /dev/null +++ b/.themes/oomox-darker/cinnamon/assets/close-window.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/.themes/oomox-darker/cinnamon/assets/corner-ripple.png b/.themes/oomox-darker/cinnamon/assets/corner-ripple.png new file mode 100644 index 0000000..35d95ff Binary files /dev/null and b/.themes/oomox-darker/cinnamon/assets/corner-ripple.png differ diff --git a/.themes/oomox-darker/cinnamon/assets/radiobutton-off.svg b/.themes/oomox-darker/cinnamon/assets/radiobutton-off.svg new file mode 100644 index 0000000..73c0256 --- /dev/null +++ b/.themes/oomox-darker/cinnamon/assets/radiobutton-off.svg @@ -0,0 +1,3 @@ + + + diff --git a/.themes/oomox-darker/cinnamon/assets/radiobutton.svg b/.themes/oomox-darker/cinnamon/assets/radiobutton.svg new file mode 100644 index 0000000..1403961 --- /dev/null +++ b/.themes/oomox-darker/cinnamon/assets/radiobutton.svg @@ -0,0 +1,3 @@ + + + diff --git a/.themes/oomox-darker/cinnamon/assets/toggle-off.svg b/.themes/oomox-darker/cinnamon/assets/toggle-off.svg new file mode 100644 index 0000000..9d880c8 --- /dev/null +++ b/.themes/oomox-darker/cinnamon/assets/toggle-off.svg @@ -0,0 +1,4 @@ + + + + diff --git a/.themes/oomox-darker/cinnamon/assets/toggle-on.svg b/.themes/oomox-darker/cinnamon/assets/toggle-on.svg new file mode 100644 index 0000000..c7a766d --- /dev/null +++ b/.themes/oomox-darker/cinnamon/assets/toggle-on.svg @@ -0,0 +1,4 @@ + + + + diff --git a/.themes/oomox-darker/cinnamon/assets/trash-icon.png b/.themes/oomox-darker/cinnamon/assets/trash-icon.png new file mode 100644 index 0000000..270fe2e Binary files /dev/null and b/.themes/oomox-darker/cinnamon/assets/trash-icon.png differ diff --git a/.themes/oomox-darker/cinnamon/cinnamon.css b/.themes/oomox-darker/cinnamon/cinnamon.css new file mode 100644 index 0000000..2f8d323 --- /dev/null +++ b/.themes/oomox-darker/cinnamon/cinnamon.css @@ -0,0 +1,1894 @@ +.notification-button, .modal-dialog-button { + color: #d3d3d3; + background-color: #2A2A2A; + border-color: transparent; + box-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24); + text-shadow: none; + icon-shadow: none; + transition-duration: 100ms; + font-size: 10.5pt; + font-weight: 500; + min-height: 36px; + padding: 0 16px; + border-radius: 4px; +} + +.notification-button:focus, .modal-dialog-button:focus { + color: #d3d3d3; + text-shadow: none; + icon-shadow: none; + box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345); +} + +.notification-button:hover, .modal-dialog-button:hover, .notification-button:checked, .modal-dialog-button:checked { + color: #d3d3d3; + background-color: #2A2A2A; + border-color: transparent; + box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345); + text-shadow: none; + icon-shadow: none; +} + +.notification-button:active, .modal-dialog-button:active { + color: #d3d3d3; + background-color: #535353; + border-color: transparent; + box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345); + text-shadow: none; + icon-shadow: none; + transition-duration: 200ms; +} + +.notification-button:insensitive, .modal-dialog-button:insensitive { + color: rgba(211, 211, 211, 0.5); + background-color: rgba(211, 211, 211, 0.04); + border-color: transparent; + box-shadow: 0 0 transparent; + text-shadow: none; + icon-shadow: none; +} + +.notification-icon-button, .keyboard-key, .sound-player StButton { + color: #d3d3d3; + background-color: #2A2A2A; + border-color: transparent; + box-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24); + text-shadow: none; + icon-shadow: none; + transition-duration: 100ms; + min-height: 36px; + min-width: 36px; + padding: 6px; + border-radius: 4px; +} + +.notification-icon-button:focus, .keyboard-key:focus, .sound-player StButton:focus { + color: #d3d3d3; + text-shadow: none; + icon-shadow: none; + box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345); +} + +.notification-icon-button:hover, .keyboard-key:hover, .sound-player StButton:hover, .notification-icon-button:checked, .keyboard-key:checked, .sound-player StButton:checked { + color: #d3d3d3; + background-color: #2A2A2A; + border-color: transparent; + box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345); + text-shadow: none; + icon-shadow: none; +} + +.notification-icon-button:active, .keyboard-key:active, .sound-player StButton:active { + color: #d3d3d3; + background-color: #535353; + border-color: transparent; + box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345); + text-shadow: none; + icon-shadow: none; + transition-duration: 200ms; +} + +.notification-icon-button:insensitive, .keyboard-key:insensitive, .sound-player StButton:insensitive { + color: rgba(211, 211, 211, 0.5); + background-color: rgba(211, 211, 211, 0.04); + border-color: transparent; + box-shadow: 0 0 transparent; + text-shadow: none; + icon-shadow: none; +} + +.slider, .popup-slider-menu-item, .sound-player .slider { + height: 20px; + color: #FF9800; + -slider-height: 2px; + -slider-background-color: rgba(211, 211, 211, 0.3); + -slider-border-color: transparent; + -slider-active-background-color: #FF9800; + -slider-active-border-color: transparent; + -slider-border-width: 0; + -slider-handle-radius: 6px; +} + +.separator, .popup-separator-menu-item { + -gradient-height: 1px; + -gradient-start: rgba(0, 0, 0, 0.26); + -gradient-end: rgba(0, 0, 0, 0.26); + -margin-horizontal: 4px; + height: 1.5em; +} + +#notification StEntry, .run-dialog-entry, #menu-search-entry { + transition-duration: 100ms; + background-color: rgba(211, 211, 211, 0.04); + border-color: transparent; + box-shadow: inset 0 -1px rgba(211, 211, 211, 0.3); + width: 250px; + min-height: 36px; + padding: 0 8px; + border-radius: 4px 4px 0 0; + color: #d3d3d3; + caret-color: #d3d3d3; + selection-background-color: rgba(255, 152, 0, 0.6); + selected-color: #d3d3d3; +} + +#notification StEntry:focus, .run-dialog-entry:focus, #menu-search-entry:focus { + border-color: transparent; + box-shadow: inset 0 -2px #FF9800; + padding: 0 8px; + border-width: 0; + color: #d3d3d3; +} + +.desklet-with-borders, .desklet-with-borders-and-header, .desklet-header, .photoframe-box { + color: #d3d3d3; + border: none; + padding: 12px; + box-shadow: 0 14px 14px rgba(0, 0, 0, 0.5), 0 10px 5px rgba(0, 0, 0, 0.44); +} + +.calendar-change-month-back, .calendar-change-month-forward { + width: 16px; + height: 16px; + border-radius: 999px; + transition-duration: 100ms; +} + +.calendar-change-month-back:active, .calendar-change-month-forward:active { + background-color: rgba(211, 211, 211, 0.3); +} + +.menu, .popup-combo-menu { + background-color: #2A2A2A; + border-radius: 4px; + color: #d3d3d3; + box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345); +} + +.menu-application-button-label:ltr, .menu-category-button-label:ltr { + padding-left: 4px; +} + +.menu-application-button-label:rtl, .menu-category-button-label:rtl { + padding-right: 4px; +} + +.show-processes-dialog-subject, .mount-question-dialog-subject { + font-weight: bold; + color: #d3d3d3; + padding-top: 10px; + padding-left: 17px; + padding-bottom: 6px; +} + +.show-processes-dialog-subject:rtl, .mount-question-dialog-subject:rtl { + padding-left: 0; + padding-right: 17px; +} + +.show-processes-dialog-description, .mount-question-dialog-description { + color: #d3d3d3; + padding-left: 17px; + width: 28em; +} + +.check-box StBin, .check-box:focus StBin { + width: 24px; + height: 24px; + padding: 6px; + border-radius: 100px; + background-image: url(assets/checkbox-off.svg); +} + +.radiobutton StBin, .radiobutton:focus StBin { + width: 20px; + height: 20px; + padding: 8px; + border-radius: 100px; + background-image: url(assets/radiobutton-off.svg); +} + +.tile-preview, .tile-hud { + background-color: rgba(0, 0, 0, 0.3); + border: 2px solid rgba(0, 0, 0, 0.26); +} + +.tile-preview.snap, .tile-hud.snap { + background-color: rgba(0, 0, 0, 0.3); + border: 2px solid #FF9800; +} + +.overview-empty-placeholder, .info-osd, .workspace-osd, #LookingGlassDialog, .switcher-list, .modal-dialog, .osd-window { + color: #d3d3d3; + background-color: #2A2A2A; + border: none; + border-radius: 4px; + padding: 12px; + box-shadow: 0 14px 14px rgba(0, 0, 0, 0.5), 0 10px 5px rgba(0, 0, 0, 0.44); +} + +.overview-empty-placeholder, .info-osd, .workspace-osd { + font-size: 15pt; + font-weight: 500; + text-align: center; + padding: 8px 10px; +} + +stage { + font-size: 10.5pt; + font-weight: 400; + font-family: "M+ 1c", Roboto, Cantarell, Sans-Serif; + color: #d3d3d3; +} + +.cinnamon-link { + color: #FF9800; + font-style: italic; +} + +.cinnamon-link:hover { + color: #d3d3d3; +} + +.label-shadow { + color: transparent; +} + +StScrollBar { + padding: 0px; +} + +StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { + background-color: rgba(211, 211, 211, 0.5); + border-radius: 100px; + margin: 4px; +} + +StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { + background-color: rgba(211, 211, 211, 0.7); +} + +StScrollBar StBin#trough { + margin: 4px; + border-radius: 100px; + background-color: rgba(211, 211, 211, 0.12); +} + +StScrollView.vfade { + -st-vfade-offset: 32px; +} + +StScrollView.hfade { + -st-hfade-offset: 32px; +} + +StScrollView StScrollBar { + min-width: 16px; + min-height: 16px; +} + +#Tooltip { + font-size: 9pt; + font-weight: 400; + padding: 6px 8px; + color: white; + text-align: center; + border-radius: 4px; + background-color: rgba(33, 33, 33, 0.9); +} + +.menu { + min-width: 100px; + margin: 4px; +} + +.menu-top-box { + spacing: 5px; +} + +.menu-systembuttons-box { + padding: 10px; +} + +.popup-sub-menu { + background-color: rgba(211, 211, 211, 0.04); +} + +.popup-menu-arrow { + icon-size: 1.14em; +} + +.popup-combo-menu { + padding: 8px 0; +} + +.popup-menu-content { + padding: 8px 0; +} + +.popup-menu-item { + padding: 0.4em 16px; + spacing: 8px; + transition-duration: 100ms; +} + +.popup-menu-item:active { + background-color: rgba(211, 211, 211, 0.08); + color: #d3d3d3; + transition-duration: 0ms; +} + +.popup-menu-item:insensitive { + color: rgba(211, 211, 211, 0.5); +} + +.popup-image-menu-item { + color: rgba(211, 211, 211, 0.7); +} + +.popup-combobox-item { + padding: 0.4em 16px; +} + +.popup-device-menu-item { + spacing: .5em; +} + +.popup-inactive-menu-item { + color: #d3d3d3; +} + +.popup-inactive-menu-item:insensitive { + color: rgba(211, 211, 211, 0.5); +} + +.popup-subtitle-menu-item { + font-size: 10.5pt; + font-weight: 500; +} + +.popup-menu-icon { + icon-size: 1.14em; +} + +.popup-alternating-menu-item:alternate { + font-size: 10.5pt; + font-weight: 500; +} + +.toggle-switch { + width: 40px; + height: 20px; +} + +.toggle-switch-us, .toggle-switch-intl { + background-image: url(assets/toggle-off.svg); +} + +.toggle-switch-us:checked, .toggle-switch-intl:checked { + background-image: url(assets/toggle-on.svg); +} + +.nm-menu-item-icons { + spacing: .5em; + icon-size: 1.14em; +} + +#panel { + color: rgba(176, 190, 197, 0.7); + background-color: rgba(0, 0, 0, 0.6); + height: 2.5em; + width: 3.2em; +} + +#panel:highlight { + background-color: rgba(176, 190, 197, 0.3); +} + +.panel-dummy { + background-color: rgba(255, 0, 0, 0.6); +} + +.panel-dummy:entered { + background-color: rgba(0, 255, 0, 0.6); +} + +.panelLeft { + spacing: 4px; +} + +.panelLeft:dnd { + background-color: rgba(255, 0, 0, 0.6); +} + +.panelLeft:ltr { + padding-right: 4px; +} + +.panelLeft:rtl { + padding-left: 4px; +} + +.panelLeft.vertical { + padding: 0; +} + +.panelCenter { + spacing: 4px; +} + +.panelCenter:dnd { + background-color: rgba(0, 255, 0, 0.6); +} + +.panelCenter.vertical { + padding-left: 0; + padding-right: 0; +} + +.panelRight { + spacing: 4px; +} + +.panelRight:dnd { + background-color: rgba(0, 0, 255, 0.6); +} + +.panelRight:ltr { + padding-left: 0; + spacing: 0; +} + +.panelRight:rtl { + padding-right: 0; + spacing: 0; +} + +.panelRight.vertical { + padding: 0; +} + +.panel-top .window-list-item-box:hover { + box-shadow: 0 3px 0 0 #FF9800 inset; +} + +.panel-top .window-list-item-box:active:hover, .panel-top .window-list-item-box:checked:hover, .panel-top .window-list-item-box:focus:hover { + box-shadow: 0 3px 0 0 #FF9800 inset; +} + +.panel-top .grouped-window-list-item-box:hover { + box-shadow: 0 3px 0 0 #FF9800 inset; +} + +.panel-top .grouped-window-list-item-box:active:hover, .panel-top .grouped-window-list-item-box:checked:hover { + box-shadow: 0 3px 0 0 #FF9800 inset; +} + +.panel-top .grouped-window-list-item-box:focus:hover { + box-shadow: 0 3px 0 0 #FF9800 inset; +} + +.panel-top .grouped-window-list-badge { + margin-top: 2px; +} + +.panel-top .workspace-switcher, .panel-top .workspace-graph, .panel-top .workspace-button { + padding: 1px 4px; +} + +.panel-top .workspace-graph:hover, .panel-top .workspace-button:hover { + box-shadow: 0 3px 0 0 #FF9800 inset; +} + +.panel-top .applet-box { + padding: 0 4px; +} + +.panel-top .applet-box:hover { + box-shadow: 0 3px 0 0 #FF9800 inset; +} + +.panel-top .panel-launchers .launcher:hover { + box-shadow: 0 3px 0 0 #FF9800 inset; +} + +.panel-top .applet-separator { + padding: 3px 4px; +} + +.panel-top .systray:hover { + box-shadow: 0 4px 0 0 #FF9800 inset; +} + +.panel-bottom .window-list-item-box:hover { + box-shadow: 0 -3px 0 0 #FF9800 inset; +} + +.panel-bottom .window-list-item-box:active:hover, .panel-bottom .window-list-item-box:checked:hover, .panel-bottom .window-list-item-box:focus:hover { + box-shadow: 0 -3px 0 0 #FF9800 inset; +} + +.panel-bottom .grouped-window-list-item-box:hover { + box-shadow: 0 -3px 0 0 #FF9800 inset; +} + +.panel-bottom .grouped-window-list-item-box:active:hover, .panel-bottom .grouped-window-list-item-box:checked:hover { + box-shadow: 0 -3px 0 0 #FF9800 inset; +} + +.panel-bottom .grouped-window-list-item-box:focus:hover { + box-shadow: 0 -3px 0 0 #FF9800 inset; +} + +.panel-bottom .workspace-switcher, .panel-bottom .workspace-graph, .panel-bottom .workspace-button { + padding: 1px 4px; +} + +.panel-bottom .workspace-graph:hover, .panel-bottom .workspace-button:hover { + box-shadow: 0 -3px 0 0 #FF9800 inset; +} + +.panel-bottom .applet-box { + padding: 0 4px; +} + +.panel-bottom .applet-box:hover { + box-shadow: 0 -3px 0 0 #FF9800 inset; +} + +.panel-bottom .panel-launchers .launcher:hover { + box-shadow: 0 -3px 0 0 #FF9800 inset; +} + +.panel-bottom .applet-separator { + padding: 3px 4px; +} + +.panel-bottom .systray:hover { + box-shadow: 0 4px 0 0 #FF9800 inset; +} + +.panel-left .window-list-item-box:hover { + box-shadow: 3px 0 0 0 #FF9800 inset; +} + +.panel-left .window-list-item-box:active:hover, .panel-left .window-list-item-box:checked:hover, .panel-left .window-list-item-box:focus:hover { + box-shadow: 3px 0 0 0 #FF9800 inset; +} + +.panel-left .grouped-window-list-item-box:hover { + box-shadow: 3px 0 0 0 #FF9800 inset; +} + +.panel-left .grouped-window-list-item-box:active:hover, .panel-left .grouped-window-list-item-box:checked:hover { + box-shadow: 3px 0 0 0 #FF9800 inset; +} + +.panel-left .grouped-window-list-item-box:focus:hover { + box-shadow: 3px 0 0 0 #FF9800 inset; +} + +.panel-left .grouped-window-list-badge { + margin-left: 2px; +} + +.panel-left .workspace-switcher, .panel-left .workspace-graph, .panel-left .workspace-button { + padding: 4px 1px; + min-height: 1.2em; +} + +.panel-left .workspace-graph:hover, .panel-left .workspace-button:hover { + box-shadow: 3px 0 0 0 #FF9800 inset; +} + +.panel-left .applet-box { + padding: 4px 0; +} + +.panel-left .applet-box:hover { + box-shadow: 3px 0 0 0 #FF9800 inset; +} + +.panel-left .panel-launchers .launcher:hover { + box-shadow: 3px 0 0 0 #FF9800 inset; +} + +.panel-left .applet-separator { + padding: 4px 3px; +} + +.panel-left .systray:hover { + box-shadow: 4px 0 0 0 #FF9800 inset; +} + +.panel-right .window-list-item-box:hover { + box-shadow: -3px 0 0 0 #FF9800 inset; +} + +.panel-right .window-list-item-box:active:hover, .panel-right .window-list-item-box:checked:hover, .panel-right .window-list-item-box:focus:hover { + box-shadow: -3px 0 0 0 #FF9800 inset; +} + +.panel-right .grouped-window-list-item-box:hover { + box-shadow: -3px 0 0 0 #FF9800 inset; +} + +.panel-right .grouped-window-list-item-box:active:hover, .panel-right .grouped-window-list-item-box:checked:hover { + box-shadow: -3px 0 0 0 #FF9800 inset; +} + +.panel-right .grouped-window-list-item-box:focus:hover { + box-shadow: -3px 0 0 0 #FF9800 inset; +} + +.panel-right .workspace-switcher, .panel-right .workspace-graph, .panel-right .workspace-button { + padding: 4px 1px; + min-height: 1.2em; +} + +.panel-right .workspace-graph:hover, .panel-right .workspace-button:hover { + box-shadow: -3px 0 0 0 #FF9800 inset; +} + +.panel-right .applet-box { + padding: 4px 0; +} + +.panel-right .applet-box:hover { + box-shadow: -3px 0 0 0 #FF9800 inset; +} + +.panel-right .panel-launchers .launcher:hover { + box-shadow: -3px 0 0 0 #FF9800 inset; +} + +.panel-right .applet-separator { + padding: 4px 3px; +} + +.panel-right .systray:hover { + box-shadow: -4px 0 0 0 #FF9800 inset; +} + +.panel-status-button { + font-size: 10.5pt; + font-weight: 500; + -natural-hpadding: 4px; + -minimum-hpadding: 4px; + color: rgba(176, 190, 197, 0.7); +} + +.panel-status-button:hover { + color: #B0BEC5; +} + +.system-status-icon { + icon-size: 1.14em; + padding: 0; + spacing: 0; +} + +.system-status-icon.warning { + color: #FF9800; +} + +.system-status-icon.error { + color: #FF443E; +} + +#overview { + spacing: 12px; +} + +.window-caption { + font-size: 9pt; + font-weight: 400; + background-color: rgba(0, 0, 0, 0.01); + color: rgba(176, 190, 197, 0.7); + padding: 4px 6px; + text-align: center; + height: 1.5em; + -cinnamon-caption-spacing: 12px; +} + +.window-caption#selected, .window-caption:focus { + color: #B0BEC5; + box-shadow: 0 -3px 0 0 #FF9800 inset; +} + +.workspace-controls { + visible-height: 32px; +} + +.workspace-thumbnails-background { + color: rgba(176, 190, 197, 0.7); + background-color: rgba(255, 255, 255, 0.1); + border: none; + padding: 8px; + border-radius: 4px 0 0 4px; +} + +.workspace-thumbnails-background:rtl { + border-radius: 0 4px 4px 0; +} + +.workspace-thumbnails { + spacing: 32px; +} + +.workspace-add-button { + background-image: url(assets/add-workspace.svg); + height: 200px; + width: 35px; + transition-duration: shorter_duration; +} + +.workspace-add-button:hover { + background-image: url(assets/add-workspace-hover.svg); +} + +.workspace-add-button:active { + background-image: url(assets/add-workspace-active.svg); +} + +.workspace-close-button, .window-close { + background-image: url(assets/close-window.svg); + height: 32px; + width: 32px; + -cinnamon-close-overlap: 20px; +} + +.workspace-close-button:rtl, .window-close:rtl { + -st-background-image-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5); +} + +.window-border { + border: 1px solid rgba(0, 0, 0, 0.26); +} + +.window-close-area { + background-image: url(assets/trash-icon.png); + background-size: 100px; + background-color: rgba(0, 0, 0, 0.3); + border: 1px solid rgba(0, 0, 0, 0.26); + border-bottom-width: 0; + border-radius: 20px 20px 0 0; + height: 120px; + width: 400px; +} + +.expo-background { + background-color: rgba(0, 0, 0, 0.6); +} + +.workspace-overview-background-shade { + background-color: rgba(0, 0, 0, 0.6); +} + +.expo-workspace-thumbnail-frame { + border: 1px solid rgba(0, 0, 0, 0.26); +} + +.expo-workspace-thumbnail-frame#active { + border: 1px solid #FF9800; +} + +#LookingGlassDialog { + spacing: 4px; + padding: 8px; +} + +.calendar { + padding: 4px 8px; + spacing-rows: 2px; + spacing-columns: 4px; +} + +.datemenu-date-label { + font-size: 15pt; + font-weight: 500; + height: 28px; + margin: 2px; + padding: 6px 16px; + border-radius: 4px; + color: #d3d3d3; + text-align: center; +} + +.datemenu-date-label:focus { + background-color: rgba(211, 211, 211, 0.12); +} + +.calendar-month-label { + font-size: 10.5pt; + font-weight: 500; + height: 20px; + margin: 2px; + padding: 6px 16px; + border-radius: 4px; + color: #d3d3d3; + text-align: center; +} + +.calendar-month-label:focus { + background-color: rgba(211, 211, 211, 0.12); +} + +.calendar-change-month-back { + background-image: url(assets/calendar-arrow-left.svg); +} + +.calendar-change-month-back:rtl { + background-image: url(assets/calendar-arrow-right.svg); +} + +.calendar-change-month-forward { + background-image: url(assets/calendar-arrow-right.svg); +} + +.calendar-change-month-forward:rtl { + background-image: url(assets/calendar-arrow-left.svg); +} + +.calendar-day-base { + font-size: 9pt; + font-weight: 400; + text-align: center; + width: 32px; + height: 32px; + padding: 0; + margin: 2px; + border-radius: 100px; +} + +.calendar-day-base:hover, .calendar-day-base:focus { + background-color: rgba(176, 190, 197, 0.3); +} + +.calendar-day-base:active { + color: rgba(0, 0, 0, 0.87); + background-color: #FF9800; + border-color: transparent; +} + +.calendar-week-number { + font-size: 9pt; + font-weight: 400; + width: 25px; + height: 32px; + margin: 2px; + padding: 0; + border-radius: 100px; + background-color: transparent; + color: rgba(211, 211, 211, 0.5); + text-align: center; +} + +.calendar-day-heading { + font-size: 9pt; + font-weight: 400; + width: 32px; + height: 25px; + margin: 2px; + padding: 0; + border-radius: 100px; + background-color: transparent; + color: rgba(211, 211, 211, 0.5); + text-align: center; +} + +.calendar-day { + border-width: 0; +} + +.calendar-day-top { + border-top-width: 0; +} + +.calendar-day-left { + border-left-width: 0; +} + +.calendar-nonwork-day { + color: #d3d3d3; +} + +.calendar-today { + font-weight: bold; + border: none; +} + +.calendar-day-with-events { + color: #FF9800; + font-weight: normal; + text-decoration: underline; + background-image: none; +} + +.calendar-other-month-day { + color: rgba(211, 211, 211, 0.3); + opacity: 0.5; +} + +.calendar-week-number { + width: 32px; + height: 25px; + margin: 2px; + padding: 7px 0 0; + border-radius: 100px; + background-color: transparent; + color: rgba(211, 211, 211, 0.5); + font-size: inherit; + font-weight: bold; + text-align: center; +} + +#notification { + background-color: #2A2A2A; + border-radius: 4px; + border: 1px solid rgba(0, 0, 0, 0.26); + padding: 8px; + spacing-rows: 4px; + spacing-columns: 8px; + margin-from-right-edge-of-screen: 20px; + width: 34em; + color: #d3d3d3; + box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345); +} + +#notification.multi-line-notification { + padding-bottom: 8px; +} + +#notification .url-highlighter { + link-color: #FF9800; +} + +.notification-with-image { + min-height: 159px; + color: #d3d3d3; +} + +#notification-scrollview { + max-height: 10em; +} + +#notification-scrollview > .top-shadow { + height: 1em; +} + +#notification-scrollview > .bottom-shadow { + height: 1em; +} + +#notification-scrollview:ltr > StScrollBar { + padding-left: 6px; +} + +#notification-scrollview:rtl > StScrollBar { + padding-right: 6px; +} + +#notification-body { + spacing: 4px; +} + +#notification-actions { + spacing: 8px; +} + +.notification-icon-button > StIcon { + icon-size: 1.5em; +} + +#altTabPopup { + padding: 8px; + spacing: 16px; +} + +.switcher-list { + transition-duration: 100ms; +} + +.switcher-list .item-box { + padding: 8px; + border-radius: 4px; +} + +.switcher-list .item-box:selected { + background-color: rgba(211, 211, 211, 0.12); +} + +.switcher-list .thumbnail-box { + padding: 2px; + spacing: 4px; +} + +.switcher-list .thumbnail { + width: 256px; +} + +.switcher-list .separator { + width: 1px; + background: rgba(0, 0, 0, 0.26); +} + +.switcher-list-item-container { + spacing: 8px; +} + +.thumbnail-scroll-gradient-left { + background-gradient-direction: horizontal; + background-gradient-start: #333333; + background-gradient-end: rgba(51, 51, 51, 0); + border-radius: 4px; + border-radius-topright: 0; + border-radius-bottomright: 0; + width: 60px; +} + +.thumbnail-scroll-gradient-right { + background-gradient-direction: horizontal; + background-gradient-start: rgba(51, 51, 51, 0); + background-gradient-end: #333333; + border-radius: 4px; + border-radius-topleft: 0; + border-radius-bottomleft: 0; + width: 60px; +} + +.switcher-arrow { + border-color: transparent; + color: rgba(211, 211, 211, 0.7); +} + +.switcher-arrow:highlighted { + color: #d3d3d3; +} + +.switcher-preview-backdrop { + background-color: rgba(0, 0, 0, 0.6); +} + +.ripple-box { + width: 104px; + height: 104px; + background-image: url(assets/corner-ripple.png); + background-color: #FF9800; + border-radius: 52px; +} + +.modal-dialog { + padding: 16px 20px; +} + +.modal-dialog-button-box { + spacing: 16px; +} + +.run-dialog-label { + color: rgba(211, 211, 211, 0.7); + padding-bottom: .4em; +} + +.run-dialog-error-label { + color: #FF443E; +} + +.run-dialog-error-box { + padding-top: 16px; + spacing: 6px; +} + +.run-dialog-completion-box { + padding-left: 15px; +} + +.run-dialog { + border-radius: 4px; + padding: 16px 20px; +} + +.lightbox { + background-color: rgba(0, 0, 0, 0.3); +} + +.cinnamon-mount-operation-icon { + icon-size: 4.8em; +} + +.mount-password-reask { + color: #FF9800; +} + +.show-processes-dialog { + spacing: 24px; +} + +.mount-question-dialog { + spacing: 24px; +} + +.show-processes-dialog-description:rtl { + padding-right: 17px; +} + +.mount-question-dialog-description:rtl { + padding-right: 17px; +} + +.show-processes-dialog-app-list { + max-height: 200px; + padding-top: 24px; + padding-left: 49px; + padding-right: 32px; +} + +.show-processes-dialog-app-list:rtl { + padding-right: 49px; + padding-left: 32px; +} + +.show-processes-dialog-app-list-item { + color: #d3d3d3; +} + +.show-processes-dialog-app-list-item:hover { + color: #d3d3d3; +} + +.show-processes-dialog-app-list-item:ltr { + padding-right: 1em; +} + +.show-processes-dialog-app-list-item:rtl { + padding-left: 1em; +} + +.show-processes-dialog-app-list-item-icon:ltr { + padding-right: 17px; +} + +.show-processes-dialog-app-list-item-icon:rtl { + padding-left: 17px; +} + +.magnifier-zoom-region { + border: 3px solid rgba(0, 0, 0, 0.26); +} + +.magnifier-zoom-region.full-screen { + border-width: 0; +} + +#keyboard { + background-color: rgba(0, 0, 0, 0.6); +} + +.keyboard-key { + font-size: 10.5pt; + font-weight: 500; +} + +.keyboard-layout { + spacing: 8px; + padding: 8px; +} + +.keyboard-row { + spacing: 16px; +} + +.keyboard-subkeys { + color: inherit; + padding: 5px; + -arrow-border-radius: 0; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 0; + -arrow-rise: 0; + -boxpointer-gap: 5px; + background-color: #212121; + border-radius: 4px; + box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345); +} + +.menu-favorites-box { + padding: 8px; +} + +.menu-favorites-button { + padding: 0.4em 4px; +} + +.menu-favorites-button:hover { + background-color: rgba(211, 211, 211, 0.12); + border-radius: 4px; + color: #d3d3d3; +} + +.menu-categories-box { + padding: 8px; +} + +.menu-applications-inner-box { + padding: 8px; +} + +.menu-applications-outer-box { + padding: 8px; + border-radius: 4px; +} + +.menu-application-button { + padding: 0.4em 4px; +} + +.menu-application-button:highlighted { + font-weight: bold; +} + +.menu-application-button-selected { + padding: 0.4em 4px; + background-color: rgba(211, 211, 211, 0.12); + border-radius: 4px; + color: #d3d3d3; +} + +.menu-application-button-selected:highlighted { + font-weight: bold; +} + +.menu-category-button { + padding: 0.4em 4px; +} + +.menu-category-button-greyed { + padding: 0.4em 4px; + color: rgba(211, 211, 211, 0.7); + font-style: italic; +} + +.menu-category-button-selected { + padding: 0.4em 4px; + background-color: rgba(211, 211, 211, 0.12); + border-radius: 4px; + color: #d3d3d3; +} + +.menu-selected-app-box { + padding: 8px; + margin-bottom: 4px; + text-align: right; +} + +.menu-selected-app-box:rtl { + text-align: left; +} + +.menu-selected-app-title { + font-size: 9pt; + font-weight: 400; +} + +.menu-selected-app-description { + font-size: 9pt; + font-weight: 400; + max-width: 150px; +} + +.menu-search-box:ltr { + padding-left: 30px; + padding-bottom: 5px; + padding-top: 5px; +} + +.menu-search-box:rtl { + padding-right: 30px; + padding-bottom: 5px; + padding-top: 5px; +} + +.menu-search-entry-icon { + icon-size: 1em; + padding: 0 0; + color: rgba(211, 211, 211, 0.5); +} + +.window-list-box { + font-size: 9pt; + font-weight: 400; + spacing: 4px; + padding: 0 3px; +} + +.window-list-box.vertical { + spacing: 4px; + padding: 3px 0; +} + +.window-list-box:highlight { + background: rgba(176, 190, 197, 0.3); + color: #B0BEC5; +} + +.window-list-item-box { + background-color: rgba(0, 0, 0, 0.01); + transition-duration: 100ms; +} + +.window-list-item-box:hover { + color: #B0BEC5; +} + +.window-list-item-box:active, .window-list-item-box:checked, .window-list-item-box:focus { + background-color: rgba(176, 190, 197, 0.3); + color: #B0BEC5; +} + +.window-list-item-box:active:hover, .window-list-item-box:checked:hover, .window-list-item-box:focus:hover { + color: #B0BEC5; +} + +.window-list-item-box .progress { + background-color: #C3D82C; +} + +.window-list-item-box.top StLabel, .window-list-item-box.bottom StLabel { + padding-left: 3px; +} + +.window-list-item-demands-attention { + background-color: #C3D82C; + color: rgba(176, 190, 197, 0.7); +} + +.window-list-preview { + background-color: #2A2A2A; + border-radius: 4px; + padding: 10px 15px; + spacing: 1em; + color: #d3d3d3; + box-shadow: 0 14px 14px rgba(0, 0, 0, 0.5), 0 10px 5px rgba(0, 0, 0, 0.44); +} + +.grouped-window-list-thumbnail-label { + padding-left: 3px; + padding-bottom: 6px; +} + +.grouped-window-list-number-label { + font-size: 9pt; + font-weight: 400; + z-index: 99; +} + +.grouped-window-list-list-button-label { + padding-left: 3px; +} + +.grouped-window-list-badge { + border-radius: 9999px; + background-color: #010101; +} + +.grouped-window-list-thumbnail-alert { + background: #FF9800; +} + +.grouped-window-list-item-box { + background-color: rgba(0, 0, 0, 0.01); + transition-duration: 100ms; +} + +.grouped-window-list-item-box:hover { + color: #B0BEC5; +} + +.grouped-window-list-item-box:active, .grouped-window-list-item-box:checked { + background-color: rgba(176, 190, 197, 0.12); +} + +.grouped-window-list-item-box:active:hover, .grouped-window-list-item-box:checked:hover { + color: #B0BEC5; +} + +.grouped-window-list-item-box:focus { + background-color: rgba(176, 190, 197, 0.3); + color: #B0BEC5; +} + +.grouped-window-list-item-box:focus:hover { + color: #B0BEC5; +} + +.grouped-window-list-item-box .progress { + background-color: #C3D82C; +} + +.grouped-window-list-item-demands-attention { + background-color: #C3D82C; + color: rgba(176, 190, 197, 0.7); +} + +.grouped-window-list-thumbnail-menu { + padding: 20px; + border: none; + border-radius: 4px; + color: rgba(176, 190, 197, 0.7); + background: none; +} + +.grouped-window-list-thumbnail-menu .item-box { + padding: 8px; + spacing: 2px; + border-radius: 4px; +} + +.grouped-window-list-thumbnail-menu .item-box:outlined { + border: 2px solid rgba(0, 0, 0, 0.26); + color: #B0BEC5; +} + +.grouped-window-list-thumbnail-menu .item-box:selected { + background: rgba(176, 190, 197, 0.12); + color: #B0BEC5; +} + +.grouped-window-list-thumbnail-menu .item-box > StBoxLayout:ltr { + margin: 1px 0 0 6px; +} + +.grouped-window-list-thumbnail-menu .item-box > StBoxLayout:rtl { + margin: 1px 6px 0 0; +} + +.grouped-window-list-thumbnail-menu .item-box > StBoxLayout StLabel { + padding-bottom: 2px; +} + +.grouped-window-list-thumbnail-menu .item-box > StButton:ltr { + margin: 1px 6px 0 0; +} + +.grouped-window-list-thumbnail-menu .item-box > StButton:rtl { + margin: 1px 0 0 6px; +} + +.grouped-window-list-thumbnail-menu .thumbnail-box { + padding: 2px; +} + +.grouped-window-list-thumbnail-menu .thumbnail { + width: 256px; +} + +.grouped-window-list-thumbnail-menu .separator { + width: 1px; + background: rgba(0, 0, 0, 0.26); +} + +.sound-player StButton:small { + min-width: 24px; + min-height: 24px; + padding: 4px; +} + +.sound-player StButton:small StIcon { + icon-size: 1em; +} + +.sound-player StButton StIcon { + icon-size: 1.5em; +} + +.sound-player .slider { + height: 5px; +} + +.sound-player StBoxLayout { + spacing: 0.5em; +} + +.sound-player > StBoxLayout { + padding: 5px; +} + +.sound-player-generic-coverart { + background: rgba(0, 0, 0, 0.2); +} + +.sound-player-overlay { + background-color: #2A2A2A; + min-width: 300px; + padding: 12px 16px; + spacing: 0.5em; + color: rgba(211, 211, 211, 0.7); +} + +.workspace-button { + background-color: #010101; + width: 2em; + height: 1em; + color: rgba(176, 190, 197, 0.7); + margin: 2px; +} + +.workspace-button:outlined { + background-color: rgba(176, 190, 197, 0.3); + color: #B0BEC5; +} + +.workspace-graph { + background-color: rgba(0, 0, 0, 0.6); +} + +.workspace-graph .workspace { + background-color: #010101; + border: 1px solid rgba(0, 0, 0, 0.26); +} + +.workspace-graph .workspace:active { + background-color: rgba(176, 190, 197, 0.3); + border: 1px solid rgba(0, 0, 0, 0.26); +} + +.workspace-graph .workspace:active .windows { + -active-window-background: rgba(255, 255, 255, 0.8); + -active-window-border: rgba(0, 0, 0, 0.9); + -inactive-window-background: rgba(140, 140, 140, 0.8); + -inactive-window-border: rgba(0, 0, 0, 0.7); +} + +.workspace-graph .workspace .windows { + -active-window-background: rgba(140, 140, 140, 0.8); + -active-window-border: rgba(0, 0, 0, 0.7); + -inactive-window-background: rgba(140, 140, 140, 0.8); + -inactive-window-border: rgba(0, 0, 0, 0.7); +} + +.panel-launchers { + padding: 0 4px; + spacing: 4px; + transition-duration: 100ms; +} + +.panel-launchers .launcher { + background-color: rgba(0, 0, 0, 0.01); +} + +.panel-launchers.vertical { + padding: 4px 0; + spacing: 4px; +} + +.panel-launchers.vertical .launcher .icon-box { + padding-top: 0; +} + +.applet-separator-line, .applet-separator-line-vertical { + width: 2px; + background: rgba(176, 190, 197, 0.12); +} + +.applet-spacer:highlight { + background: rgba(255, 255, 255, 0.1); +} + +.applet-box { + background-color: rgba(0, 0, 0, 0.01); + color: rgba(176, 190, 197, 0.7); + transition-duration: 100ms; +} + +.applet-box:checked { + color: #B0BEC5; +} + +.applet-box:checked .applet-label { + color: #B0BEC5; +} + +.applet-box:hover { + color: #B0BEC5; +} + +.applet-box:hover .applet-label { + color: #B0BEC5; +} + +.applet-box:highlight { + background: rgba(176, 190, 197, 0.3); + color: #B0BEC5; +} + +.applet-box:highlight .applet-label { + color: #B0BEC5; +} + +.applet-label { + font-size: 10.5pt; + font-weight: 500; + color: rgba(176, 190, 197, 0.7); +} + +.applet-icon { + color: rgba(176, 190, 197, 0.7); + padding: 0; + spacing: 0; + icon-size: 22px; +} + +.desklet { + font-size: 9pt; + font-weight: 400; + color: #B0BEC5; + border: none; + box-shadow: 0 14px 14px rgba(0, 0, 0, 0.5), 0 10px 5px rgba(0, 0, 0, 0.44); + padding: 12px; + background-color: rgba(0, 0, 0, 0.3); + border-radius: 4px; +} + +.desklet-with-borders { + font-size: 9pt; + font-weight: 400; + background-color: #2A2A2A; + border-radius: 4px; +} + +.desklet-with-borders:highlight { + background-color: rgba(255, 255, 255, 0.1); +} + +.desklet-with-borders-and-header { + font-size: 9pt; + font-weight: 400; + background-color: #2A2A2A; + border-radius-bottomleft: 2px; + border-radius-bottomright: 2px; +} + +.desklet-with-borders-and-header:highlight { + background-color: rgba(255, 255, 255, 0.1); +} + +.desklet-header { + font-size: 15pt; + font-weight: 500; + background-color: #2A2A2A; + border-radius-topleft: 2px; + border-radius-topright: 2px; +} + +.desklet-header:highlight { + background-color: rgba(255, 255, 255, 0.1); +} + +.photoframe-box { + background-color: #2A2A2A; + border-radius: 4px; +} + +.photoframe-box:highlight { + background-color: rgba(255, 255, 255, 0.1); +} + +.desklet-drag-placeholder { + border: 2px solid #FF9800; + background-color: rgba(0, 0, 0, 0.3); + border-radius: 4px; +} + +.launcher { + padding: 1px; +} + +.launcher .icon-box { + padding-top: 2px; +} + +.about-content { + min-width: 250px; + min-height: 150px; + spacing: 8px; + padding-bottom: 16px; +} + +.about-title { + font-size: 15pt; + font-weight: 500; +} + +.about-uuid { + font-size: 9pt; + font-weight: 400; +} + +.about-icon { + padding-right: 20px; +} + +.about-scrollBox { + border: 1px solid rgba(0, 0, 0, 0.26); + border-radius: 4px; +} + +.about-scrollBox-innerBox { + padding: 1.2em; + spacing: 1.2em; +} + +.about-description { + padding-top: 4px; +} + +.about-version { + padding-left: 7px; +} + +.expo-workspaces-name-entry { + font-size: 10.5pt; + font-weight: 400; + background-color: rgba(255, 255, 255, 0.04); + color: white; + padding: 0 8px; + selection-background-color: rgba(255, 255, 255, 0.3); + selected-color: white; + caret-color: white; + text-align: center; + height: 36px; + border-radius: 4px 4px 0 0; + -cinnamon-caption-spacing: 12px; +} + +.expo-workspaces-name-entry#selected { + color: white; + background-color: rgba(255, 255, 255, 0.04); +} + +.expo-workspaces-name-entry:focus { + color: white; + box-shadow: inset 0 -2px white; +} + +.expo-workspaces-name-entry:hover { + background-color: rgba(255, 255, 255, 0.12); +} + +.notification-applet-padding { + padding: .5em 1em; +} + +.notification-applet-container { + max-height: 100px; +} + +.check-box CinnamonGenericContainer { + spacing: 8px; +} + +.check-box:focus:checked StBin { + background-image: url(assets/checkbox.svg); +} + +.check-box:checked StBin { + background-image: url(assets/checkbox.svg); +} + +.radiobutton CinnamonGenericContainer { + spacing: 8px; +} + +.radiobutton:focus:checked StBin { + background-image: url(assets/radiobutton.svg); +} + +.radiobutton:checked StBin { + background-image: url(assets/radiobutton.svg); +} + +.flashspot { + background-color: #FF9800; +} + +.osd-window { + spacing: 1em; + padding: 16px; +} + +.osd-window .level { + height: 0.7em; + border-radius: 0.3em; + background-color: rgba(211, 211, 211, 0.3); +} + +.osd-window .level-bar { + border-radius: 0.3em; + background-color: #FF9800; +} + +.tile-hud:top { + border-top-width: 0; + border-radius: 0 0 10px 10px; +} + +.tile-hud:bottom { + border-bottom-width: 0; + border-radius: 4px 4px 0 0; +} + +.tile-hud:left { + border-left-width: 0; + border-radius: 0 10px 10px 0; +} + +.tile-hud:right { + border-right-width: 0; + border-radius: 10px 0 0 10px; +} + +.tile-hud:top-left { + border-top-width: 0; + border-left-width: 0; + border-radius: 0 0 10px 0; +} + +.tile-hud:top-right { + border-top-width: 0; + border-right-width: 0; + border-radius: 0 0 0 10px; +} + +.tile-hud:bottom-left { + border-bottom-width: 0; + border-left-width: 0; + border-radius: 0 10px 0 0; +} + +.tile-hud:bottom-right { + border-bottom-width: 0; + border-right-width: 0; + border-radius: 10px 0 0 0; +} + +.systray { + spacing: 4px; +} + +.user-box { + padding: 0.4em 1.3em; + spacing: 10px; +} + +.user-icon { + padding: 4px; + border: none; +} + +.user-label { + font-size: 10.5pt; + font-weight: 500; + color: #d3d3d3; +} diff --git a/.themes/oomox-darker/cinnamon/thumbnail.png b/.themes/oomox-darker/cinnamon/thumbnail.png new file mode 100644 index 0000000..ac66aa1 Binary files /dev/null and b/.themes/oomox-darker/cinnamon/thumbnail.png differ diff --git a/.themes/oomox-darker/gnome-shell/README.md b/.themes/oomox-darker/gnome-shell/README.md new file mode 100644 index 0000000..565a66d --- /dev/null +++ b/.themes/oomox-darker/gnome-shell/README.md @@ -0,0 +1,65 @@ +# How to change the GDM theme + +To change the GDM (lock/login screen) theme, you need to replace the system's _default_ GNOME Shell theme. + +## :warning: Cautions :warning: + +- If the replacement fails, your desktop environment will not work properly. So please **be careful** if doing this. +- When applying this, other third-party GNOME Shell themes would look broken until you restore to the original theme. +- If GNOME Shell has been updated and restored to the original theme, you will need to install this again. + > Note: On Arch Linux, you can automatically reinstall the GDM theme by creating a [hook](https://wiki.archlinux.org/index.php/Pacman#Hooks) file. For example, if you use oomox-darker-compact as your GDM theme, put [this file](https://gist.github.com/looselyrigorous/a1aa931ce48627cc39daccc9253b30c7) in the `/usr/share/libalpm/hooks/` directory. + +## Requirements + +- `glib-compile-resources` โ€” The package name depends on the distro. + - `glib2` (Arch Linux) + - `glib2-devel` (Fedora, openSUSE, etc.) + - `libglib2.0-dev` (Debian, Ubuntu, etc.) +- `libxml2-utils` โ€” Ubuntu users only. + +## Installation + +1. **Back up** the original theme file(s) first. If you are already using a custom GDM theme, skip this: + + ```sh + sudo cp -av /usr/share/gnome-shell/gnome-shell-theme.gresource{,~} + + # For Ubuntu 17.10 or 18.04, you also need the following: + sudo cp -av /usr/share/gnome-shell/theme/ubuntu.css{,~} + + # For Ubuntu 18.10, you also need the following: + sudo cp -av /usr/share/gnome-shell/theme/Yaru/gnome-shell.css{,~} + ``` + +2. Select a **GTK** theme to decide which variant to install. +3. Replace the default theme file(s): + + ```sh + GTK_THEME=$(gsettings get org.gnome.desktop.interface gtk-theme | sed "s/'//g") + cd /usr/share/themes/${GTK_THEME}/gnome-shell + sudo glib-compile-resources --target=/usr/share/gnome-shell/gnome-shell-theme.gresource gnome-shell-theme.gresource.xml + + # For Ubuntu 17.10 or 18.04, you also need the following: + sudo cp -av gnome-shell.css /usr/share/gnome-shell/theme/ubuntu.css + + # For Ubuntu 18.10, you also need the following: + sudo cp -av gnome-shell.css /usr/share/gnome-shell/theme/Yaru/gnome-shell.css + ``` + +4. Reload the theme. If you are running GNOME Shell, press Alt + F2 then type `rt`. + +## Uninstallation + +1. Restore to the original theme file(s) from the backup: + + ```sh + sudo mv -av /usr/share/gnome-shell/gnome-shell-theme.gresource{~,} + + # For Ubuntu 17.10 or 18.04, you also need the following: + sudo mv -av /usr/share/gnome-shell/theme/ubuntu.css{~,} + + # For Ubuntu 18.10, you also need the following: + sudo mv -av /usr/share/gnome-shell/theme/Yaru/gnome-shell.css{~,} + ``` + +2. Reload the theme. If you are running GNOME Shell, press Alt + F2 then type `rt`. diff --git a/.themes/oomox-darker/gnome-shell/assets/calendar-arrow-left.svg b/.themes/oomox-darker/gnome-shell/assets/calendar-arrow-left.svg new file mode 100644 index 0000000..528bac2 --- /dev/null +++ b/.themes/oomox-darker/gnome-shell/assets/calendar-arrow-left.svg @@ -0,0 +1,3 @@ + + + diff --git a/.themes/oomox-darker/gnome-shell/assets/calendar-arrow-right.svg b/.themes/oomox-darker/gnome-shell/assets/calendar-arrow-right.svg new file mode 100644 index 0000000..5ce1795 --- /dev/null +++ b/.themes/oomox-darker/gnome-shell/assets/calendar-arrow-right.svg @@ -0,0 +1,3 @@ + + + diff --git a/.themes/oomox-darker/gnome-shell/assets/checkbox-off.svg b/.themes/oomox-darker/gnome-shell/assets/checkbox-off.svg new file mode 100644 index 0000000..e34889f --- /dev/null +++ b/.themes/oomox-darker/gnome-shell/assets/checkbox-off.svg @@ -0,0 +1,3 @@ + + + diff --git a/.themes/oomox-darker/gnome-shell/assets/checkbox.svg b/.themes/oomox-darker/gnome-shell/assets/checkbox.svg new file mode 100644 index 0000000..be89a2f --- /dev/null +++ b/.themes/oomox-darker/gnome-shell/assets/checkbox.svg @@ -0,0 +1,3 @@ + + + diff --git a/.themes/oomox-darker/gnome-shell/assets/close.svg b/.themes/oomox-darker/gnome-shell/assets/close.svg new file mode 100644 index 0000000..bc7f283 --- /dev/null +++ b/.themes/oomox-darker/gnome-shell/assets/close.svg @@ -0,0 +1,3 @@ + + + diff --git a/.themes/oomox-darker/gnome-shell/assets/dash-placeholder.svg b/.themes/oomox-darker/gnome-shell/assets/dash-placeholder.svg new file mode 100644 index 0000000..0ce6b63 --- /dev/null +++ b/.themes/oomox-darker/gnome-shell/assets/dash-placeholder.svg @@ -0,0 +1,4 @@ + + + + diff --git a/.themes/oomox-darker/gnome-shell/assets/dash/bottom-running1-focused.svg b/.themes/oomox-darker/gnome-shell/assets/dash/bottom-running1-focused.svg new file mode 100644 index 0000000..6bd6ffc --- /dev/null +++ b/.themes/oomox-darker/gnome-shell/assets/dash/bottom-running1-focused.svg @@ -0,0 +1,4 @@ + + + + diff --git a/.themes/oomox-darker/gnome-shell/assets/dash/bottom-running1.svg b/.themes/oomox-darker/gnome-shell/assets/dash/bottom-running1.svg new file mode 100644 index 0000000..bde1273 --- /dev/null +++ b/.themes/oomox-darker/gnome-shell/assets/dash/bottom-running1.svg @@ -0,0 +1,3 @@ + + + diff --git a/.themes/oomox-darker/gnome-shell/assets/dash/bottom-running2-focused.svg b/.themes/oomox-darker/gnome-shell/assets/dash/bottom-running2-focused.svg new file mode 100644 index 0000000..98ff3a0 --- /dev/null +++ b/.themes/oomox-darker/gnome-shell/assets/dash/bottom-running2-focused.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/.themes/oomox-darker/gnome-shell/assets/dash/bottom-running2.svg b/.themes/oomox-darker/gnome-shell/assets/dash/bottom-running2.svg new file mode 100644 index 0000000..8749b6f --- /dev/null +++ b/.themes/oomox-darker/gnome-shell/assets/dash/bottom-running2.svg @@ -0,0 +1,4 @@ + + + + diff --git a/.themes/oomox-darker/gnome-shell/assets/dash/bottom-running3-focused.svg b/.themes/oomox-darker/gnome-shell/assets/dash/bottom-running3-focused.svg new file mode 100644 index 0000000..2aca961 --- /dev/null +++ b/.themes/oomox-darker/gnome-shell/assets/dash/bottom-running3-focused.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/.themes/oomox-darker/gnome-shell/assets/dash/bottom-running3.svg b/.themes/oomox-darker/gnome-shell/assets/dash/bottom-running3.svg new file mode 100644 index 0000000..7a14fb0 --- /dev/null +++ b/.themes/oomox-darker/gnome-shell/assets/dash/bottom-running3.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/.themes/oomox-darker/gnome-shell/assets/dash/bottom-running4-focused.svg b/.themes/oomox-darker/gnome-shell/assets/dash/bottom-running4-focused.svg new file mode 100644 index 0000000..0d3810f --- /dev/null +++ b/.themes/oomox-darker/gnome-shell/assets/dash/bottom-running4-focused.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/.themes/oomox-darker/gnome-shell/assets/dash/bottom-running4.svg b/.themes/oomox-darker/gnome-shell/assets/dash/bottom-running4.svg new file mode 100644 index 0000000..74dc63d --- /dev/null +++ b/.themes/oomox-darker/gnome-shell/assets/dash/bottom-running4.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/.themes/oomox-darker/gnome-shell/assets/dash/left-running1-focused.svg b/.themes/oomox-darker/gnome-shell/assets/dash/left-running1-focused.svg new file mode 100644 index 0000000..e2d0a52 --- /dev/null +++ b/.themes/oomox-darker/gnome-shell/assets/dash/left-running1-focused.svg @@ -0,0 +1,4 @@ + + + + diff --git a/.themes/oomox-darker/gnome-shell/assets/dash/left-running1.svg b/.themes/oomox-darker/gnome-shell/assets/dash/left-running1.svg new file mode 100644 index 0000000..97bf823 --- /dev/null +++ b/.themes/oomox-darker/gnome-shell/assets/dash/left-running1.svg @@ -0,0 +1,3 @@ + + + diff --git a/.themes/oomox-darker/gnome-shell/assets/dash/left-running2-focused.svg b/.themes/oomox-darker/gnome-shell/assets/dash/left-running2-focused.svg new file mode 100644 index 0000000..a1c3660 --- /dev/null +++ b/.themes/oomox-darker/gnome-shell/assets/dash/left-running2-focused.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/.themes/oomox-darker/gnome-shell/assets/dash/left-running2.svg b/.themes/oomox-darker/gnome-shell/assets/dash/left-running2.svg new file mode 100644 index 0000000..9cef82e --- /dev/null +++ b/.themes/oomox-darker/gnome-shell/assets/dash/left-running2.svg @@ -0,0 +1,4 @@ + + + + diff --git a/.themes/oomox-darker/gnome-shell/assets/dash/left-running3-focused.svg b/.themes/oomox-darker/gnome-shell/assets/dash/left-running3-focused.svg new file mode 100644 index 0000000..864dc30 --- /dev/null +++ b/.themes/oomox-darker/gnome-shell/assets/dash/left-running3-focused.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/.themes/oomox-darker/gnome-shell/assets/dash/left-running3.svg b/.themes/oomox-darker/gnome-shell/assets/dash/left-running3.svg new file mode 100644 index 0000000..a796df8 --- /dev/null +++ b/.themes/oomox-darker/gnome-shell/assets/dash/left-running3.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/.themes/oomox-darker/gnome-shell/assets/dash/left-running4-focused.svg b/.themes/oomox-darker/gnome-shell/assets/dash/left-running4-focused.svg new file mode 100644 index 0000000..68a5c04 --- /dev/null +++ b/.themes/oomox-darker/gnome-shell/assets/dash/left-running4-focused.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/.themes/oomox-darker/gnome-shell/assets/dash/left-running4.svg b/.themes/oomox-darker/gnome-shell/assets/dash/left-running4.svg new file mode 100644 index 0000000..56bff8f --- /dev/null +++ b/.themes/oomox-darker/gnome-shell/assets/dash/left-running4.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/.themes/oomox-darker/gnome-shell/assets/dash/right-running1-focused.svg b/.themes/oomox-darker/gnome-shell/assets/dash/right-running1-focused.svg new file mode 100644 index 0000000..a6d3c05 --- /dev/null +++ b/.themes/oomox-darker/gnome-shell/assets/dash/right-running1-focused.svg @@ -0,0 +1,4 @@ + + + + diff --git a/.themes/oomox-darker/gnome-shell/assets/dash/right-running1.svg b/.themes/oomox-darker/gnome-shell/assets/dash/right-running1.svg new file mode 100644 index 0000000..933534a --- /dev/null +++ b/.themes/oomox-darker/gnome-shell/assets/dash/right-running1.svg @@ -0,0 +1,3 @@ + + + diff --git a/.themes/oomox-darker/gnome-shell/assets/dash/right-running2-focused.svg b/.themes/oomox-darker/gnome-shell/assets/dash/right-running2-focused.svg new file mode 100644 index 0000000..d8ca21f --- /dev/null +++ b/.themes/oomox-darker/gnome-shell/assets/dash/right-running2-focused.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/.themes/oomox-darker/gnome-shell/assets/dash/right-running2.svg b/.themes/oomox-darker/gnome-shell/assets/dash/right-running2.svg new file mode 100644 index 0000000..dded5df --- /dev/null +++ b/.themes/oomox-darker/gnome-shell/assets/dash/right-running2.svg @@ -0,0 +1,4 @@ + + + + diff --git a/.themes/oomox-darker/gnome-shell/assets/dash/right-running3-focused.svg b/.themes/oomox-darker/gnome-shell/assets/dash/right-running3-focused.svg new file mode 100644 index 0000000..e1ad51f --- /dev/null +++ b/.themes/oomox-darker/gnome-shell/assets/dash/right-running3-focused.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/.themes/oomox-darker/gnome-shell/assets/dash/right-running3.svg b/.themes/oomox-darker/gnome-shell/assets/dash/right-running3.svg new file mode 100644 index 0000000..1ddfdcc --- /dev/null +++ b/.themes/oomox-darker/gnome-shell/assets/dash/right-running3.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/.themes/oomox-darker/gnome-shell/assets/dash/right-running4-focused.svg b/.themes/oomox-darker/gnome-shell/assets/dash/right-running4-focused.svg new file mode 100644 index 0000000..8cf0f73 --- /dev/null +++ b/.themes/oomox-darker/gnome-shell/assets/dash/right-running4-focused.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/.themes/oomox-darker/gnome-shell/assets/dash/right-running4.svg b/.themes/oomox-darker/gnome-shell/assets/dash/right-running4.svg new file mode 100644 index 0000000..fae84b5 --- /dev/null +++ b/.themes/oomox-darker/gnome-shell/assets/dash/right-running4.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/.themes/oomox-darker/gnome-shell/assets/dash/top-running1-focused.svg b/.themes/oomox-darker/gnome-shell/assets/dash/top-running1-focused.svg new file mode 100644 index 0000000..3f2b3ec --- /dev/null +++ b/.themes/oomox-darker/gnome-shell/assets/dash/top-running1-focused.svg @@ -0,0 +1,4 @@ + + + + diff --git a/.themes/oomox-darker/gnome-shell/assets/dash/top-running1.svg b/.themes/oomox-darker/gnome-shell/assets/dash/top-running1.svg new file mode 100644 index 0000000..6cf2137 --- /dev/null +++ b/.themes/oomox-darker/gnome-shell/assets/dash/top-running1.svg @@ -0,0 +1,3 @@ + + + diff --git a/.themes/oomox-darker/gnome-shell/assets/dash/top-running2-focused.svg b/.themes/oomox-darker/gnome-shell/assets/dash/top-running2-focused.svg new file mode 100644 index 0000000..59586d2 --- /dev/null +++ b/.themes/oomox-darker/gnome-shell/assets/dash/top-running2-focused.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/.themes/oomox-darker/gnome-shell/assets/dash/top-running2.svg b/.themes/oomox-darker/gnome-shell/assets/dash/top-running2.svg new file mode 100644 index 0000000..34ec12e --- /dev/null +++ b/.themes/oomox-darker/gnome-shell/assets/dash/top-running2.svg @@ -0,0 +1,4 @@ + + + + diff --git a/.themes/oomox-darker/gnome-shell/assets/dash/top-running3-focused.svg b/.themes/oomox-darker/gnome-shell/assets/dash/top-running3-focused.svg new file mode 100644 index 0000000..549534f --- /dev/null +++ b/.themes/oomox-darker/gnome-shell/assets/dash/top-running3-focused.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/.themes/oomox-darker/gnome-shell/assets/dash/top-running3.svg b/.themes/oomox-darker/gnome-shell/assets/dash/top-running3.svg new file mode 100644 index 0000000..7e3e6d8 --- /dev/null +++ b/.themes/oomox-darker/gnome-shell/assets/dash/top-running3.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/.themes/oomox-darker/gnome-shell/assets/dash/top-running4-focused.svg b/.themes/oomox-darker/gnome-shell/assets/dash/top-running4-focused.svg new file mode 100644 index 0000000..2cebc22 --- /dev/null +++ b/.themes/oomox-darker/gnome-shell/assets/dash/top-running4-focused.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/.themes/oomox-darker/gnome-shell/assets/dash/top-running4.svg b/.themes/oomox-darker/gnome-shell/assets/dash/top-running4.svg new file mode 100644 index 0000000..6bd1edd --- /dev/null +++ b/.themes/oomox-darker/gnome-shell/assets/dash/top-running4.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/.themes/oomox-darker/gnome-shell/assets/key-enter.svg b/.themes/oomox-darker/gnome-shell/assets/key-enter.svg new file mode 100644 index 0000000..715447b --- /dev/null +++ b/.themes/oomox-darker/gnome-shell/assets/key-enter.svg @@ -0,0 +1,3 @@ + + + diff --git a/.themes/oomox-darker/gnome-shell/assets/key-hide.svg b/.themes/oomox-darker/gnome-shell/assets/key-hide.svg new file mode 100644 index 0000000..72173bd --- /dev/null +++ b/.themes/oomox-darker/gnome-shell/assets/key-hide.svg @@ -0,0 +1,3 @@ + + + diff --git a/.themes/oomox-darker/gnome-shell/assets/key-layout.svg b/.themes/oomox-darker/gnome-shell/assets/key-layout.svg new file mode 100644 index 0000000..6282e74 --- /dev/null +++ b/.themes/oomox-darker/gnome-shell/assets/key-layout.svg @@ -0,0 +1,3 @@ + + + diff --git a/.themes/oomox-darker/gnome-shell/assets/key-shift-latched-uppercase.svg b/.themes/oomox-darker/gnome-shell/assets/key-shift-latched-uppercase.svg new file mode 100644 index 0000000..2dfc094 --- /dev/null +++ b/.themes/oomox-darker/gnome-shell/assets/key-shift-latched-uppercase.svg @@ -0,0 +1,3 @@ + + + diff --git a/.themes/oomox-darker/gnome-shell/assets/key-shift-uppercase.svg b/.themes/oomox-darker/gnome-shell/assets/key-shift-uppercase.svg new file mode 100644 index 0000000..8ae02ac --- /dev/null +++ b/.themes/oomox-darker/gnome-shell/assets/key-shift-uppercase.svg @@ -0,0 +1,3 @@ + + + diff --git a/.themes/oomox-darker/gnome-shell/assets/key-shift.svg b/.themes/oomox-darker/gnome-shell/assets/key-shift.svg new file mode 100644 index 0000000..af1e380 --- /dev/null +++ b/.themes/oomox-darker/gnome-shell/assets/key-shift.svg @@ -0,0 +1,3 @@ + + + diff --git a/.themes/oomox-darker/gnome-shell/assets/more-results.svg b/.themes/oomox-darker/gnome-shell/assets/more-results.svg new file mode 100644 index 0000000..4c85f89 --- /dev/null +++ b/.themes/oomox-darker/gnome-shell/assets/more-results.svg @@ -0,0 +1,4 @@ + + + + diff --git a/.themes/oomox-darker/gnome-shell/assets/no-events.svg b/.themes/oomox-darker/gnome-shell/assets/no-events.svg new file mode 100644 index 0000000..dca9c3b --- /dev/null +++ b/.themes/oomox-darker/gnome-shell/assets/no-events.svg @@ -0,0 +1,3 @@ + + + diff --git a/.themes/oomox-darker/gnome-shell/assets/no-notifications.svg b/.themes/oomox-darker/gnome-shell/assets/no-notifications.svg new file mode 100644 index 0000000..47278b1 --- /dev/null +++ b/.themes/oomox-darker/gnome-shell/assets/no-notifications.svg @@ -0,0 +1,3 @@ + + + diff --git a/.themes/oomox-darker/gnome-shell/assets/process-working.svg b/.themes/oomox-darker/gnome-shell/assets/process-working.svg new file mode 100644 index 0000000..f229c21 --- /dev/null +++ b/.themes/oomox-darker/gnome-shell/assets/process-working.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.themes/oomox-darker/gnome-shell/assets/toggle-off.svg b/.themes/oomox-darker/gnome-shell/assets/toggle-off.svg new file mode 100644 index 0000000..24d61ab --- /dev/null +++ b/.themes/oomox-darker/gnome-shell/assets/toggle-off.svg @@ -0,0 +1,4 @@ + + + + diff --git a/.themes/oomox-darker/gnome-shell/assets/toggle-on.svg b/.themes/oomox-darker/gnome-shell/assets/toggle-on.svg new file mode 100644 index 0000000..c7a766d --- /dev/null +++ b/.themes/oomox-darker/gnome-shell/assets/toggle-on.svg @@ -0,0 +1,4 @@ + + + + diff --git a/.themes/oomox-darker/gnome-shell/assets/window-close-active.svg b/.themes/oomox-darker/gnome-shell/assets/window-close-active.svg new file mode 100644 index 0000000..a980d19 --- /dev/null +++ b/.themes/oomox-darker/gnome-shell/assets/window-close-active.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/.themes/oomox-darker/gnome-shell/assets/window-close.svg b/.themes/oomox-darker/gnome-shell/assets/window-close.svg new file mode 100644 index 0000000..ceff2df --- /dev/null +++ b/.themes/oomox-darker/gnome-shell/assets/window-close.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/.themes/oomox-darker/gnome-shell/extensions/workspaces-to-dock/workspaces-to-dock.css b/.themes/oomox-darker/gnome-shell/extensions/workspaces-to-dock/workspaces-to-dock.css new file mode 100644 index 0000000..3e2eeff --- /dev/null +++ b/.themes/oomox-darker/gnome-shell/extensions/workspaces-to-dock/workspaces-to-dock.css @@ -0,0 +1,519 @@ +#workspacestodockTriggerSpacer { + background-color: none; +} + +#workspacestodockContainerWrapper { + background-color: none; +} + +#workspacestodockContainer { + background-color: none; +} + +#workspacestodockDockWrapper { +} + +#workspacestodockDock { + padding: 0; +} + +#workspacestodockDock .workspace-thumbnails { + background-color: #37474F; + background-color: rgba(0, 0, 0, 0.6); +} + +#workspacestodockDock:overview .workspace-thumbnails { + background-color: rgba(255, 255, 255, 0.1); +} + +#workspacestodockDock.fullheight:overview .workspace-thumbnails { + background-color: transparent; +} + +#workspacestodockDock .workspace-thumbnail-indicator { + border-left-width: 0; +} + +#workspacestodockDock.right .workspace-thumbnail-indicator { + border-left-width: 2px; +} + +#workspacestodockDock.left .workspace-thumbnail-indicator { + border-right-width: 2px; +} + +#workspacestodockDock.top .workspace-thumbnail-indicator { + border-bottom-width: 2px; +} + +#workspacestodockDock.bottom .workspace-thumbnail-indicator { + border-top-width: 2px; +} + +#workspacestodockDock.right .workspace-thumbnails { + border-radius: 4px 0 0 4px; +} + +#workspacestodockDock.left .workspace-thumbnails { + border-radius: 0 4px 4px 0; +} + +#workspacestodockDock.top .workspace-thumbnails { + border-radius: 0 0 4px 4px; +} + +#workspacestodockDock.bottom .workspace-thumbnails { + border-radius: 4px 4px 0 0; +} + +#workspacestodockDock.right.inside .workspace-thumbnails { + border-radius: 0; +} + +#workspacestodockDock.left.inside .workspace-thumbnails { + border-radius: 0; +} + +#workspacestodockDock.top.inside .workspace-thumbnails { + border-radius: 0; +} + +#workspacestodockDock.bottom.inside .workspace-thumbnails { + border-radius: 0; +} + +#workspacestodockDock.right.fullheight .workspace-thumbnails { + border-radius: 0; +} + +#workspacestodockDock.left.fullheight .workspace-thumbnails { + border-radius: 0; +} + +#workspacestodockDock.top.fullheight .workspace-thumbnails { + border-radius: 0; +} + +#workspacestodockDock.bottom.fullheight .workspace-thumbnails { + border-radius: 0; +} + +#workspacestodockDock .workspacestodock-shortcuts-panel { + border: 0 solid rgba(255, 255, 255, 0.12); +} + +#workspacestodockDock.right .workspacestodock-shortcuts-panel { + border-radius: 0; + padding: 0; + spacing: 0; + border-left: 1px; + border-right: none; +} + +#workspacestodockDock.left .workspacestodock-shortcuts-panel { + border-radius: 0; + padding: 0; + spacing: 0; + border-left: none; + border-right: 1px; +} + +#workspacestodockDock.top .workspacestodock-shortcuts-panel { + border-radius: 0; + padding: 0; + spacing: 0; + border-top: none; + border-bottom: 1px; +} + +#workspacestodockDock.bottom .workspacestodock-shortcuts-panel { + border-radius: 0; + padding: 0; + spacing: 0; + border-top: 1px; + border-bottom: none; +} + +#workspacestodockDock.right.inside .workspacestodock-shortcuts-panel { + border-radius: 4px 0 0 4px; + padding: 0; + spacing: 0; + border-left: none; + border-right: 1px; +} + +#workspacestodockDock.left.inside .workspacestodock-shortcuts-panel { + border-radius: 0 4px 4px 0; + padding: 0; + spacing: 0; + border-left: 1px; + border-right: none; +} + +#workspacestodockDock.top.inside .workspacestodock-shortcuts-panel { + border-radius: 0 0 4px 4px; + padding: 0; + spacing: 0; + border-top: 1px; + border-bottom: none; +} + +#workspacestodockDock.bottom.inside .workspacestodock-shortcuts-panel { + border-radius: 4px 4px 0 0; + padding: 0; + spacing: 0; + border-top: none; + border-bottom: 1px; +} + +#workspacestodockDock.right.fullheight .workspacestodock-shortcuts-panel { + border-radius: 0; +} + +#workspacestodockDock.left.fullheight .workspacestodock-shortcuts-panel { + border-radius: 0; +} + +#workspacestodockDock.top.fullheight .workspacestodock-shortcuts-panel { + border-radius: 0; +} + +#workspacestodockDock.bottom.fullheight .workspacestodock-shortcuts-panel { + border-radius: 0; +} + +#workspacestodockDock .workspacestodock-shortcuts-panel > * { + border: 0 !important; +} + +.workspacestodock-shortcuts-panel-popupmenu { + padding: 2px; + spacing: 0; +} + +.workspacestodock-shortcuts-panel-favorites { +} + +.workspacestodock-shortcuts-panel-running { +} + +.workspacestodock-shortcuts-panel-places { +} + +/* shortcuts panel buttons */ +#workspacestodockDock .app-well-app { +} + +#workspacestodockDock .workspacestodock-shortcuts-panel > StButton { + background-size: cover; +} + +#workspacestodockDock.left .workspacestodock-shortcuts-panel > StButton, +#workspacestodockDock.right .workspacestodock-shortcuts-panel > StButton { + padding: 3px 6px; +} + +#workspacestodockDock.left .workspacestodock-shortcuts-panel > StButton:first-child, +#workspacestodockDock.right .workspacestodock-shortcuts-panel > StButton:first-child { + padding: 6px 6px 3px 6px; +} + +#workspacestodockDock.left .workspacestodock-shortcuts-panel > StButton:last-child, +#workspacestodockDock.right .workspacestodock-shortcuts-panel > StButton:last-child { + padding: 3px 6px 6px 6px; +} + +#workspacestodockDock.top .workspacestodock-shortcuts-panel > StButton, +#workspacestodockDock.bottom .workspacestodock-shortcuts-panel > StButton { + padding: 6px 3px; +} + +#workspacestodockDock.top .workspacestodock-shortcuts-panel > StButton:first-child, +#workspacestodockDock.bottom .workspacestodock-shortcuts-panel > StButton:first-child { + padding: 6px 3px 6px 6px; +} + +#workspacestodockDock.top .workspacestodock-shortcuts-panel > StButton:last-child, +#workspacestodockDock.bottom .workspacestodock-shortcuts-panel > StButton:last-child { + padding: 6px 6px 6px 3px; +} + +.workspacestodock-shortcut-button { +} + +.workspacestodock-shortcut-button-symbolic { +} + +/* shortcuts panel button icons */ +#workspacestodockDock .app-well-app > .overview-icon { +} + +.workspacestodock-shortcut-button-icon { + padding: 6px; +} + +.workspacestodock-shortcut-button-symbolic-icon { + padding: 8px; +} + +/* shortcuts panel items */ +#workspacestodockDock .popup-separator-menu-item { + margin: 0; +} + +.workspacestodock-shortcut-panel-separator { + -margin-horizontal: 0; +} + +.workspacestodock-shortcut-panel-filler { + -margin-horizontal: 0; + height: 0; + padding: 0; + border: none; +} + +/* shortcuts panel button window count indicators */ +#workspacestodockDock.right .workspacestodock-shortcut-button-windowcount-image-1 { + background-image: url("../../assets/dash/right-running1.svg"); +} + +#workspacestodockDock.left .workspacestodock-shortcut-button-windowcount-image-1 { + background-image: url("../../assets/dash/left-running1.svg"); +} + +#workspacestodockDock.top .workspacestodock-shortcut-button-windowcount-image-1 { + background-image: url("../../assets/dash/top-running1.svg"); +} + +#workspacestodockDock.bottom .workspacestodock-shortcut-button-windowcount-image-1 { + background-image: url("../../assets/dash/bottom-running1.svg"); +} + +#workspacestodockDock.right .workspacestodock-shortcut-button-windowcount-image-2 { + background-image: url("../../assets/dash/right-running2.svg"); +} + +#workspacestodockDock.left .workspacestodock-shortcut-button-windowcount-image-2 { + background-image: url("../../assets/dash/left-running2.svg"); +} + +#workspacestodockDock.top .workspacestodock-shortcut-button-windowcount-image-2 { + background-image: url("../../assets/dash/top-running2.svg"); +} + +#workspacestodockDock.bottom .workspacestodock-shortcut-button-windowcount-image-2 { + background-image: url("../../assets/dash/bottom-running2.svg"); +} + +#workspacestodockDock.right .workspacestodock-shortcut-button-windowcount-image-3 { + background-image: url("../../assets/dash/right-running3.svg"); +} + +#workspacestodockDock.left .workspacestodock-shortcut-button-windowcount-image-3 { + background-image: url("../../assets/dash/left-running3.svg"); +} + +#workspacestodockDock.top .workspacestodock-shortcut-button-windowcount-image-3 { + background-image: url("../../assets/dash/top-running3.svg"); +} + +#workspacestodockDock.bottom .workspacestodock-shortcut-button-windowcount-image-3 { + background-image: url("../../assets/dash/bottom-running3.svg"); +} + +#workspacestodockDock.right .workspacestodock-shortcut-button-windowcount-image-4 { + background-image: url("../../assets/dash/right-running4.svg"); +} + +#workspacestodockDock.left .workspacestodock-shortcut-button-windowcount-image-4 { + background-image: url("../../assets/dash/left-running4.svg"); +} + +#workspacestodockDock.top .workspacestodock-shortcut-button-windowcount-image-4 { + background-image: url("../../assets/dash/top-running4.svg"); +} + +#workspacestodockDock.bottom .workspacestodock-shortcut-button-windowcount-image-4 { + background-image: url("../../assets/dash/bottom-running4.svg"); +} + +.workspacestodock-workspace-caption-container { + padding: 0; +} + +.workspacestodock-workspace-caption-background { + background-color: rgba(0, 0, 0, 0.6); + /* border-radius: 0 0 4px 4px; */ +} + +.workspacestodock-workspace-caption-background.caption-top { + /* border-radius: 4px 4px 0 0; */ +} + +.workspacestodock-workspace-caption { +} + +/* caption window apps (taskbar) */ +.workspacestodock-caption-windowapps { + padding: 0; +} + +.workspacestodock-caption-windowapps-menu { + -boxpointer-gap: 12px; +} + +.workspacestodock-caption-windowapps-menu .popup-menu-item { + min-height: 24px; + padding-top: 4px; + padding-bottom: 4px; +} + +.workspacestodock-caption-windowapps-menu .popup-menu-item:active { + background-color: rgba(0, 0, 0, 0.12); +} + +.workspacestodock-caption-windowapps-menu .popup-menu-item.selected:active { + background-color: rgba(0, 0, 0, 0.24); +} + +.workspacestodock-caption-windowapps-menu-item { + /*fallback class for GS34 since it can't override gnome shell class 'popup-menu-item' */ +} + +.workspacestodock-caption-windowapps-menu-item:active { + /*fallback class for GS34 since it can't override gnome shell class 'popup-menu-item' */ +} + +.workspacestodock-caption-windowapps-menu-icon { +} + +.workspacestodock-caption-windowapps-menu-label { + padding: 0 8px; +} + +.workspacestodock-caption-windowapps-menu .window-close { + /* GS36+ can override gnome shell class 'window-close' */ + border-radius: 100px; + -st-background-image-shadow: none; + background-image: url("../../assets/close.svg"); + background-size: 24px; + height: 24px; + width: 24px; +} + +.workspacestodock-caption-windowapps-menu .window-close:hover { + background-color: rgba(0, 0, 0, 0.12); +} + +.workspacestodock-caption-windowapps-menu .window-close:active { + background-color: rgba(0, 0, 0, 0.24); +} + +.workspacestodock-caption-windowapps-menu-close { + /*fallback class for GS34 since it can't override gnome shell class 'window-close' */ +} + +.workspacestodock-caption-windowapps-menu-close:hover { + /*fallback class for GS34 since it can't override gnome shell class 'window-close' */ +} + +.workspacestodock-caption-windowapps-button { + padding: 0; +} + +.workspacestodock-caption-windowapps-button-icon { + padding: 2px; + background-color: rgba(0, 0, 0, 0.01); /* needs to draw box-shadow */ +} + +.workspacestodock-caption-windowapps-button:active > .workspacestodock-caption-windowapps-button-icon { + box-shadow: inset 0 -2px rgba(255, 255, 255, 0.3); +} + +.workspacestodock-caption-windowapps-button-active > .workspacestodock-caption-windowapps-button-icon { + box-shadow: inset 0 -2px #d3d3d3; +} + +/* caption workspace number */ +.workspacestodock-caption-number { + margin: 1px; + padding: 0 10px; + border-radius: 0; + background-color: rgba(255, 255, 255, 0.3); + color: #d3d3d3; + font-size: 9pt; + font-weight: bold; + text-align: center; +} + +/* caption workspace name */ +.workspacestodock-caption-name { + margin: 0 4px; + color: rgba(255, 255, 255, 0.6); + font-size: 9pt; + text-align: center; +} + +/* caption workspace windowcount */ +.workspacestodock-caption-windowcount { + /* min-width: 16px; */ + margin: 0px 4px; + padding: 0px 4px; + color: #d3d3d3; + font-size: 9pt; + font-weight: bold; + text-align: center; +} + +/* caption workspace windowcount image*/ +.workspacestodock-caption-windowcount-image { + width: 20px; + height: 20px; + margin: 1px; + border-radius: 0; + background-color: #FF4081; + color: #d3d3d3; + font-size: 9pt; + font-weight: bold; + text-align: center; +} + +/* The classes below are used in conjunction with the above workspacestodock-caption-windowcount-image + * They provide background images that corespond with the window count */ +.workspacestodock-caption-windowcount-image-1 { +} + +.workspacestodock-caption-windowcount-image-2 { +} + +.workspacestodock-caption-windowcount-image-3 { +} + +.workspacestodock-caption-windowcount-image-4 { +} + +/* caption spacer-filler */ +.workspacestodock-caption-spacer { + width: 4px; +} + +/* The classes below are used in conjuction with the above classes + * They provide additional theming for the current workspace caption */ +.workspacestodock-workspace-caption-background-current { +} + +.workspacestodock-workspace-caption-background-current.caption-top { +} + +.workspacestodock-caption-number-current { + /* background-color: #42A5F5; */ +} + +.workspacestodock-caption-name-current { +} + +.workspacestodock-caption-windowcount-current { +} + +.workspacestodock-caption-windowcount-image-current { +} diff --git a/.themes/oomox-darker/gnome-shell/gnome-shell-theme.gresource.xml b/.themes/oomox-darker/gnome-shell/gnome-shell-theme.gresource.xml new file mode 100644 index 0000000..eab5f37 --- /dev/null +++ b/.themes/oomox-darker/gnome-shell/gnome-shell-theme.gresource.xml @@ -0,0 +1,62 @@ + + + + assets/dash/bottom-running1.svg + assets/dash/bottom-running1-focused.svg + assets/dash/bottom-running2.svg + assets/dash/bottom-running2-focused.svg + assets/dash/bottom-running3.svg + assets/dash/bottom-running3-focused.svg + assets/dash/bottom-running4.svg + assets/dash/bottom-running4-focused.svg + assets/dash/left-running1.svg + assets/dash/left-running1-focused.svg + assets/dash/left-running2.svg + assets/dash/left-running2-focused.svg + assets/dash/left-running3.svg + assets/dash/left-running3-focused.svg + assets/dash/left-running4.svg + assets/dash/left-running4-focused.svg + assets/dash/right-running1.svg + assets/dash/right-running1-focused.svg + assets/dash/right-running2.svg + assets/dash/right-running2-focused.svg + assets/dash/right-running3.svg + assets/dash/right-running3-focused.svg + assets/dash/right-running4.svg + assets/dash/right-running4-focused.svg + assets/dash/top-running1.svg + assets/dash/top-running1-focused.svg + assets/dash/top-running2.svg + assets/dash/top-running2-focused.svg + assets/dash/top-running3.svg + assets/dash/top-running3-focused.svg + assets/dash/top-running4.svg + assets/dash/top-running4-focused.svg + assets/calendar-arrow-left.svg + assets/calendar-arrow-right.svg + assets/checkbox.svg + assets/checkbox-off.svg + assets/close.svg + assets/dash-placeholder.svg + assets/key-enter.svg + assets/key-hide.svg + assets/key-layout.svg + assets/key-shift.svg + assets/key-shift-uppercase.svg + assets/key-shift-latched-uppercase.svg + assets/more-results.svg + assets/toggle-off.svg + assets/toggle-on.svg + assets/window-close.svg + assets/window-close-active.svg + extensions/workspaces-to-dock/workspaces-to-dock.css + gnome-shell.css + message-indicator-symbolic.svg + no-events.svg + no-notifications.svg + noise-texture.png + pad-osd.css + process-working.svg + + diff --git a/.themes/oomox-darker/gnome-shell/gnome-shell.css b/.themes/oomox-darker/gnome-shell/gnome-shell.css new file mode 100644 index 0000000..ecb0de2 --- /dev/null +++ b/.themes/oomox-darker/gnome-shell/gnome-shell.css @@ -0,0 +1,3338 @@ +/* This stylesheet is generated, DO NOT EDIT */ +/* Copyright 2009, 2015 Red Hat, Inc. + * + * Portions adapted from Mx's data/style/default.css + * Copyright 2009 Intel Corporation + * + * This program is free software; you can redistribute it and/or modify it + * under the terms and conditions of the GNU Lesser General Public License, + * version 2.1, as published by the Free Software Foundation. + * + * This program is distributed in the hope it will be useful, but WITHOUT ANY + * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for + * more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. + */ +/* GLOBALS */ +stage { + font-family: "M+ 1c", Roboto, Cantarell, Sans-Serif; + font-size: 10.5pt; + font-weight: 400; + color: #d3d3d3; +} + +/* WIDGETS */ +/* Buttons */ +.button { + min-height: 36px; + padding: 0 16px; + border-width: 0; + border-radius: 4px; + font-size: 10.5pt; + font-weight: 500; + color: rgba(211, 211, 211, 0.7); + background-color: transparent; + border-color: transparent; + box-shadow: 0 0 transparent; + text-shadow: none; + icon-shadow: none; + transition-duration: 100ms; +} + +.button:focus { + color: #d3d3d3; + text-shadow: none; + icon-shadow: none; + box-shadow: 0 0 transparent; +} + +.button:hover { + color: #d3d3d3; + background-color: rgba(211, 211, 211, 0.08); + border-color: transparent; + box-shadow: 0 0 transparent; + text-shadow: none; + icon-shadow: none; +} + +.button:active { + color: #d3d3d3; + background-color: rgba(211, 211, 211, 0.2); + border-color: transparent; + box-shadow: 0 0 transparent; + text-shadow: none; + icon-shadow: none; + transition-duration: 200ms; +} + +.button:insensitive { + color: rgba(211, 211, 211, 0.3); + background-color: transparent; + border-color: transparent; + box-shadow: 0 0 transparent; + text-shadow: none; + icon-shadow: none; +} + +.modal-dialog-linked-button { + min-height: 36px; + margin: 6px; + padding: 0 8px; + margin-right: 0; + border-right-width: 0; + border-radius: 4px; + font-size: 10.5pt; + font-weight: 500; + color: rgba(211, 211, 211, 0.7); + background-color: transparent; + border-color: transparent; + box-shadow: 0 0 transparent; + text-shadow: none; + icon-shadow: none; + transition-duration: 100ms; +} + +.modal-dialog-linked-button:focus { + color: #d3d3d3; + text-shadow: none; + icon-shadow: none; + box-shadow: 0 0 transparent; +} + +.modal-dialog-linked-button:hover { + color: #d3d3d3; + background-color: rgba(211, 211, 211, 0.08); + border-color: transparent; + box-shadow: 0 0 transparent; + text-shadow: none; + icon-shadow: none; +} + +.modal-dialog-linked-button:active { + color: #d3d3d3; + background-color: rgba(211, 211, 211, 0.2); + border-color: transparent; + box-shadow: 0 0 transparent; + text-shadow: none; + icon-shadow: none; + transition-duration: 200ms; +} + +.modal-dialog-linked-button:insensitive { + color: rgba(211, 211, 211, 0.3); + background-color: transparent; + border-color: transparent; + box-shadow: 0 0 transparent; + text-shadow: none; + icon-shadow: none; +} + +.modal-dialog-linked-button:first-child { + border-radius: 4px; +} + +.modal-dialog-linked-button:last-child { + margin-right: 6px; + border-right-width: 0px; + border-radius: 4px; +} + +.modal-dialog-linked-button:first-child:last-child { + margin-right: 6px; + border-right-width: 0px; + border-radius: 4px; +} + +/* Entries */ +StEntry { + min-height: 36px; + padding: 0 8px; + border-radius: 4px 4px 0 0; + border-width: 0; + color: #d3d3d3; + selection-background-color: rgba(255, 152, 0, 0.6); + selected-color: #d3d3d3; + font-size: 12pt; + font-weight: 400; + transition-duration: 100ms; + background-color: rgba(211, 211, 211, 0.04); + border-color: transparent; + box-shadow: inset 0 -1px rgba(211, 211, 211, 0.3); +} + +StEntry:hover { + box-shadow: inset 0 -1px #d3d3d3; +} + +StEntry:focus { + border-color: transparent; + box-shadow: inset 0 -2px #FF9800; +} + +StEntry:insensitive { + color: rgba(211, 211, 211, 0.5); + border-color: transparent; + box-shadow: inset 0 -1px rgba(211, 211, 211, 0.12); +} + +StEntry StIcon.capslock-warning { + icon-size: 16px; + warning-color: #FF9800; + padding: 0 0; +} + +/* Scrollbars */ +StScrollView.vfade { + -st-vfade-offset: 32px; +} + +StScrollView.hfade { + -st-hfade-offset: 32px; +} + +StScrollBar { + padding: 0; +} + +StScrollView StScrollBar { + min-width: 16px; + min-height: 16px; +} + +StScrollBar StBin#trough { + margin: 4px; + border-radius: 100px; + background-color: rgba(211, 211, 211, 0.12); +} + +StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { + transition-duration: 100ms; + border-radius: 100px; + background-color: rgba(211, 211, 211, 0.5); + margin: 4px; +} + +StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { + background-color: rgba(211, 211, 211, 0.7); +} + +StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { + background-color: #d3d3d3; +} + +#overview StScrollBar StBin#trough, #screenShieldNotifications StScrollBar StBin#trough { + background-color: rgba(255, 255, 255, 0.12); +} + +#overview StScrollBar StButton#vhandle, #screenShieldNotifications StScrollBar StButton#vhandle, #overview StScrollBar StButton#hhandle, #screenShieldNotifications StScrollBar StButton#hhandle { + background-color: rgba(255, 255, 255, 0.5); +} + +#overview StScrollBar StButton#vhandle:hover, #screenShieldNotifications StScrollBar StButton#vhandle:hover, #overview StScrollBar StButton#hhandle:hover, #screenShieldNotifications StScrollBar StButton#hhandle:hover { + background-color: rgba(255, 255, 255, 0.7); +} + +#overview StScrollBar StButton#vhandle:active, #screenShieldNotifications StScrollBar StButton#vhandle:active, #overview StScrollBar StButton#hhandle:active, #screenShieldNotifications StScrollBar StButton#hhandle:active { + background-color: white; +} + +/* Slider */ +.slider { + height: 20px; + color: #FF9800; + -barlevel-height: 2px; + -barlevel-background-color: rgba(211, 211, 211, 0.3); + -barlevel-border-color: transparent; + -barlevel-active-background-color: #FF9800; + -barlevel-active-border-color: transparent; + -barlevel-overdrive-color: #FF443E; + -barlevel-overdrive-border-color: transparent; + -barlevel-overdrive-separator-width: 2px; + -barlevel-border-width: 0; + -slider-handle-radius: 6px; +} + +/* Check Boxes */ +.check-box * { + min-height: 20px; + padding: 8px 0; +} + +.check-box StBoxLayout { + spacing: 8px; +} + +.check-box StBin { + transition-duration: 100ms; + width: 24px; + height: 24px; + padding: 6px; + border-radius: 100px; + background-image: url("assets/checkbox-off.svg"); +} + +.check-box:focus StBin { + background-image: url("assets/checkbox-off.svg"); +} + +.check-box:hover StBin { + background-color: rgba(211, 211, 211, 0.08); +} + +.check-box:active StBin { + transition-duration: 200ms; + background-color: rgba(211, 211, 211, 0.2); +} + +.check-box:checked StBin { + background-image: url("assets/checkbox.svg"); +} + +.check-box:focus:checked StBin { + background-image: url("assets/checkbox.svg"); +} + +.check-box:hover:checked StBin { + background-color: rgba(255, 152, 0, 0.08); +} + +.check-box:active:checked StBin { + background-color: rgba(255, 152, 0, 0.2); +} + +/* Switches */ +.toggle-switch { + width: 40px; + height: 20px; + background-size: contain; +} + +.toggle-switch-us { + background-image: url("assets/toggle-off.svg"); +} + +.toggle-switch-us:checked { + background-image: url("assets/toggle-on.svg"); +} + +.toggle-switch-intl { + background-image: url("assets/toggle-off.svg"); +} + +.toggle-switch-intl:checked { + background-image: url("assets/toggle-on.svg"); +} + +/* links */ +.shell-link { + transition-duration: 100ms; + border-radius: 4px; + color: #FF9800; +} + +.shell-link:hover { + color: #FF9800; + background-color: rgba(255, 152, 0, 0.08); +} + +.shell-link:active { + transition-duration: 200ms; + color: #FF9800; + background-color: rgba(255, 152, 0, 0.2); +} + +/* Modal Dialogs */ +.headline { + font-size: 15pt; + font-weight: 500; +} + +.lightbox { + background-color: black; +} + +.flashspot { + background-color: white; +} + +.modal-dialog { + border-radius: 4px; + color: #d3d3d3; + background-color: #2A2A2A; + border: none; + box-shadow: 0 14px 14px rgba(0, 0, 0, 0.5), 0 10px 5px rgba(0, 0, 0, 0.44); +} + +.modal-dialog .modal-dialog-content-box { + padding: 24px; +} + +.modal-dialog .run-dialog-entry { + width: 20em; + margin-bottom: 0; +} + +.modal-dialog .run-dialog-error-box { + padding-top: 16px; + spacing: 6px; +} + +.modal-dialog .run-dialog-button-box { + padding-top: 1em; +} + +.modal-dialog .run-dialog-label { + font-size: 1em; + font-weight: normal; + color: rgba(211, 211, 211, 0.7); + padding-bottom: .4em; +} + +.mount-dialog-subject, +.end-session-dialog-subject { + font-size: 15pt; + font-weight: 500; +} + +/* Message Dialog */ +.message-dialog-main-layout { + padding: 12px 20px 0; + spacing: 12px; +} + +.message-dialog-content { + max-width: 28em; + spacing: 20px; +} + +.message-dialog-icon { + min-width: 48px; + icon-size: 48px; +} + +.message-dialog-title { + font-weight: bold; +} + +.message-dialog-subtitle { + color: rgba(211, 211, 211, 0.7); + font-weight: bold; +} + +/* End Session Dialog */ +.end-session-dialog { + spacing: 42px; + border: none; +} + +.end-session-dialog-list { + padding-top: 20px; +} + +.end-session-dialog-layout { + padding-left: 17px; +} + +.end-session-dialog-layout:rtl { + padding-right: 17px; +} + +.end-session-dialog-description { + width: 28em; + padding-bottom: 10px; +} + +.end-session-dialog-description:rtl { + text-align: right; +} + +.end-session-dialog-warning { + width: 28em; + color: #FF9800; + padding-top: 6px; +} + +.end-session-dialog-warning:rtl { + text-align: right; +} + +.end-session-dialog-logout-icon { + border-radius: 5px; + width: 48px; + height: 48px; + background-size: contain; +} + +.end-session-dialog-shutdown-icon { + color: rgba(211, 211, 211, 0.5); + width: 48px; + height: 48px; +} + +.end-session-dialog-inhibitor-layout { + spacing: 16px; + max-height: 200px; + padding-right: 65px; + padding-left: 65px; +} + +.end-session-dialog-session-list, +.end-session-dialog-app-list { + spacing: 1em; +} + +.end-session-dialog-list-header { + font-weight: bold; +} + +.end-session-dialog-list-header:rtl { + text-align: right; +} + +.end-session-dialog-app-list-item, +.end-session-dialog-session-list-item { + spacing: 1em; +} + +.end-session-dialog-app-list-item-name, +.end-session-dialog-session-list-item-name { + font-weight: bold; +} + +.end-session-dialog-app-list-item-description { + color: rgba(211, 211, 211, 0.7); + font-size: 1em; +} + +/* ShellMountOperation Dialogs */ +.shell-mount-operation-icon { + icon-size: 48px; +} + +.mount-dialog { + spacing: 24px; +} + +.mount-dialog .message-dialog-title { + padding-top: 10px; + padding-left: 17px; + padding-bottom: 6px; + max-width: 34em; +} + +.mount-dialog .message-dialog-title:rtl { + padding-left: 0px; + padding-right: 17px; +} + +.mount-dialog .message-dialog-body { + padding-left: 17px; + width: 28em; +} + +.mount-dialog .message-dialog-body:rtl { + padding-left: 0px; + padding-right: 17px; +} + +.mount-dialog-app-list { + max-height: 200px; + padding-top: 24px; + padding-left: 49px; + padding-right: 32px; +} + +.mount-dialog-app-list:rtl { + padding-right: 49px; + padding-left: 32px; +} + +.mount-dialog-app-list-item { + color: #d3d3d3; +} + +.mount-dialog-app-list-item:hover { + color: #d3d3d3; +} + +.mount-dialog-app-list-item:ltr { + padding-right: 1em; +} + +.mount-dialog-app-list-item:rtl { + padding-left: 1em; +} + +.mount-dialog-app-list-item-icon:ltr { + padding-right: 17px; +} + +.mount-dialog-app-list-item-icon:rtl { + padding-left: 17px; +} + +.mount-dialog-app-list-item-name { + font-size: 1em; +} + +/* Password or Authentication Dialog */ +.prompt-dialog { + width: 34em; + border: none; +} + +.prompt-dialog .message-dialog-main-layout { + spacing: 24px; + padding: 10px; +} + +.prompt-dialog .message-dialog-content { + spacing: 16px; +} + +.prompt-dialog .message-dialog-title { + font-size: 15pt; + font-weight: 500; + color: #d3d3d3; +} + +.prompt-dialog-description:rtl { + text-align: right; +} + +.prompt-dialog-password-box { + spacing: 1em; + padding-bottom: 1em; +} + +.prompt-dialog-error-label { + font-size: 1em; + color: #FF443E; + padding-bottom: 8px; +} + +.prompt-dialog-info-label { + font-size: 1em; + padding-bottom: 8px; +} + +.hidden { + color: transparent; +} + +.prompt-dialog-null-label { + font-size: 1em; + padding-bottom: 8px; +} + +/* Polkit Dialog */ +.polkit-dialog-user-layout { + padding-left: 10px; + spacing: 10px; +} + +.polkit-dialog-user-layout:rtl { + padding-left: 0px; + padding-right: 10px; +} + +.polkit-dialog-user-root-label { + color: #FF9800; +} + +.polkit-dialog-user-icon { + border-radius: 5px; + background-size: contain; + width: 48px; + height: 48px; +} + +/* Audio selection dialog */ +.audio-device-selection-dialog { + spacing: 30px; +} + +.audio-selection-content { + spacing: 20px; + padding: 24px; +} + +.audio-selection-title { + font-weight: bold; + text-align: center; +} + +.audio-selection-box { + spacing: 20px; +} + +.audio-selection-device { + border: 1px solid rgba(0, 0, 0, 0.26); + border-radius: 4px; +} + +.audio-selection-device:active, .audio-selection-device:hover, .audio-selection-device:focus { + background-color: #FF9800; +} + +.audio-selection-device-box { + padding: 20px; + spacing: 20px; +} + +.audio-selection-device-icon { + icon-size: 64px; +} + +/* Access Dialog */ +.access-dialog { + spacing: 30px; +} + +/* Geolocation Dialog */ +.geolocation-dialog { + spacing: 30px; +} + +/* Extension Dialog */ +.extension-dialog .message-dialog-main-layout { + spacing: 24px; + padding: 10px; +} + +.extension-dialog .message-dialog-title { + color: rgba(211, 211, 211, 0.7); +} + +/* Inhibit-Shortcuts Dialog */ +.inhibit-shortcuts-dialog { + spacing: 30px; +} + +/* Network Agent Dialog */ +.network-dialog-secret-table { + spacing-rows: 15px; + spacing-columns: 1em; +} + +.keyring-dialog-control-table { + spacing-rows: 15px; + spacing-columns: 1em; +} + +/* Popovers/Menus */ +.popup-menu { + min-width: 200px; +} + +.popup-menu .popup-sub-menu { + background-color: rgba(211, 211, 211, 0.04); + box-shadow: 0 0 transparent; +} + +.popup-menu .popup-menu-content { + padding: 8px 0; +} + +.popup-menu .popup-menu-item { + spacing: 8px; + transition-duration: 100ms; +} + +.popup-menu .popup-menu-item:ltr { + padding: 0.4em 24px 0.4em 0; +} + +.popup-menu .popup-menu-item:rtl { + padding: 0.4em 0 0.4em 24px; +} + +.popup-menu .popup-menu-item:checked { + background-color: rgba(255, 152, 0, 0.6); + box-shadow: 0 0 transparent; + font-weight: normal; +} + +.popup-menu .popup-menu-item:checked.selected { + background-color: rgba(255, 152, 0, 0.4); +} + +.popup-menu .popup-menu-item:checked:active { + background-color: rgba(255, 152, 0, 0.6); +} + +.popup-menu .popup-menu-item.selected { + background-color: rgba(211, 211, 211, 0.08); + color: #d3d3d3; + transition-duration: 0ms; +} + +.popup-menu .popup-menu-item:active { + background-color: rgba(211, 211, 211, 0.2); + color: #d3d3d3; + transition-duration: 200ms; +} + +.popup-menu .popup-menu-item.selected:active { + color: #d3d3d3; +} + +.popup-menu .popup-menu-item:insensitive { + color: rgba(211, 211, 211, 0.5); +} + +.popup-menu .popup-inactive-menu-item { + color: #d3d3d3; +} + +.popup-menu .popup-inactive-menu-item:insensitive { + color: rgba(211, 211, 211, 0.5); +} + +.popup-menu.panel-menu { + -boxpointer-gap: 4px; + margin-bottom: 1.75em; +} + +.popup-menu-ornament { + text-align: right; + width: 16px; + height: 16px; +} + +.popup-menu-boxpointer, +.candidate-popup-boxpointer { + -arrow-border-radius: 0; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 0; + -arrow-rise: 0; + -arrow-box-shadow: none; + margin: 5px 8px 8px; + background-color: #2A2A2A; + border-radius: 4px; + box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345); +} + +.popup-separator-menu-item { + height: 1px; + margin: 8px 40px; + background-color: transparent; + border-color: rgba(0, 0, 0, 0.26); + border-bottom-width: 1px; + border-bottom-style: solid; +} + +.background-menu { + -boxpointer-gap: 4px; + -arrow-rise: 0; +} + +/* fallback menu +- odd thing for styling App menu when apparently not running under shell. Light Adwaita styled + app menu inside the main app window itself rather than the top bar +*/ +/* OSD */ +.osd-window { + text-align: center; + font-weight: bold; + spacing: 1em; + margin: 32px; + min-width: 64px; + min-height: 64px; +} + +.osd-window .osd-monitor-label { + font-size: 45px; + font-weight: 400; +} + +.osd-window .level { + height: 8px; + -barlevel-height: 8px; + -barlevel-background-color: rgba(211, 211, 211, 0.12); + -barlevel-active-background-color: #FF9800; + -barlevel-overdrive-color: #FF443E; + -barlevel-overdrive-separator-width: 2px; +} + +/* Pad OSD */ +.pad-osd-window { + padding: 32px; + background-color: rgba(0, 0, 0, 0.6); +} + +.pad-osd-window .pad-osd-title-box { + spacing: 12px; +} + +.pad-osd-window .pad-osd-title-menu-box { + spacing: 6px; +} + +.combo-box-label { + width: 15em; +} + +/* App Switcher */ +.switcher-popup { + padding: 8px; + spacing: 16px; +} + +.switcher-list-item-container { + spacing: 8px; +} + +.switcher-list .item-box { + transition-duration: 100ms; + padding: 8px; + border-radius: 4px; +} + +.switcher-list .item-box:outlined { + padding: 8px; + border: none; + background-color: rgba(211, 211, 211, 0.12); + color: #d3d3d3; +} + +.switcher-list .item-box:selected { + background-color: rgba(255, 152, 0, 0.6); + color: #d3d3d3; +} + +.switcher-list .thumbnail-box { + padding: 2px; + spacing: 4px; +} + +.switcher-list .thumbnail { + width: 256px; +} + +.switcher-list .separator { + width: 1px; + background: rgba(0, 0, 0, 0.26); +} + +.switcher-arrow { + transition-duration: 100ms; + border-color: transparent; + color: rgba(211, 211, 211, 0.7); +} + +.switcher-arrow:highlighted { + color: #d3d3d3; +} + +.input-source-switcher-symbol { + font-size: 45px; + font-weight: 400; + width: 96px; + height: 96px; +} + +/* Window Cycler */ +.cycler-highlight { + border: 4px solid #FF9800; +} + +/* Workspace Switcher */ +.workspace-switcher-group { + padding: 8px; +} + +.workspace-switcher { + background: transparent; + border: 0px; + border-radius: 0px; + padding: 0px; + spacing: 8px; +} + +.ws-switcher-active-up, .ws-switcher-active-down { + height: 48px; + background-color: #FF9800; + color: rgba(0, 0, 0, 0.87); + background-size: 32px; + border-radius: 4px; +} + +.ws-switcher-box { + height: 48px; + border: none; + background: rgba(211, 211, 211, 0.12); + border-radius: 4px; +} + +.osd-window, +.resize-popup, +.switcher-list, .workspace-switcher-container { + color: #d3d3d3; + background-color: #2A2A2A; + border: none; + box-shadow: 0 14px 14px rgba(0, 0, 0, 0.5), 0 10px 5px rgba(0, 0, 0, 0.44); + border-radius: 4px; + padding: 12px; +} + +/* Tiled window previews */ +.tile-preview { + background-color: rgba(255, 184, 32, 0.3); + border: 1px solid #ffb820; +} + +.tile-preview-left.on-primary { + border-radius: 0; +} + +.tile-preview-right.on-primary { + border-radius: 0; +} + +.tile-preview-left.tile-preview-right.on-primary { + border-radius: 0; +} + +/* TOP BAR */ +#panel { + background-color: rgba(0, 0, 0, 0.6); + /* transition from solid to transparent */ + transition-duration: 250ms; + font-weight: bold; + height: 32px; + font-feature-settings: "tnum"; +} + +#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen { + background-color: transparent; +} + +#panel #panelLeft, #panel #panelCenter { + spacing: 0; +} + +#panel .panel-corner { + -panel-corner-radius: 0; + -panel-corner-background-color: rgba(0, 0, 0, 0.6); + -panel-corner-border-width: 2px; + -panel-corner-border-color: transparent; +} + +#panel .panel-corner:active, #panel .panel-corner:overview, #panel .panel-corner:focus { + -panel-corner-border-color: white; +} + +#panel .panel-corner.lock-screen, #panel .panel-corner.login-screen, #panel .panel-corner.unlock-screen { + -panel-corner-radius: 0; + -panel-corner-background-color: transparent; + -panel-corner-border-color: transparent; +} + +#panel .panel-button { + -natural-hpadding: 12px; + -minimum-hpadding: 6px; + font-weight: bold; + color: rgba(255, 255, 255, 0.7); + text-shadow: none; + transition-duration: 100ms; +} + +#panel .panel-button .app-menu-icon { + -st-icon-style: symbolic; + margin-left: 4px; + margin-right: 4px; +} + +#panel .panel-button .system-status-icon, +#panel .panel-button .app-menu-icon > StIcon, +#panel .panel-button .popup-menu-arrow { + icon-shadow: none; +} + +#panel .panel-button:hover { + color: white; + text-shadow: none; +} + +#panel .panel-button:hover .system-status-icon, +#panel .panel-button:hover .app-menu-icon > StIcon, +#panel .panel-button:hover .popup-menu-arrow { + icon-shadow: none; +} + +#panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { + background-color: rgba(0, 0, 0, 0.01); + box-shadow: inset 0 -2px 0px white; + color: white; +} + +#panel .panel-button:active > .system-status-icon, #panel .panel-button:overview > .system-status-icon, #panel .panel-button:focus > .system-status-icon, #panel .panel-button:checked > .system-status-icon { + icon-shadow: none; +} + +#panel .panel-button .system-status-icon { + icon-size: 1.14286em; + padding: 0 4px; +} + +.unlock-screen #panel .panel-button, +.login-screen #panel .panel-button, +.lock-screen #panel .panel-button { + color: rgba(255, 255, 255, 0.7); +} + +.unlock-screen #panel .panel-button:focus, .unlock-screen #panel .panel-button:hover, .unlock-screen #panel .panel-button:active, +.login-screen #panel .panel-button:focus, +.login-screen #panel .panel-button:hover, +.login-screen #panel .panel-button:active, +.lock-screen #panel .panel-button:focus, +.lock-screen #panel .panel-button:hover, +.lock-screen #panel .panel-button:active { + color: white; +} + +#panel .panel-status-indicators-box, +#panel .panel-status-menu-box { + spacing: 2px; +} + +#panel .power-status.panel-status-indicators-box { + spacing: 0; +} + +#panel .screencast-indicator { + color: #FF9800; +} + +#panel .remote-access-indicator { + color: #FF9800; +} + +#panel.solid { + background-color: #010101; + /* transition from transparent to solid */ + transition-duration: 250ms; + background-gradient-direction: none; + text-shadow: none; +} + +#panel.solid:overview { + background-color: transparent; +} + +#panel.solid .panel-corner { + -panel-corner-background-color: #010101; +} + +#panel.solid .panel-button { + color: rgba(255, 255, 255, 0.7); + text-shadow: none; +} + +#panel.solid .panel-button:hover, #panel.solid .panel-button:active, #panel.solid .panel-button:overview, #panel.solid .panel-button:focus, #panel.solid .panel-button:checked { + color: white; +} + +#panel.solid .system-status-icon, +#panel.solid .app-menu-icon > StIcon, +#panel.solid .popup-menu-arrow { + icon-shadow: none; +} + +#calendarArea { + padding: 8px 16px; +} + +.calendar { + margin-bottom: 0; +} + +.calendar, +.datemenu-today-button, +.datemenu-displays-box, +.message-list-sections { + margin: 0 8px; +} + +.datemenu-calendar-column { + spacing: 8px; +} + +.datemenu-displays-section { + padding-bottom: 0; +} + +.datemenu-displays-box { + spacing: 8px; +} + +.datemenu-calendar-column { + border: 0 solid rgba(0, 0, 0, 0.26); +} + +.datemenu-calendar-column:ltr { + border-left-width: 0; +} + +.datemenu-calendar-column:rtl { + border-right-width: 0; +} + +.datemenu-today-button, +.world-clocks-button, +.weather-button, +.events-section-title { + min-height: 24px; + padding: 4px 8px; + border-radius: 4px; +} + +.datemenu-today-button { + min-height: 56px; +} + +.message-list-section-list:ltr { + padding-left: 0; +} + +.message-list-section-list:rtl { + padding-right: 0; +} + +.datemenu-today-button, +.world-clocks-button, +.weather-button, +.events-section-title { + transition-duration: 100ms; +} + +.datemenu-today-button:hover, .datemenu-today-button:focus, +.world-clocks-button:hover, +.world-clocks-button:focus, +.weather-button:hover, +.weather-button:focus, +.events-section-title:hover, +.events-section-title:focus { + color: #d3d3d3; + background-color: rgba(211, 211, 211, 0.08); +} + +.datemenu-today-button:active, +.world-clocks-button:active, +.weather-button:active, +.events-section-title:active { + transition-duration: 200ms; + color: #d3d3d3; + background-color: rgba(211, 211, 211, 0.2); +} + +.datemenu-today-button .date-label { + font-size: 18pt; + font-weight: 400; +} + +.world-clocks-header, +.weather-header, +.events-section-title { + color: rgba(211, 211, 211, 0.7); + font-weight: bold; +} + +.world-clocks-grid { + spacing-rows: 0.4em; +} + +.weather-box { + spacing: 0.4em; +} + +.calendar-month-label { + transition-duration: 100ms; + height: 20px; + margin: 2px; + padding: 6px 16px; + border-radius: 4px; + color: #d3d3d3; + font-weight: bold; + text-align: center; +} + +.calendar-month-label:focus { + background-color: rgba(211, 211, 211, 0.12); +} + +.pager-button { + transition-duration: 100ms; + width: 32px; + height: 32px; + margin: 2px; + border-radius: 100px; + background-color: transparent; + color: #d3d3d3; +} + +.pager-button:hover, .pager-button:focus { + background-color: rgba(211, 211, 211, 0.08); +} + +.pager-button:active { + background-color: rgba(211, 211, 211, 0.2); + transition-duration: 200ms; +} + +.calendar-change-month-back { + background-image: url("assets/calendar-arrow-left.svg"); +} + +.calendar-change-month-back:rtl { + background-image: url("assets/calendar-arrow-right.svg"); +} + +.calendar-change-month-forward { + background-image: url("assets/calendar-arrow-right.svg"); +} + +.calendar-change-month-forward:rtl { + background-image: url("assets/calendar-arrow-left.svg"); +} + +.calendar-day-base { + transition-duration: 100ms; + font-size: 9pt; + font-weight: 400; + text-align: center; + width: 32px; + height: 32px; + padding: 0; + margin: 2px; + border-radius: 100px; + font-feature-settings: "tnum"; +} + +.calendar-day-base:hover, .calendar-day-base:focus { + background-color: rgba(211, 211, 211, 0.08); +} + +.calendar-day-base:active { + transition-duration: 200ms; + color: inherit; + background-color: rgba(211, 211, 211, 0.2); + border-color: transparent; +} + +.calendar-day-base:selected { + color: #d3d3d3; + background-color: rgba(255, 152, 0, 0.6); + border-color: transparent; +} + +.calendar-day-base.calendar-day-heading { + width: 32px; + height: 25px; + margin-top: 2px; + padding: 7px 0 0; + border-radius: 100px; + background-color: transparent; + color: rgba(211, 211, 211, 0.5); + font-size: 9pt; + font-weight: 400; + font-weight: bold; + text-align: center; +} + +.calendar-day { + border-width: 0; +} + +.calendar-day-top { + border-top-width: 0; +} + +.calendar-day-left { + border-left-width: 0; +} + +.calendar-nonwork-day { + color: #d3d3d3; +} + +.calendar-today { + font-weight: bold !important; + border: none; +} + +.calendar-day-with-events { + color: #FF9800; + font-weight: normal; + text-decoration: underline; + background-image: none; +} + +.calendar-other-month-day { + color: rgba(211, 211, 211, 0.3); + opacity: 0.5; +} + +.calendar-week-number { + width: 32px; + height: 25px; + margin: 2px; + padding: 7px 0 0; + border-radius: 100px; + background-color: transparent; + color: rgba(211, 211, 211, 0.5); + font-size: inherit; + font-weight: bold; + text-align: center; +} + +/* Message list */ +.message-list { + width: 420px; +} + +.message-list-clear-button.button { + background-color: transparent; + margin: 8px 8px 0; +} + +.message-list-clear-button.button:hover, .message-list-clear-button.button:focus { + background-color: rgba(211, 211, 211, 0.08); +} + +.message-list-clear-button.button:active { + background-color: rgba(211, 211, 211, 0.2); +} + +.message-list-sections { + spacing: 8px; +} + +.message-list-section, +.message-list-section-list { + spacing: 8px; +} + +.message { + transition-duration: 100ms; + min-height: 64px; + background-color: transparent; + border-radius: 4px; +} + +.message:hover, .message:focus { + background-color: rgba(211, 211, 211, 0.08); +} + +.message:active { + transition-duration: 200ms; + background-color: rgba(211, 211, 211, 0.2); +} + +.message-icon-bin { + padding: 8px 0px 8px 8px; +} + +.message-icon-bin:rtl { + padding: 8px 8px 8px 0px; +} + +.message-icon-bin > StIcon { + color: #d3d3d3; + icon-size: 1.14286em; + -st-icon-style: requested; + margin: 4px 0px 4px 4px; +} + +.message-icon-bin > StIcon:rtl { + margin: 4px 4px 4px 0px; +} + +.message-secondary-bin { + padding: 0 8px; +} + +.message-secondary-bin > .event-time { + min-height: 22px; + padding-top: 2px; + color: rgba(211, 211, 211, 0.7); + font-size: 1em; + /* HACK: the label should be baseline-aligned with a 1em label, + fake this with some bottom padding */ + padding-bottom: 0; +} + +.message-secondary-bin > StIcon { + icon-size: 1.14286em; +} + +.message-title { + min-height: 22px; + padding-top: 2px; + color: #d3d3d3; + font-weight: bold; + font-size: 1em; +} + +.message-content { + min-height: 48px; + padding: 8px; + color: rgba(211, 211, 211, 0.7); + font-size: 1em; +} + +.message-content * > StIcon { + transition-duration: 100ms; + icon-size: 16px; + border-radius: 16px; + padding: 4px; + color: rgba(211, 211, 211, 0.7); +} + +/* FIXME: how do you do this in sass? */ +.message-content *:hover > StIcon, +.message-content *:focus > StIcon { + color: #d3d3d3; + background-color: rgba(211, 211, 211, 0.08); +} + +.message-content *:active > StIcon { + transition-duration: 200ms; + color: #d3d3d3; + background-color: rgba(211, 211, 211, 0.2); +} + +.message-media-control { + transition-duration: 100ms; + margin: 16px 0; + padding: 8px; + border-radius: 100px; + color: rgba(211, 211, 211, 0.7); +} + +.message-media-control:hover, .message-media-control:focus { + color: #d3d3d3; + background-color: rgba(211, 211, 211, 0.08); +} + +.message-media-control:active { + color: #d3d3d3; + background-color: rgba(211, 211, 211, 0.2); + transition-duration: 200ms; +} + +.message-media-control:insensitive { + color: rgba(211, 211, 211, 0.3); +} + +.message-media-control:last-child:ltr { + margin-right: 16px; + padding-right: 8px; +} + +.message-media-control:last-child:rtl { + margin-left: 16px; + padding-left: 8px; +} + +.media-message-cover-icon { + icon-size: 32px !important; + margin: 8px 0px 8px 4px !important; +} + +.media-message-cover-icon:rtl { + margin: 8px 4px 8px 0px !important; +} + +.media-message-cover-icon.fallback { + icon-size: 16px !important; + padding: 8px; + border: none; + border-radius: 4px; + background-color: rgba(211, 211, 211, 0.12); + color: rgba(211, 211, 211, 0.5); +} + +.system-switch-user-submenu-icon.user-icon { + icon-size: 20px; + padding: 0 2px; +} + +.system-switch-user-submenu-icon.default-icon { + icon-size: 16px; + padding: 0 4px; +} + +#appMenu { + spinner-image: url("process-working.svg"); + spacing: 4px; +} + +#appMenu .label-shadow { + color: transparent; +} + +.aggregate-menu { + min-width: 280px; +} + +.aggregate-menu .popup-menu-icon { + padding: 0 4px; +} + +.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:ltr { + /* 8px spacing + 2*4px padding */ + padding-left: 16px; + margin-left: 1.14286em; +} + +.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:rtl { + /* 8px spacing + 2*4px padding */ + padding-right: 16px; + margin-right: 1.14286em; +} + +.system-menu-action { + -st-icon-style: symbolic; + color: rgba(211, 211, 211, 0.7); + border-radius: 100px; + /* wish we could do 50% */ + padding: 16px; + border: none; + transition-duration: 100ms; +} + +.system-menu-action:hover, .system-menu-action:focus { + background-color: rgba(211, 211, 211, 0.08); + color: #d3d3d3; + border: none; + padding: 16px; +} + +.system-menu-action:active { + background-color: rgba(211, 211, 211, 0.2); + color: #d3d3d3; + transition-duration: 200ms; +} + +.system-menu-action > StIcon { + icon-size: 16px; +} + +.ripple-box { + width: 48px; + height: 48px; + border-radius: 0 0 48px 0; + background-color: rgba(255, 255, 255, 0.3); + background-image: none; + background-size: auto; +} + +.ripple-box:rtl { + border-radius: 0 0 0 48px; + background-image: none; +} + +.popup-menu-arrow { + width: 16px; + height: 16px; +} + +.popup-menu-icon { + icon-size: 1.14286em; +} + +.window-close { + height: 36px; + width: 36px; + -shell-close-overlap: 18px; + -st-background-image-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24); + background-image: url("assets/window-close.svg"); + background-size: 36px; +} + +.window-close:hover { + -st-background-image-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345); + background-image: url("assets/window-close.svg"); +} + +.window-close:active { + background-image: url("assets/window-close-active.svg"); +} + +.window-close:rtl { + -st-background-image-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24); +} + +.window-close:rtl:hover { + -st-background-image-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345); +} + +/* NETWORK DIALOGS */ +.nm-dialog { + max-height: 34em; + min-height: 31em; + min-width: 32em; +} + +.nm-dialog-content { + spacing: 20px; + padding: 24px; +} + +.nm-dialog-header-hbox { + spacing: 10px; +} + +.nm-dialog-airplane-box { + spacing: 12px; +} + +.nm-dialog-airplane-headline { + font-weight: bold; + text-align: center; +} + +.nm-dialog-airplane-text { + color: #d3d3d3; +} + +.nm-dialog-header-icon { + icon-size: 32px; +} + +.nm-dialog-scroll-view { + border: none; +} + +.nm-dialog-header { + font-size: 15pt; + font-weight: 500; +} + +.nm-dialog-item { + transition-duration: 100ms; + font-size: 1em; + border-bottom: none; + border-radius: 4px; + padding: 12px; + spacing: 20px; +} + +.nm-dialog-item:hover, .nm-dialog-item:focus { + background-color: rgba(211, 211, 211, 0.08); +} + +.nm-dialog-item:active { + transition-duration: 200ms; + background-color: rgba(211, 211, 211, 0.2); +} + +.nm-dialog-item:selected { + background-color: rgba(255, 152, 0, 0.6); + color: #d3d3d3; +} + +.nm-dialog-icons { + spacing: .5em; +} + +.nm-dialog-icon { + icon-size: 16px; +} + +.no-networks-label { + color: rgba(211, 211, 211, 0.5); +} + +.no-networks-box { + spacing: 12px; +} + +/* OVERVIEW */ +#overview { + spacing: 24px; +} + +.overview-controls { + padding-bottom: 32px; +} + +.window-picker { + -horizontal-spacing: 16px; + -vertical-spacing: 16px; + padding: 0 16px 32px; +} + +.window-picker.external-monitor { + padding: 16px; +} + +.window-clone-border { + border: 4px solid rgba(255, 255, 255, 0.3); + border-radius: 4px; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3); +} + +.window-caption { + spacing: 25px; + color: white; + background-color: rgba(0, 0, 0, 0.6); + border-radius: 4px; + padding: 4px 8px; +} + +.search-entry { + width: 304px; + padding: 0 8px; + border-radius: 4px 4px 0 0; + color: rgba(255, 255, 255, 0.5); + selection-background-color: rgba(255, 255, 255, 0.3); + selected-color: white; + transition-duration: 100ms; + background-color: rgba(255, 255, 255, 0.04); + border-color: transparent; + box-shadow: inset 0 -1px rgba(255, 255, 255, 0.3); +} + +.search-entry:hover { + box-shadow: inset 0 -1px rgba(255, 255, 255, 0.3); +} + +.search-entry:focus { + border-color: transparent; + box-shadow: inset 0 -2px white; + padding: 0 8px; + border-width: 0; + color: white; +} + +.search-entry .search-entry-icon { + icon-size: 16px; + padding: 0 0; + color: rgba(255, 255, 255, 0.7); +} + +.search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon { + color: white; +} + +#searchResultsBin { + max-width: 1000px; +} + +#searchResultsContent { + padding-left: 20px; + padding-right: 20px; + spacing: 16px; +} + +.search-section { + spacing: 16px; +} + +.search-section-content { + spacing: 32px; +} + +.list-search-results { + spacing: 3px; +} + +.search-section-separator { + height: 1px; + background-color: rgba(255, 255, 255, 0.12); +} + +.list-search-result-content { + spacing: 30px; +} + +.list-search-result-title { + font-size: 12pt; + font-weight: 400; + color: white; + spacing: 12px; +} + +.list-search-result-description { + color: rgba(255, 255, 255, 0.7); +} + +.list-search-provider-details { + width: 150px; + color: rgba(255, 255, 255, 0.7); + margin-top: 0.24em; +} + +.list-search-provider-content { + spacing: 20px; +} + +.search-provider-icon { + padding: 15px; +} + +/* DASHBOARD */ +#dash { + transition-duration: 250ms; + font-size: 1em; + color: white; + background-color: rgba(255, 255, 255, 0.1); + padding: 3px 0; + border: none; + border-left: 0px; + border-radius: 0px 4px 4px 0px; +} + +#dash:rtl { + border-radius: 4px 0 0 4px; +} + +#dash .placeholder { + background-image: url("assets/dash-placeholder.svg"); + background-size: contain; + height: 24px; +} + +#dash .empty-dash-drop-target { + width: 24px; + height: 24px; +} + +.dash-item-container > StWidget { + padding: 3px 6px; +} + +.dash-label { + border-radius: 4px; + padding: 7px 8px; + color: #d3d3d3; + background-color: #2A2A2A; + box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345); + text-align: center; + -x-offset: 8px; +} + +/* App Vault/Grid */ +.icon-grid { + spacing: 30px; + -shell-grid-horizontal-item-size: 136px; + -shell-grid-vertical-item-size: 136px; +} + +.icon-grid .overview-icon { + icon-size: 96px; +} + +.system-action-icon { + box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2); + background-color: #212121; + color: #FFFFFF; + border-radius: 99px; + icon-size: 48px; +} + +.app-view-controls { + width: 320px; + padding-bottom: 32px; +} + +.app-view-control { + padding: 0 16px; + font-weight: bold; + color: rgba(255, 255, 255, 0.7); +} + +.app-view-control:hover { + color: white; + background-color: rgba(255, 255, 255, 0.08) !important; +} + +.app-view-control:active { + color: white; + background-color: rgba(255, 255, 255, 0.2) !important; +} + +.app-view-control:checked { + color: white; + background-color: rgba(0, 0, 0, 0.01) !important; + box-shadow: inset 0 2px 0 white; +} + +.app-view-control:first-child { + border-right-width: 0; + border-radius: 4px; +} + +.app-view-control:first-child:checked { + border-radius: 0; +} + +.app-view-control:last-child { + border-radius: 4px; +} + +.app-view-control:last-child:checked { + border-radius: 0; +} + +.search-provider-icon:focus, .search-provider-icon:selected, .search-provider-icon:hover, +.list-search-result:focus, +.list-search-result:selected, +.list-search-result:hover { + background-color: rgba(255, 255, 255, 0.08); + transition-duration: 0ms; +} + +.search-provider-icon:active, .search-provider-icon:checked, +.list-search-result:active, +.list-search-result:checked { + background-color: rgba(255, 255, 255, 0.2); + transition-duration: 200ms; +} + +.app-well-app:hover .overview-icon, +.app-well-app:focus .overview-icon, +.app-well-app:selected .overview-icon, +.app-well-app.app-folder:hover .overview-icon, +.app-well-app.app-folder:focus .overview-icon, +.app-well-app.app-folder:selected .overview-icon, +.show-apps:hover .overview-icon, +.show-apps:focus .overview-icon, +.show-apps:selected .overview-icon, +.grid-search-result:hover .overview-icon, +.grid-search-result:focus .overview-icon, +.grid-search-result:selected .overview-icon { + background-color: rgba(255, 255, 255, 0.08); + transition-duration: 0ms; + border-image: none; + background-image: none; +} + +.app-well-app:active .overview-icon, +.app-well-app:checked .overview-icon, +.app-well-app.app-folder:active .overview-icon, +.app-well-app.app-folder:checked .overview-icon, +.show-apps:active .overview-icon, +.show-apps:checked .overview-icon, +.grid-search-result:active .overview-icon, +.grid-search-result:checked .overview-icon { + background-color: rgba(255, 255, 255, 0.2); + box-shadow: 0 0 transparent; + transition-duration: 200ms; +} + +.app-well-app-running-dot { + width: 32px; + height: 2px; + background-color: white; + margin-bottom: 0; +} + +.search-provider-icon, +.list-search-result, .app-well-app .overview-icon, +.app-well-app.app-folder .overview-icon, +.show-apps .overview-icon, +.grid-search-result .overview-icon { + color: white; + border-radius: 4px; + padding: 6px; + border: none; + transition-duration: 100ms; + text-align: center; +} + +.app-well-app.app-folder > .overview-icon { + background-color: rgba(255, 255, 255, 0.1); +} + +.show-apps .show-apps-icon { + color: rgba(255, 255, 255, 0.7); +} + +.show-apps:hover .show-apps-icon, +.show-apps:active .show-apps-icon, +.show-apps:checked .show-apps-icon, +.show-apps:focus .show-apps-icon { + color: white; + transition-duration: 100ms; +} + +.app-folder-popup { + -arrow-border-radius: 4px; + -arrow-background-color: rgba(255, 255, 255, 0.1); + -arrow-base: 24px; + -arrow-rise: 12px; +} + +.app-folder-popup-bin { + padding: 5px; +} + +.app-folder-icon { + padding: 5px; + spacing-rows: 5px; + spacing-columns: 5px; +} + +.page-indicator { + padding: 15px 20px; +} + +.page-indicator .page-indicator-icon { + width: 12px; + height: 12px; + border-radius: 12px; + background-image: none; + background-color: rgba(255, 255, 255, 0.3); + transition-duration: 100ms; +} + +.page-indicator:hover .page-indicator-icon { + background-image: none; + background-color: rgba(255, 255, 255, 0.5); +} + +.page-indicator:active .page-indicator-icon { + background-image: none; + background-color: rgba(255, 255, 255, 0.7); +} + +.page-indicator:checked .page-indicator-icon { + background-image: none; + background-color: white; + transition-duration: 0ms; +} + +.page-indicator:checked:active { + background-image: none; +} + +.app-well-app > .overview-icon.overview-icon-with-label, +.grid-search-result .overview-icon.overview-icon-with-label { + padding: 10px 8px 5px 8px; + spacing: 4px; +} + +.workspace-thumbnails { + visible-width: 32px; + spacing: 12px; + padding: 12px; + border-radius: 4px 0 0 4px; +} + +.workspace-thumbnails:rtl { + border-radius: 0 4px 4px 0; +} + +.workspace-thumbnails .placeholder { + background-image: url("assets/dash-placeholder.svg"); + background-size: contain; + height: 24px; +} + +.workspace-thumbnail-indicator { + border: 0 solid white; + border-left-width: 2px; + padding: 6px 10px; + border-radius: 0; +} + +.search-display > StBoxLayout, +.all-apps, +.frequent-apps > StBoxLayout { + padding: 0px 88px 10px 88px; +} + +.workspace-thumbnails { + transition-duration: 250ms; + color: white; + background-color: rgba(255, 255, 255, 0.1); + border: none; +} + +.search-statustext, .no-frequent-applications-label { + font-size: 45px; + font-weight: 400; + color: rgba(255, 255, 255, 0.5); +} + +/* NOTIFICATIONS & MESSAGE TRAY */ +.url-highlighter { + link-color: #FF9800; +} + +.notification-banner { + font-size: 1em; + width: 34em; + min-height: 64px; + margin: 5px; + border-radius: 4px; + color: #d3d3d3; + background-color: #2A2A2A; + border: none; + box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345); +} + +.notification-banner:hover { + background-color: #2A2A2A; +} + +.notification-banner:focus { + background-color: #2A2A2A; +} + +.notification-banner .notification-icon { + padding: 5px; +} + +.notification-banner .notification-content { + padding: 5px; + spacing: 5px; +} + +.notification-banner .secondary-icon { + icon-size: 1.14286em; +} + +.notification-banner .notification-actions { + background-color: transparent; + padding-top: 0; + padding: 6px; + spacing: 6px; +} + +.notification-banner .notification-button { + transition-duration: 100ms; + min-height: 36px; + padding: 0 8px; + border-radius: 4px; + background-color: transparent; + color: rgba(211, 211, 211, 0.7); + font-weight: 500; +} + +.notification-banner .notification-button:first-child { + border-radius: 4px; +} + +.notification-banner .notification-button:last-child { + border-radius: 4px; +} + +.notification-banner .notification-button:hover, .notification-banner .notification-buttonfocus { + background-color: rgba(211, 211, 211, 0.08); + color: #d3d3d3; +} + +.notification-banner .notification-button:active { + transition-duration: 200ms; + background-color: rgba(211, 211, 211, 0.2); + color: #d3d3d3; +} + +.summary-source-counter { + font-size: 1em; + font-weight: bold; + height: 1.6em; + width: 1.6em; + -shell-counter-overlap-x: 3px; + -shell-counter-overlap-y: 3px; + background-color: #FF9800; + color: rgba(0, 0, 0, 0.87); + border: 2px solid rgba(0, 0, 0, 0.87); + box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5); + border-radius: 0.9em; +} + +.secondary-icon { + icon-size: 1.14286em; +} + +.chat-body { + spacing: 5px; +} + +.chat-response { + margin: 5px; +} + +.chat-log-message { + color: #d3d3d3; +} + +.chat-new-group { + padding-top: 1em; +} + +.chat-received { + padding-left: 4px; +} + +.chat-received:rtl { + padding-left: 0px; + padding-right: 4px; +} + +.chat-sent { + padding-left: 18pt; + color: rgba(211, 211, 211, 0.7); +} + +.chat-sent:rtl { + padding-left: 0; + padding-right: 18pt; +} + +.chat-meta-message { + padding-left: 4px; + font-size: 9pt; + font-weight: 400; + color: rgba(211, 211, 211, 0.7); +} + +.chat-meta-message:rtl { + padding-left: 0; + padding-right: 4px; +} + +.hotplug-transient-box { + spacing: 6px; + padding: 2px 72px 2px 12px; +} + +.hotplug-notification-item { + padding: 2px 10px; +} + +.hotplug-notification-item:focus { + padding: 1px 71px 1px 11px; +} + +.hotplug-notification-item-icon { + icon-size: 24px; + padding: 2px 5px; +} + +.hotplug-resident-box { + spacing: 8px; +} + +.hotplug-resident-mount { + transition-duration: 100ms; + spacing: 8px; + border-radius: 4px; +} + +.hotplug-resident-mount:hover { + background-color: rgba(211, 211, 211, 0.08); +} + +.hotplug-resident-mount:active { + transition-duration: 200ms; + background-color: rgba(211, 211, 211, 0.2); +} + +.hotplug-resident-mount-label { + color: inherit; + padding-left: 6px; +} + +.hotplug-resident-mount-icon { + icon-size: 24px; + padding-left: 6px; +} + +.hotplug-resident-eject-icon { + icon-size: 16px; +} + +.hotplug-resident-eject-button { + padding: 7px; + border-radius: 4px; + color: #d3d3d3; +} + +/* Eeeky things */ +.magnifier-zoom-region { + border: 2px solid #FF9800; +} + +.magnifier-zoom-region.full-screen { + border-width: 0; +} + +/* On-screen Keyboard */ +.word-suggestions { + font-size: 12pt; + font-weight: 400; + spacing: 12px; + min-height: 20pt; +} + +#keyboard { + background-color: rgba(0, 0, 0, 0.3); +} + +.key-container { + padding: 4px; + spacing: 4px; +} + +.keyboard-key { + min-height: 1.2em; + min-width: 1.2em; + font-size: 2em; + font-weight: 500; + border-radius: 4px; + border: none; + color: #d3d3d3; + background-color: #2A2A2A; + border-color: transparent; + box-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24); + text-shadow: none; + icon-shadow: none; + transition-duration: 100ms; +} + +.keyboard-key:focus { + color: #d3d3d3; + text-shadow: none; + icon-shadow: none; + box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345); +} + +.keyboard-key:hover, .keyboard-key:checked { + color: #d3d3d3; + background-color: #2A2A2A; + border-color: transparent; + box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345); + text-shadow: none; + icon-shadow: none; +} + +.keyboard-key:active { + color: #d3d3d3; + background-color: #535353; + border-color: transparent; + box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345); + text-shadow: none; + icon-shadow: none; + transition-duration: 200ms; +} + +.keyboard-key:grayed { + background-color: rgba(0, 0, 0, 0.3); + color: white; + border-color: rgba(0, 0, 0, 0.3); +} + +.keyboard-key.default-key { + border-color: transparent; + background-color: #2A2A2A; + background-size: 24px; +} + +.keyboard-key.default-key:active { + background-color: #4c4c4c; +} + +.keyboard-key.enter-key { + border-color: transparent; + background-color: #FF9800; + background-image: url("assets/key-enter.svg"); +} + +.keyboard-key.enter-key:active { + background-color: rgba(214, 127, 0, 0.974); +} + +.keyboard-key.shift-key-lowercase { + background-image: url("assets/key-shift.svg"); +} + +.keyboard-key.shift-key-uppercase { + background-image: url("assets/key-shift-uppercase.svg"); +} + +.keyboard-key.shift-key-uppercase:latched { + background-image: url("assets/key-shift-latched-uppercase.svg"); +} + +.keyboard-key.hide-key { + background-image: url("assets/key-hide.svg"); +} + +.keyboard-key.layout-key { + background-image: url("assets/key-layout.svg"); +} + +.keyboard-subkeys { + color: inherit; + padding: 5px; + -arrow-border-radius: 0; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 0; + -arrow-rise: 0; + -boxpointer-gap: 5px; + background-color: #2A2A2A; + border-radius: 4px; + box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345); +} + +.candidate-popup-content { + padding: 8px; + spacing: 0; +} + +.candidate-index { + padding: 0 4px 0 0; + color: rgba(211, 211, 211, 0.7); +} + +.candidate-box { + transition-duration: 100ms; + min-height: 32px; + padding: 0 8px; + border-radius: 4px; +} + +.candidate-box:hover { + background-color: rgba(211, 211, 211, 0.08); + color: #d3d3d3; + transition-duration: 0ms; +} + +.candidate-box:active { + background-color: rgba(211, 211, 211, 0.2); + color: #d3d3d3; + transition-duration: 200ms; +} + +.candidate-box:selected { + background-color: rgba(255, 152, 0, 0.6); + color: #d3d3d3; + transition-duration: 0ms; +} + +.candidate-page-button-box { + height: 32px; +} + +.vertical .candidate-page-button-box { + padding-top: 0; +} + +.horizontal .candidate-page-button-box { + padding-left: 0; +} + +.candidate-page-button { + min-width: 32px; + min-height: 32px; + padding: 0; +} + +.candidate-page-button-previous { + border-radius: 4px; + border-right-width: 0; +} + +.candidate-page-button-next { + border-radius: 4px; +} + +.candidate-page-button-icon { + icon-size: 1.14286em; +} + +/* Auth Dialogs & Screen Shield */ +.framed-user-icon { + background-size: contain; + border: none; + color: white; + border-radius: 4px; +} + +.framed-user-icon:hover { + border-color: white; + color: white; +} + +.login-dialog-banner-view { + padding-top: 24px; + max-width: 23em; +} + +.login-dialog { + border: none; + background-color: transparent; +} + +.login-dialog StEntry { + color: white; + selection-background-color: rgba(255, 255, 255, 0.3); + selected-color: white; + transition-duration: 100ms; + background-color: rgba(255, 255, 255, 0.04); + border-color: transparent; + box-shadow: inset 0 -1px rgba(255, 255, 255, 0.3); +} + +.login-dialog StEntry:focus { + border-color: transparent; + box-shadow: inset 0 -2px white; +} + +.login-dialog StEntry:insensitive { + color: rgba(211, 211, 211, 0.5); + border-color: transparent; + box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.5); +} + +.login-dialog .modal-dialog-button-box { + spacing: 3px; +} + +.login-dialog .modal-dialog-button { + padding: 0 16px; + color: rgba(255, 255, 255, 0.7); + background-color: transparent; + border-color: transparent; + box-shadow: 0 0 transparent; + text-shadow: none; + icon-shadow: none; + transition-duration: 100ms; +} + +.login-dialog .modal-dialog-button:hover, .login-dialog .modal-dialog-button:focus { + color: white; + background-color: rgba(255, 255, 255, 0.08); + border-color: transparent; + box-shadow: 0 0 transparent; + text-shadow: none; + icon-shadow: none; +} + +.login-dialog .modal-dialog-button:active { + color: white; + background-color: rgba(255, 255, 255, 0.2); + border-color: transparent; + box-shadow: 0 0 transparent; + text-shadow: none; + icon-shadow: none; + transition-duration: 200ms; +} + +.login-dialog .modal-dialog-button:insensitive { + color: rgba(255, 255, 255, 0.3); + background-color: transparent; + border-color: transparent; + box-shadow: 0 0 transparent; + text-shadow: none; + icon-shadow: none; +} + +.login-dialog .modal-dialog-button:default { + color: rgba(0, 0, 0, 0.87); + background-color: #FF9800; + border-color: transparent; + box-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24); + text-shadow: none; + icon-shadow: none; + transition-duration: 100ms; +} + +.login-dialog .modal-dialog-button:default:hover, .login-dialog .modal-dialog-button:default:focus { + color: rgba(0, 0, 0, 0.87); + background-color: #FF9800; + border-color: transparent; + box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345); + text-shadow: none; + icon-shadow: none; +} + +.login-dialog .modal-dialog-button:default:active { + color: rgba(0, 0, 0, 0.87); + background-color: rgba(205, 122, 0, 0.9688); + border-color: transparent; + box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24), 0 3px 3px rgba(0, 0, 0, 0.345); + text-shadow: none; + icon-shadow: none; + transition-duration: 200ms; +} + +.login-dialog .modal-dialog-button:default:insensitive { + color: rgba(255, 255, 255, 0.5); + background-color: rgba(255, 255, 255, 0.04); + border-color: transparent; + box-shadow: 0 0 transparent; + text-shadow: none; + icon-shadow: none; +} + +.login-dialog-logo-bin { + padding: 24px 0px; +} + +.login-dialog-banner { + color: rgba(255, 255, 255, 0.7); +} + +.login-dialog-button-box { + spacing: 5px; +} + +.login-dialog-message-warning { + color: #FF9800; +} + +.login-dialog-message-hint { + padding-top: 0; + padding-bottom: 20px; +} + +.login-dialog-user-selection-box { + padding: 100px 0px; +} + +.login-dialog-not-listed-label { + padding-left: 2px; +} + +.login-dialog-not-listed-button:focus .login-dialog-not-listed-label, +.login-dialog-not-listed-button:hover .login-dialog-not-listed-label { + color: white; +} + +.login-dialog-not-listed-label { + transition-duration: 100ms; + font-size: 1em; + font-weight: bold; + color: rgba(255, 255, 255, 0.7); + padding-top: 1em; + border-radius: 4px; +} + +.login-dialog-not-listed-label:hover { + background-color: rgba(255, 255, 255, 0.08); + color: white; +} + +.login-dialog-not-listed-label:focus { + background-color: rgba(255, 255, 255, 0.12); +} + +.login-dialog-not-listed-label:active { + transition-duration: 200ms; + background-color: rgba(255, 255, 255, 0.2); + color: white; +} + +.login-dialog-user-list-view { + -st-vfade-offset: 1em; +} + +.login-dialog-user-list { + spacing: 12px; + width: 23em; +} + +.login-dialog-user-list:expanded .login-dialog-user-list-item:selected { + background-color: rgba(255, 255, 255, 0.12); + color: white; +} + +.login-dialog-user-list:expanded .login-dialog-user-list-item:hover { + background-color: rgba(255, 255, 255, 0.08); + color: white; +} + +.login-dialog-user-list:expanded .login-dialog-user-list-item:active { + background-color: rgba(255, 255, 255, 0.2); + color: white; +} + +.login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in { + border-right: 2px solid white; +} + +.login-dialog-user-list-item { + transition-duration: 100ms; + border-radius: 4px; + padding: 6px; + color: rgba(255, 255, 255, 0.7); +} + +.login-dialog-user-list-item:ltr .user-widget { + padding-right: 1em; +} + +.login-dialog-user-list-item:rtl .user-widget { + padding-left: 1em; +} + +.login-dialog-user-list-item:hover { + background-color: rgba(255, 255, 255, 0.08); + color: white; +} + +.login-dialog-user-list-item:active { + transition-duration: 200ms; + background-color: rgba(255, 255, 255, 0.2); + color: white; +} + +.login-dialog-user-list-item .login-dialog-timed-login-indicator { + height: 2px; + margin-top: 6px; + background-color: white; +} + +.login-dialog-user-list-item:focus .login-dialog-timed-login-indicator { + background-color: white; +} + +.login-dialog-username, +.user-widget-label { + color: white; + font-size: 15pt; + font-weight: 500; + text-align: left; + padding-left: 15px; +} + +.user-widget-label:ltr { + padding-left: 14px; +} + +.user-widget-label:rtl { + padding-right: 14px; +} + +.login-dialog-prompt-layout { + padding-top: 24px; + padding-bottom: 12px; + spacing: 8px; + width: 23em; +} + +.login-dialog-prompt-label { + color: rgba(255, 255, 255, 0.7); + font-size: 1em; + padding-top: 1em; +} + +.login-dialog-session-list-button StIcon { + icon-size: 1.25em; +} + +.login-dialog-session-list-button { + color: rgba(255, 255, 255, 0.7); +} + +.login-dialog-session-list-button:hover, .login-dialog-session-list-button:focus { + color: white; +} + +.login-dialog-session-list-button:active { + color: white; +} + +.screen-shield-arrows { + padding-bottom: 3em; +} + +.screen-shield-arrows Gjs_Arrow { + color: white; + width: 80px; + height: 48px; + -arrow-thickness: 12px; + -arrow-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24); +} + +.screen-shield-clock { + color: white; + text-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24); + font-weight: normal; + text-align: center; + padding-bottom: 1.5em; +} + +.screen-shield-clock-time { + font-size: 112px; + font-weight: 300; + text-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24); + font-feature-settings: "tnum"; +} + +.screen-shield-clock-date { + font-size: 45px; + font-weight: 400; +} + +.screen-shield-notifications-container { + spacing: 6px; + width: 30em; + background-color: transparent; + max-height: 500px; +} + +.screen-shield-notifications-container .summary-notification-stack-scrollview { + padding-top: 0; + padding-bottom: 0; +} + +.screen-shield-notifications-container .notification, +.screen-shield-notifications-container .screen-shield-notification-source { + padding: 8px; + border: none; + background-color: rgba(0, 0, 0, 0.3); + color: white; + border-radius: 4px; +} + +.screen-shield-notifications-container .notification { + margin-right: 16px; +} + +.screen-shield-notification-label { + min-height: 22px; + padding: 2px 0px 0px 16px; + font-weight: bold; +} + +.screen-shield-notification-count-text { + min-height: 22px; + padding: 2px 0px 0px 16px; + color: rgba(255, 255, 255, 0.7); +} + +#panel.lock-screen { + background-color: rgba(0, 0, 0, 0.3); +} + +.screen-shield-background { + background: black; + box-shadow: 0 19px 19px rgba(0, 0, 0, 0.6), 0 15px 6px rgba(0, 0, 0, 0.44); +} + +#lockDialogGroup { + background: #010101; + background-size: cover; +} + +#LookingGlassDialog { + background-color: #2A2A2A; + spacing: 4px; + padding: 0; + border: none; + border-radius: 4px; + box-shadow: 0 14px 14px rgba(0, 0, 0, 0.5), 0 10px 5px rgba(0, 0, 0, 0.44); +} + +#LookingGlassDialog > #Toolbar { + padding: 0 8px; + border: none; + border-radius: 0; + background-color: rgba(42, 42, 42, 0.01); + box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.26); +} + +#LookingGlassDialog .labels { + spacing: 0; +} + +#LookingGlassDialog .notebook-tab { + -natural-hpadding: 12px; + -minimum-hpadding: 6px; + font-weight: bold; + color: rgba(211, 211, 211, 0.7); + transition-duration: 100ms; + padding-left: 16px; + padding-right: 16px; + min-height: 36px; + padding: 0 32px; +} + +#LookingGlassDialog .notebook-tab:hover { + background-color: rgba(211, 211, 211, 0.08); + color: #d3d3d3; + text-shadow: none; +} + +#LookingGlassDialog .notebook-tab:active { + background-color: rgba(211, 211, 211, 0.2); + color: #d3d3d3; + transition-duration: 200ms; +} + +#LookingGlassDialog .notebook-tab:selected { + border-bottom-width: 0; + border-color: transparent; + background-color: rgba(42, 42, 42, 0.01); + box-shadow: inset 0 -2px 0px #FF9800; + color: #d3d3d3; + text-shadow: none; +} + +#LookingGlassDialog StBoxLayout#EvalBox { + padding: 4px; + spacing: 4px; +} + +#LookingGlassDialog StBoxLayout#ResultsArea { + spacing: 4px; +} + +.lg-dialog StEntry { + selection-background-color: rgba(255, 152, 0, 0.6); + selected-color: #d3d3d3; +} + +.lg-dialog .shell-link { + color: #FF9800; +} + +.lg-dialog .shell-link:hover { + color: #FF9800; +} + +.lg-completions-text { + font-size: 1em; + font-style: italic; +} + +.lg-obj-inspector-title { + spacing: 4px; +} + +.lg-obj-inspector-button { + min-height: 36px; + padding: 0 16px; + border: none; + border-radius: 4px; + font-size: 10.5pt; + font-weight: 500; + color: rgba(211, 211, 211, 0.7); + background-color: transparent; + border-color: transparent; + box-shadow: 0 0 transparent; + text-shadow: none; + icon-shadow: none; + transition-duration: 100ms; +} + +.lg-obj-inspector-button:hover { + color: #d3d3d3; + background-color: rgba(211, 211, 211, 0.08); + border-color: transparent; + box-shadow: 0 0 transparent; + text-shadow: none; + icon-shadow: none; +} + +.lg-obj-inspector-button:active { + color: #d3d3d3; + background-color: rgba(211, 211, 211, 0.2); + border-color: transparent; + box-shadow: 0 0 transparent; + text-shadow: none; + icon-shadow: none; + transition-duration: 200ms; +} + +.lg-obj-inspector-button:insensitive { + color: rgba(211, 211, 211, 0.3); + background-color: transparent; + border-color: transparent; + box-shadow: 0 0 transparent; + text-shadow: none; + icon-shadow: none; +} + +.lg-obj-inspector-button:focus { + color: #d3d3d3; + text-shadow: none; + icon-shadow: none; + box-shadow: 0 0 transparent; +} + +.lg-obj-inspector-button:hover { + border: none; +} + +#lookingGlassExtensions { + padding: 4px; +} + +.lg-extensions-list { + padding: 4px; + spacing: 6px; +} + +.lg-extension { + border: none; + border-radius: 4px; + padding: 4px; +} + +.lg-extension-name { + font-size: 18pt; + font-weight: 400; +} + +.lg-extension-meta { + spacing: 6px; +} + +#LookingGlassPropertyInspector { + background: #2A2A2A; + border: none; + border-radius: 4px; + padding: 6px; + box-shadow: 0 14px 14px rgba(0, 0, 0, 0.5), 0 10px 5px rgba(0, 0, 0, 0.44); +} + +/* Dash to Dock */ +#dashtodockContainer #dash { + background-color: rgba(0, 0, 0, 0.6); +} + +#dashtodockContainer:overview #dash { + background-color: rgba(255, 255, 255, 0.1); +} + +#dashtodockContainer.extended:overview #dash { + background-color: transparent; +} + +#dashtodockContainer.left #dash, +#dashtodockContainer.right #dash { + padding: 3px 0; +} + +#dashtodockContainer.top #dash, +#dashtodockContainer.bottom #dash { + padding: 0 3px; +} + +#dashtodockContainer.extended #dash { + padding: 0; + border-radius: 0; +} + +#dashtodockContainer.left .dash-item-container > StWidget, +#dashtodockContainer.right .dash-item-container > StWidget, +#dashtodockContainer.extended.left .dash-item-container > StWidget, +#dashtodockContainer.extended.right .dash-item-container > StWidget { + padding: 3px 6px; +} + +#dashtodockContainer.extended.left .dash-item-container:first-child > StWidget, +#dashtodockContainer.extended.right .dash-item-container:first-child > StWidget { + padding: 6px 6px 3px 6px; +} + +#dashtodockContainer.extended.left .dash-item-container:last-child > StWidget, +#dashtodockContainer.extended.right .dash-item-container:last-child > StWidget { + padding: 3px 6px 6px 6px; +} + +#dashtodockContainer.top .dash-item-container > StWidget, +#dashtodockContainer.bottom .dash-item-container > StWidget, +#dashtodockContainer.extended.top .dash-item-container > StWidget, +#dashtodockContainer.extended.bottom .dash-item-container > StWidget { + padding: 6px 3px; +} + +#dashtodockContainer.extended.top .dash-item-container:first-child > StWidget, +#dashtodockContainer.extended.bottom .dash-item-container:first-child > StWidget { + padding: 6px 3px 6px 6px; +} + +#dashtodockContainer.extended.top .dash-item-container:last-child > StWidget, +#dashtodockContainer.extended.bottom .dash-item-container:last-child > StWidget { + padding: 6px 6px 6px 3px; +} + +#dashtodockContainer .app-well-app-running-dot { + background-color: transparent; +} + +#dashtodockContainer .dash-item-container > StWidget { + background-size: cover; +} + +#dashtodockContainer.left .dash-item-container > StWidget.running1 { + background-image: url("assets/dash/left-running1.svg"); +} + +#dashtodockContainer.left .dash-item-container > StWidget.running1.focused { + background-image: url("assets/dash/left-running1-focused.svg"); +} + +#dashtodockContainer.left .dash-item-container > StWidget.running2 { + background-image: url("assets/dash/left-running2.svg"); +} + +#dashtodockContainer.left .dash-item-container > StWidget.running2.focused { + background-image: url("assets/dash/left-running2-focused.svg"); +} + +#dashtodockContainer.left .dash-item-container > StWidget.running3 { + background-image: url("assets/dash/left-running3.svg"); +} + +#dashtodockContainer.left .dash-item-container > StWidget.running3.focused { + background-image: url("assets/dash/left-running3-focused.svg"); +} + +#dashtodockContainer.left .dash-item-container > StWidget.running4 { + background-image: url("assets/dash/left-running4.svg"); +} + +#dashtodockContainer.left .dash-item-container > StWidget.running4.focused { + background-image: url("assets/dash/left-running4-focused.svg"); +} + +#dashtodockContainer.right .dash-item-container > StWidget.running1 { + background-image: url("assets/dash/right-running1.svg"); +} + +#dashtodockContainer.right .dash-item-container > StWidget.running1.focused { + background-image: url("assets/dash/right-running1-focused.svg"); +} + +#dashtodockContainer.right .dash-item-container > StWidget.running2 { + background-image: url("assets/dash/right-running2.svg"); +} + +#dashtodockContainer.right .dash-item-container > StWidget.running2.focused { + background-image: url("assets/dash/right-running2-focused.svg"); +} + +#dashtodockContainer.right .dash-item-container > StWidget.running3 { + background-image: url("assets/dash/right-running3.svg"); +} + +#dashtodockContainer.right .dash-item-container > StWidget.running3.focused { + background-image: url("assets/dash/right-running3-focused.svg"); +} + +#dashtodockContainer.right .dash-item-container > StWidget.running4 { + background-image: url("assets/dash/right-running4.svg"); +} + +#dashtodockContainer.right .dash-item-container > StWidget.running4.focused { + background-image: url("assets/dash/right-running4-focused.svg"); +} + +#dashtodockContainer.top .dash-item-container > StWidget.running1 { + background-image: url("assets/dash/top-running1.svg"); +} + +#dashtodockContainer.top .dash-item-container > StWidget.running1.focused { + background-image: url("assets/dash/top-running1-focused.svg"); +} + +#dashtodockContainer.top .dash-item-container > StWidget.running2 { + background-image: url("assets/dash/top-running2.svg"); +} + +#dashtodockContainer.top .dash-item-container > StWidget.running2.focused { + background-image: url("assets/dash/top-running2-focused.svg"); +} + +#dashtodockContainer.top .dash-item-container > StWidget.running3 { + background-image: url("assets/dash/top-running3.svg"); +} + +#dashtodockContainer.top .dash-item-container > StWidget.running3.focused { + background-image: url("assets/dash/top-running3-focused.svg"); +} + +#dashtodockContainer.top .dash-item-container > StWidget.running4 { + background-image: url("assets/dash/top-running4.svg"); +} + +#dashtodockContainer.top .dash-item-container > StWidget.running4.focused { + background-image: url("assets/dash/top-running4-focused.svg"); +} + +#dashtodockContainer.bottom .dash-item-container > StWidget.running1 { + background-image: url("assets/dash/bottom-running1.svg"); +} + +#dashtodockContainer.bottom .dash-item-container > StWidget.running1.focused { + background-image: url("assets/dash/bottom-running1-focused.svg"); +} + +#dashtodockContainer.bottom .dash-item-container > StWidget.running2 { + background-image: url("assets/dash/bottom-running2.svg"); +} + +#dashtodockContainer.bottom .dash-item-container > StWidget.running2.focused { + background-image: url("assets/dash/bottom-running2-focused.svg"); +} + +#dashtodockContainer.bottom .dash-item-container > StWidget.running3 { + background-image: url("assets/dash/bottom-running3.svg"); +} + +#dashtodockContainer.bottom .dash-item-container > StWidget.running3.focused { + background-image: url("assets/dash/bottom-running3-focused.svg"); +} + +#dashtodockContainer.bottom .dash-item-container > StWidget.running4 { + background-image: url("assets/dash/bottom-running4.svg"); +} + +#dashtodockContainer.bottom .dash-item-container > StWidget.running4.focused { + background-image: url("assets/dash/bottom-running4-focused.svg"); +} + +/* Simple Dock */ +#dash:desktop { + background-color: rgba(0, 0, 0, 0.6); +} + +/* GPaste */ +.popup-menu .search-entry { + color: #d3d3d3; + selection-background-color: rgba(255, 152, 0, 0.6); + selected-color: #d3d3d3; + transition-duration: 100ms; + background-color: rgba(211, 211, 211, 0.04); + border-color: transparent; + box-shadow: inset 0 -1px rgba(211, 211, 211, 0.3); +} + +.popup-menu .search-entry:hover { + box-shadow: inset 0 -1px #d3d3d3; +} + +.popup-menu .search-entry:focus { + border-color: transparent; + box-shadow: inset 0 -2px #FF9800; + color: #d3d3d3; +} + +.popup-menu .search-entry .search-entry-icon { + color: rgba(211, 211, 211, 0.7); +} + +.popup-menu .search-entry:hover .search-entry-icon, .popup-menu .search-entry:focus .search-entry-icon { + color: #d3d3d3; +} diff --git a/.themes/oomox-darker/gnome-shell/message-indicator-symbolic.svg b/.themes/oomox-darker/gnome-shell/message-indicator-symbolic.svg new file mode 100644 index 0000000..a93cc63 --- /dev/null +++ b/.themes/oomox-darker/gnome-shell/message-indicator-symbolic.svg @@ -0,0 +1,3 @@ + + + diff --git a/.themes/oomox-darker/gnome-shell/no-events.svg b/.themes/oomox-darker/gnome-shell/no-events.svg new file mode 120000 index 0000000..d2fcad0 --- /dev/null +++ b/.themes/oomox-darker/gnome-shell/no-events.svg @@ -0,0 +1 @@ +assets/no-events.svg \ No newline at end of file diff --git a/.themes/oomox-darker/gnome-shell/no-notifications.svg b/.themes/oomox-darker/gnome-shell/no-notifications.svg new file mode 120000 index 0000000..175731c --- /dev/null +++ b/.themes/oomox-darker/gnome-shell/no-notifications.svg @@ -0,0 +1 @@ +assets/no-notifications.svg \ No newline at end of file diff --git a/.themes/oomox-darker/gnome-shell/noise-texture.png b/.themes/oomox-darker/gnome-shell/noise-texture.png new file mode 100644 index 0000000..ca1563d Binary files /dev/null and b/.themes/oomox-darker/gnome-shell/noise-texture.png differ diff --git a/.themes/oomox-darker/gnome-shell/pad-osd.css b/.themes/oomox-darker/gnome-shell/pad-osd.css new file mode 100644 index 0000000..31c2377 --- /dev/null +++ b/.themes/oomox-darker/gnome-shell/pad-osd.css @@ -0,0 +1,30 @@ +.Leader { + stroke-width: .5 !important; + stroke: #535353; + fill: none !important; +} + +.Button { + stroke-width: .25; + stroke: #ededed; + fill: #ededed; +} + +.Ring { + stroke-width: .5 !important; + stroke: #535353 !important; + fill: none !important; +} + +.Label { + stroke: none !important; + stroke-width: .1 !important; + font-size: .1 !important; + fill: transparent !important; +} + +.TouchStrip, .TouchRing { + stroke-width: .1 !important; + stroke: #ededed !important; + fill: #535353 !important; +} diff --git a/.themes/oomox-darker/gnome-shell/process-working.svg b/.themes/oomox-darker/gnome-shell/process-working.svg new file mode 120000 index 0000000..a6586c3 --- /dev/null +++ b/.themes/oomox-darker/gnome-shell/process-working.svg @@ -0,0 +1 @@ +assets/process-working.svg \ No newline at end of file diff --git a/.themes/oomox-darker/gtk-2.0/apps.rc b/.themes/oomox-darker/gtk-2.0/apps.rc new file mode 100644 index 0000000..530e72f --- /dev/null +++ b/.themes/oomox-darker/gtk-2.0/apps.rc @@ -0,0 +1,92 @@ +# vim:set ft=gtkrc ts=2 sw=2 sts=2 ai et: +# +# This file, unlike hacks.rc, contains legitimate cases we need to handle, e.g. +# custom widgets, programs giving us a chance to alter their UI to fit more with +# the theme or stuff that is supposed to look different, like panels. + +# TODO: This could really look nicer +style "gimp_spin_scale" { + # Spin background + bg[NORMAL] = @base_color + + engine "pixmap" { + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + overlay_file = "assets/pan-up-alt.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + overlay_file = "assets/pan-up.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + overlay_file = "assets/pan-up.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + overlay_file = "assets/pan-up-alt-disabled.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + overlay_file = "assets/pan-down-alt.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + overlay_file = "assets/pan-down.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + overlay_file = "assets/pan-down.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + overlay_file = "assets/pan-down-alt-disabled.png" + overlay_stretch = FALSE + } + } +} + +style "chrome_gtk_frame" { + ChromeGtkFrame::frame-color = @titlebar_bg_color + ChromeGtkFrame::inactive-frame-color = @titlebar_bg_color + ChromeGtkFrame::incognito-frame-color = @titlebar_bg_color + ChromeGtkFrame::incognito-inactive-frame-color = @titlebar_bg_color + + ChromeGtkFrame::frame-gradient-size = 0 +} + +# Disable spin button assets for GimpSpinScale +class "GimpSpinScale" style "gimp_spin_scale" + +# Chromium lets us define some colours and settings for better integration +class "ChromeGtkFrame" style "chrome_gtk_frame" diff --git a/.themes/oomox-darker/gtk-2.0/assets/border.png b/.themes/oomox-darker/gtk-2.0/assets/border.png new file mode 100644 index 0000000..0a3c4af Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/border.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/button-active.png b/.themes/oomox-darker/gtk-2.0/assets/button-active.png new file mode 100644 index 0000000..4557932 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/button-active.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/button-disabled.png b/.themes/oomox-darker/gtk-2.0/assets/button-disabled.png new file mode 100644 index 0000000..5c08d3a Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/button-disabled.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/button-hover.png b/.themes/oomox-darker/gtk-2.0/assets/button-hover.png new file mode 100644 index 0000000..96e4e52 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/button-hover.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/button.png b/.themes/oomox-darker/gtk-2.0/assets/button.png new file mode 100644 index 0000000..413eded Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/button.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/checkbox-checked-active.png b/.themes/oomox-darker/gtk-2.0/assets/checkbox-checked-active.png new file mode 100644 index 0000000..5637857 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/checkbox-checked-active.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/checkbox-checked-disabled.png b/.themes/oomox-darker/gtk-2.0/assets/checkbox-checked-disabled.png new file mode 100644 index 0000000..d9fa86e Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/checkbox-checked-disabled.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/checkbox-checked-hover.png b/.themes/oomox-darker/gtk-2.0/assets/checkbox-checked-hover.png new file mode 100644 index 0000000..df06c23 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/checkbox-checked-hover.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/checkbox-checked.png b/.themes/oomox-darker/gtk-2.0/assets/checkbox-checked.png new file mode 100644 index 0000000..3d4f230 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/checkbox-checked.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/checkbox-mixed-active.png b/.themes/oomox-darker/gtk-2.0/assets/checkbox-mixed-active.png new file mode 100644 index 0000000..913ec1f Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/checkbox-mixed-active.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/checkbox-mixed-disabled.png b/.themes/oomox-darker/gtk-2.0/assets/checkbox-mixed-disabled.png new file mode 100644 index 0000000..fc81aec Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/checkbox-mixed-disabled.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/checkbox-mixed-hover.png b/.themes/oomox-darker/gtk-2.0/assets/checkbox-mixed-hover.png new file mode 100644 index 0000000..5c39749 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/checkbox-mixed-hover.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/checkbox-mixed.png b/.themes/oomox-darker/gtk-2.0/assets/checkbox-mixed.png new file mode 100644 index 0000000..bd1b6af Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/checkbox-mixed.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/checkbox-unchecked-active.png b/.themes/oomox-darker/gtk-2.0/assets/checkbox-unchecked-active.png new file mode 100644 index 0000000..1e3d991 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/checkbox-unchecked-active.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/checkbox-unchecked-disabled.png b/.themes/oomox-darker/gtk-2.0/assets/checkbox-unchecked-disabled.png new file mode 100644 index 0000000..b10266e Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/checkbox-unchecked-disabled.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/checkbox-unchecked-hover.png b/.themes/oomox-darker/gtk-2.0/assets/checkbox-unchecked-hover.png new file mode 100644 index 0000000..9c119e9 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/checkbox-unchecked-hover.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/checkbox-unchecked.png b/.themes/oomox-darker/gtk-2.0/assets/checkbox-unchecked.png new file mode 100644 index 0000000..ff93db8 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/checkbox-unchecked.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/combo-ltr-button-active.png b/.themes/oomox-darker/gtk-2.0/assets/combo-ltr-button-active.png new file mode 100644 index 0000000..e6e83dd Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/combo-ltr-button-active.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/combo-ltr-button-disabled.png b/.themes/oomox-darker/gtk-2.0/assets/combo-ltr-button-disabled.png new file mode 100644 index 0000000..af61296 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/combo-ltr-button-disabled.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/combo-ltr-button-hover.png b/.themes/oomox-darker/gtk-2.0/assets/combo-ltr-button-hover.png new file mode 100644 index 0000000..142d16d Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/combo-ltr-button-hover.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/combo-ltr-button.png b/.themes/oomox-darker/gtk-2.0/assets/combo-ltr-button.png new file mode 100644 index 0000000..be295d2 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/combo-ltr-button.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/combo-ltr-entry-active.png b/.themes/oomox-darker/gtk-2.0/assets/combo-ltr-entry-active.png new file mode 100644 index 0000000..1cdd91e Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/combo-ltr-entry-active.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/combo-ltr-entry-disabled.png b/.themes/oomox-darker/gtk-2.0/assets/combo-ltr-entry-disabled.png new file mode 100644 index 0000000..7e0e2c9 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/combo-ltr-entry-disabled.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/combo-ltr-entry.png b/.themes/oomox-darker/gtk-2.0/assets/combo-ltr-entry.png new file mode 100644 index 0000000..1425c2c Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/combo-ltr-entry.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/combo-rtl-button-active.png b/.themes/oomox-darker/gtk-2.0/assets/combo-rtl-button-active.png new file mode 100644 index 0000000..3e60dca Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/combo-rtl-button-active.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/combo-rtl-button-disabled.png b/.themes/oomox-darker/gtk-2.0/assets/combo-rtl-button-disabled.png new file mode 100644 index 0000000..2c13791 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/combo-rtl-button-disabled.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/combo-rtl-button-hover.png b/.themes/oomox-darker/gtk-2.0/assets/combo-rtl-button-hover.png new file mode 100644 index 0000000..21c44c8 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/combo-rtl-button-hover.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/combo-rtl-button.png b/.themes/oomox-darker/gtk-2.0/assets/combo-rtl-button.png new file mode 100644 index 0000000..77f2d10 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/combo-rtl-button.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/combo-rtl-entry-active.png b/.themes/oomox-darker/gtk-2.0/assets/combo-rtl-entry-active.png new file mode 100644 index 0000000..9a16472 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/combo-rtl-entry-active.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/combo-rtl-entry-disabled.png b/.themes/oomox-darker/gtk-2.0/assets/combo-rtl-entry-disabled.png new file mode 100644 index 0000000..7849858 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/combo-rtl-entry-disabled.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/combo-rtl-entry.png b/.themes/oomox-darker/gtk-2.0/assets/combo-rtl-entry.png new file mode 100644 index 0000000..a35cd88 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/combo-rtl-entry.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/entry-active.png b/.themes/oomox-darker/gtk-2.0/assets/entry-active.png new file mode 100644 index 0000000..4a3e539 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/entry-active.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/entry-background-disabled.png b/.themes/oomox-darker/gtk-2.0/assets/entry-background-disabled.png new file mode 100644 index 0000000..d7c7d86 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/entry-background-disabled.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/entry-background.png b/.themes/oomox-darker/gtk-2.0/assets/entry-background.png new file mode 100644 index 0000000..978b271 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/entry-background.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/entry-disabled.png b/.themes/oomox-darker/gtk-2.0/assets/entry-disabled.png new file mode 100644 index 0000000..de074f0 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/entry-disabled.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/entry.png b/.themes/oomox-darker/gtk-2.0/assets/entry.png new file mode 100644 index 0000000..93204c7 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/entry.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/flat-button-active.png b/.themes/oomox-darker/gtk-2.0/assets/flat-button-active.png new file mode 100644 index 0000000..2a6e0ef Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/flat-button-active.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/flat-button-disabled.png b/.themes/oomox-darker/gtk-2.0/assets/flat-button-disabled.png new file mode 100644 index 0000000..2e3cfdc Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/flat-button-disabled.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/flat-button-hover.png b/.themes/oomox-darker/gtk-2.0/assets/flat-button-hover.png new file mode 100644 index 0000000..c26491e Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/flat-button-hover.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/flat-button.png b/.themes/oomox-darker/gtk-2.0/assets/flat-button.png new file mode 100644 index 0000000..2e3cfdc Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/flat-button.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/focus.png b/.themes/oomox-darker/gtk-2.0/assets/focus.png new file mode 100644 index 0000000..f877b99 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/focus.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/frame-inline.png b/.themes/oomox-darker/gtk-2.0/assets/frame-inline.png new file mode 100644 index 0000000..8cd61bf Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/frame-inline.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/frame-notebook.png b/.themes/oomox-darker/gtk-2.0/assets/frame-notebook.png new file mode 100644 index 0000000..b4f685b Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/frame-notebook.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/frame.png b/.themes/oomox-darker/gtk-2.0/assets/frame.png new file mode 100644 index 0000000..244499a Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/frame.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/handle-horz-active.png b/.themes/oomox-darker/gtk-2.0/assets/handle-horz-active.png new file mode 100644 index 0000000..e1caf5b Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/handle-horz-active.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/handle-horz-hover.png b/.themes/oomox-darker/gtk-2.0/assets/handle-horz-hover.png new file mode 100644 index 0000000..5763585 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/handle-horz-hover.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/handle-horz.png b/.themes/oomox-darker/gtk-2.0/assets/handle-horz.png new file mode 100644 index 0000000..02b0bcd Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/handle-horz.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/handle-vert-active.png b/.themes/oomox-darker/gtk-2.0/assets/handle-vert-active.png new file mode 100644 index 0000000..2a33e24 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/handle-vert-active.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/handle-vert-hover.png b/.themes/oomox-darker/gtk-2.0/assets/handle-vert-hover.png new file mode 100644 index 0000000..36914dc Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/handle-vert-hover.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/handle-vert.png b/.themes/oomox-darker/gtk-2.0/assets/handle-vert.png new file mode 100644 index 0000000..17e6177 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/handle-vert.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/menu-checkbox-checked-disabled.png b/.themes/oomox-darker/gtk-2.0/assets/menu-checkbox-checked-disabled.png new file mode 100644 index 0000000..e702b1e Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/menu-checkbox-checked-disabled.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/menu-checkbox-checked.png b/.themes/oomox-darker/gtk-2.0/assets/menu-checkbox-checked.png new file mode 100644 index 0000000..fbafb54 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/menu-checkbox-checked.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/menu-checkbox-mixed-disabled.png b/.themes/oomox-darker/gtk-2.0/assets/menu-checkbox-mixed-disabled.png new file mode 100644 index 0000000..19ae4ef Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/menu-checkbox-mixed-disabled.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/menu-checkbox-mixed.png b/.themes/oomox-darker/gtk-2.0/assets/menu-checkbox-mixed.png new file mode 100644 index 0000000..abc8a9f Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/menu-checkbox-mixed.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/menu-checkbox-unchecked-disabled.png b/.themes/oomox-darker/gtk-2.0/assets/menu-checkbox-unchecked-disabled.png new file mode 100644 index 0000000..66dfbba Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/menu-checkbox-unchecked-disabled.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/menu-checkbox-unchecked.png b/.themes/oomox-darker/gtk-2.0/assets/menu-checkbox-unchecked.png new file mode 100644 index 0000000..ede1caa Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/menu-checkbox-unchecked.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/menu-radio-checked-disabled.png b/.themes/oomox-darker/gtk-2.0/assets/menu-radio-checked-disabled.png new file mode 100644 index 0000000..423da85 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/menu-radio-checked-disabled.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/menu-radio-checked.png b/.themes/oomox-darker/gtk-2.0/assets/menu-radio-checked.png new file mode 100644 index 0000000..9d3cde4 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/menu-radio-checked.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/menu-radio-mixed-disabled.png b/.themes/oomox-darker/gtk-2.0/assets/menu-radio-mixed-disabled.png new file mode 100644 index 0000000..e073521 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/menu-radio-mixed-disabled.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/menu-radio-mixed.png b/.themes/oomox-darker/gtk-2.0/assets/menu-radio-mixed.png new file mode 100644 index 0000000..34b5875 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/menu-radio-mixed.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/menu-radio-unchecked-disabled.png b/.themes/oomox-darker/gtk-2.0/assets/menu-radio-unchecked-disabled.png new file mode 100644 index 0000000..3b96a1e Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/menu-radio-unchecked-disabled.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/menu-radio-unchecked.png b/.themes/oomox-darker/gtk-2.0/assets/menu-radio-unchecked.png new file mode 100644 index 0000000..972efbc Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/menu-radio-unchecked.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/notebook-combo-ltr-entry-active.png b/.themes/oomox-darker/gtk-2.0/assets/notebook-combo-ltr-entry-active.png new file mode 100644 index 0000000..ac8fe07 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/notebook-combo-ltr-entry-active.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/notebook-combo-ltr-entry-disabled.png b/.themes/oomox-darker/gtk-2.0/assets/notebook-combo-ltr-entry-disabled.png new file mode 100644 index 0000000..ee945d7 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/notebook-combo-ltr-entry-disabled.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/notebook-combo-ltr-entry.png b/.themes/oomox-darker/gtk-2.0/assets/notebook-combo-ltr-entry.png new file mode 100644 index 0000000..2e69c04 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/notebook-combo-ltr-entry.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/notebook-combo-rtl-entry-active.png b/.themes/oomox-darker/gtk-2.0/assets/notebook-combo-rtl-entry-active.png new file mode 100644 index 0000000..cb2842b Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/notebook-combo-rtl-entry-active.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/notebook-combo-rtl-entry-disabled.png b/.themes/oomox-darker/gtk-2.0/assets/notebook-combo-rtl-entry-disabled.png new file mode 100644 index 0000000..d2020ab Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/notebook-combo-rtl-entry-disabled.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/notebook-combo-rtl-entry.png b/.themes/oomox-darker/gtk-2.0/assets/notebook-combo-rtl-entry.png new file mode 100644 index 0000000..eb02dbc Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/notebook-combo-rtl-entry.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/notebook-entry-active.png b/.themes/oomox-darker/gtk-2.0/assets/notebook-entry-active.png new file mode 100644 index 0000000..30d7cba Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/notebook-entry-active.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/notebook-entry-disabled.png b/.themes/oomox-darker/gtk-2.0/assets/notebook-entry-disabled.png new file mode 100644 index 0000000..87a1c5e Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/notebook-entry-disabled.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/notebook-entry.png b/.themes/oomox-darker/gtk-2.0/assets/notebook-entry.png new file mode 100644 index 0000000..642b70e Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/notebook-entry.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/pan-down-alt-disabled.png b/.themes/oomox-darker/gtk-2.0/assets/pan-down-alt-disabled.png new file mode 100644 index 0000000..ca7a3ef Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/pan-down-alt-disabled.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/pan-down-alt.png b/.themes/oomox-darker/gtk-2.0/assets/pan-down-alt.png new file mode 100644 index 0000000..620b7ee Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/pan-down-alt.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/pan-down-disabled.png b/.themes/oomox-darker/gtk-2.0/assets/pan-down-disabled.png new file mode 100644 index 0000000..d8c6da3 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/pan-down-disabled.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/pan-down.png b/.themes/oomox-darker/gtk-2.0/assets/pan-down.png new file mode 100644 index 0000000..368015e Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/pan-down.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/pan-left-alt-disabled.png b/.themes/oomox-darker/gtk-2.0/assets/pan-left-alt-disabled.png new file mode 100644 index 0000000..de9a738 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/pan-left-alt-disabled.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/pan-left-alt.png b/.themes/oomox-darker/gtk-2.0/assets/pan-left-alt.png new file mode 100644 index 0000000..ef09b1d Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/pan-left-alt.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/pan-left-disabled.png b/.themes/oomox-darker/gtk-2.0/assets/pan-left-disabled.png new file mode 100644 index 0000000..f573192 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/pan-left-disabled.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/pan-left-semi.png b/.themes/oomox-darker/gtk-2.0/assets/pan-left-semi.png new file mode 100644 index 0000000..c2a4570 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/pan-left-semi.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/pan-left.png b/.themes/oomox-darker/gtk-2.0/assets/pan-left.png new file mode 100644 index 0000000..1018700 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/pan-left.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/pan-right-alt-disabled.png b/.themes/oomox-darker/gtk-2.0/assets/pan-right-alt-disabled.png new file mode 100644 index 0000000..1fcd97c Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/pan-right-alt-disabled.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/pan-right-alt.png b/.themes/oomox-darker/gtk-2.0/assets/pan-right-alt.png new file mode 100644 index 0000000..5578935 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/pan-right-alt.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/pan-right-disabled.png b/.themes/oomox-darker/gtk-2.0/assets/pan-right-disabled.png new file mode 100644 index 0000000..e820577 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/pan-right-disabled.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/pan-right-semi.png b/.themes/oomox-darker/gtk-2.0/assets/pan-right-semi.png new file mode 100644 index 0000000..be0cb50 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/pan-right-semi.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/pan-right.png b/.themes/oomox-darker/gtk-2.0/assets/pan-right.png new file mode 100644 index 0000000..b2920ca Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/pan-right.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/pan-up-alt-disabled.png b/.themes/oomox-darker/gtk-2.0/assets/pan-up-alt-disabled.png new file mode 100644 index 0000000..b0e2d96 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/pan-up-alt-disabled.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/pan-up-alt.png b/.themes/oomox-darker/gtk-2.0/assets/pan-up-alt.png new file mode 100644 index 0000000..ff33361 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/pan-up-alt.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/pan-up-disabled.png b/.themes/oomox-darker/gtk-2.0/assets/pan-up-disabled.png new file mode 100644 index 0000000..a2934c3 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/pan-up-disabled.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/pan-up.png b/.themes/oomox-darker/gtk-2.0/assets/pan-up.png new file mode 100644 index 0000000..a15a938 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/pan-up.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/progressbar-progress.png b/.themes/oomox-darker/gtk-2.0/assets/progressbar-progress.png new file mode 100644 index 0000000..fd1c148 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/progressbar-progress.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/progressbar-trough.png b/.themes/oomox-darker/gtk-2.0/assets/progressbar-trough.png new file mode 100644 index 0000000..0e73902 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/progressbar-trough.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/radio-checked-active.png b/.themes/oomox-darker/gtk-2.0/assets/radio-checked-active.png new file mode 100644 index 0000000..7855561 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/radio-checked-active.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/radio-checked-disabled.png b/.themes/oomox-darker/gtk-2.0/assets/radio-checked-disabled.png new file mode 100644 index 0000000..7df2b4d Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/radio-checked-disabled.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/radio-checked-hover.png b/.themes/oomox-darker/gtk-2.0/assets/radio-checked-hover.png new file mode 100644 index 0000000..8447dcc Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/radio-checked-hover.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/radio-checked.png b/.themes/oomox-darker/gtk-2.0/assets/radio-checked.png new file mode 100644 index 0000000..3bbc27f Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/radio-checked.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/radio-mixed-active.png b/.themes/oomox-darker/gtk-2.0/assets/radio-mixed-active.png new file mode 100644 index 0000000..a028ea6 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/radio-mixed-active.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/radio-mixed-disabled.png b/.themes/oomox-darker/gtk-2.0/assets/radio-mixed-disabled.png new file mode 100644 index 0000000..f504be6 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/radio-mixed-disabled.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/radio-mixed-hover.png b/.themes/oomox-darker/gtk-2.0/assets/radio-mixed-hover.png new file mode 100644 index 0000000..1abbee0 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/radio-mixed-hover.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/radio-mixed.png b/.themes/oomox-darker/gtk-2.0/assets/radio-mixed.png new file mode 100644 index 0000000..f968c66 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/radio-mixed.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/radio-unchecked-active.png b/.themes/oomox-darker/gtk-2.0/assets/radio-unchecked-active.png new file mode 100644 index 0000000..2a55502 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/radio-unchecked-active.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/radio-unchecked-disabled.png b/.themes/oomox-darker/gtk-2.0/assets/radio-unchecked-disabled.png new file mode 100644 index 0000000..1367f05 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/radio-unchecked-disabled.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/radio-unchecked-hover.png b/.themes/oomox-darker/gtk-2.0/assets/radio-unchecked-hover.png new file mode 100644 index 0000000..a9bb960 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/radio-unchecked-hover.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/radio-unchecked.png b/.themes/oomox-darker/gtk-2.0/assets/radio-unchecked.png new file mode 100644 index 0000000..ebd6b9d Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/radio-unchecked.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/scale-horz-trough-active.png b/.themes/oomox-darker/gtk-2.0/assets/scale-horz-trough-active.png new file mode 100644 index 0000000..c230615 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/scale-horz-trough-active.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/scale-horz-trough-disabled.png b/.themes/oomox-darker/gtk-2.0/assets/scale-horz-trough-disabled.png new file mode 100644 index 0000000..b65debe Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/scale-horz-trough-disabled.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/scale-horz-trough.png b/.themes/oomox-darker/gtk-2.0/assets/scale-horz-trough.png new file mode 100644 index 0000000..b4ce040 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/scale-horz-trough.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/scale-slider-active.png b/.themes/oomox-darker/gtk-2.0/assets/scale-slider-active.png new file mode 100644 index 0000000..2a18356 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/scale-slider-active.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/scale-slider-disabled.png b/.themes/oomox-darker/gtk-2.0/assets/scale-slider-disabled.png new file mode 100644 index 0000000..ad0e0a1 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/scale-slider-disabled.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/scale-slider-hover.png b/.themes/oomox-darker/gtk-2.0/assets/scale-slider-hover.png new file mode 100644 index 0000000..9eaaf72 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/scale-slider-hover.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/scale-slider.png b/.themes/oomox-darker/gtk-2.0/assets/scale-slider.png new file mode 100644 index 0000000..bdf709b Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/scale-slider.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/scale-vert-trough-active.png b/.themes/oomox-darker/gtk-2.0/assets/scale-vert-trough-active.png new file mode 100644 index 0000000..c7a9034 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/scale-vert-trough-active.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/scale-vert-trough-disabled.png b/.themes/oomox-darker/gtk-2.0/assets/scale-vert-trough-disabled.png new file mode 100644 index 0000000..347e48c Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/scale-vert-trough-disabled.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/scale-vert-trough.png b/.themes/oomox-darker/gtk-2.0/assets/scale-vert-trough.png new file mode 100644 index 0000000..671803f Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/scale-vert-trough.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/scrollbar-horz-slider-active.png b/.themes/oomox-darker/gtk-2.0/assets/scrollbar-horz-slider-active.png new file mode 100644 index 0000000..6df199c Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/scrollbar-horz-slider-active.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/scrollbar-horz-slider-disabled.png b/.themes/oomox-darker/gtk-2.0/assets/scrollbar-horz-slider-disabled.png new file mode 100644 index 0000000..2277916 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/scrollbar-horz-slider-disabled.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/scrollbar-horz-slider-hover.png b/.themes/oomox-darker/gtk-2.0/assets/scrollbar-horz-slider-hover.png new file mode 100644 index 0000000..0d26e4a Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/scrollbar-horz-slider-hover.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/scrollbar-horz-slider.png b/.themes/oomox-darker/gtk-2.0/assets/scrollbar-horz-slider.png new file mode 100644 index 0000000..bfb899e Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/scrollbar-horz-slider.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/scrollbar-horz-trough.png b/.themes/oomox-darker/gtk-2.0/assets/scrollbar-horz-trough.png new file mode 100644 index 0000000..0b6fa69 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/scrollbar-horz-trough.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/scrollbar-vert-ltr-slider-active.png b/.themes/oomox-darker/gtk-2.0/assets/scrollbar-vert-ltr-slider-active.png new file mode 100644 index 0000000..8a9909c Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/scrollbar-vert-ltr-slider-active.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/scrollbar-vert-ltr-slider-disabled.png b/.themes/oomox-darker/gtk-2.0/assets/scrollbar-vert-ltr-slider-disabled.png new file mode 100644 index 0000000..754566a Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/scrollbar-vert-ltr-slider-disabled.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/scrollbar-vert-ltr-slider-hover.png b/.themes/oomox-darker/gtk-2.0/assets/scrollbar-vert-ltr-slider-hover.png new file mode 100644 index 0000000..849a66e Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/scrollbar-vert-ltr-slider-hover.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/scrollbar-vert-ltr-slider.png b/.themes/oomox-darker/gtk-2.0/assets/scrollbar-vert-ltr-slider.png new file mode 100644 index 0000000..1aa4849 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/scrollbar-vert-ltr-slider.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/scrollbar-vert-ltr-trough.png b/.themes/oomox-darker/gtk-2.0/assets/scrollbar-vert-ltr-trough.png new file mode 100644 index 0000000..f32063b Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/scrollbar-vert-ltr-trough.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/scrollbar-vert-rtl-slider-active.png b/.themes/oomox-darker/gtk-2.0/assets/scrollbar-vert-rtl-slider-active.png new file mode 100644 index 0000000..5cfc07a Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/scrollbar-vert-rtl-slider-active.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/scrollbar-vert-rtl-slider-disabled.png b/.themes/oomox-darker/gtk-2.0/assets/scrollbar-vert-rtl-slider-disabled.png new file mode 100644 index 0000000..fd7d83f Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/scrollbar-vert-rtl-slider-disabled.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/scrollbar-vert-rtl-slider-hover.png b/.themes/oomox-darker/gtk-2.0/assets/scrollbar-vert-rtl-slider-hover.png new file mode 100644 index 0000000..962cf50 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/scrollbar-vert-rtl-slider-hover.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/scrollbar-vert-rtl-slider.png b/.themes/oomox-darker/gtk-2.0/assets/scrollbar-vert-rtl-slider.png new file mode 100644 index 0000000..e04a1ba Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/scrollbar-vert-rtl-slider.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/scrollbar-vert-rtl-trough.png b/.themes/oomox-darker/gtk-2.0/assets/scrollbar-vert-rtl-trough.png new file mode 100644 index 0000000..3e0d884 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/scrollbar-vert-rtl-trough.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/spin-ltr-down-active.png b/.themes/oomox-darker/gtk-2.0/assets/spin-ltr-down-active.png new file mode 100644 index 0000000..59cabbb Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/spin-ltr-down-active.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/spin-ltr-down-disabled.png b/.themes/oomox-darker/gtk-2.0/assets/spin-ltr-down-disabled.png new file mode 100644 index 0000000..8219f8b Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/spin-ltr-down-disabled.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/spin-ltr-down-hover.png b/.themes/oomox-darker/gtk-2.0/assets/spin-ltr-down-hover.png new file mode 100644 index 0000000..4d6f71b Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/spin-ltr-down-hover.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/spin-ltr-down.png b/.themes/oomox-darker/gtk-2.0/assets/spin-ltr-down.png new file mode 100644 index 0000000..021ddeb Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/spin-ltr-down.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/spin-ltr-up-active.png b/.themes/oomox-darker/gtk-2.0/assets/spin-ltr-up-active.png new file mode 100644 index 0000000..b25123a Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/spin-ltr-up-active.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/spin-ltr-up-disabled.png b/.themes/oomox-darker/gtk-2.0/assets/spin-ltr-up-disabled.png new file mode 100644 index 0000000..10fba3a Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/spin-ltr-up-disabled.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/spin-ltr-up-hover.png b/.themes/oomox-darker/gtk-2.0/assets/spin-ltr-up-hover.png new file mode 100644 index 0000000..e3c6d4b Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/spin-ltr-up-hover.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/spin-ltr-up.png b/.themes/oomox-darker/gtk-2.0/assets/spin-ltr-up.png new file mode 100644 index 0000000..5d10544 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/spin-ltr-up.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/spin-rtl-down-active.png b/.themes/oomox-darker/gtk-2.0/assets/spin-rtl-down-active.png new file mode 100644 index 0000000..9d0c856 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/spin-rtl-down-active.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/spin-rtl-down-disabled.png b/.themes/oomox-darker/gtk-2.0/assets/spin-rtl-down-disabled.png new file mode 100644 index 0000000..5d5ec28 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/spin-rtl-down-disabled.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/spin-rtl-down-hover.png b/.themes/oomox-darker/gtk-2.0/assets/spin-rtl-down-hover.png new file mode 100644 index 0000000..05e7bd7 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/spin-rtl-down-hover.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/spin-rtl-down.png b/.themes/oomox-darker/gtk-2.0/assets/spin-rtl-down.png new file mode 100644 index 0000000..379a0bd Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/spin-rtl-down.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/spin-rtl-up-active.png b/.themes/oomox-darker/gtk-2.0/assets/spin-rtl-up-active.png new file mode 100644 index 0000000..b0ff06c Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/spin-rtl-up-active.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/spin-rtl-up-disabled.png b/.themes/oomox-darker/gtk-2.0/assets/spin-rtl-up-disabled.png new file mode 100644 index 0000000..b07a335 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/spin-rtl-up-disabled.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/spin-rtl-up-hover.png b/.themes/oomox-darker/gtk-2.0/assets/spin-rtl-up-hover.png new file mode 100644 index 0000000..f6e4b83 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/spin-rtl-up-hover.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/spin-rtl-up.png b/.themes/oomox-darker/gtk-2.0/assets/spin-rtl-up.png new file mode 100644 index 0000000..7ad1e48 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/spin-rtl-up.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/tab.png b/.themes/oomox-darker/gtk-2.0/assets/tab.png new file mode 100644 index 0000000..d98556e Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/tab.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/treeview-ltr-button-active.png b/.themes/oomox-darker/gtk-2.0/assets/treeview-ltr-button-active.png new file mode 100644 index 0000000..c062e36 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/treeview-ltr-button-active.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/treeview-ltr-button-hover.png b/.themes/oomox-darker/gtk-2.0/assets/treeview-ltr-button-hover.png new file mode 100644 index 0000000..27510eb Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/treeview-ltr-button-hover.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/treeview-ltr-button.png b/.themes/oomox-darker/gtk-2.0/assets/treeview-ltr-button.png new file mode 100644 index 0000000..4704ea2 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/treeview-ltr-button.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/treeview-rtl-button-active.png b/.themes/oomox-darker/gtk-2.0/assets/treeview-rtl-button-active.png new file mode 100644 index 0000000..6814ba8 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/treeview-rtl-button-active.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/treeview-rtl-button-hover.png b/.themes/oomox-darker/gtk-2.0/assets/treeview-rtl-button-hover.png new file mode 100644 index 0000000..0a66465 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/treeview-rtl-button-hover.png differ diff --git a/.themes/oomox-darker/gtk-2.0/assets/treeview-rtl-button.png b/.themes/oomox-darker/gtk-2.0/assets/treeview-rtl-button.png new file mode 100644 index 0000000..9243877 Binary files /dev/null and b/.themes/oomox-darker/gtk-2.0/assets/treeview-rtl-button.png differ diff --git a/.themes/oomox-darker/gtk-2.0/gtkrc b/.themes/oomox-darker/gtk-2.0/gtkrc new file mode 100644 index 0000000..888058d --- /dev/null +++ b/.themes/oomox-darker/gtk-2.0/gtkrc @@ -0,0 +1,34 @@ +# Based on Bridge by ScionicSpectre and Adwaita by GNOME +# vim:set ts=2 sw=2 sts=2 ai et: +# +# This is the GTK 2 version of oomox-darker. It's whole purpose is to look as the +# GTK 3 version as much as possible until GTK 2 dies completely. +# +# Note: comments for explaining styles are on the bottom of each file beside the +# widget matches. + +# Declare the colours used throughout the theme. +# There shouldn't be any fiddling with them in the theme files themselves in +# order to not mess up the dark theme. + +# Text/base +gtk-color-scheme = "text_color:#d3d3d3\nbase_color:#292929" +# Foreground/background +gtk-color-scheme = "fg_color:#d3d3d3\nbg_color:#212121" +# Selected foreground/background +gtk-color-scheme = "selected_fg_color:#d3d3d3\nselected_bg_color:#FF9800" +# Titlebar foreground/background +gtk-color-scheme = "titlebar_fg_color:#d3d3d3\ntitlebar_bg_color:#212121" +# Tooltips foreground/background +gtk-color-scheme = "tooltip_fg_color:#d3d3d3\ntooltip_bg_color:#616161" +# Links +gtk-color-scheme = "link_color:#FF9800\nvisited_link_color:#E040FB" + +# Set GTK settings +gtk-auto-mnemonics = 1 +gtk-primary-button-warps-slider = 1 + +# And hand over the control to the theme files +include "main.rc" +include "apps.rc" +include "hacks.rc" diff --git a/.themes/oomox-darker/gtk-2.0/hacks.rc b/.themes/oomox-darker/gtk-2.0/hacks.rc new file mode 100644 index 0000000..c288da3 --- /dev/null +++ b/.themes/oomox-darker/gtk-2.0/hacks.rc @@ -0,0 +1,36 @@ +# vim:set ft=gtkrc ts=2 sw=2 sts=2 ai et: +# +# This file contains horrible hacks to make this theme work with some programs +# This is mostly due to the limitations of GTK 2 but sometimes its the fault of +# the programs themselves. Not going to point fingers. +# +# Either way, it's a WONTFIX for both, hence this horrible file. + +style "toplevel_hack" { + engine "adwaita" {} +} + +style "chrome_entry" { + base[NORMAL] = @base_color + base[INSENSITIVE] = @base_color +} + +style "vim_notebook" { + bg[NORMAL] = @base_color + bg[ACTIVE] = @bg_color +} + +# Vim puts an eventbox between the tab and the label and colours it, +# we need to handle that +widget "vim-main-window*GtkNotebook.GtkEventBox" style "vim_notebook" + +# (he)xchat input box +class "SexySpellEntry" style:highest "normal_entry" + +# Chromium uses base as the fill colour of its own entries +# This would be fine but GTK uses it to fill the surrounding space, so its set to bg +# That results in Chromium using it for the fill, so we need to handle that +widget_class "*Chrom*" style "chrome_entry" + +# Hack to be able to match widgets in LibreOffice +class "GtkWindow" style "toplevel_hack" diff --git a/.themes/oomox-darker/gtk-2.0/main.rc b/.themes/oomox-darker/gtk-2.0/main.rc new file mode 100644 index 0000000..388fba9 --- /dev/null +++ b/.themes/oomox-darker/gtk-2.0/main.rc @@ -0,0 +1,2781 @@ +# vim:set ft=gtkrc ts=2 sw=2 sts=2 ai et: +# +# This is the main theme file, handling all the default widgets and theme +# properties. Since GTK 2 is old, we need to overcome some of its limitations, +# which is also mostly done in this file. Sadly not all of them can be overcome +# so there will always be a visible difference between the GTK 2 and 3 theme. + +style "default" { + xthickness = 1 + ythickness = 1 + + #################### + # Style Properties # + #################### + + GtkWidget::focus-padding = 0 + GtkWidget::focus-line-width = 2 + GtkWidget::focus-line-pattern = "\2\1" + + GtkToolbar::space-size = 5 # 1 + 2*2 (separator + margins) + GtkToolbar::internal-padding = 2 + GtkToolButton::icon-spacing = 4 + + GtkWidget::tooltip-radius = 4 + GtkWidget::tooltip-alpha = 230 + GtkWidget::new-tooltip-style = 1 #for compatibility + + GtkWidget::link-color = @link_color + GtkWidget::visited-link-color = @visited_link_color + GnomeHRef::link_color = @link_color + GtkHTML::link-color = @link_color + GtkHTML::vlink-color = @visited_link_color + GtkIMHtml::hyperlink-color = @link_color + GtkIMHtml::hyperlink-visited-color = @visited_link_color + + GtkSeparatorMenuItem::horizontal-padding = 0 + GtkSeparatorMenuItem::wide-separators = 1 + GtkSeparatorMenuItem::separator-height = 3 + + GtkButton::child-displacement-y = 0 + + GtkButton::default-border = {0, 0, 0, 0} + GtkButton::default-outside-border = {0, 0, 0, 0} + GtkButton::inner-border = {4, 4, 4, 4} + + GtkEntry::state-hint = 1 + GtkEntry::inner-border = {4, 4, 4, 4} + + GtkPaned::handle-size = 8 + GtkHPaned::handle-size = 8 + GtkVPaned::handle-size = 8 + + GtkScrollbar::trough-border = 0 + GtkRange::trough-border = 0 + GtkRange::slider-width = 17 + GtkRange::stepper-size = 0 + GtkRange::activate-slider = 1 + + GtkScrollbar::activate-slider = 1 + GtkScrollbar::stepper-size = 0 + GtkScrollbar::has-backward-stepper = 0 + GtkScrollbar::has-forward-stepper = 0 + GtkScrollbar::min-slider-length = 32 # 24 + 2*4 (margins) + GtkScrolledWindow::scrollbar-spacing = 0 + GtkScrolledWindow::scrollbars-within-bevel = 1 + + GtkScale::slider_length = 24 + GtkScale::slider_width = 24 + GtkScale::trough-side-details = 1 + + GtkProgressBar::min-horizontal-bar-height = 4 + GtkProgressBar::min-vertical-bar-width = 4 + GtkProgressBar::xspacing = 4 + GtkProgressBar::yspacing = 4 + + GtkStatusbar::shadow_type = GTK_SHADOW_NONE + GtkSpinButton::shadow_type = GTK_SHADOW_NONE + GtkMenuBar::shadow-type = GTK_SHADOW_NONE + GtkToolbar::shadow-type = GTK_SHADOW_NONE + # TODO: find out what this comment means: + # ( every window is misaligned for the sake of menus ): + GtkMenuBar::internal-padding = 0 + GtkMenu::horizontal-padding = 0 + GtkMenu::vertical-padding = 4 + GtkMenu::double-arrows = 0 + GtkMenuItem::arrow-scaling = 1 + GtkMenuItem::toggle-spacing = 12 + + GtkCheckButton::indicator-size = 24 + GtkCheckButton::indicator_spacing = 2 + GtkOptionMenu::indicator_spacing = {10, 10, 6, 6} + + GtkTreeView::expander-size = 16 + GtkTreeView::vertical-separator = 0 + GtkTreeView::horizontal-separator = 4 + GtkTreeView::allow-rules = 0 + # Set this because some apps read it + GtkTreeView::odd-row-color = @base_color + GtkTreeView::even-row-color = @base_color + + GtkExpander::expander-size = 16 + + GtkNotebook::tab-overlap = 0 + + ########## + # Colors # + ########## + + bg[NORMAL] = @bg_color + bg[PRELIGHT] = @bg_color + bg[SELECTED] = mix (0.32, @selected_bg_color, @bg_color) + bg[INSENSITIVE] = @bg_color + bg[ACTIVE] = @bg_color + + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @fg_color + fg[SELECTED] = @fg_color + fg[INSENSITIVE] = mix (0.4, @fg_color, @bg_color) + fg[ACTIVE] = @fg_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[SELECTED] = @text_color + text[INSENSITIVE] = mix (0.4, @text_color, @base_color) + text[ACTIVE] = @text_color + + base[NORMAL] = @base_color + base[PRELIGHT] = mix (0.05, @text_color, @base_color) + base[SELECTED] = mix (0.32, @selected_bg_color, @base_color) + base[INSENSITIVE] = mix (0.5, @base_color, @bg_color) + base[ACTIVE] = mix (0.32, @selected_bg_color, @base_color) + + # For succinctness, all reasonable pixmap options remain here + + # Draw frame around menu in a non-compositied environment + # This needs to go before pixmap because we need to override some stuff + engine "adwaita" {} + + engine "pixmap" { + + ################# + # Check Buttons # + ################# + + image { + function = CHECK + state = NORMAL + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = PRELIGHT + shadow = OUT + overlay_file = "assets/checkbox-unchecked-hover.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = ACTIVE + shadow = OUT + overlay_file = "assets/checkbox-unchecked-active.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = SELECTED + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/checkbox-unchecked-disabled.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = NORMAL + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = PRELIGHT + shadow = IN + overlay_file = "assets/checkbox-checked-hover.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = ACTIVE + shadow = IN + overlay_file = "assets/checkbox-checked-active.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = SELECTED + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = INSENSITIVE + shadow = IN + overlay_file = "assets/checkbox-checked-disabled.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = NORMAL + shadow = ETCHED_IN + overlay_file = "assets/checkbox-mixed.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = PRELIGHT + shadow = ETCHED_IN + overlay_file = "assets/checkbox-mixed-hover.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = ACTIVE + shadow = ETCHED_IN + overlay_file = "assets/checkbox-mixed-active.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = SELECTED + shadow = ETCHED_IN + overlay_file = "assets/checkbox-mixed.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = INSENSITIVE + shadow = ETCHED_IN + overlay_file = "assets/checkbox-mixed-disabled.png" + overlay_stretch = FALSE + } + + ################# + # Radio Buttons # + ################# + + image { + function = OPTION + state = NORMAL + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = OUT + overlay_file = "assets/radio-unchecked-hover.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = OUT + overlay_file = "assets/radio-unchecked-active.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = SELECTED + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/radio-unchecked-disabled.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = NORMAL + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = IN + overlay_file = "assets/radio-checked-hover.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = IN + overlay_file = "assets/radio-checked-active.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = SELECTED + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = IN + overlay_file = "assets/radio-checked-disabled.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = NORMAL + shadow = ETCHED_IN + overlay_file = "assets/radio-mixed.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = ETCHED_IN + overlay_file = "assets/radio-mixed-hover.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = ETCHED_IN + overlay_file = "assets/radio-mixed-active.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = SELECTED + shadow = ETCHED_IN + overlay_file = "assets/radio-mixed.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = ETCHED_IN + overlay_file = "assets/radio-mixed-disabled.png" + overlay_stretch = FALSE + } + + ########## + # Arrows # + ########## + + # Overrides + + # Disable arrows in spinbuttons + image { + function = ARROW + detail = "spinbutton" + } + + # Disable arrows for qt in scrollbars + + image { + function = ARROW + detail = "vscrollbar" + } + + image { + function = ARROW + detail = "hscrollbar" + } + + # Menu arrows + + image { + function = ARROW + state = NORMAL + detail = "menuitem" + overlay_file = "assets/pan-left.png" + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = PRELIGHT + detail = "menuitem" + overlay_file = "assets/pan-left.png" + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = INSENSITIVE + detail = "menuitem" + overlay_file = "assets/pan-left-disabled.png" + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = NORMAL + detail = "menuitem" + overlay_file = "assets/pan-right.png" + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = PRELIGHT + detail = "menuitem" + overlay_file = "assets/pan-right.png" + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = INSENSITIVE + detail = "menuitem" + overlay_file = "assets/pan-right-disabled.png" + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = INSENSITIVE + detail = "menu_scroll_arrow_up" + overlay_file = "assets/pan-up-disabled.png" + overlay_stretch = FALSE + } + + image { + function = ARROW + detail = "menu_scroll_arrow_up" + overlay_file = "assets/pan-up.png" + overlay_stretch = FALSE + } + + image { + function = ARROW + state = INSENSITIVE + detail = "menu_scroll_arrow_down" + overlay_file = "assets/pan-down-disabled.png" + overlay_stretch = FALSE + } + + image { + function = ARROW + detail = "menu_scroll_arrow_down" + overlay_file = "assets/pan-down.png" + overlay_stretch = FALSE + } + + # Regular arrows + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/pan-up-alt.png" + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/pan-up.png" + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/pan-up.png" + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/pan-up-alt-disabled.png" + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/pan-down-alt.png" + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/pan-down.png" + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/pan-down.png" + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/pan-down-alt-disabled.png" + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/pan-left-alt.png" + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/pan-left.png" + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/pan-left.png" + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/pan-left-alt-disabled.png" + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/pan-right-alt.png" + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/pan-right.png" + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/pan-right.png" + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/pan-right-alt-disabled.png" + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + ###################### + # Option Menu Arrows # + ###################### + + image { + function = TAB + state = NORMAL + overlay_file = "assets/pan-down-alt.png" + overlay_stretch = FALSE + } + + image { + function = TAB + state = PRELIGHT + overlay_file = "assets/pan-down.png" + overlay_stretch = FALSE + } + + image { + function = TAB + state = ACTIVE + overlay_file = "assets/pan-down.png" + overlay_stretch = FALSE + } + + image { + function = TAB + state = INSENSITIVE + overlay_file = "assets/pan-down-alt-disabled.png" + overlay_stretch = FALSE + } + + ######### + # Lines # + ######### + + image { + function = VLINE + file = "assets/border.png" + border = {1, 0, 0, 0} + } + + image { + function = HLINE + file = "assets/border.png" + border = {0, 0, 1, 0} + } + + ######### + # Focus # + ######### + + image { + function = FOCUS + file = "assets/focus.png" + border = {5, 5, 5, 5} # Super strange, {4, 4, 4, 4} does not work properly... + stretch = TRUE + } + + ########### + # Handles # + ########### + + image { + function = HANDLE + detail = "handlebox" + overlay_file = "assets/handle-vert.png" + overlay_stretch = FALSE + } + + image { + function = HANDLE + state = NORMAL + overlay_file = "assets/handle-horz.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = HANDLE + state = PRELIGHT + overlay_file = "assets/handle-horz-hover.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = HANDLE + state = ACTIVE + overlay_file = "assets/handle-horz-active.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = HANDLE + state = NORMAL + overlay_file = "assets/handle-vert.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = HANDLE + state = PRELIGHT + overlay_file = "assets/handle-vert-hover.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = HANDLE + state = ACTIVE + overlay_file = "assets/handle-vert-active.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = RESIZE_GRIP + } + + ############# + # Expanders # + ############# + + image { + function = EXPANDER + expander_style = EXPANDED + state = NORMAL + file = "assets/pan-down-alt.png" + } + + image { + function = EXPANDER + expander_style = EXPANDED + state = PRELIGHT + file = "assets/pan-down.png" + } + + image { + function = EXPANDER + expander_style = EXPANDED + state = ACTIVE + file = "assets/pan-down.png" + } + + image { + function = EXPANDER + expander_style = EXPANDED + state = INSENSITIVE + file = "assets/pan-down-alt-disabled.png" + } + + # LTR + + image { + function = EXPANDER + expander_style = COLLAPSED + state = NORMAL + file = "assets/pan-right-alt.png" + direction = LTR + } + + image { + function = EXPANDER + expander_style = COLLAPSED + state = PRELIGHT + file = "assets/pan-right.png" + direction = LTR + } + + image { + function = EXPANDER + expander_style = COLLAPSED + state = ACTIVE + file = "assets/pan-right.png" + direction = LTR + } + + image { + function = EXPANDER + expander_style = COLLAPSED + state = INSENSITIVE + file = "assets/pan-right-alt-disabled.png" + direction = LTR + } + + image { + function = EXPANDER + expander_style = SEMI_COLLAPSED + file = "assets/pan-right-semi.png" + direction = LTR + } + + image { + function = EXPANDER + expander_style = SEMI_EXPANDED + file = "assets/pan-right-semi.png" + direction = LTR + } + + # RTL + + image { + function = EXPANDER + expander_style = COLLAPSED + state = NORMAL + file = "assets/pan-left-alt.png" + direction = RTL + } + + image { + function = EXPANDER + expander_style = COLLAPSED + state = PRELIGHT + file = "assets/pan-left.png" + direction = RTL + } + + image { + function = EXPANDER + expander_style = COLLAPSED + state = ACTIVE + file = "assets/pan-left.png" + direction = RTL + } + + image { + function = EXPANDER + expander_style = COLLAPSED + state = INSENSITIVE + file = "assets/pan-left-alt-disabled.png" + direction = RTL + } + + image { + function = EXPANDER + expander_style = SEMI_COLLAPSED + file = "assets/pan-left-semi.png" + direction = RTL + } + + image { + function = EXPANDER + expander_style = SEMI_EXPANDED + file = "assets/pan-left-semi.png" + direction = RTL + } + + ############# + # Notebooks # + ############# + + # Left + + image { + function = EXTENSION + state = NORMAL + file = "assets/tab.png" + border = {0, 1, 0, 0} + stretch = TRUE + gap_side = RIGHT + } + + image { + function = EXTENSION + gap_side = RIGHT + } + + # Right + + image { + function = EXTENSION + state = NORMAL + file = "assets/tab.png" + border = {1, 0, 0, 0} + stretch = TRUE + gap_side = LEFT + } + + image { + function = EXTENSION + gap_side = LEFT + } + + # Up + + image { + function = EXTENSION + state = NORMAL + file = "assets/tab.png" + border = {0, 0, 0, 1} + stretch = TRUE + gap_side = BOTTOM + } + + image { + function = EXTENSION + gap_side = BOTTOM + } + + # Down + + image { + function = EXTENSION + state = NORMAL + file = "assets/tab.png" + border = {0, 0, 1, 0} + stretch = TRUE + gap_side = TOP + } + + image { + function = EXTENSION + gap_side = TOP + } + + # Inner frame + + image { + function = BOX_GAP + detail = "notebook" + file = "assets/frame-notebook.png" + border = {1, 1, 1, 1} + stretch = TRUE + gap_file = "assets/tab.png" + gap_border = {1, 0, 0, 0} + gap_side = LEFT + } + + image { + function = BOX_GAP + detail = "notebook" + file = "assets/frame-notebook.png" + border = {1, 1, 1, 1} + stretch = TRUE + gap_file = "assets/tab.png" + gap_border = {0, 1, 0, 0} + gap_side = RIGHT + } + + image { + function = BOX_GAP + detail = "notebook" + file = "assets/frame-notebook.png" + border = {1, 1, 1, 1} + stretch = TRUE + gap_file = "assets/tab.png" + gap_border = {0, 0, 1, 0} + gap_side = TOP + } + + image { + function = BOX_GAP + detail = "notebook" + file = "assets/frame-notebook.png" + border = {1, 1, 1, 1} + stretch = TRUE + gap_file = "assets/tab.png" + gap_border = {0, 0, 0, 1} + gap_side = BOTTOM + } + + # Standalone frame + image { + function = BOX + detail = "notebook" + file = "assets/frame-notebook.png" + border = {1, 1, 1, 1} + stretch = TRUE + } + + ############## + # Scrollbars # + ############## + + image { + function = BOX + detail = "trough" + file = "assets/scrollbar-horz-trough.png" + border = {0, 0, 1, 0} + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough" + file = "assets/scrollbar-vert-ltr-trough.png" + border = {1, 0, 0, 0} + orientation = VERTICAL + direction = LTR + } + + image { + function = BOX + detail = "trough" + file = "assets/scrollbar-vert-rtl-trough.png" + border = {0, 1, 0, 0} + orientation = VERTICAL + direction = RTL + } + + # Horizontal sliders + + image { + function = SLIDER + state = NORMAL + detail = "slider" + file = "assets/scrollbar-horz-slider.png" + border = {8, 8, 9, 8 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = PRELIGHT + detail = "slider" + file = "assets/scrollbar-horz-slider-hover.png" + border = {8, 8, 9, 8 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = ACTIVE + detail = "slider" + file = "assets/scrollbar-horz-slider-active.png" + border = {8, 8, 9, 8 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = INSENSITIVE + detail = "slider" + file = "assets/scrollbar-horz-slider-disabled.png" + border = {8, 8, 9, 8 } + stretch = TRUE + orientation = HORIZONTAL + } + + # Vertical sliders + + image { + function = SLIDER + state = NORMAL + detail = "slider" + file = "assets/scrollbar-vert-ltr-slider.png" + border = {9, 8, 8, 8} + stretch = TRUE + orientation = VERTICAL + direction = LTR + } + + image { + function = SLIDER + state = PRELIGHT + detail = "slider" + file = "assets/scrollbar-vert-ltr-slider-hover.png" + border = {9, 8, 8, 8} + stretch = TRUE + orientation = VERTICAL + direction = LTR + } + + image { + function = SLIDER + state = ACTIVE + detail = "slider" + file = "assets/scrollbar-vert-ltr-slider-active.png" + border = {9, 8, 8, 8} + stretch = TRUE + orientation = VERTICAL + direction = LTR + } + + image { + function = SLIDER + state = INSENSITIVE + detail = "slider" + file = "assets/scrollbar-vert-ltr-slider-disabled.png" + border = {9, 8, 8, 8} + stretch = TRUE + orientation = VERTICAL + direction = LTR + } + + # RTL + + image { + function = SLIDER + state = NORMAL + detail = "slider" + file = "assets/scrollbar-vert-rtl-slider.png" + border = {8, 9, 8, 8} + stretch = TRUE + orientation = VERTICAL + direction = RTL + } + + image { + function = SLIDER + state = PRELIGHT + detail = "slider" + file = "assets/scrollbar-vert-rtl-slider-hover.png" + border = {8, 9, 8, 8} + stretch = TRUE + orientation = VERTICAL + direction = RTL + } + + image { + function = SLIDER + state = ACTIVE + detail = "slider" + file = "assets/scrollbar-vert-rtl-slider-active.png" + border = {8, 9, 8, 8} + stretch = TRUE + orientation = VERTICAL + direction = RTL + } + + image { + function = SLIDER + state = INSENSITIVE + detail = "slider" + file = "assets/scrollbar-vert-rtl-slider-disabled.png" + border = {8, 9, 8, 8} + stretch = TRUE + orientation = VERTICAL + direction = RTL + } + + ########## + # Scales # + ########## + + # Troughs, overrided later on. We set them here too because some widgets + # don't specify their orientation. + + image { + function = BOX + detail = "trough-upper" + file = "assets/scale-horz-trough.png" + border = {6, 6, 0, 0} + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + state = INSENSITIVE + detail = "trough-upper" + file = "assets/scale-horz-trough-disabled.png" + border = {6, 6, 0, 0} + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough-lower" + file = "assets/scale-horz-trough-active.png" + border = {6, 6, 0, 0} + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + state = INSENSITIVE + detail = "trough-lower" + file = "assets/scale-horz-trough-disabled.png" + border = {6, 6, 0, 0} + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough-upper" + file = "assets/scale-vert-trough.png" + border = {0, 0, 6, 6} + stretch = TRUE + orientation = VERTICAL + } + + image { + function = BOX + state = INSENSITIVE + detail = "trough-upper" + file = "assets/scale-vert-trough-disabled.png" + border = {0, 0, 6, 6} + stretch = TRUE + orientation = VERTICAL + } + + image { + function = BOX + detail = "trough-lower" + file = "assets/scale-vert-trough-active.png" + border = {0, 0, 6, 6} + stretch = TRUE + orientation = VERTICAL + } + + image { + function = BOX + state = INSENSITIVE + detail = "trough-lower" + file = "assets/scale-vert-trough-disabled.png" + border = {0, 0, 6, 6} + stretch = TRUE + orientation = VERTICAL + } + + # Sliders + + image { + function = SLIDER + state = NORMAL + detail = "hscale" + file = "assets/scale-slider.png" + } + + image { + function = SLIDER + state = PRELIGHT + detail = "hscale" + file = "assets/scale-slider-hover.png" + } + + image { + function = SLIDER + state = ACTIVE + detail = "hscale" + file = "assets/scale-slider-active.png" + } + + image { + function = SLIDER + state = INSENSITIVE + detail = "hscale" + file = "assets/scale-slider-disabled.png" + } + + image { + function = SLIDER + state = NORMAL + detail = "vscale" + file = "assets/scale-slider.png" + } + + image { + function = SLIDER + state = PRELIGHT + detail = "vscale" + file = "assets/scale-slider-hover.png" + } + + image { + function = SLIDER + state = ACTIVE + detail = "vscale" + file = "assets/scale-slider-active.png" + } + + image { + function = SLIDER + state = INSENSITIVE + detail = "vscale" + file = "assets/scale-slider-disabled.png" + } + + ########### + # Menubar # + ########### + + # image { + # function = BOX + # detail = "menubar" + # file = "assets/border.png" + # border = {0, 0, 0, 1} + # } + + ######### + # Menus # + ######### + + image { + function = BOX + state = PRELIGHT + detail = "menu_scroll_arrow_up" + file = "assets/border.png" + } + + image { + function = BOX + detail = "menu_scroll_arrow_up" + file = "assets/border.png" + border = {0, 0, 0, 1} + } + + image { + function = BOX + state = PRELIGHT + detail = "menu_scroll_arrow_down" + file = "assets/border.png" + } + + image { + function = BOX + detail = "menu_scroll_arrow_down" + file = "assets/border.png" + border = {0, 0, 1, 0} + } + + ########### + # Entries # + ########### + + image { + function = SHADOW + state = ACTIVE + detail = "entry" + file = "assets/entry-active.png" + border = {8, 8, 8, 8} + stretch = TRUE + } + + image { + function = SHADOW + state = INSENSITIVE + detail = "entry" + file = "assets/entry-disabled.png" + border = {8, 8, 8, 8} + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + file = "assets/entry.png" + border = {8, 8, 8, 8} + stretch = TRUE + } + + image { + function = FLAT_BOX + state = ACTIVE + detail = "entry_bg" + file = "assets/entry-background.png" + } + + image { + function = FLAT_BOX + state = INSENSITIVE + detail = "entry_bg" + file = "assets/entry-background-disabled.png" + } + + image { + function = FLAT_BOX + detail = "entry_bg" + file = "assets/entry-background.png" + } + + ######### + # Spins # + ######### + + # Spin-Up LTR + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + file = "assets/spin-ltr-up.png" + border = {0, 8, 8, 0} + stretch = TRUE + overlay_file = "assets/pan-up-alt.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + file = "assets/spin-ltr-up-hover.png" + border = {0, 8, 8, 0} + stretch = TRUE + overlay_file = "assets/pan-up.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + file = "assets/spin-ltr-up-active.png" + border = {0, 8, 8, 0} + stretch = TRUE + overlay_file = "assets/pan-up.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + file = "assets/spin-ltr-up-disabled.png" + border = {0, 8, 8, 0} + stretch = TRUE + overlay_file = "assets/pan-up-alt-disabled.png" + overlay_stretch = FALSE + direction = LTR + } + + # Spin-Up RTL + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + file = "assets/spin-rtl-up.png" + border = {8, 0, 8, 0} + stretch = TRUE + overlay_file = "assets/pan-up-alt.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + file = "assets/spin-rtl-up-hover.png" + border = {8, 0, 8, 0} + stretch = TRUE + overlay_file = "assets/pan-up.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + file = "assets/spin-rtl-up-hover.png" + border = {8, 0, 8, 0} + stretch = TRUE + overlay_file = "assets/pan-up.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + file = "assets/spin-rtl-up-disabled.png" + border = {8, 0, 8, 0} + stretch = TRUE + overlay_file = "assets/pan-up-alt-disabled.png" + overlay_stretch = FALSE + direction = RTL + } + + # Spin-Down LTR + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + file = "assets/spin-ltr-down.png" + border = {0, 8, 0, 8} + stretch = TRUE + overlay_file = "assets/pan-down-alt.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + file = "assets/spin-ltr-down-hover.png" + border = {0, 8, 0, 8} + stretch = TRUE + overlay_file = "assets/pan-down.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + file = "assets/spin-ltr-down-active.png" + border = {0, 8, 0, 8} + stretch = TRUE + overlay_file = "assets/pan-down.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + file = "assets/spin-ltr-down-disabled.png" + border = {0, 8, 0, 8} + stretch = TRUE + overlay_file = "assets/pan-down-alt-disabled.png" + overlay_stretch = FALSE + direction = LTR + } + + # Spin-Down RTL + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + file = "assets/spin-rtl-down.png" + border = {8, 0, 0, 8} + stretch = TRUE + overlay_file = "assets/pan-down-alt.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + file = "assets/spin-rtl-down-hover.png" + border = {8, 0, 0, 8} + stretch = TRUE + overlay_file = "assets/pan-down.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + file = "assets/spin-rtl-down-active.png" + border = {8, 0, 0, 8} + stretch = TRUE + overlay_file = "assets/pan-down.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + file = "assets/spin-rtl-down-disabled.png" + border = {8, 0, 0, 8} + stretch = TRUE + overlay_file = "assets/pan-down-alt-disabled.png" + overlay_stretch = FALSE + direction = RTL + } + + ############## + # Scrollbars # + ############## + + image { + function = BOX + detail = "bar" + file = "assets/progressbar-progress.png" + stretch = TRUE + border = {0, 0, 0, 0} + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "bar" + file = "assets/progressbar-progress.png" + stretch = TRUE + border = {0, 0, 0, 0} + orientation = VERTICAL + } + + ############# + # Treeviews # + ############# + + # Disable active the column highlight + # We need to match specific cells or we break stuff + # Looking at you deadbeef + + image { + function = FLAT_BOX + detail = "cell_even_sorted" + state = NORMAL + } + + image { + function = FLAT_BOX + detail = "cell_odd_sorted" + state = NORMAL + } + + # Disable all the other shadows + # This prevents the Raleigh effect + image { + function = SHADOW + } + } +} + +style "menubar" { + bg[NORMAL] = @titlebar_bg_color + fg[NORMAL] = mix(0.7, @titlebar_fg_color, @titlebar_bg_color) + fg[PRELIGHT] = @titlebar_fg_color + fg[INSENSITIVE] = mix(0.3, @titlebar_fg_color, @titlebar_bg_color) + # Needed to fix Firefox's menubar text + bg[SELECTED] = mix(0.15, @titlebar_fg_color, @titlebar_bg_color) + fg[SELECTED] = @titlebar_fg_color +} + +style "menubar_item" { + xthickness = 3 + ythickness = 4 + + fg[NORMAL] = mix(0.7, @titlebar_fg_color, @titlebar_bg_color) + bg[PRELIGHT] = mix(0.15, @titlebar_fg_color, @titlebar_bg_color) + fg[PRELIGHT] = @titlebar_fg_color + fg[INSENSITIVE] = mix(0.3, @titlebar_fg_color, @titlebar_bg_color) +} + +style "menu" { + xthickness = 0 + ythickness = 0 + + bg[NORMAL] = @base_color + bg[INSENSITIVE] = @base_color + bg[PRELIGHT] = @base_color + bg[SELECTED] = mix(0.15, @fg_color, @base_color) +} + +style "menu_item" { + xthickness = 4 + ythickness = 4 + + bg[PRELIGHT] = mix(0.15, @fg_color, @base_color) + fg[PRELIGHT] = @fg_color + # Chromium uses this setting + bg[SELECTED] = mix(0.15, @fg_color, @base_color) + text[SELECTED] = @fg_color + # Some widgets use text, we need to handle that + text[NORMAL] = @fg_color + text[PRELIGHT] = @fg_color + + # Unfortunately we can't tell regular and menu checks/radios apart + # Without the heirarchy + engine "pixmap" { + + ################# + # Check Buttons # + ################# + + image { + function = CHECK + state = NORMAL + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = PRELIGHT + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = ACTIVE + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked-disabled.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = NORMAL + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = PRELIGHT + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = ACTIVE + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = INSENSITIVE + shadow = IN + overlay_file = "assets/menu-checkbox-checked-disabled.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = NORMAL + shadow = ETCHED_IN + overlay_file = "assets/menu-checkbox-mixed.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = PRELIGHT + shadow = ETCHED_IN + overlay_file = "assets/menu-checkbox-mixed.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = ACTIVE + shadow = ETCHED_IN + overlay_file = "assets/menu-checkbox-mixed.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + state = INSENSITIVE + shadow = ETCHED_IN + overlay_file = "assets/menu-checkbox-mixed-disabled.png" + overlay_stretch = FALSE + } + + ################# + # Radio Buttons # + ################# + + image { + function = OPTION + state = NORMAL + shadow = OUT + overlay_file = "assets/menu-radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = OUT + overlay_file = "assets/menu-radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = OUT + overlay_file = "assets/menu-radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/menu-radio-unchecked-disabled.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = NORMAL + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = IN + overlay_file = "assets/menu-radio-checked-disabled.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = NORMAL + shadow = ETCHED_IN + overlay_file = "assets/menu-radio-mixed.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = ETCHED_IN + overlay_file = "assets/menu-radio-mixed.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = ETCHED_IN + overlay_file = "assets/menu-radio-mixed.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = ETCHED_IN + overlay_file = "assets/menu-radio-mixed-disabled.png" + overlay_stretch = FALSE + } + } +} + +style "separator_menu_item" { + xthickness = 0 + ythickness = 2 + + engine "pixmap" { + image { + function = BOX + file = "assets/border.png" + border = {0, 0, 0, 1} + } + } +} + +style "button_label" { + fg[NORMAL] = mix(0.75, @fg_color, @bg_color) + # fg[INSENSITIVE] = mix(0.3, @fg_color, @bg_color) + + font_name = "Medium" +} + +style "checkbutton_label" { + fg[NORMAL] = @fg_color + # fg[INSENSITIVE] = mix(0.4, @fg_color, @bg_color) + + font_name = "Regular" +} + +style "button" { + xthickness = 4 + ythickness = 4 + + # For the sake of sanity style buttons this way + engine "pixmap" { + + ########### + # Buttons # + ########### + + image { + function = BOX + state = NORMAL + file = "assets/button.png" + border = {8, 8, 8, 8} + stretch = TRUE + } + + image { + function = BOX + state = PRELIGHT + shadow = OUT + file = "assets/button-hover.png" + border = {8, 8, 8, 8} + stretch = TRUE + } + + # Don't add hover effect on pressed buttons + image { + function = BOX + state = PRELIGHT + shadow = IN + file = "assets/button-active.png" + border = {8, 8, 8, 8} + stretch = TRUE + } + + image { + function = BOX + state = ACTIVE + file = "assets/button-active.png" + border = {8, 8, 8, 8} + stretch = TRUE + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/button-disabled.png" + border = {8, 8, 8, 8} + stretch = TRUE + } + } +} + +style "link_button" { + # Disable the button effect, leave just the link + engine "pixmap" { + image { + function = BOX + } + } +} + +style "entry" { + # We set this same as the border of the border of the entry + # This way there's no overlap + xthickness = 6 + ythickness = 6 +} + +style "combobox" { + xthickness = 6 + ythickness = 6 + + # This affects only the button beside an entry + GtkButton::inner-border = {0, 0, 0, 0} +} + +style "combobox_cellview" { + text[NORMAL] = mix(0.75, @fg_color, @bg_color) + # text[INSENSITIVE] = mix(0.3, @fg_color, @bg_color) + + font_name = "Medium" +} + +style "combobox_entry" { + # Since one side of the button is missing, we need to shift the arrow a little to the right + GtkButton::inner-border = {0, 2, 0, 0} + + engine "pixmap" { + + ############# + # LTR entry # + ############# + + image { + function = SHADOW + state = NORMAL + detail = "entry" + file = "assets/combo-ltr-entry.png" + border = {8, 0, 8, 8} + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + state = ACTIVE + detail = "entry" + file = "assets/combo-ltr-entry-active.png" + border = {8, 0, 8, 8} + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + state = INSENSITIVE + detail = "entry" + file = "assets/combo-ltr-entry-disabled.png" + border = {8, 0, 8, 8} + stretch = TRUE + direction = LTR + } + + ############# + # RTL entry # + ############# + + image { + function = SHADOW + state = NORMAL + detail = "entry" + file = "assets/combo-rtl-entry.png" + border = {0, 8, 8, 8} + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + state = ACTIVE + detail = "entry" + file = "assets/combo-rtl-entry-active.png" + border = {0, 8, 8, 8} + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + state = INSENSITIVE + detail = "entry" + file = "assets/combo-rtl-entry-disabled.png" + border = {0, 8, 8, 8} + stretch = TRUE + direction = RTL + } + + ############## + # LTR button # + ############## + + image { + function = BOX + state = NORMAL + detail = "button" + file = "assets/combo-ltr-button.png" + border = {0, 8, 8, 8} + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + detail = "button" + file = "assets/combo-ltr-button-hover.png" + border = {0, 8, 8, 8} + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + detail = "button" + file = "assets/combo-ltr-button-active.png" + border = {0, 8, 8, 8} + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + detail = "button" + file = "assets/combo-ltr-button-disabled.png" + border = {0, 8, 8, 8} + stretch = TRUE + direction = LTR + } + + ############## + # RTL button # + ############## + + image { + function = BOX + state = NORMAL + detail = "button" + file = "assets/combo-rtl-button.png" + border = {8, 0, 8, 8} + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + detail = "button" + file = "assets/combo-rtl-button-hover.png" + border = {8, 0, 8, 8} + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + detail = "button" + file = "assets/combo-rtl-button-active.png" + border = {8, 0, 8, 8} + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + detail = "button" + file = "assets/combo-rtl-button-disabled.png" + border = {8, 0, 8, 8} + stretch = TRUE + direction = RTL + } + } +} + +style "combo_button_padding" { + # Since one side of the button is missing, we need to shift the arrow a + # little to the right. + # This is the same thing we've done above but the combo, unlike the combobox, + # uses padding the same way as a button. + GtkButton::inner-border = {3, 6, 3, 3} +} + +style "notebook" { + xthickness = 3 + ythickness = 3 +} + +style "notebook_tab_label" { + fg[ACTIVE] = mix(0.75, @fg_color, @bg_color) + + font_name = "Medium" +} + +style "notebook_viewport" { + bg[NORMAL] = @base_color +} + +style "notebook_bg" { + bg[NORMAL] = @base_color + bg[PRELIGHT] = @base_color + bg[INSENSITIVE] = @base_color +} + +style "notebook_entry" { + engine "pixmap" { + image { + function = SHADOW + state = ACTIVE + detail = "entry" + file = "assets/notebook-entry-active.png" + border = {8, 8, 8, 8} + stretch = TRUE + } + + image { + function = SHADOW + state = INSENSITIVE + detail = "entry" + file = "assets/notebook-entry-disabled.png" + border = {8, 8, 8, 8} + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + file = "assets/notebook-entry.png" + border = {8, 8, 8, 8} + stretch = TRUE + } + } +} + +style "normal_bg" { + bg[NORMAL] = @bg_color + bg[PRELIGHT] = @bg_color + bg[INSENSITIVE] = @bg_color +} + +style "normal_entry" { + engine "pixmap" { + image { + function = SHADOW + state = ACTIVE + detail = "entry" + file = "assets/entry-active.png" + border = {8, 8, 8, 8} + stretch = TRUE + } + + image { + function = SHADOW + state = INSENSITIVE + detail = "entry" + file = "assets/entry-disabled.png" + border = {8, 8, 8, 8} + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + file = "assets/entry.png" + border = {8, 8, 8, 8} + stretch = TRUE + } + } +} + +style "notebook_combo" { + engine "pixmap" { + + ############# + # LTR entry # + ############# + + image { + function = SHADOW + state = NORMAL + detail = "entry" + file = "assets/notebook-combo-ltr-entry.png" + border = {8, 8, 8, 8} + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + state = ACTIVE + detail = "entry" + file = "assets/notebook-combo-ltr-entry-active.png" + border = {8, 8, 8, 8} + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + state = INSENSITIVE + detail = "entry" + file = "assets/notebook-combo-ltr-entry-disabled.png" + border = {8, 8, 8, 8} + stretch = TRUE + direction = LTR + } + + ############# + # RTL entry # + ############# + + image { + function = SHADOW + state = NORMAL + detail = "entry" + file = "assets/notebook-combo-rtl-entry.png" + border = {8, 8, 8, 8} + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + state = ACTIVE + detail = "entry" + file = "assets/notebook-combo-rtl-entry-active.png" + border = {8, 8, 8, 8} + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + state = INSENSITIVE + detail = "entry" + file = "assets/notebook-combo-rtl-entry-disabled.png" + border = {8, 8, 8, 8} + stretch = TRUE + direction = RTL + } + } +} + +style "textview" { + bg[NORMAL] = @base_color +} + +style "scale_horz" { + engine "pixmap" { + image { + function = BOX + detail = "trough-upper" + file = "assets/scale-horz-trough.png" + border = {6, 6, 0, 0} + stretch = TRUE + } + + image { + function = BOX + detail = "trough-lower" + file = "assets/scale-horz-trough-active.png" + border = {6, 6, 0, 0} + stretch = TRUE + } + } +} + +style "scale_vert" { + engine "pixmap" { + image { + function = BOX + detail = "trough-upper" + file = "assets/scale-vert-trough.png" + border = {0, 0, 6, 6} + stretch = TRUE + } + + image { + function = BOX + detail = "trough-lower" + file = "assets/scale-vert-trough-active.png" + border = {0, 0, 6, 6} + stretch = TRUE + } + } +} + +style "progressbar" { + xthickness = 0 + ythickness = 0 + + fg[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + image { + function = BOX + detail = "trough" + file = "assets/progressbar-trough.png" + border = {0, 0, 0, 0} + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough" + file = "assets/progressbar-trough.png" + border = {0, 0, 0, 0} + stretch = TRUE + orientation = VERTICAL + } + } +} + +style "treeview_header" { + xthickness = 2 + ythickness = 2 + + fg[NORMAL] = mix(0.75, @fg_color, @base_color) + fg[PRELIGHT] = @fg_color + + font_name = "Medium" + + GtkButton::inner-border = {4, 4, 0, 2} + + engine "pixmap" { + image { + function = BOX + state = NORMAL + file = "assets/treeview-ltr-button.png" + border = {0, 1, 0, 1} + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + file = "assets/treeview-ltr-button-hover.png" + border = {0, 1, 0, 1} + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + file = "assets/treeview-ltr-button-active.png" + border = {0, 1, 0, 1} + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = NORMAL + file = "assets/treeview-rtl-button.png" + border = {1, 0, 0, 1} + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + file = "assets/treeview-rtl-button-hover.png" + border = {1, 0, 0, 1} + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + file = "assets/treeview-rtl-button-active.png" + border = {1, 0, 0, 1} + stretch = TRUE + direction = RTL + } + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/pan-up-alt.png" + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/pan-up.png" + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/pan-up.png" + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/pan-down-alt.png" + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/pan-down.png" + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/pan-down.png" + overlay_stretch = FALSE + arrow_direction = DOWN + } + } +} + +style "scrolled_window" { + engine "pixmap" { + image { + function = SHADOW + file = "assets/frame.png" + border = {1, 1, 1, 1} + stretch = TRUE + } + } +} + +style "frame" { + engine "pixmap" { + image { + function = SHADOW + shadow = NONE + } + + image { + function = SHADOW + file = "assets/frame.png" + border = {1, 1, 1, 1} + stretch = TRUE + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = {1, 1, 1, 1} + stretch = TRUE + gap_start_file = "assets/border.png" + gap_end_file = "assets/border.png" + } + } +} + +style "tool_button" { + GtkButton::inner-border = {2, 2, 2, 2} + + # For the sake of sanity style buttons this way + engine "pixmap" { + image { + function = BOX + state = NORMAL + file = "assets/flat-button.png" + border = {8, 8, 8, 8} + stretch = TRUE + } + + image { + function = BOX + state = PRELIGHT + shadow = OUT + file = "assets/flat-button-hover.png" + border = {8, 8, 8, 8} + stretch = TRUE + } + + # Don't add hover effect on pressed buttons + image { + function = BOX + state = PRELIGHT + shadow = IN + file = "assets/flat-button-active.png" + border = {8, 8, 8, 8} + stretch = TRUE + } + + image { + function = BOX + state = ACTIVE + file = "assets/flat-button-active.png" + border = {8, 8, 8, 8} + stretch = TRUE + } + + image { + function = BOX + state = INSENSITIVE + shadow = OUT + file = "assets/flat-button-disabled.png" + border = {8, 8, 8, 8} + stretch = TRUE + } + + image { + function = BOX + state = INSENSITIVE + shadow = IN + file = "assets/button-disabled.png" + border = {8, 8, 8, 8} + stretch = TRUE + } + } +} + +style "toolbar_separator" { + GtkWidget::wide-separators = 1 + GtkWidget::separator-width = 1 + GtkWidget::separator-height = 1 + + engine "pixmap" { + image { + function = BOX + file = "assets/border.png" + } + } +} + +style "inline_toolbar" { + # GtkToolbar::button-relief = GTK_RELIEF_NORMAL + + engine "pixmap" { + image { + function = BOX + file = "assets/frame-inline.png" + border = {1, 1, 0, 1} + stretch = TRUE + } + } +} + +style "tooltip" { + xthickness = 8 + ythickness = 8 + + bg[NORMAL] = @tooltip_bg_color + fg[NORMAL] = @tooltip_fg_color + bg[SELECTED] = @tooltip_bg_color +} + +style "disable_text_shadow" { + engine "murrine" { + textstyle = 0 + } +} + +style "disable_separator" { + xthickness = 0 + ythickness = 0 + + GtkWidget::wide-separators = 1 +} + +# Default style, containing theme properties and trying to match every widget as +# much as possible, which is not only faster than trying to match every widget +# by its own but also less bug-prune and more consistent. However there is some +# widget specific stuff that needs to be taken care of, which is the point of +# every other style below. +class "GtkWidget" style "default" + +###################################### +# Override padding, style and colour # +###################################### + +class "GtkButton" style "button" +class "GtkLinkButton" style "link_button" +class "GtkEntry" style "entry" +class "GtkOldEditable" style "entry" +class "GtkNotebook" style "notebook" +class "GtkHScale" style "scale_horz" +class "GtkVScale" style "scale_vert" +class "GtkProgressBar" style "progressbar" +class "GtkScrolledWindow" style "scrolled_window" +class "GtkFrame" style "frame" +class "GtkSeparatorToolItem" style "toolbar_separator" +class "GtkMenuBar" style "menubar" +class "GtkMenu" style "menu" +class "GtkTextView" style "textview" + +# Menu and menubar items +widget_class "**" style "menu_item" +widget_class "*.*" style "menubar_item" +widget_class "**" style "separator_menu_item" + +# Treeview buttons +widget_class "***" style "treeview_header" + +# Give the file chooser toolbar a border +widget_class "**" style "inline_toolbar" + +# Fix padding on regular comboboxes +widget_class "*." style "combobox" + +# And disable separators on them +widget_class "*.*" style "disable_separator" +widget_class "**" style "disable_separator" +widget_class "**" style "disable_separator" + +# Join together the ComboBoxEntry entry and button +widget_class "**" style "combobox_entry" + +# Join the Combo entry and button +widget_class "**" style "combobox_entry" + +# Tweak the padding on the button a little bit because it +# uses it a bit differently +widget_class "*." style "combo_button_padding" + +# Alas we cannot do the same for ComboBoxText because there +# isn't a way to apply the style to only the comboboxes that +# have an entry inside + +# Tool buttons have different styles +widget_class "**" style "tool_button" +widget_class "**.*" style "tool_button" + +# Notebooks +widget_class "*." style "notebook_tab_label" +widget_class "*.." style "notebook_tab_label" + +# Notebooks are white, act accordingly +widget_class "**" style "notebook_entry" +widget_class "**" style "notebook_bg" +widget_class "**" style "notebook_bg" +widget_class "***" style "notebook_bg" +widget_class "**" style "notebook_bg" +widget_class "*.*" style "notebook_bg" +widget_class "***" style "notebook_combo" +widget_class "***" style "notebook_combo" + +# However, stuff inside eventboxes inside notebooks is grey +# again, react +widget_class "***" style "normal_entry" +widget_class "***" style "normal_bg" +widget_class "***" style "normal_bg" +widget_class "****" style "combobox_entry" +widget_class "****" style "combobox_entry" +widget_class "***." style "combo_button_padding" + +# Button labels +widget_class "**" style "button_label" + +# Checkbutton labels +widget_class "*." style "checkbutton_label" + +# ComboBoxes tend to draw the button label with text[] +# instead of fg[], we need to fix that +widget_class "**" style "combobox_cellview" + +# Disable white text shadows +widget_class "*" style "disable_text_shadow" +widget_class "*" style "disable_text_shadow" + +# GTK tooltips +widget "gtk-tooltip*" style "tooltip" diff --git a/.themes/oomox-darker/gtk-3.0/assets b/.themes/oomox-darker/gtk-3.0/assets new file mode 120000 index 0000000..ac77667 --- /dev/null +++ b/.themes/oomox-darker/gtk-3.0/assets @@ -0,0 +1 @@ +../gtk-assets \ No newline at end of file diff --git a/.themes/oomox-darker/gtk-3.0/gtk.css b/.themes/oomox-darker/gtk-3.0/gtk.css new file mode 100644 index 0000000..827e285 --- /dev/null +++ b/.themes/oomox-darker/gtk-3.0/gtk.css @@ -0,0 +1,6323 @@ +@keyframes ripple { + to { + background-size: 1000% 1000%; + } +} + +@keyframes ripple-slider { + to { + background-size: auto, 1000% 1000%; + } +} + +@keyframes ripple-headerbar { + from { + background-image: radial-gradient(circle farthest-corner at center, #FF9800 0%, transparent 0%); + } + to { + background-image: radial-gradient(circle farthest-corner at center, #FF9800 100%, transparent 0%); + } +} + +* { + background-clip: padding-box; + -GtkToolButton-icon-spacing: 0; + -GtkTextView-error-underline-color: #FF443E; + -GtkScrolledWindow-scrollbar-spacing: 0; + -GtkToolItemGroup-expander-size: 11; + -GtkWidget-text-handle-width: 24; + -GtkWidget-text-handle-height: 24; + -GtkDialog-button-spacing: 4; + -GtkDialog-action-area-border: 0; + outline-style: solid; + outline-width: 2px; + outline-color: transparent; + outline-offset: -4px; + -gtk-outline-radius: 4px; + -gtk-secondary-caret-color: #FF9800; +} + +*:focus { + outline-color: alpha(currentColor, 0.24); +} + +/*************** + * Base States * + ***************/ +.background { + background-color: #212121; + color: #d3d3d3; +} + +/* + These wildcard seems unavoidable, need to investigate. + Wildcards are bad and troublesome, use them with care, + or better, just don't. + Everytime a wildcard is used a kitten dies, painfully. +*/ +*:disabled { + -gtk-icon-effect: dim; +} + +.gtkstyle-fallback { + background-color: #212121; + color: #d3d3d3; +} + +.gtkstyle-fallback:hover { + background-color: #141414; + color: #d3d3d3; +} + +.gtkstyle-fallback:active { + background-color: #080808; + color: #d3d3d3; +} + +.gtkstyle-fallback:disabled { + background-color: #212121; + color: rgba(211, 211, 211, 0.5); +} + +.gtkstyle-fallback:selected { + background-color: #FF9800; + color: rgba(0, 0, 0, 0.87); +} + +.view { + background-color: #292929; + color: #d3d3d3; +} + +.view:hover { + box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); +} + +.view:selected:hover { + box-shadow: inset 0 0 0 9999px rgba(255, 152, 0, 0.08); +} + +.view:disabled { + color: rgba(211, 211, 211, 0.5); +} + +.view:hover, .view:selected { + border-radius: 4px; +} + +textview text { + background-color: #292929; +} + +textview border { + background-color: #252525; + color: rgba(211, 211, 211, 0.7); +} + +.rubberband, +rubberband, +flowbox rubberband, +treeview.view rubberband, +.content-view rubberband, +.content-view .rubberband, +XfdesktopIconView.view .rubberband { + border: 1px solid #ffb820; + background-color: rgba(255, 184, 32, 0.3); +} + +flowbox flowboxchild { + padding: 4px; + border-radius: 4px; +} + +.content-view .tile:selected { + background-color: transparent; +} + +label { + caret-color: currentColor; +} + +label.separator { + color: #d3d3d3; +} + +label:disabled { + color: rgba(211, 211, 211, 0.5); +} + +headerbar label:disabled, +tab label:disabled, +button label:disabled { + color: inherit; +} + +.dim-label, label.separator, .titlebar:not(headerbar) .subtitle, +headerbar .subtitle, .budgie-notification .notification-body, .budgie-switcher .notification-body { + opacity: 0.6; +} + +assistant .sidebar { + padding: 4px 0; +} + +assistant .sidebar label { + min-height: 36px; + padding: 0 12px; + color: rgba(211, 211, 211, 0.5); + font-weight: 500; +} + +assistant .sidebar label.highlight { + color: #d3d3d3; +} + +/********************* + * Spinner Animation * + *********************/ +@keyframes spin { + to { + -gtk-icon-transform: rotate(1turn); + } +} + +spinner { + background: none; + opacity: 0; + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); +} + +spinner:checked { + opacity: 1; + animation: spin 1s linear infinite; +} + +spinner:checked:disabled { + opacity: 0.5; +} + +/**************** + * Text Entries * + ****************/ +spinbutton:not(.vertical), +entry { + min-height: 36px; + padding: 0 8px; + border-radius: 4px 4px 0 0; + caret-color: currentColor; + transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1); + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #FF9800 0%, transparent 0%) 0 0 0/0 0 0px; + box-shadow: inset 0 -1px rgba(211, 211, 211, 0.3); + background-color: rgba(211, 211, 211, 0.04); + color: #d3d3d3; +} + +spinbutton:focus:not(.vertical), +entry:focus { + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #FF9800 100%, transparent 0%) 0 0 2/0 0 2px; +} + +spinbutton:disabled:not(.vertical), +entry:disabled { + box-shadow: inset 0 -1px rgba(211, 211, 211, 0.12); + background-color: rgba(211, 211, 211, 0.04); + color: rgba(211, 211, 211, 0.5); +} + +spinbutton.flat:not(.vertical), entry.preferences-search, layoutpane entry.search, editortweak entry.search, +entry.flat { + min-height: 0; + padding: 2px; + border-radius: 0; + background-color: transparent; +} + +spinbutton:not(.vertical) image, +entry image { + color: rgba(211, 211, 211, 0.7); +} + +spinbutton:not(.vertical) image:hover, spinbutton:not(.vertical) image:active, +entry image:hover, +entry image:active { + color: #d3d3d3; +} + +spinbutton:not(.vertical) image:disabled, +entry image:disabled { + color: rgba(211, 211, 211, 0.5); +} + +spinbutton:not(.vertical) image.left, +entry image.left { + margin-left: 2px; + margin-right: 6px; +} + +spinbutton:not(.vertical) image.right, +entry image.right { + margin-left: 6px; + margin-right: 2px; +} + +spinbutton:not(.vertical) undershoot.left, +entry undershoot.left { + background-color: transparent; + background-image: linear-gradient(to top, rgba(41, 41, 41, 0.3) 50%, rgba(211, 211, 211, 0.3) 50%); + padding-left: 1px; + background-size: 1px 12px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: left top; +} + +spinbutton:not(.vertical) undershoot.right, +entry undershoot.right { + background-color: transparent; + background-image: linear-gradient(to top, rgba(41, 41, 41, 0.3) 50%, rgba(211, 211, 211, 0.3) 50%); + padding-right: 1px; + background-size: 1px 12px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: right top; +} + +spinbutton.error:not(.vertical), +entry.error { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1); + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #FF443E 0%, transparent 0%) 0 0 0/0 0 0px; + box-shadow: inset 0 -1px #FF443E; + background-color: rgba(211, 211, 211, 0.04); + color: #d3d3d3; +} + +spinbutton.error:focus:not(.vertical), +entry.error:focus { + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #FF443E 100%, transparent 0%) 0 0 2/0 0 2px; +} + +spinbutton.error:disabled:not(.vertical), +entry.error:disabled { + box-shadow: inset 0 -1px rgba(211, 211, 211, 0.12); + background-color: rgba(211, 211, 211, 0.04); + color: rgba(211, 211, 211, 0.5); +} + +spinbutton.warning:not(.vertical), +entry.warning { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1); + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #FF9800 0%, transparent 0%) 0 0 0/0 0 0px; + box-shadow: inset 0 -1px rgba(211, 211, 211, 0.3); + background-color: rgba(211, 211, 211, 0.04); + color: #d3d3d3; +} + +spinbutton.warning:focus:not(.vertical), +entry.warning:focus { + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #FF9800 100%, transparent 0%) 0 0 2/0 0 2px; +} + +spinbutton.warning:disabled:not(.vertical), +entry.warning:disabled { + box-shadow: inset 0 -1px rgba(211, 211, 211, 0.12); + background-color: rgba(211, 211, 211, 0.04); + color: rgba(211, 211, 211, 0.5); +} + +spinbutton:not(.vertical) progress, +entry progress { + margin: 2px -8px; + border-bottom: 2px solid #FF9800; + background-color: transparent; +} + +spinbutton.vertical entry, .gedit-search-slider .linked:not(.vertical) > entry { + border-radius: 4px; + transition: all 100ms cubic-bezier(0, 0, 0.2, 1); + border-image: none; + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); + background-color: #292929; + color: #d3d3d3; +} + +spinbutton.vertical entry:focus, .gedit-search-slider .linked:not(.vertical) > entry:focus { + border-image: none; + box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); +} + +spinbutton.vertical entry:disabled, .gedit-search-slider .linked:not(.vertical) > entry:disabled { + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); + background-color: #252525; + color: rgba(211, 211, 211, 0.5); +} + +spinbutton.vertical entry.error, .gedit-search-slider .linked:not(.vertical) > entry.error { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1); + border-image: none; + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); + background-color: #FF443E; + color: white; +} + +spinbutton.vertical entry.error:focus, .gedit-search-slider .linked:not(.vertical) > entry.error:focus { + border-image: none; + box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); +} + +spinbutton.vertical entry.error:disabled, .gedit-search-slider .linked:not(.vertical) > entry.error:disabled { + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); + background-color: #252525; + color: rgba(211, 211, 211, 0.5); +} + +spinbutton.vertical entry.error image, .gedit-search-slider .linked:not(.vertical) > entry.error image { + color: rgba(255, 255, 255, 0.7); +} + +spinbutton.vertical entry.error image:hover, .gedit-search-slider .linked:not(.vertical) > entry.error image:hover, spinbutton.vertical entry.error image:active, .gedit-search-slider .linked:not(.vertical) > entry.error image:active { + color: white; +} + +spinbutton.vertical entry.error image:disabled, .gedit-search-slider .linked:not(.vertical) > entry.error image:disabled { + color: rgba(255, 255, 255, 0.5); +} + +spinbutton.vertical entry.warning, .gedit-search-slider .linked:not(.vertical) > entry.warning { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1); + border-image: none; + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); + background-color: #292929; + color: #d3d3d3; +} + +spinbutton.vertical entry.warning:focus, .gedit-search-slider .linked:not(.vertical) > entry.warning:focus { + border-image: none; + box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); +} + +spinbutton.vertical entry.warning:disabled, .gedit-search-slider .linked:not(.vertical) > entry.warning:disabled { + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); + background-color: #252525; + color: rgba(211, 211, 211, 0.5); +} + +spinbutton.vertical entry.warning image, .gedit-search-slider .linked:not(.vertical) > entry.warning image { + color: rgba(0, 0, 0, 0.54); +} + +spinbutton.vertical entry.warning image:hover, .gedit-search-slider .linked:not(.vertical) > entry.warning image:hover, spinbutton.vertical entry.warning image:active, .gedit-search-slider .linked:not(.vertical) > entry.warning image:active { + color: rgba(0, 0, 0, 0.87); +} + +spinbutton.vertical entry.warning image:disabled, .gedit-search-slider .linked:not(.vertical) > entry.warning image:disabled { + color: rgba(0, 0, 0, 0.38); +} + +treeview entry.flat, treeview entry { + background-color: #292929; +} + +treeview entry.flat, treeview entry.flat:focus, treeview entry, treeview entry:focus { + border-image: none; + box-shadow: none; +} + +.entry-tag, .documents-entry-tag, .photos-entry-tag { + margin: 2px; + border-radius: 9999px; + box-shadow: none; + background-color: rgba(211, 211, 211, 0.12); + color: #d3d3d3; +} + +.entry-tag:hover, .documents-entry-tag:hover, .photos-entry-tag:hover { + background-image: image(rgba(211, 211, 211, 0.12)); +} + +:dir(ltr) .entry-tag, :dir(ltr) .documents-entry-tag, :dir(ltr) .photos-entry-tag { + margin-left: 4px; + margin-right: 0; + padding-left: 12px; + padding-right: 8px; +} + +:dir(rtl) .entry-tag, :dir(rtl) .documents-entry-tag, :dir(rtl) .photos-entry-tag { + margin-left: 0; + margin-right: 4px; + padding-left: 8px; + padding-right: 12px; +} + +.entry-tag.button, .button.documents-entry-tag, .button.photos-entry-tag { + box-shadow: none; + background-color: transparent; +} + +.entry-tag.button:not(:hover):not(:active), .button.documents-entry-tag:not(:hover):not(:active), .button.photos-entry-tag:not(:hover):not(:active) { + color: rgba(211, 211, 211, 0.7); +} + +/*********** + * Buttons * + ***********/ +@keyframes needs_attention { + from { + background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(#FF9800), to(transparent)); + } + to { + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#FF9800), to(transparent)); + } +} + + +button { + min-height: 24px; + min-width: 16px; + padding: 6px 10px; + border-radius: 4px; + font-weight: 500; + transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24), inset 0 0 0 9999px transparent; + background-color: #2A2A2A; + background-image: radial-gradient(circle farthest-corner at center, transparent 10%, transparent 0%); + background-repeat: no-repeat; + background-position: center; + background-size: 1000% 1000%; + color: #d3d3d3; +} + + +button:hover { + box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23), inset 0 0 0 9999px transparent; + color: #d3d3d3; +} + + +button:active { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; + animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; + box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23), inset 0 0 0 9999px alpha(currentColor, 0.08); + background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.12) 10%, transparent 0%); + background-size: 0% 0%; + color: #d3d3d3; +} + + +button:disabled { + box-shadow: none; + background-color: rgba(211, 211, 211, 0.04); + color: rgba(211, 211, 211, 0.5); +} + + +button:checked { + background-color: #FF9800; + color: rgba(0, 0, 0, 0.87); +} + + +button:checked:disabled { + background-color: rgba(211, 211, 211, 0.12); + color: rgba(211, 211, 211, 0.5); +} + +modelbutton.flat, +.menuitem.button.flat, spinbutton:not(.vertical) button, spinbutton.vertical button, popover.background.menu button, +popover.background button.model, notebook > header > tabs > arrow, scrollbar button, check, +radio, calendar.button, messagedialog.csd .dialog-action-area button, button.sidebar-button, .gedit-search-slider .linked > button, popover.messagepopover .popover-action-area button, #mate-menu button, .budgie-settings-window buttonbox.inline-toolbar button, .drop-shadow button, .budgie-session-dialog .linked.horizontal > button, .lightdm-gtk-greeter button, :not(headerbar) .caja-pathbar button, .caja-pathbar :not(headerbar) button, :not(headerbar) .path-bar button, layouttabbar button, .mate-panel-menu-bar button, .budgie-panel button, .raven stackswitcher.linked > button, .xfce4-panel.background button, toolbar button, .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action), +headerbar button:not(.suggested-action):not(.destructive-action), actionbar > revealer > box button:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button, filechooser #pathbarbox > stack > box > button, .nemo-window .toolbar button, +button.flat { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); + box-shadow: inset 0 0 0 9999px transparent; + background-color: transparent; + background-image: radial-gradient(circle farthest-corner at center, transparent 10%, transparent 0%); + background-repeat: no-repeat; + background-position: center; + background-size: 1000% 1000%; + color: rgba(211, 211, 211, 0.7); +} + +modelbutton.flat:hover, +.menuitem.button.flat:hover, spinbutton:not(.vertical) button:hover, spinbutton.vertical button:hover, popover.background.menu button:hover, +popover.background button.model:hover, notebook > header > tabs > arrow:hover, scrollbar button:hover, check:hover, +radio:hover, calendar.button:hover, messagedialog.csd .dialog-action-area button:hover, button.sidebar-button:hover, .gedit-search-slider .linked > button:hover, popover.messagepopover .popover-action-area button:hover, #mate-menu button:hover, .budgie-settings-window buttonbox.inline-toolbar button:hover, .drop-shadow button:hover, .budgie-session-dialog .linked.horizontal > button:hover, .lightdm-gtk-greeter button:hover, :not(headerbar) .caja-pathbar button:hover, .caja-pathbar :not(headerbar) button:hover, :not(headerbar) .path-bar button:hover, layouttabbar button:hover, .mate-panel-menu-bar button:hover, .budgie-panel button:hover, .raven stackswitcher.linked > button:hover, .xfce4-panel.background button:hover, toolbar button:hover, .titlebar:not(headerbar) button:hover:not(.suggested-action):not(.destructive-action), +headerbar button:hover:not(.suggested-action):not(.destructive-action), actionbar > revealer > box button:hover:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:hover, filechooser #pathbarbox > stack > box > button:hover, .nemo-window .toolbar button:hover, +button.flat:hover { + box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); + color: #d3d3d3; +} + +modelbutton.flat:active, +.menuitem.button.flat:active, spinbutton:not(.vertical) button:active, spinbutton.vertical button:active, popover.background.menu button:active, +popover.background button.model:active, notebook > header > tabs > arrow:active, scrollbar button:active, check:active, +radio:active, calendar.button:active, messagedialog.csd .dialog-action-area button:active, button.sidebar-button:active, .gedit-search-slider .linked > button:active, popover.messagepopover .popover-action-area button:active, #mate-menu button:active, .budgie-settings-window buttonbox.inline-toolbar button:active, .drop-shadow button:active, .budgie-session-dialog .linked.horizontal > button:active, .lightdm-gtk-greeter button:active, :not(headerbar) .caja-pathbar button:active, .caja-pathbar :not(headerbar) button:active, :not(headerbar) .path-bar button:active, layouttabbar button:active, .mate-panel-menu-bar button:active, .budgie-panel button:active, .raven stackswitcher.linked > button:active, .xfce4-panel.background button:active, toolbar button:active, .titlebar:not(headerbar) button:active:not(.suggested-action):not(.destructive-action), +headerbar button:active:not(.suggested-action):not(.destructive-action), actionbar > revealer > box button:active:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:active, filechooser #pathbarbox > stack > box > button:active, .nemo-window .toolbar button:active, +button.flat:active { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; + animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; + box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); + background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.12) 10%, transparent 0%); + background-size: 0% 0%; + color: #d3d3d3; +} + +modelbutton.flat:disabled, +.menuitem.button.flat:disabled, spinbutton:not(.vertical) button:disabled, spinbutton.vertical button:disabled, popover.background.menu button:disabled, +popover.background button.model:disabled, notebook > header > tabs > arrow:disabled, scrollbar button:disabled, check:disabled, +radio:disabled, calendar.button:disabled, messagedialog.csd .dialog-action-area button:disabled, button.sidebar-button:disabled, .gedit-search-slider .linked > button:disabled, popover.messagepopover .popover-action-area button:disabled, #mate-menu button:disabled, .budgie-settings-window buttonbox.inline-toolbar button:disabled, .drop-shadow button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, .lightdm-gtk-greeter button:disabled, :not(headerbar) .caja-pathbar button:disabled, .caja-pathbar :not(headerbar) button:disabled, :not(headerbar) .path-bar button:disabled, layouttabbar button:disabled, .mate-panel-menu-bar button:disabled, .budgie-panel button:disabled, .raven stackswitcher.linked > button:disabled, .xfce4-panel.background button:disabled, toolbar button:disabled, .titlebar:not(headerbar) button:disabled:not(.suggested-action):not(.destructive-action), +headerbar button:disabled:not(.suggested-action):not(.destructive-action), actionbar > revealer > box button:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:disabled, filechooser #pathbarbox > stack > box > button:disabled, .nemo-window .toolbar button:disabled, +button.flat:disabled { + box-shadow: none; + background-color: transparent; + color: rgba(211, 211, 211, 0.3); +} + +:not(headerbar) .caja-pathbar button:checked, .caja-pathbar :not(headerbar) button:checked, :not(headerbar) .path-bar button:checked, layouttabbar button:checked, .mate-panel-menu-bar button:checked, .budgie-panel button:checked, .raven stackswitcher.linked > button:checked, .xfce4-panel.background button:checked, toolbar button:checked, .path-bar-box .nautilus-path-bar button:last-child:dir(ltr), .path-bar-box .nautilus-path-bar button:first-child:dir(rtl), .titlebar:not(headerbar) button:checked:not(.suggested-action):not(.destructive-action), +headerbar button:checked:not(.suggested-action):not(.destructive-action), actionbar > revealer > box button:checked:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:checked, filechooser #pathbarbox > stack > box > button:checked, .nemo-window .toolbar button:checked, +button.flat:checked { + background-color: alpha(currentColor, 0.24); + color: #d3d3d3; +} + +:not(headerbar) .caja-pathbar button:checked:disabled, .caja-pathbar :not(headerbar) button:checked:disabled, :not(headerbar) .path-bar button:checked:disabled, layouttabbar button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .budgie-panel button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, .xfce4-panel.background button:checked:disabled, toolbar button:checked:disabled, .path-bar-box .nautilus-path-bar button:disabled:last-child:dir(ltr), .path-bar-box .nautilus-path-bar button:disabled:first-child:dir(rtl), .titlebar:not(headerbar) button:checked:disabled:not(.suggested-action):not(.destructive-action), +headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action), actionbar > revealer > box button:checked:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:checked:disabled, filechooser #pathbarbox > stack > box > button:checked:disabled, .nemo-window .toolbar button:checked:disabled, +button.flat:checked:disabled { + background-color: rgba(211, 211, 211, 0.12); + color: rgba(211, 211, 211, 0.5); +} + + +button.text-button { + padding-left: 16px; + padding-right: 16px; +} + + +button.image-button { + min-width: 24px; + padding: 6px; +} + + +button.text-button.image-button { + border-radius: 4px; + -gtk-outline-radius: 4px; +} + + +button.text-button.image-button label:first-child { + margin-left: 10px; +} + + +button.text-button.image-button label:last-child { + margin-right: 10px; +} + + +button.text-button.image-button image:not(:only-child) { + margin: 0 4px; +} + +toolbar .linked > button, .titlebar:not(headerbar) .linked > button:not(.suggested-action):not(.destructive-action), +headerbar .linked > button:not(.suggested-action):not(.destructive-action), actionbar > revealer > box .linked > button:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification .linked > button, filechooser #pathbarbox > stack > box.linked > button, .nemo-window .toolbar .linked > button, +toolbar .linked.vertical > button, +.titlebar:not(headerbar) .linked.vertical > button:not(.suggested-action):not(.destructive-action), +headerbar .linked.vertical > button:not(.suggested-action):not(.destructive-action), +actionbar > revealer > box .linked.vertical > button:not(.suggested-action):not(.destructive-action):not(.server-list-button), +.app-notification .linked.vertical > button, +filechooser #pathbarbox > stack > box.linked.vertical > button, +.nemo-window .toolbar .linked.vertical > button, .linked > +button.flat, +.linked.vertical > +button.flat { + border-radius: 4px; +} + +toolbar .linked > button.text-button.image-button, .titlebar:not(headerbar) .linked > button.text-button.image-button:not(.suggested-action):not(.destructive-action), +headerbar .linked > button.text-button.image-button:not(.suggested-action):not(.destructive-action), actionbar > revealer > box .linked > button.text-button.image-button:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification .linked > button.text-button.image-button, filechooser #pathbarbox > stack > box.linked > button.text-button.image-button, .nemo-window .toolbar .linked > button.text-button.image-button, +toolbar .linked.vertical > button.text-button.image-button, +.titlebar:not(headerbar) .linked.vertical > button.text-button.image-button:not(.suggested-action):not(.destructive-action), +headerbar .linked.vertical > button.text-button.image-button:not(.suggested-action):not(.destructive-action), +actionbar > revealer > box .linked.vertical > button.text-button.image-button:not(.suggested-action):not(.destructive-action):not(.server-list-button), +.app-notification .linked.vertical > button.text-button.image-button, +filechooser #pathbarbox > stack > box.linked.vertical > button.text-button.image-button, +.nemo-window .toolbar .linked.vertical > button.text-button.image-button, .linked > +button.flat.text-button.image-button, +.linked.vertical > +button.flat.text-button.image-button { + border-radius: 4px; + -gtk-outline-radius: 4px; +} + +infobar.info button.flat, infobar.question button.flat, infobar.warning button.flat, infobar.error button.flat, .mate-panel-menu-bar button, .budgie-panel button, .raven-mpris button.image-button, .xfce4-panel.background button { + color: rgba(255, 255, 255, 0.7); +} + +infobar.info button.flat:hover, infobar.question button.flat:hover, infobar.warning button.flat:hover, infobar.error button.flat:hover, .mate-panel-menu-bar button:hover, .budgie-panel button:hover, .raven-mpris button.image-button:hover, .xfce4-panel.background button:hover, infobar.info button.flat:active, infobar.question button.flat:active, infobar.warning button.flat:active, infobar.error button.flat:active, .mate-panel-menu-bar button:active, .budgie-panel button:active, .raven-mpris button.image-button:active, .xfce4-panel.background button:active { + color: white; +} + +infobar.info button.flat:disabled, infobar.question button.flat:disabled, infobar.warning button.flat:disabled, infobar.error button.flat:disabled, .mate-panel-menu-bar button:disabled, .budgie-panel button:disabled, .raven-mpris button.image-button:disabled, .xfce4-panel.background button:disabled { + color: rgba(255, 255, 255, 0.3); +} + +infobar.info button.flat:checked, infobar.question button.flat:checked, infobar.warning button.flat:checked, infobar.error button.flat:checked, .mate-panel-menu-bar button:checked, .budgie-panel button:checked, .raven-mpris button.image-button:checked, .xfce4-panel.background button:checked { + background-color: rgba(255, 255, 255, 0.3); + color: white; +} + +infobar.info button.flat:checked:disabled, infobar.question button.flat:checked:disabled, infobar.warning button.flat:checked:disabled, infobar.error button.flat:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .budgie-panel button:checked:disabled, .raven-mpris button.image-button:checked:disabled, .xfce4-panel.background button:checked:disabled { + background-color: rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.5); +} + + +button.osd { + padding: 12px 16px; +} + + +button.osd.image-button { + padding: 12px; +} + + +button.osd:disabled { + opacity: 0; +} + + +button.suggested-action { + background-color: #FF9800; + color: rgba(0, 0, 0, 0.87); +} + + +button.suggested-action:disabled { + box-shadow: none; + background-color: rgba(211, 211, 211, 0.04); + color: rgba(211, 211, 211, 0.5); +} + + +button.suggested-action:checked { + background-color: rgba(192, 114, 0, 0.961); +} + + +button.suggested-action.flat { + background-color: transparent; + color: #FF9800; +} + + +button.suggested-action.flat:disabled { + box-shadow: none; + background-color: transparent; + color: rgba(211, 211, 211, 0.3); +} + + +button.suggested-action.flat:checked { + background-color: rgba(255, 152, 0, 0.3); +} + + +button.destructive-action { + background-color: #FF443E; + color: white; +} + + +button.destructive-action:disabled { + box-shadow: none; + background-color: rgba(211, 211, 211, 0.04); + color: rgba(211, 211, 211, 0.5); +} + + +button.destructive-action:checked { + background-color: #ff7c78; +} + + +button.destructive-action.flat { + background-color: transparent; + color: #FF443E; +} + + +button.destructive-action.flat:disabled { + box-shadow: none; + background-color: transparent; + color: rgba(211, 211, 211, 0.3); +} + + +button.destructive-action.flat:checked { + background-color: rgba(255, 68, 62, 0.3); +} + +.stack-switcher > +button { + outline-offset: -4px; +} + +.stack-switcher > +button > label { + padding-left: 6px; + padding-right: 6px; +} + +.stack-switcher > +button > image { + padding-left: 6px; + padding-right: 6px; + padding-top: 3px; + padding-bottom: 3px; +} + +.stack-switcher > +button.text-button { + padding-left: 10px; + padding-right: 10px; +} + +.stack-switcher > +button.image-button { + padding-left: 4px; + padding-right: 4px; +} + +.stack-switcher > +button.needs-attention:checked > label, +.stack-switcher > +button.needs-attention:checked > image { + animation: none; + background-image: none; +} + +.primary-toolbar +button { + -gtk-icon-shadow: none; +} + + +button.image-button, toolbar .linked > button.image-button, .titlebar:not(headerbar) .linked > button.image-button:not(.suggested-action):not(.destructive-action), +headerbar .linked > button.image-button:not(.suggested-action):not(.destructive-action), actionbar > revealer > box .linked > button.image-button:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification .linked > button.image-button, .nemo-window .toolbar .linked > button.image-button, toolbar .linked.vertical > button.image-button, +headerbar .linked.vertical > button.image-button:not(.suggested-action):not(.destructive-action), .app-notification .linked.vertical > button.image-button, .nemo-window .toolbar .linked.vertical > button.image-button, .linked > button.flat.image-button, +.linked.vertical > button.flat.image-button, .inline-toolbar button:not(.text-button), check, +radio, filechooser #pathbarbox > stack > box > button, button.titlebutton, .linked > button.disclosure-button:not(.suggested-action):not(.destructive-action), .nautilus-window headerbar revealer > button, .raven .expander-button, +button.close, +button.circular { + border-radius: 9999px; + -gtk-outline-radius: 9999px; +} + +spinbutton:not(.vertical) button, notebook > header tab button.flat, button.sidebar-button, .nautilus-window .floating-bar button, .gedit-document-panel row button.flat, .gedit-search-slider .linked > button, .pluma-window paned.horizontal box.vertical box.horizontal button.flat { + min-height: 24px; + min-width: 24px; + padding: 0; + border-radius: 9999px; + -gtk-outline-radius: 9999px; +} + +.stack-switcher > button.needs-attention > label, +.stack-switcher > button.needs-attention > image, stacksidebar row.needs-attention > label { + animation: needs_attention 225ms cubic-bezier(0, 0, 0.2, 1) forwards; + background-repeat: no-repeat; + background-position: right 3px; + background-size: 6px 6px; +} + +.stack-switcher > button.needs-attention > label:dir(rtl), +.stack-switcher > button.needs-attention > image:dir(rtl), stacksidebar row.needs-attention > label:dir(rtl) { + background-position: left 3px; +} + +.linked > button, .linked:not(.vertical) > spinbutton:not(.vertical), .linked:not(.vertical) > entry, combobox > .linked > button, .linked:not(.vertical) > combobox > box > button.combo { + border-radius: 0; + -gtk-outline-radius: 4px; +} + +.linked > button:first-child { + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; +} + +.linked > button:last-child { + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; +} + +.linked > button:only-child { + border-radius: 4px; +} + +.linked.vertical > button, .linked.vertical > spinbutton:not(.vertical), .linked.vertical > entry, .linked.vertical > combobox > box > button.combo { + border-radius: 0; + -gtk-outline-radius: 4px; +} + +.linked.vertical > button:first-child { + border-top-left-radius: 4px; + border-top-right-radius: 4px; +} + +.linked.vertical > button:last-child { + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; +} + +.linked.vertical > button:only-child { + border-radius: 4px; +} + +.linked:not(.vertical) > spinbutton:first-child:not(.vertical), .linked:not(.vertical) > entry:first-child, combobox.linked button:nth-child(2):dir(rtl), combobox > .linked > button:first-child, .linked:not(.vertical) > combobox:first-child > box > button.combo { + border-radius: 4px 0 0 0; +} + +.linked:not(.vertical) > spinbutton:last-child:not(.vertical), .linked:not(.vertical) > entry:last-child, combobox.linked button:nth-child(2):dir(ltr), combobox > .linked > button:last-child, .linked:not(.vertical) > combobox:last-child > box > button.combo { + border-radius: 0 4px 0 0; +} + +.linked:not(.vertical) > spinbutton:only-child:not(.vertical), .linked:not(.vertical) > entry:only-child, combobox > .linked > button:only-child, .linked:not(.vertical) > combobox:only-child > box > button.combo { + border-radius: 4px 4px 0 0; +} + +.linked.vertical > spinbutton:first-child:not(.vertical), .linked.vertical > entry:first-child, .linked.vertical > combobox:first-child > box > button.combo { + border-radius: 4px 4px 0 0; +} + +.linked.vertical > spinbutton:last-child:not(.vertical), .linked.vertical > entry:last-child, .linked.vertical > combobox:last-child > box > button.combo { + border-radius: 0; +} + +.linked.vertical > spinbutton:only-child:not(.vertical), .linked.vertical > entry:only-child, .linked.vertical > combobox:only-child > box > button.combo { + border-radius: 4px 4px 0 0; +} + +/* menu buttons */ +modelbutton.flat, +.menuitem.button.flat { + min-height: 28px; + padding: 0 8px; + border-radius: 4px; + color: inherit; +} + +modelbutton.flat arrow.left { + -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); +} + +modelbutton.flat arrow.right { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); +} + +button.color { + min-height: 24px; + min-width: 24px; + padding: 6px; +} + +/********* + * Links * + *********/ +*:link, button:link, button:link:hover, button:link:active, +button:visited, +button:visited:hover, +button:visited:active { + color: #FF9800; +} + +*:link:visited, +button:visited, +button:visited:hover, +button:visited:active { + color: #D81B60; +} + +button:link > label, +button:visited > label { + text-decoration-line: underline; +} + +/***************** + * GtkSpinButton * + *****************/ +spinbutton:not(.vertical) { + padding: 0; +} + +spinbutton:not(.vertical) entry { + min-width: 32px; + margin: 0; + border-image: none; + border-radius: 0; + box-shadow: none; + background-color: transparent; +} + +spinbutton:not(.vertical) button { + border: solid 6px transparent; +} + +spinbutton:not(.vertical) button.up:dir(ltr), spinbutton:not(.vertical) button.down:dir(rtl) { + margin-left: -3px; +} + +spinbutton:not(.vertical) button.up:dir(rtl), spinbutton:not(.vertical) button.down:dir(ltr) { + margin-right: -3px; +} + +spinbutton.vertical:disabled { + color: rgba(211, 211, 211, 0.5); +} + +spinbutton.vertical:drop(active) { + box-shadow: none; +} + +spinbutton.vertical entry { + min-height: 36px; + min-width: 48px; + padding: 0; +} + +spinbutton.vertical button { + min-height: 36px; + min-width: 48px; + padding: 0; +} + +spinbutton.vertical button.up { + border-radius: 4px 4px 0 0; +} + +spinbutton.vertical button.down { + border-radius: 0 0 4px 4px; +} + +treeview spinbutton:not(.vertical) { + min-height: 0; + border-style: none; + border-radius: 0; +} + +treeview spinbutton:not(.vertical) entry { + min-height: 0; + padding: 1px 2px; +} + +/************** + * ComboBoxes * + **************/ +combobox arrow { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); + min-height: 16px; + min-width: 16px; +} + +combobox decoration, +combobox button.combo:checked { + transition: none; +} + +combobox button.combo cellview:dir(ltr) { + margin-left: -2px; +} + +combobox button.combo cellview:dir(rtl) { + margin-right: -2px; +} + +combobox #gtk-combobox-popup-menu { + padding: 2px 0; +} + +combobox #gtk-combobox-popup-menu menuitem { + min-height: 32px; + padding: 0 8px; +} + +combobox #gtk-combobox-popup-menu > arrow.top { + margin-top: -2px; +} + +combobox #gtk-combobox-popup-menu > arrow.bottom { + margin-top: 4px; + margin-bottom: -6px; +} + +combobox:drop(active) { + box-shadow: none; +} + +button.combo { + border-radius: 4px 4px 0 0; + background-image: none; + font-weight: inherit; + transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1); + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #FF9800 0%, transparent 0%) 0 0 0/0 0 0px; + box-shadow: inset 0 -1px rgba(211, 211, 211, 0.3); + background-color: rgba(211, 211, 211, 0.04); + color: #d3d3d3; +} + +button.combo:hover { + background-image: image(alpha(currentColor, 0.08)); +} + +button.combo:checked { + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #FF9800 100%, transparent 0%) 0 0 2/0 0 2px; +} + +button.combo:disabled { + box-shadow: inset 0 -1px rgba(211, 211, 211, 0.12); + background-color: rgba(211, 211, 211, 0.04); + color: rgba(211, 211, 211, 0.5); +} + +/************ + * Toolbars * + ************/ +toolbar { + -GtkWidget-window-dragging: true; + padding: 2px; + background-color: #212121; +} + +.osd toolbar { + background-color: transparent; +} + +toolbar.osd, .app-notification, frame.documents-dropdown { + transition: box-shadow 100ms cubic-bezier(0, 0, 0.2, 1); + padding: 6px; + border-radius: 4px; + box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23), inset 0 1px rgba(255, 255, 255, 0.1); + background-color: #2A2A2A; +} + +toolbar.osd:backdrop, .app-notification:backdrop, frame.documents-dropdown:backdrop { + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24), inset 0 1px rgba(255, 255, 255, 0.1); +} + +toolbar.osd.left, .left.app-notification, frame.left.documents-dropdown, toolbar.osd.right, .right.app-notification, frame.right.documents-dropdown, toolbar.osd.top, .top.app-notification, frame.top.documents-dropdown, toolbar.osd.bottom, .bottom.app-notification, frame.bottom.documents-dropdown { + border-radius: 0; +} + +toolbar.horizontal > separator { + margin: 2px; +} + +toolbar.vertical > separator { + margin: 2px; +} + +toolbar:not(.inline-toolbar):not(.osd) scale, +toolbar:not(.inline-toolbar):not(.osd) entry, +toolbar:not(.inline-toolbar):not(.osd) spinbutton, +toolbar:not(.inline-toolbar):not(.osd) button { + margin: 2px; +} + +toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:first-child), +toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:first-child), +toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:first-child) { + margin-left: 0; +} + +toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:last-child), +toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:last-child), +toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:last-child) { + margin-right: 0; +} + +toolbar:not(.inline-toolbar):not(.osd) spinbutton entry, +toolbar:not(.inline-toolbar):not(.osd) spinbutton button { + margin: 0; +} + +toolbar:not(.inline-toolbar):not(.osd) switch { + margin: 8px 2px; +} + +.inline-toolbar { + padding: 6px; + border-style: solid; + border-width: 0 1px 1px; + border-color: rgba(0, 0, 0, 0.26); + background-color: #252525; +} + +searchbar > revealer > box, +.location-bar { + padding: 6px; + border-style: solid; + border-width: 0 0 1px; + border-color: rgba(0, 0, 0, 0.26); + background-color: #212121; + background-clip: border-box; +} + +searchbar > revealer > box { + margin: -6px; + padding: 6px; +} + +/*************** + * Header bars * + ***************/ +.titlebar:not(headerbar), +headerbar { + transition: background-color 100ms cubic-bezier(0, 0, 0.2, 1), color 100ms cubic-bezier(0, 0, 0.2, 1); + min-height: 48px; + padding: 0 6px; + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24), inset 0 1px rgba(255, 255, 255, 0.1); + background-color: #212121; + color: #B0BEC5; +} + +.titlebar:disabled:not(headerbar), +headerbar:disabled { + color: rgba(176, 190, 197, 0.5); +} + +.titlebar:backdrop:not(headerbar), +headerbar:backdrop { + color: rgba(176, 190, 197, 0.7); +} + +.titlebar:backdrop:disabled:not(headerbar), +headerbar:backdrop:disabled { + color: rgba(176, 190, 197, 0.3); +} + +.titlebar:not(headerbar) .title, +headerbar .title { + padding: 0 12px; + font-weight: bold; +} + +.titlebar:not(headerbar) .subtitle, +headerbar .subtitle { + padding: 0 12px; + font-size: smaller; +} + +.titlebar:not(headerbar) entry, +headerbar entry { + box-shadow: inset 0 -1px rgba(176, 190, 197, 0.3); + background-color: rgba(176, 190, 197, 0.04); + color: #B0BEC5; +} + +.titlebar:not(headerbar) entry:disabled, +headerbar entry:disabled { + box-shadow: inset 0 -1px rgba(176, 190, 197, 0.12); + background-color: rgba(176, 190, 197, 0.04); + color: rgba(176, 190, 197, 0.5); +} + +.titlebar:not(headerbar) entry image, +headerbar entry image { + color: rgba(176, 190, 197, 0.7); +} + +.titlebar:not(headerbar) entry image:hover, .titlebar:not(headerbar) entry image:active, +headerbar entry image:hover, +headerbar entry image:active { + color: #B0BEC5; +} + +.titlebar:not(headerbar) entry image:disabled, +headerbar entry image:disabled { + color: rgba(176, 190, 197, 0.5); +} + +.titlebar:not(headerbar) .linked:not(.vertical) > entry:not(.flat), +headerbar .linked:not(.vertical) > entry:not(.flat) { + border-radius: 4px 4px 0 0; +} + +.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action), +headerbar button:not(.suggested-action):not(.destructive-action) { + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 0%, transparent 0%) 0 0 0/0 0 0px; + color: rgba(176, 190, 197, 0.7); +} + +.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):hover, .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):active, +headerbar button:not(.suggested-action):not(.destructive-action):hover, +headerbar button:not(.suggested-action):not(.destructive-action):active { + color: #B0BEC5; +} + +.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):disabled, +headerbar button:not(.suggested-action):not(.destructive-action):disabled { + color: rgba(176, 190, 197, 0.3); +} + +.path-bar-box .nautilus-path-bar button:last-child:dir(ltr), .path-bar-box .nautilus-path-bar button:first-child:dir(rtl), .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):checked, +headerbar button:not(.suggested-action):not(.destructive-action):checked { + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2/0 0 2px; + color: #B0BEC5; +} + +.path-bar-box .nautilus-path-bar button:disabled:last-child:dir(ltr), .path-bar-box .nautilus-path-bar button:disabled:first-child:dir(rtl), .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):checked:disabled, +headerbar button:not(.suggested-action):not(.destructive-action):checked:disabled { + color: rgba(176, 190, 197, 0.5); +} + +.path-bar-box .nautilus-path-bar button:last-child:dir(ltr), .path-bar-box .nautilus-path-bar button:first-child:dir(rtl), .path-bar-box .nautilus-path-bar button:disabled:last-child:dir(ltr), .path-bar-box .nautilus-path-bar button:disabled:first-child:dir(rtl), .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):checked, .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):checked:disabled, +headerbar button:not(.suggested-action):not(.destructive-action):checked, +headerbar button:not(.suggested-action):not(.destructive-action):checked:disabled { + background-color: transparent; +} + +.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):backdrop, +headerbar button:not(.suggested-action):not(.destructive-action):backdrop { + color: rgba(176, 190, 197, 0.5); +} + +.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):backdrop:hover, .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):backdrop:active, +headerbar button:not(.suggested-action):not(.destructive-action):backdrop:hover, +headerbar button:not(.suggested-action):not(.destructive-action):backdrop:active { + color: rgba(176, 190, 197, 0.7); +} + +.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):backdrop:disabled, +headerbar button:not(.suggested-action):not(.destructive-action):backdrop:disabled { + color: rgba(176, 190, 197, 0.3); +} + +.path-bar-box .nautilus-path-bar button:backdrop:last-child:dir(ltr), .path-bar-box .nautilus-path-bar button:backdrop:first-child:dir(rtl), .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):backdrop:checked, +headerbar button:not(.suggested-action):not(.destructive-action):backdrop:checked { + color: rgba(176, 190, 197, 0.7); +} + +.path-bar-box .nautilus-path-bar button:backdrop:disabled:last-child:dir(ltr), .path-bar-box .nautilus-path-bar button:backdrop:disabled:first-child:dir(rtl), .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):backdrop:checked:disabled, +headerbar button:not(.suggested-action):not(.destructive-action):backdrop:checked:disabled { + color: rgba(176, 190, 197, 0.3); +} + +.titlebar:not(headerbar) button.suggested-action:disabled, .titlebar:not(headerbar) button.destructive-action:disabled, +headerbar button.suggested-action:disabled, +headerbar button.destructive-action:disabled { + background-color: rgba(176, 190, 197, 0.04); + color: rgba(176, 190, 197, 0.5); +} + +.selection-mode.titlebar:not(headerbar), +headerbar.selection-mode { + transition: background-color 0.00001s 225ms, color 225ms cubic-bezier(0, 0, 0.2, 1); + animation: ripple-headerbar 225ms cubic-bezier(0, 0, 0.2, 1); + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24), inset 0 1px rgba(255, 255, 255, 0.2); + background-color: #FF9800; + color: rgba(0, 0, 0, 0.87); +} + +.selection-mode.titlebar:backdrop:not(headerbar), +headerbar.selection-mode:backdrop { + color: rgba(0, 0, 0, 0.54); +} + +.selection-mode.titlebar:not(headerbar) .subtitle:link, +headerbar.selection-mode .subtitle:link { + color: rgba(0, 0, 0, 0.87); +} + +.selection-mode.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action), +headerbar.selection-mode button:not(.suggested-action):not(.destructive-action) { + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 0%, transparent 0%) 0 0 0/0 0 0px; + color: rgba(0, 0, 0, 0.87); +} + +.selection-mode.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):disabled, +headerbar.selection-mode button:not(.suggested-action):not(.destructive-action):disabled { + color: rgba(0, 0, 0, 0.38); +} + +.selection-mode.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):checked, +headerbar.selection-mode button:not(.suggested-action):not(.destructive-action):checked { + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2/0 0 2px; + color: rgba(0, 0, 0, 0.87); +} + +.selection-mode.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):checked:disabled, +headerbar.selection-mode button:not(.suggested-action):not(.destructive-action):checked:disabled { + color: rgba(0, 0, 0, 0.38); +} + +.selection-mode.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):backdrop, +headerbar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop { + color: rgba(0, 0, 0, 0.54); +} + +.selection-mode.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):backdrop:disabled, +headerbar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:disabled { + color: rgba(0, 0, 0, 0.26); +} + +.selection-mode.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):backdrop:checked, +headerbar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:checked { + color: rgba(0, 0, 0, 0.54); +} + +.selection-mode.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):backdrop:checked:disabled, +headerbar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:checked:disabled { + color: rgba(0, 0, 0, 0.26); +} + +.selection-mode.titlebar:not(headerbar) .selection-menu, +headerbar.selection-mode .selection-menu { + padding-left: 16px; + padding-right: 16px; +} + +.selection-mode.titlebar:not(headerbar) .selection-menu arrow, +headerbar.selection-mode .selection-menu arrow { + -GtkArrow-arrow-scaling: 1; +} + +.selection-mode.titlebar:not(headerbar) .selection-menu .arrow, +headerbar.selection-mode .selection-menu .arrow { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); +} + +.tiled .titlebar:not(headerbar), +.tiled-top .titlebar:not(headerbar), +.tiled-right .titlebar:not(headerbar), +.tiled-bottom .titlebar:not(headerbar), +.tiled-left .titlebar:not(headerbar), +.maximized .titlebar:not(headerbar), +.fullscreen .titlebar:not(headerbar), .tiled +headerbar, +.tiled-top +headerbar, +.tiled-right +headerbar, +.tiled-bottom +headerbar, +.tiled-left +headerbar, +.maximized +headerbar, +.fullscreen +headerbar { + border-radius: 0; + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); +} + +.default-decoration.titlebar:not(headerbar), +headerbar.default-decoration { + min-height: 24px; + padding: 6px; + box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); +} + +.tiled .default-decoration.titlebar:not(headerbar), +.maximized .default-decoration.titlebar:not(headerbar), +.fullscreen .default-decoration.titlebar:not(headerbar), .tiled +headerbar.default-decoration, +.maximized +headerbar.default-decoration, +.fullscreen +headerbar.default-decoration { + box-shadow: none; +} + +.default-decoration.titlebar:not(headerbar) button.titlebutton, +headerbar.default-decoration button.titlebutton { + min-height: 24px; + min-width: 24px; + margin: 0; + padding: 0; +} + +.background:not(.csd) .default-decoration.titlebar:not(headerbar) button.titlebutton:active, .background:not(.csd) +headerbar.default-decoration button.titlebutton:active { + background-size: 1000% 1000%; +} + +.solid-csd .titlebar:dir(rtl):not(headerbar), .solid-csd .titlebar:dir(ltr):not(headerbar), .solid-csd +headerbar:dir(rtl), .solid-csd +headerbar:dir(ltr) { + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); +} + +headerbar entry, +headerbar spinbutton, +headerbar button { + margin-top: 6px; + margin-bottom: 6px; +} + +headerbar separator.titlebutton { + margin-top: 12px; + margin-bottom: 12px; + background-color: rgba(176, 190, 197, 0.12); +} + +headerbar switch { + margin-top: 12px; + margin-bottom: 12px; +} + +headerbar spinbutton button { + margin-top: 0; + margin-bottom: 0; +} + +headerbar .entry-tag, headerbar .documents-entry-tag, headerbar .photos-entry-tag { + margin-top: 5px; + margin-bottom: 5px; +} + +headerbar.titlebar headerbar:not(.titlebar) { + background-color: transparent; + box-shadow: none; +} + +.background .titlebar { + border-top-left-radius: 4px; + border-top-right-radius: 4px; +} + +.background.tiled .titlebar, +.background.tiled-top .titlebar, +.background.tiled-right .titlebar, +.background.tiled-bottom .titlebar, +.background.tiled-left .titlebar, +.background.maximized .titlebar, +.background.solid-csd .titlebar { + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +window separator:first-child + headerbar, +window headerbar:first-child { + border-top-left-radius: 4px; +} + +window headerbar:last-child { + border-top-right-radius: 4px; +} + +window stack headerbar:first-child, window stack headerbar:last-child { + border-top-left-radius: 4px; + border-top-right-radius: 4px; +} + +window.tiled headerbar, window.tiled headerbar:first-child, window.tiled headerbar:last-child, window.tiled headerbar:only-child, +window.tiled-top headerbar, +window.tiled-top headerbar:first-child, +window.tiled-top headerbar:last-child, +window.tiled-top headerbar:only-child, +window.tiled-right headerbar, +window.tiled-right headerbar:first-child, +window.tiled-right headerbar:last-child, +window.tiled-right headerbar:only-child, +window.tiled-bottom headerbar, +window.tiled-bottom headerbar:first-child, +window.tiled-bottom headerbar:last-child, +window.tiled-bottom headerbar:only-child, +window.tiled-left headerbar, +window.tiled-left headerbar:first-child, +window.tiled-left headerbar:last-child, +window.tiled-left headerbar:only-child, +window.maximized headerbar, +window.maximized headerbar:first-child, +window.maximized headerbar:last-child, +window.maximized headerbar:only-child, +window.fullscreen headerbar, +window.fullscreen headerbar:first-child, +window.fullscreen headerbar:last-child, +window.fullscreen headerbar:only-child, +window.solid-csd headerbar, +window.solid-csd headerbar:first-child, +window.solid-csd headerbar:last-child, +window.solid-csd headerbar:only-child { + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +window.csd > .titlebar:not(headerbar) { + padding: 0; + background-color: transparent; + background-image: none; + border-style: none; + box-shadow: none; +} + +.titlebar:not(headerbar) > separator { + background-color: #212121; + background-image: image(rgba(0, 0, 0, 0.26)); +} + +/************ + * Pathbars * + ************/ +.caja-pathbar button, +.path-bar button { + padding-left: 6px; + padding-right: 6px; +} + +.caja-pathbar button label:not(:only-child):first-child, +.path-bar button label:not(:only-child):first-child { + margin-left: 4px; +} + +.caja-pathbar button label:not(:only-child):last-child, +.path-bar button label:not(:only-child):last-child { + margin-right: 4px; +} + +.caja-pathbar button.slider-button, +.path-bar button.slider-button { + padding-left: 4px; + padding-right: 4px; +} + +:not(headerbar) .caja-pathbar button, .caja-pathbar :not(headerbar) button, :not(headerbar) +.path-bar button { + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #FF9800 0%, transparent 0%) 0 0 0/0 0 0px; + border-radius: 4px; +} + +:not(headerbar) .caja-pathbar button:checked, .caja-pathbar :not(headerbar) button:checked, :not(headerbar) +.path-bar button:checked { + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #FF9800 100%, transparent 0%) 0 0 2/0 0 2px; +} + +:not(headerbar) .caja-pathbar button:checked, .caja-pathbar :not(headerbar) button:checked, :not(headerbar) .caja-pathbar button:checked:disabled, .caja-pathbar :not(headerbar) button:checked:disabled, :not(headerbar) +.path-bar button:checked, :not(headerbar) +.path-bar button:checked:disabled { + background-color: transparent; +} + +/************** + * Tree Views * + **************/ +treeview.view { + border-left-color: rgba(211, 211, 211, 0.3); + border-top-color: rgba(0, 0, 0, 0.26); +} + +* { + -GtkTreeView-horizontal-separator: 4; + -GtkTreeView-grid-line-width: 1; + -GtkTreeView-grid-line-pattern: ''; + -GtkTreeView-tree-line-width: 1; + -GtkTreeView-tree-line-pattern: ''; + -GtkTreeView-expander-size: 16; +} + +treeview.view:selected { + background-color: #292929; + background-image: image(rgba(255, 152, 0, 0.6)); +} + +treeview.view:hover, treeview.view:selected { + border-radius: 0; +} + +treeview.view.separator { + min-height: 5px; + color: rgba(0, 0, 0, 0.26); +} + +treeview.view:drop(active) { + border-style: solid none; + border-width: 1px; + border-color: #FF9800; +} + +treeview.view:drop(active).after { + border-top-style: none; +} + +treeview.view:drop(active).before { + border-bottom-style: none; +} + +treeview.view.expander { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); + -gtk-icon-transform: rotate(-90deg); + color: rgba(211, 211, 211, 0.7); +} + +treeview.view.expander:dir(rtl) { + -gtk-icon-transform: rotate(90deg); +} + +treeview.view.expander:checked { + -gtk-icon-transform: unset; +} + +treeview.view.expander:hover, treeview.view.expander:active { + color: #d3d3d3; +} + +treeview.view.expander:disabled { + color: rgba(211, 211, 211, 0.3); +} + +treeview.view.progressbar { + border-bottom: 4px solid #FF9800; + box-shadow: none; + background-color: transparent; + background-image: none; +} + +treeview.view.progressbar:selected:hover { + box-shadow: none; +} + +treeview.view.trough { + border-bottom: 4px solid rgba(211, 211, 211, 0.12); + box-shadow: none; + background-color: transparent; + background-image: none; +} + +treeview.view.trough:selected:hover { + box-shadow: none; +} + +treeview.view header button { + padding: 2px 6px; + border-style: none solid solid none; + border-width: 1px; + border-color: rgba(0, 0, 0, 0.26); + border-radius: 0; + background-clip: border-box; +} + +treeview.view header button:not(:hover):not(:active) { + color: rgba(211, 211, 211, 0.7); +} + +treeview.view header button, treeview.view header button:hover, treeview.view header button:active { + box-shadow: none; +} + +treeview.view header button, treeview.view header button:disabled { + background-color: #292929; +} + +treeview.view header button:last-child { + border-right-style: none; +} + +treeview.view button.dnd, +treeview.view header.button.dnd { + padding: 2px 6px; + border-style: none solid solid; + border-width: 1px; + border-color: rgba(0, 0, 0, 0.26); + border-radius: 0; + box-shadow: none; + background-color: #292929; + background-clip: border-box; + color: #FF9800; +} + +treeview.view acceleditor > label { + background-color: #FF9800; +} + +/********* + * Menus * + *********/ +menubar, +.menubar { + -GtkWidget-window-dragging: true; + padding: 0; + background-color: #212121; +} + +menubar > menuitem, +.menubar > menuitem { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1); + min-height: 20px; + padding: 4px 8px; + color: rgba(176, 190, 197, 0.7); +} + +menubar > menuitem:hover, +.menubar > menuitem:hover { + transition: none; + background-color: rgba(176, 190, 197, 0.12); + color: #B0BEC5; +} + +menubar > menuitem:disabled, +.menubar > menuitem:disabled { + color: rgba(176, 190, 197, 0.3); +} + +menubar > menuitem label:disabled, +.menubar > menuitem label:disabled { + color: inherit; +} + +.background.popup { + background-color: transparent; +} + +menu, +.menu, +.context-menu { + margin: 4px 0; + padding: 4px 0; + box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); + background-color: #2A2A2A; + border: 1px solid rgba(0, 0, 0, 0.26); +} + +.csd menu, .csd +.menu, .csd +.context-menu { + border: none; + border-radius: 4px; +} + +menu menuitem, +.menu menuitem, +.context-menu menuitem { + transition: background-color 100ms cubic-bezier(0, 0, 0.2, 1); + min-height: 20px; + min-width: 40px; + padding: 4px 8px; + font: initial; + text-shadow: none; +} + +menu menuitem:hover, +.menu menuitem:hover, +.context-menu menuitem:hover { + transition: none; + background-color: rgba(211, 211, 211, 0.12); +} + +menu menuitem:disabled, +.menu menuitem:disabled, +.context-menu menuitem:disabled { + color: rgba(211, 211, 211, 0.5); +} + +menu menuitem arrow, +.menu menuitem arrow, +.context-menu menuitem arrow { + min-height: 16px; + min-width: 16px; +} + +menu menuitem arrow:dir(ltr), +.menu menuitem arrow:dir(ltr), +.context-menu menuitem arrow:dir(ltr) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); + margin-left: 8px; +} + +menu menuitem arrow:dir(rtl), +.menu menuitem arrow:dir(rtl), +.context-menu menuitem arrow:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); + margin-right: 8px; +} + +menu menuitem label:dir(rtl), menu menuitem label:dir(ltr), +.menu menuitem label:dir(rtl), +.menu menuitem label:dir(ltr), +.context-menu menuitem label:dir(rtl), +.context-menu menuitem label:dir(ltr) { + color: inherit; +} + +menu > arrow, +.menu > arrow, +.context-menu > arrow { + min-height: 16px; + min-width: 16px; + padding: 4px; + background-color: #2A2A2A; + color: rgba(211, 211, 211, 0.7); +} + +menu > arrow.top, +.menu > arrow.top, +.context-menu > arrow.top { + margin-top: -4px; + border-bottom: 1px solid rgba(0, 0, 0, 0.26); + border-radius: 4px 4px 0 0; + -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); +} + +menu > arrow.bottom, +.menu > arrow.bottom, +.context-menu > arrow.bottom { + margin-top: 8px; + margin-bottom: -12px; + border-top: 1px solid rgba(0, 0, 0, 0.26); + border-radius: 0 0 4px 4px; + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); +} + +menu > arrow:hover, +.menu > arrow:hover, +.context-menu > arrow:hover { + background-image: image(rgba(211, 211, 211, 0.12)); + color: #d3d3d3; +} + +menu > arrow:disabled, +.menu > arrow:disabled, +.context-menu > arrow:disabled { + border-color: transparent; + background-color: transparent; + color: transparent; +} + +menu separator, +.menu separator, +.context-menu separator { + margin: 4px 0; +} + +menuitem accelerator { + color: rgba(211, 211, 211, 0.7); +} + +menuitem:disabled accelerator { + color: rgba(211, 211, 211, 0.3); +} + +.popup:not(.csd) menu menuitem { + color: #d3d3d3; +} + +.popup:not(.csd) menu menuitem:hover { + background-color: #3e3e3e; +} + +.popup:not(.csd) menu menuitem:disabled { + color: #7f7f7f; +} + +.popup:not(.csd) menu accelerator { + color: #a0a0a0; +} + +/************ + * Popovers * + ************/ +popover.background { + transition: box-shadow 100ms cubic-bezier(0, 0, 0.2, 1); + padding: 2px; + box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); + background-color: #2A2A2A; +} + +popover.background:backdrop { + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); +} + +popover.background, .csd popover.background { + border-style: solid; + border-width: 1px; + border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.3); + border-radius: 5px; +} + +popover.background > stack { + margin: -4px; +} + +popover.background > toolbar { + margin: -2px; +} + +popover.background > list, +popover.background > .view, +popover.background > toolbar { + border-style: none; + box-shadow: none; + background-color: transparent; +} + +popover.background list, +popover.background .view:not(:selected), +popover.background toolbar { + background-color: #2A2A2A; +} + +popover.background.menu button, +popover.background button.model { + min-height: 32px; + padding: 0 8px; + border-radius: 4px; +} + +popover.background separator { + margin: 4px 0; +} + +popover.background list separator { + margin: 0; +} + +/************* + * Notebooks * + *************/ +frame > paned > notebook > header, +notebook.frame > header { + background-color: #252525; +} + +notebook:focus tab:checked { + box-shadow: inset 0 0 0 9999px rgba(255, 152, 0, 0.12); + outline: none; +} + +notebook > header { + border-width: 1px; + border-color: rgba(0, 0, 0, 0.26); + background-color: #212121; + background-clip: border-box; +} + +notebook > header.top { + border-bottom-style: solid; +} + +notebook > header.top > tabs { + margin-bottom: -1px; +} + +notebook > header.top > tabs > tab { + border-image: linear-gradient(to top, transparent 2px, transparent 2px) 2/0 0 2px; +} + +notebook > header.top > tabs > tab:checked { + border-image-source: linear-gradient(to top, #FF9800 2px, rgba(0, 0, 0, 0.26) 2px); +} + +notebook > header.top > tabs > tab.reorderable-page { + border-image-width: 0 1px 2px; +} + +notebook > header.bottom { + border-top-style: solid; +} + +notebook > header.bottom > tabs { + margin-top: -1px; +} + +notebook > header.bottom > tabs > tab { + border-image: linear-gradient(to bottom, transparent 2px, transparent 2px) 2/2px 0 0; +} + +notebook > header.bottom > tabs > tab:checked { + border-image-source: linear-gradient(to bottom, #FF9800 2px, rgba(0, 0, 0, 0.26) 2px); +} + +notebook > header.bottom > tabs > tab.reorderable-page { + border-image-width: 2px 1px 0; +} + +notebook > header.left { + border-right-style: solid; +} + +notebook > header.left > tabs { + margin-right: -1px; +} + +notebook > header.left > tabs > tab { + border-image: linear-gradient(to left, transparent 2px, transparent 2px) 2/0 2px 0 0; +} + +notebook > header.left > tabs > tab:checked { + border-image-source: linear-gradient(to left, #FF9800 2px, rgba(0, 0, 0, 0.26) 2px); +} + +notebook > header.left > tabs > tab.reorderable-page { + border-image-width: 1px 2px 1px 0; +} + +notebook > header.right { + border-left-style: solid; +} + +notebook > header.right > tabs { + margin-left: -1px; +} + +notebook > header.right > tabs > tab { + border-image: linear-gradient(to right, transparent 2px, transparent 2px) 2/0 0 0 2px; +} + +notebook > header.right > tabs > tab:checked { + border-image-source: linear-gradient(to right, #FF9800 2px, rgba(0, 0, 0, 0.26) 2px); +} + +notebook > header.right > tabs > tab.reorderable-page { + border-image-width: 1px 0 1px 2px; +} + +notebook > header.top > tabs > arrow { + border-top-style: none; +} + +notebook > header.bottom > tabs > arrow { + border-bottom-style: none; +} + +notebook > header.top > tabs > arrow, notebook > header.bottom > tabs > arrow { + padding-left: 4px; + padding-right: 4px; +} + +notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down { + margin-left: -8px; + -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); +} + +notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up { + margin-right: -8px; + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); +} + +notebook > header.left > tabs > arrow { + border-left-style: none; +} + +notebook > header.right > tabs > arrow { + border-right-style: none; +} + +notebook > header.left > tabs > arrow, notebook > header.right > tabs > arrow { + padding-top: 4px; + padding-bottom: 4px; +} + +notebook > header.left > tabs > arrow.down, notebook > header.right > tabs > arrow.down { + margin-top: -8px; + -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); +} + +notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up { + margin-bottom: -8px; + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); +} + +notebook > header > tabs > arrow { + min-height: 16px; + min-width: 16px; + border-radius: 0; +} + +notebook > header tab { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; + min-height: 24px; + min-width: 24px; + padding: 6px 12px; + outline-offset: -6px; + border-width: 1px; + border-color: transparent; + background-image: radial-gradient(circle farthest-corner at center, #FF9800 10%, transparent 0%); + background-repeat: no-repeat; + background-position: center; + background-size: 0% 0%; + background-clip: border-box; + color: rgba(211, 211, 211, 0.7); + font-weight: 500; +} + +notebook > header tab:hover { + background-color: alpha(currentColor, 0.08); + color: #d3d3d3; +} + +notebook > header tab:disabled { + color: rgba(211, 211, 211, 0.3); +} + +notebook > header tab:checked { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 225ms cubic-bezier(0, 0, 0.2, 1), background-image 525ms cubic-bezier(0, 0, 0.2, 1); + background-color: transparent; + background-image: radial-gradient(circle farthest-corner at center, transparent 10%, transparent 0%); + background-size: 1000% 1000%; + background-clip: padding-box; + color: #d3d3d3; +} + +notebook > header tab:checked:disabled { + color: rgba(211, 211, 211, 0.5); +} + +notebook > header tab:checked.reorderable-page { + border-color: rgba(0, 0, 0, 0.26); + background-color: #292929; +} + +notebook > header tab button.flat:last-child { + margin-left: 6px; + margin-right: -6px; +} + +notebook > header tab button.flat:first-child { + margin-left: -6px; + margin-right: 6px; +} + +notebook > header.top tabs, notebook > header.bottom tabs { + padding-left: 8px; + padding-right: 8px; +} + +notebook > header.top tabs:not(:only-child):first-child, notebook > header.bottom tabs:not(:only-child):first-child { + margin-left: 0; +} + +notebook > header.top tabs:not(:only-child):last-child, notebook > header.bottom tabs:not(:only-child):last-child { + margin-right: 0; +} + +notebook > header.top tabs tab.reorderable-page, notebook > header.bottom tabs tab.reorderable-page { + border-style: none solid; +} + +notebook > header.left tabs, notebook > header.right tabs { + padding-top: 8px; + padding-bottom: 8px; +} + +notebook > header.left tabs:not(:only-child):first-child, notebook > header.right tabs:not(:only-child):first-child { + margin-top: 0; +} + +notebook > header.left tabs:not(:only-child):last-child, notebook > header.right tabs:not(:only-child):last-child { + margin-bottom: 0; +} + +notebook > header.left tabs tab.reorderable-page, notebook > header.right tabs tab.reorderable-page { + border-style: solid none; +} + +notebook > stack:not(:only-child) { + background-color: #292929; +} + +/************** + * Scrollbars * + **************/ +scrollbar { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1); + background-color: #292929; + background-clip: border-box; +} + +* { + -GtkScrollbar-has-backward-stepper: false; + -GtkScrollbar-has-forward-stepper: false; +} + +scrollbar.top { + border-bottom: 1px solid rgba(0, 0, 0, 0.26); +} + +scrollbar.bottom { + border-top: 1px solid rgba(0, 0, 0, 0.26); +} + +scrollbar.left { + border-right: 1px solid rgba(0, 0, 0, 0.26); +} + +scrollbar.right { + border-left: 1px solid rgba(0, 0, 0, 0.26); +} + +scrollbar slider { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1), margin 0, border-width 0; + min-width: 8px; + min-height: 8px; + border: 4px solid transparent; + border-radius: 9999px; + background-clip: padding-box; + background-color: rgba(211, 211, 211, 0.5); +} + +scrollbar slider:hover { + background-color: rgba(211, 211, 211, 0.7); +} + +scrollbar slider:active { + background-color: #d3d3d3; +} + +scrollbar slider:disabled { + background-color: rgba(211, 211, 211, 0.3); +} + +scrollbar.fine-tune slider { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1), margin 0, border-width 0, min-width 0, min-height 0; + min-width: 4px; + min-height: 4px; +} + +scrollbar.fine-tune.horizontal slider { + margin: 2px 0; +} + +scrollbar.fine-tune.vertical slider { + margin: 0 2px; +} + +scrollbar.overlay-indicator:not(.dragging):not(.hovering) { + border-color: transparent; + background-color: transparent; +} + +scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { + min-width: 4px; + min-height: 4px; + margin: 3px; + border: 1px solid rgba(41, 41, 41, 0.3); +} + +scrollbar.overlay-indicator:not(.dragging):not(.hovering) button { + min-width: 4px; + min-height: 4px; + margin: 3px; + border: 1px solid rgba(41, 41, 41, 0.3); + border-radius: 9999px; + background-color: rgba(211, 211, 211, 0.5); + background-clip: padding-box; + -gtk-icon-source: none; +} + +scrollbar.overlay-indicator:not(.dragging):not(.hovering) button:disabled { + background-color: rgba(211, 211, 211, 0.3); +} + +scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { + min-width: 24px; +} + +scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button { + min-width: 8px; +} + +scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider { + min-height: 24px; +} + +scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button { + min-height: 8px; +} + +scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering { + background-color: rgba(41, 41, 41, 0.9); +} + +scrollbar.horizontal slider { + min-width: 24px; +} + +scrollbar.vertical slider { + min-height: 24px; +} + +scrollbar button { + min-width: 16px; + min-height: 16px; + padding: 0; + border-radius: 0; +} + +scrollbar.vertical button.down { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); +} + +scrollbar.vertical button.up { + -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); +} + +scrollbar.horizontal button.down { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); +} + +scrollbar.horizontal button.up { + -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); +} + +/********** + * Switch * + **********/ +switch { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1); + margin: 6px 0; + padding: 0 2px; + border: 5px solid transparent; + border-radius: 9999px; + background-color: rgba(211, 211, 211, 0.3); + background-clip: padding-box; + font-size: 0; +} + +switch:checked { + background-color: rgba(255, 152, 0, 0.5); +} + +switch:disabled { + opacity: 0.5; +} + +switch image { + margin: -8px; + -gtk-icon-transform: scale(0); +} + +switch slider { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1); + min-width: 20px; + min-height: 20px; + margin: -3px -2px; + border-radius: 9999px; + outline: none; + box-shadow: 0 0 0 10px transparent, 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); + background-color: #2A2A2A; +} + +switch:hover slider { + box-shadow: 0 0 0 10px alpha(currentColor, 0.08), 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); +} + +switch:focus slider { + box-shadow: 0 0 0 10px alpha(currentColor, 0.12), 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); +} + +switch:focus:hover slider { + box-shadow: 0 0 0 10px alpha(currentColor, 0.16), 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); +} + +switch:checked slider { + background-color: #FF9800; + color: #FF9800; +} + +/************************* + * Check and Radio items * + *************************/ +.view.content-view.check:not(list), +.content-view .tile check:not(list) { + min-height: 40px; + min-width: 40px; + margin: 0; + padding: 0; + box-shadow: none; + background-color: transparent; + background-image: none; + -gtk-icon-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); +} + +.view.content-view.check:not(list):hover, .view.content-view.check:not(list):active, +.content-view .tile check:not(list):hover, +.content-view .tile check:not(list):active { + -gtk-icon-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); +} + +.view.content-view.check:not(list), +.content-view .tile check:not(list) { + -gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-unchecked-dark.png"), url("assets/selectionmode-checkbox-unchecked-dark@2.png")); +} + +.view.content-view.check:not(list):checked, +.content-view .tile check:not(list):checked { + -gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-checked-dark.png"), url("assets/selectionmode-checkbox-checked-dark@2.png")); +} + +checkbutton, +radiobutton { + outline: none; +} + +checkbutton.text-button, +radiobutton.text-button { + padding: 2px; +} + +checkbutton.text-button label:not(:only-child), +radiobutton.text-button label:not(:only-child) { + margin: 0 4px; +} + +check, +radio { + min-height: 24px; + min-width: 24px; + margin: -8px; + padding: 8px; +} + +check:hover, +radio:hover { + box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); +} + +check:focus, +radio:focus { + box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.12); +} + +check:focus:hover, +radio:focus:hover { + box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.16); +} + +check:checked, check:indeterminate, +radio:checked, +radio:indeterminate { + color: #FF9800; +} + +check:checked:disabled, check:indeterminate:disabled, +radio:checked:disabled, +radio:indeterminate:disabled { + color: rgba(211, 211, 211, 0.3); +} + +popover modelbutton.flat check, popover modelbutton.flat check:hover, popover modelbutton.flat check:focus, popover modelbutton.flat check:focus:hover, popover modelbutton.flat check:active, popover modelbutton.flat check:disabled, popover modelbutton.flat +radio, popover modelbutton.flat +radio:hover, popover modelbutton.flat +radio:focus, popover modelbutton.flat +radio:focus:hover, popover modelbutton.flat +radio:active, popover modelbutton.flat +radio:disabled { + transition: none; + box-shadow: none; + background-image: none; +} + +popover modelbutton.flat check:not(:checked):not(:indeterminate):not(:disabled), popover modelbutton.flat +radio:not(:checked):not(:indeterminate):not(:disabled) { + color: rgba(211, 211, 211, 0.7); +} + +popover modelbutton.flat check.left:dir(rtl), popover modelbutton.flat +radio.left:dir(rtl) { + margin-left: -12px; + margin-right: -4px; +} + +popover modelbutton.flat check.right:dir(ltr), popover modelbutton.flat +radio.right:dir(ltr) { + margin-left: -4px; + margin-right: -12px; +} + +menu menuitem check, menu menuitem +radio { + transition: none; + margin: 0; + padding: 0; +} + +menu menuitem check:dir(ltr), menu menuitem +radio:dir(ltr) { + margin-right: 8px; +} + +menu menuitem check:dir(rtl), menu menuitem +radio:dir(rtl) { + margin-left: 8px; +} + +menu menuitem check:not(:checked):not(:indeterminate):not(:disabled), menu menuitem +radio:not(:checked):not(:indeterminate):not(:disabled) { + color: rgba(211, 211, 211, 0.7); +} + +menu menuitem check, menu menuitem check:hover, menu menuitem check:disabled, menu menuitem +radio, menu menuitem +radio:hover, menu menuitem +radio:disabled { + box-shadow: none; +} + + +check { + -gtk-icon-source: -gtk-recolor(url("assets/scalable/checkbox-unchecked-symbolic.svg")); +} + + +check:checked { + -gtk-icon-source: -gtk-recolor(url("assets/scalable/checkbox-checked-symbolic.svg")); +} + + +check:indeterminate { + -gtk-icon-source: -gtk-recolor(url("assets/scalable/checkbox-mixed-symbolic.svg")); +} + + +radio { + -gtk-icon-source: -gtk-recolor(url("assets/scalable/radio-unchecked-symbolic.svg")); + border-image-slice: 20; + border-image-width: 20px; +} + + +radio:indeterminate { + -gtk-icon-source: -gtk-recolor(url("assets/scalable/radio-mixed-symbolic.svg")); +} + + +radio { + border-image-source: -gtk-gradient(radial, center center, 0, center center, 0.001, to(#FF9800), to(transparent)); +} + + +radio:checked:not(:indeterminate) { + border-image-source: -gtk-gradient(radial, center center, 0, center center, 0.125, to(#FF9800), to(transparent)); +} + + +radio:checked:not(:indeterminate):disabled { + border-image-source: -gtk-gradient(radial, center center, 0, center center, 0.125, to(rgba(211, 211, 211, 0.3)), to(transparent)); +} + +window.background:not(.csd) > widget > checkbutton > check, +menu menuitem check { + min-height: 16px; + min-width: 16px; + border-radius: 4px; + -gtk-outline-radius: 4px; + -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-checkbox-unchecked-symbolic.svg")); +} + +window.background:not(.csd) > widget > checkbutton > check:checked, +menu menuitem check:checked { + -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-checkbox-checked-symbolic.svg")); +} + +window.background:not(.csd) > widget > checkbutton > check:indeterminate, +menu menuitem check:indeterminate { + -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-checkbox-mixed-symbolic.svg")); +} + +window.background:not(.csd) > widget > radiobutton > radio, +menu menuitem radio { + min-height: 16px; + min-width: 16px; + border-image: none; + -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-radio-unchecked-symbolic.svg")); +} + +window.background:not(.csd) > widget > radiobutton > radio:checked, +menu menuitem radio:checked { + -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-radio-checked-symbolic.svg")); +} + +window.background:not(.csd) > widget > radiobutton > radio:indeterminate, +menu menuitem radio:indeterminate { + -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-radio-mixed-symbolic.svg")); +} + +treeview.view check, +treeview.view radio { + padding: 0; +} + +treeview.view check:hover, treeview.view check:selected, +treeview.view radio:hover, +treeview.view radio:selected { + box-shadow: none; + background-color: transparent; +} + +treeview.view check, +treeview.view radio { + color: rgba(211, 211, 211, 0.7); +} + +treeview.view check:hover, treeview.view check:active, +treeview.view radio:hover, +treeview.view radio:active { + color: #d3d3d3; +} + +treeview.view check:disabled, +treeview.view radio:disabled { + color: rgba(211, 211, 211, 0.3); +} + +treeview.view check:checked, treeview.view check:indeterminate, +treeview.view radio:checked, +treeview.view radio:indeterminate { + color: #FF9800; +} + +treeview.view check:checked:disabled, treeview.view check:indeterminate:disabled, +treeview.view radio:checked:disabled, +treeview.view radio:indeterminate:disabled { + color: rgba(211, 211, 211, 0.3); +} + +treeview.view radio:checked { + -gtk-icon-source: -gtk-recolor(url("assets/scalable/radio-checked-symbolic.svg")); + border-image: none; +} + +/************ + * GtkScale * + ************/ +scale { + min-height: 2px; + min-width: 2px; +} + +scale.horizontal { + padding: 17px 12px; +} + +scale.vertical { + padding: 12px 17px; +} + +scale slider { + min-height: 32px; + min-width: 32px; + margin: -15px; +} + +scale.fine-tune.horizontal { + min-height: 4px; + padding-top: 16px; + padding-bottom: 16px; +} + +scale.fine-tune.vertical { + min-width: 4px; + padding-left: 16px; + padding-right: 16px; +} + +scale.fine-tune slider { + margin: -14px; +} + +scale trough { + transition: background-color 100ms cubic-bezier(0, 0, 0.2, 1); + outline: none; + background-color: rgba(211, 211, 211, 0.3); +} + +scale trough:disabled { + background-color: rgba(211, 211, 211, 0.12); +} + +scale highlight { + transition: background-color 100ms cubic-bezier(0, 0, 0.2, 1); + background-color: #FF9800; +} + +scale highlight:disabled { + background-color: transparent; +} + +scale fill { + transition: background-color 100ms cubic-bezier(0, 0, 0.2, 1); + background-color: rgba(211, 211, 211, 0.3); +} + +scale fill:disabled { + background-color: transparent; +} + +scale slider { + transition: background-color 100ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); + background-repeat: no-repeat; + background-position: center; + background-size: auto, 1000% 1000%; + border-radius: 50%; + color: transparent; +} + +scale slider { + background-image: -gtk-scaled(url("assets/scale-slider-dark.png"), url("assets/scale-slider-dark@2.png")), radial-gradient(circle farthest-corner at center, currentColor 10%, transparent 0%); +} + +scale slider:disabled { + background-image: -gtk-scaled(url("assets/scale-slider-disabled-dark.png"), url("assets/scale-slider-disabled-dark@2.png")), radial-gradient(circle farthest-corner at center, currentColor 10%, transparent 0%); +} + +scale slider:hover { + background-color: rgba(255, 152, 0, 0.08); +} + +scale slider:focus { + background-color: rgba(255, 152, 0, 0.12); +} + +scale slider:focus:hover { + background-color: rgba(255, 152, 0, 0.16); +} + +scale slider:active { + transition: background-color 100ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; + animation: ripple-slider 225ms cubic-bezier(0, 0, 0.2, 1) forwards; + background-size: auto, 0% 0%; + background-color: rgba(255, 152, 0, 0.08); + color: rgba(255, 152, 0, 0.12); +} + +scale marks label, +scale value { + color: rgba(211, 211, 211, 0.7); +} + +scale marks { + color: rgba(211, 211, 211, 0.3); +} + +scale marks.top { + margin-bottom: 7px; + margin-top: -15px; +} + +scale marks.bottom { + margin-top: 7px; + margin-bottom: -15px; +} + +scale marks.left { + margin-right: 7px; + margin-left: -15px; +} + +scale marks.right { + margin-left: 7px; + margin-right: -15px; +} + +scale.fine-tune marks.top { + margin-bottom: 6px; + margin-top: -14px; +} + +scale.fine-tune marks.bottom { + margin-top: 6px; + margin-bottom: -14px; +} + +scale.fine-tune marks.left { + margin-right: 6px; + margin-left: -14px; +} + +scale.fine-tune marks.right { + margin-left: 6px; + margin-right: -14px; +} + +scale.horizontal indicator { + min-height: 8px; + min-width: 1px; +} + +scale.vertical indicator { + min-height: 1px; + min-width: 8px; +} + +scale.horizontal.marks-before:not(.marks-after) slider { + background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-dark.png"), url("assets/scale-horz-marks-before-slider-dark@2.png")), radial-gradient(circle farthest-corner at center, currentColor 10%, transparent 0%); +} + +scale.horizontal.marks-before:not(.marks-after) slider:disabled { + background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-disabled-dark.png"), url("assets/scale-horz-marks-before-slider-disabled-dark@2.png")), radial-gradient(circle farthest-corner at center, currentColor 10%, transparent 0%); +} + +scale.horizontal.marks-after:not(.marks-before) slider { + background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-dark.png"), url("assets/scale-horz-marks-after-slider-dark@2.png")), radial-gradient(circle farthest-corner at center, currentColor 10%, transparent 0%); +} + +scale.horizontal.marks-after:not(.marks-before) slider:disabled { + background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-disabled-dark.png"), url("assets/scale-horz-marks-after-slider-disabled-dark@2.png")), radial-gradient(circle farthest-corner at center, currentColor 10%, transparent 0%); +} + +scale.vertical.marks-before:not(.marks-after) slider { + background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-dark.png"), url("assets/scale-vert-marks-before-slider-dark@2.png")), radial-gradient(circle farthest-corner at center, currentColor 10%, transparent 0%); +} + +scale.vertical.marks-before:not(.marks-after) slider:disabled { + background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-disabled-dark.png"), url("assets/scale-vert-marks-before-slider-disabled-dark@2.png")), radial-gradient(circle farthest-corner at center, currentColor 10%, transparent 0%); +} + +scale.vertical.marks-after:not(.marks-before) slider { + background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-dark.png"), url("assets/scale-vert-marks-after-slider-dark@2.png")), radial-gradient(circle farthest-corner at center, currentColor 10%, transparent 0%); +} + +scale.vertical.marks-after:not(.marks-before) slider:disabled { + background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-disabled-dark.png"), url("assets/scale-vert-marks-after-slider-disabled-dark@2.png")), radial-gradient(circle farthest-corner at center, currentColor 10%, transparent 0%); +} + +scale.color { + min-height: 0; + min-width: 0; +} + +scale.color.horizontal { + padding: 0 0 12px 0; +} + +scale.color.horizontal slider:dir(ltr), scale.color.horizontal slider:dir(rtl) { + margin-bottom: -24px; + margin-top: 8px; +} + +scale.color.vertical:dir(ltr) { + padding: 0 0 0 12px; +} + +scale.color.vertical:dir(ltr) slider { + margin-left: -24px; + margin-right: 8px; +} + +scale.color.vertical:dir(rtl) { + padding: 0 12px 0 0; +} + +scale.color.vertical:dir(rtl) slider { + margin-right: -24px; + margin-left: 8px; +} + +/***************** + * Progress bars * + *****************/ +progressbar { + color: rgba(211, 211, 211, 0.7); + font-size: smaller; +} + +progressbar.horizontal trough, +progressbar.horizontal progress { + min-height: 4px; +} + +progressbar.vertical trough, +progressbar.vertical progress { + min-width: 4px; +} + +progressbar trough { + background-color: rgba(211, 211, 211, 0.12); +} + +progressbar progress { + background-color: #FF9800; +} + +progressbar trough.empty progress { + all: unset; +} + +/************* + * Level Bar * + *************/ +levelbar.horizontal block { + min-height: 4px; +} + +levelbar.horizontal.discrete block { + min-width: 36px; +} + +levelbar.horizontal.discrete block:not(:last-child) { + margin-right: 2px; +} + +levelbar.vertical block { + min-width: 4px; +} + +levelbar.vertical.discrete block { + min-height: 36px; +} + +levelbar.vertical.discrete block:not(:last-child) { + margin-bottom: 2px; +} + +levelbar block.low { + background-color: #FF9800; +} + +levelbar block.high, levelbar block:not(.empty) { + background-color: #FF9800; +} + +levelbar block.full { + background-color: #C3D82C; +} + +levelbar block.empty { + background-color: rgba(211, 211, 211, 0.12); +} + +/**************** + * Print dialog * +*****************/ +printdialog paper { + padding: 0; + border: 1px solid rgba(0, 0, 0, 0.26); + background-color: #292929; + color: #d3d3d3; +} + +printdialog .dialog-action-box { + margin: 12px; +} + +/********** + * Frames * + **********/ +frame > border, +.frame { + margin: 0; + padding: 0; + border: 1px solid rgba(0, 0, 0, 0.26); + border-radius: 0; + box-shadow: none; +} + +frame > border.flat, +.frame.flat, +frame.flat > border { + border-style: none; +} + +actionbar > revealer > box { + padding: 6px; + border-top: 1px solid rgba(0, 0, 0, 0.26); +} + +scrolledwindow viewport.frame { + border-style: none; +} + +overshoot.top { + background-image: -gtk-gradient(radial, center top, 0, center top, 0.75, to(rgba(255, 152, 0, 0.24)), to(transparent)); + background-repeat: no-repeat; + background-position: center top; + background-color: transparent; + border: none; + box-shadow: none; +} + +overshoot.bottom { + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.75, to(rgba(255, 152, 0, 0.24)), to(transparent)); + background-repeat: no-repeat; + background-position: center bottom; + background-color: transparent; + border: none; + box-shadow: none; +} + +overshoot.left { + background-image: -gtk-gradient(radial, left center, 0, left center, 0.75, to(rgba(255, 152, 0, 0.24)), to(transparent)); + background-repeat: no-repeat; + background-position: left center; + background-color: transparent; + border: none; + box-shadow: none; +} + +overshoot.right { + background-image: -gtk-gradient(radial, right center, 0, right center, 0.75, to(rgba(255, 152, 0, 0.24)), to(transparent)); + background-repeat: no-repeat; + background-position: right center; + background-color: transparent; + border: none; + box-shadow: none; +} + +undershoot.top { + background-color: transparent; + background-image: linear-gradient(to left, rgba(41, 41, 41, 0.3) 50%, rgba(211, 211, 211, 0.3) 50%); + padding-top: 1px; + background-size: 12px 1px; + background-repeat: repeat-x; + background-origin: content-box; + background-position: left top; +} + +undershoot.bottom { + background-color: transparent; + background-image: linear-gradient(to left, rgba(41, 41, 41, 0.3) 50%, rgba(211, 211, 211, 0.3) 50%); + padding-bottom: 1px; + background-size: 12px 1px; + background-repeat: repeat-x; + background-origin: content-box; + background-position: left bottom; +} + +undershoot.left { + background-color: transparent; + background-image: linear-gradient(to top, rgba(41, 41, 41, 0.3) 50%, rgba(211, 211, 211, 0.3) 50%); + padding-left: 1px; + background-size: 1px 12px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: left top; +} + +undershoot.right { + background-color: transparent; + background-image: linear-gradient(to top, rgba(41, 41, 41, 0.3) 50%, rgba(211, 211, 211, 0.3) 50%); + padding-right: 1px; + background-size: 1px 12px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: right top; +} + +junction { + border-style: solid none none solid; + border-width: 1px; + border-color: rgba(0, 0, 0, 0.26); + background-color: #292929; +} + +junction:dir(rtl) { + border-style: solid solid none none; +} + +separator { + min-width: 1px; + min-height: 1px; + background-color: rgba(0, 0, 0, 0.26); +} + + +button.font separator, +button.file separator, .tweak-categories separator, preferences stacksidebar.sidebar list separator { + min-width: 0; + min-height: 0; + background-color: transparent; +} + +/********* + * Lists * + *********/ +list { + border-color: rgba(0, 0, 0, 0.26); + background-color: #292929; +} + +list row { + padding: 2px; +} + +row.activatable, treeview.view header button, .budgie-popover.budgie-menu button.flat:not(.image-button) { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); + box-shadow: inset 0 0 0 9999px transparent; + background-image: radial-gradient(circle farthest-corner at center, transparent 10%, transparent 0%); + background-repeat: no-repeat; + background-position: center; + background-size: 1000% 1000%; +} + +row.activatable:hover, treeview.view header button:hover, .budgie-popover.budgie-menu button.flat:hover:not(.image-button) { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1), box-shadow 0, background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); + box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); +} + +row.activatable.has-open-popup, treeview.view header button.has-open-popup, .budgie-popover.budgie-menu button.has-open-popup.flat:not(.image-button), row.activatable:active, treeview.view header button:active, .budgie-popover.budgie-menu button.flat:active:not(.image-button) { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; + animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; + box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); + background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.12) 10%, transparent 0%); + background-size: 0% 0%; +} + +row:selected { + color: #FF9800; +} + +row:selected image, +row:selected label { + color: #d3d3d3; +} + +row:selected button image, +row:selected button label { + color: inherit; +} + +row:selected:disabled image, +row:selected:disabled label { + color: rgba(211, 211, 211, 0.5); +} + +/********************* + * App Notifications * + *********************/ +.app-notification { + margin: 8px; +} + +.app-notification.frame, +.app-notification border { + border-style: none; +} + +/************* + * Expanders * + *************/ +expander title > arrow { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1); + min-width: 16px; + min-height: 16px; + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); + -gtk-icon-transform: rotate(-90deg); + color: rgba(211, 211, 211, 0.7); +} + +expander title > arrow:dir(rtl) { + -gtk-icon-transform: rotate(90deg); +} + +expander title > arrow:checked { + -gtk-icon-transform: unset; +} + +expander title > arrow:hover, expander title > arrow:active { + color: #d3d3d3; +} + +expander title > arrow:disabled { + color: rgba(211, 211, 211, 0.3); +} + +/************ + * Calendar * + ************/ +calendar { + padding: 1px; + border: 1px solid rgba(0, 0, 0, 0.26); + color: #d3d3d3; +} + +calendar:disabled { + color: rgba(211, 211, 211, 0.5); +} + +calendar:selected { + border-radius: 5px; +} + +calendar.header { + border-style: none none solid; + border-radius: 0; +} + +calendar.highlight { + color: rgba(211, 211, 211, 0.7); + font-weight: 500; +} + +calendar:indeterminate { + color: rgba(211, 211, 211, 0.3); +} + +/*********** + * Dialogs * + ***********/ +messagedialog.background { + background-color: #2A2A2A; +} + +messagedialog .titlebar { + min-height: 24px; + border-style: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); + background-color: #2A2A2A; + color: #d3d3d3; +} + +messagedialog .titlebar:backdrop { + color: rgba(211, 211, 211, 0.7); +} + +messagedialog.csd.background { + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; +} + +messagedialog.csd .dialog-action-area { + margin-top: -6px; + padding: 6px; +} + +messagedialog.csd .dialog-action-area button { + border-radius: 4px; +} + +messagedialog.csd .dialog-action-area button:not(:last-child) { + margin-right: 6px; +} + +messagedialog.csd .dialog-action-area button.suggested-action:not(:disabled) { + color: #FF9800; +} + +messagedialog.csd .dialog-action-area button.destructive-action:not(:disabled) { + color: #FF443E; +} + +filechooser .dialog-action-box { + border-top: 1px solid rgba(0, 0, 0, 0.26); +} + +filechooser #pathbarbox { + border-bottom: 1px solid rgba(0, 0, 0, 0.26); + background-color: #212121; +} + +filechooserbutton:drop(active) { + box-shadow: none; +} + +/*********** + * Sidebar * + ***********/ +.sidebar { + border-style: none; + background-color: #252525; +} + +stacksidebar.sidebar:dir(ltr) list, stacksidebar.sidebar.left list, stacksidebar.sidebar.left:dir(rtl) list, .sidebar:not(separator):dir(ltr), .sidebar:not(separator).left, .sidebar:not(separator).left:dir(rtl) { + border-right: 1px solid rgba(0, 0, 0, 0.26); + border-left-style: none; +} + +stacksidebar.sidebar:dir(rtl) list, stacksidebar.sidebar.right list, .sidebar:not(separator):dir(rtl), .sidebar:not(separator).right { + border-left: 1px solid rgba(0, 0, 0, 0.26); + border-right-style: none; +} + +.sidebar list { + background-color: transparent; +} + +paned .sidebar.left, paned .sidebar.right, paned .sidebar.left:dir(rtl), paned .sidebar:dir(rtl), paned .sidebar:dir(ltr), paned .sidebar { + border-style: none; +} + +stacksidebar row { + padding: 10px 4px; +} + +stacksidebar row > label { + padding-left: 6px; + padding-right: 6px; +} + +separator.sidebar { + background-color: rgba(0, 0, 0, 0.26); +} + +/**************** + * File chooser * + ****************/ +row image.sidebar-icon { + color: rgba(211, 211, 211, 0.7); +} + +placessidebar > viewport.frame { + border-style: none; +} + +placessidebar list { + padding: 1px 0 4px; +} + +placessidebar row { + min-height: 32px; + margin: -1px 4px; + padding: 0; + border-radius: 4px; +} + +placessidebar row > revealer { + padding: 0 8px; +} + +placessidebar row:selected { + font-weight: 500; +} + +placessidebar row:disabled { + color: rgba(211, 211, 211, 0.5); +} + +placessidebar row image.sidebar-icon:dir(ltr) { + padding-right: 8px; +} + +placessidebar row image.sidebar-icon:dir(rtl) { + padding-left: 8px; +} + +placessidebar row label.sidebar-label:dir(ltr) { + padding-right: 2px; +} + +placessidebar row label.sidebar-label:dir(rtl) { + padding-left: 2px; +} + +placessidebar row:selected image.sidebar-icon, +placessidebar row:selected label.sidebar-label { + color: inherit; +} + +placessidebar row.sidebar-placeholder-row { + min-height: 2px; + padding: 0 8px; + background-image: image(#FF9800); + background-clip: content-box; +} + +placessidebar row.sidebar-new-bookmark-row { + color: #FF9800; +} + +placessidebar row:drop(active):not(:disabled) { + box-shadow: inset 0 0 0 2px #FF9800; +} + +placesview .server-list-button > image { + -gtk-icon-transform: rotate(0turn); +} + +placesview .server-list-button:checked > image { + -gtk-icon-transform: rotate(-0.5turn); +} + +placesview > actionbar > revealer > box > label { + padding-left: 8px; + padding-right: 8px; +} + +/********* + * Paned * + *********/ +paned > separator { + min-width: 1px; + min-height: 1px; + -gtk-icon-source: none; + border-style: none; + background-color: transparent; + background-image: image(rgba(0, 0, 0, 0.26)); + background-size: 1px 1px; + background-clip: content-box; +} + +paned > separator.wide { + min-width: 6px; + min-height: 6px; + background-color: #212121; + background-image: image(rgba(0, 0, 0, 0.26)), image(rgba(0, 0, 0, 0.26)); + background-size: 1px 1px, 1px 1px; +} + +paned.horizontal > separator { + background-repeat: repeat-y; +} + +paned.horizontal > separator:dir(ltr) { + margin: 0 -8px 0 0; + padding: 0 8px 0 0; + background-position: left; +} + +paned.horizontal > separator:dir(rtl) { + margin: 0 0 0 -8px; + padding: 0 0 0 8px; + background-position: right; +} + +paned.horizontal > separator.wide { + margin: 0; + padding: 0; + background-repeat: repeat-y, repeat-y; + background-position: left, right; +} + +paned.vertical > separator { + margin: 0 0 -8px 0; + padding: 0 0 8px 0; + background-repeat: repeat-x; + background-position: top; +} + +paned.vertical > separator.wide { + margin: 0; + padding: 0; + background-repeat: repeat-x, repeat-x; + background-position: bottom, top; +} + +/************** + * GtkInfoBar * + **************/ +infobar { + border-style: none; +} + +infobar.info { + background-color: #C3D82C; +} + +infobar.question { + background-color: #42A5F5; +} + +infobar.warning { + background-color: #FF9800; +} + +infobar.error { + background-color: #FF443E; +} + +infobar.info > label, infobar.info, infobar.question > label, infobar.question, infobar.warning > label, infobar.warning, infobar.error > label, infobar.error { + color: white; +} + +infobar.info *:link, infobar.info button:link, +infobar.info button:visited, infobar.question *:link, infobar.question button:link, +infobar.question button:visited, infobar.warning *:link, infobar.warning button:link, +infobar.warning button:visited, infobar.error *:link, infobar.error button:link, +infobar.error button:visited { + color: white; +} + +/************ + * Tooltips * + ************/ +tooltip { + border-radius: 4px; + box-shadow: none; +} + +tooltip.background { + background-color: rgba(33, 33, 33, 0.9); + color: white; +} + +tooltip decoration { + background-color: transparent; +} + +tooltip label { + min-height: 20px; + padding: 0 2px; +} + +/***************** + * Color Chooser * + *****************/ +colorswatch.top { + border-top-left-radius: 4.5px; + border-top-right-radius: 4.5px; +} + +colorswatch.top overlay { + border-top-left-radius: 4px; + border-top-right-radius: 4px; +} + +colorswatch.bottom { + border-bottom-left-radius: 4.5px; + border-bottom-right-radius: 4.5px; +} + +colorswatch.bottom overlay { + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; +} + +colorswatch.left, colorswatch:first-child:not(.top) { + border-top-left-radius: 4.5px; + border-bottom-left-radius: 4.5px; +} + +colorswatch.left overlay, colorswatch:first-child:not(.top) overlay { + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; +} + +colorswatch.right, colorswatch:last-child:not(.bottom) { + border-top-right-radius: 4.5px; + border-bottom-right-radius: 4.5px; +} + +colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay { + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; +} + +colorswatch.dark { + color: white; +} + +colorswatch.light { + color: rgba(0, 0, 0, 0.87); +} + +colorswatch:drop(active) { + box-shadow: none; +} + +colorswatch:drop(active).light overlay { + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24), 0 0 0 2px #FF9800; +} + +colorswatch:drop(active).dark overlay { + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24), 0 0 0 2px #FF9800; +} + +colorswatch overlay { + transition: box-shadow 100ms cubic-bezier(0, 0, 0.2, 1); + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); +} + +colorswatch overlay:hover { + box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); +} + +colorswatch#add-color-button { + border-radius: 4px 4px 0 0; + color: white; +} + +colorswatch#add-color-button:only-child { + border-radius: 4px; +} + +colorswatch#add-color-button overlay { + background-image: linear-gradient(to right, #FF443E 25%, #FF9800 25%, #FF9800 50%, #C3D82C 50%, #C3D82C 75%, #42A5F5 75%); +} + +colorswatch:disabled { + opacity: 0.5; +} + +colorswatch:disabled overlay { + box-shadow: none; +} + +colorswatch#editor-color-sample { + border-radius: 4.5px; +} + +colorswatch#editor-color-sample overlay { + border-radius: 4px; +} + +colorchooser .popover.osd { + transition: box-shadow 100ms cubic-bezier(0, 0, 0.2, 1); + border-radius: 4px; + box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23), inset 0 1px rgba(255, 255, 255, 0.1); + background-color: #2A2A2A; +} + +colorchooser .popover.osd:backdrop { + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24), inset 0 1px rgba(255, 255, 255, 0.1); +} + +/******** + * Misc * + ********/ +.content-view { + background-color: #212121; +} + +/********************** + * Window Decorations * + **********************/ +decoration { + transition: box-shadow 100ms cubic-bezier(0, 0, 0.2, 1); + border-radius: 4px 4px 0 0; + box-shadow: 0 14px 14px rgba(0, 0, 0, 0.25), 0 10px 5px rgba(0, 0, 0, 0.22), 0 16px 16px transparent; + margin: 8px; +} + +decoration:backdrop { + box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23), 0 16px 16px transparent; +} + +.maximized decoration, +.fullscreen decoration, +.tiled decoration, +.tiled-top decoration, +.tiled-right decoration, +.tiled-bottom decoration, +.tiled-left decoration { + border-radius: 0; +} + +.popup decoration { + box-shadow: none; +} + +.ssd decoration { + box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16); +} + +.csd.popup decoration { + border-radius: 4px; + box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); +} + +tooltip.csd decoration { + border-radius: 4px; + box-shadow: none; +} + +messagedialog.csd decoration { + border-radius: 4px; +} + +.solid-csd decoration { + margin: 0; + border-radius: 0; + box-shadow: none; + background-color: #212121; +} + +.view selection, .view:selected, flowbox flowboxchild:selected, label selection, spinbutton:not(.vertical) selection, +entry selection, modelbutton.flat:selected, +.menuitem.button.flat:selected, popover.background.menu button:checked, +popover.background button.model:checked, row:selected, calendar:selected, .nautilus-window flowboxchild:selected .icon-item-background, box.vertical > widget > widget:selected, .budgie-popover.budgie-menu button.flat:not(.image-button):checked, calendar.raven-calendar:selected, XfdesktopIconView.view:active, .nemo-window .nemo-window-pane widget.entry:selected { + background-color: rgba(255, 152, 0, 0.6); +} + +.monospace { + font-family: monospace; +} + +/********************** + * Touch Copy & Paste * + **********************/ +cursor-handle { + color: #FF9800; + -gtk-icon-source: -gtk-recolor(url("assets/scalable/cursor-handle-symbolic.svg")); +} + +cursor-handle.top:dir(ltr), cursor-handle.bottom:dir(rtl) { + -gtk-icon-transform: rotate(90deg); +} + +cursor-handle.bottom:dir(ltr), cursor-handle.top:dir(rtl) { + -gtk-icon-transform: unset; +} + +cursor-handle.insertion-cursor:dir(ltr), cursor-handle.insertion-cursor:dir(rtl) { + padding-top: 6px; + -gtk-icon-transform: rotate(45deg); +} + +.context-menu { + font: initial; +} + +.keycap { + min-width: 12px; + min-height: 26px; + margin-top: 2px; + padding-bottom: 2px; + padding-left: 8px; + padding-right: 8px; + border: solid 1px rgba(0, 0, 0, 0.26); + border-radius: 5px; + box-shadow: inset 0 -2px rgba(0, 0, 0, 0.26); + background-color: #2A2A2A; + color: #d3d3d3; + font-size: smaller; +} + +:not(decoration):not(window):drop(active) { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1); + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24), inset 0 0 0 2px #FF9800; + caret-color: #FF9800; +} + +stackswitcher button.text-button { + min-width: 100px; +} + +stackswitcher button.circular, +stackswitcher button.text-button.circular { + min-width: 36px; + min-height: 36px; + padding: 0; +} + +/************* + * App Icons * + *************/ +/********* + * Emoji * + *********/ +popover.emoji-picker { + padding: 0; +} + +popover.emoji-picker entry { + border-bottom: 1px solid rgba(0, 0, 0, 0.26); + border-image: none; + border-radius: 0; + box-shadow: none; + background-color: transparent; +} + +popover.emoji-picker scrolledwindow { + border-bottom: 1px solid rgba(0, 0, 0, 0.26); +} + +button.emoji-section { + margin-top: -1px; + padding: 0 8px; + min-width: 24px; + min-height: 36px; + border-radius: 0; + outline-offset: -6px; +} + +button.emoji-section, button.emoji-section:hover, button.emoji-section:active { + box-shadow: inset 0 2px transparent; +} + +button.emoji-section:checked { + box-shadow: inset 0 2px #FF9800; + background-color: transparent; +} + +button.emoji-section:hover, button.emoji-section:active { + background-color: alpha(currentColor, 0.08); +} + +button.emoji-section:first-child { + margin-left: 4px; +} + +button.emoji-section:last-child { + margin-right: 4px; +} + +popover.emoji-picker .emoji { + min-width: 3em; + min-height: 3em; + padding: 0 8px; +} + +popover.emoji-picker .emoji widget { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1); + border-radius: 4px; +} + +popover.emoji-picker .emoji widget:hover { + background-color: alpha(currentColor, 0.08); +} + +popover.emoji-completion { + padding: 8px 0; +} + +popover.emoji-completion arrow { + border: none; + background: none; +} + +popover.emoji-completion .emoji-completion-row { + min-height: 28px; + padding: 0 12px; +} + +popover.emoji-completion .emoji:hover { + background-color: alpha(currentColor, 0.08); +} + +/************ + * Nautilus * + ************/ +.nautilus-window, +.nautilus-window notebook, +.nautilus-window notebook > stack { + background-color: #292929; +} + +.nautilus-canvas-item.dim-label, label.nautilus-canvas-item.separator, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle, +headerbar .nautilus-canvas-item.subtitle, .budgie-notification .nautilus-canvas-item.notification-body, .budgie-switcher .nautilus-canvas-item.notification-body, +.nautilus-list-dim-label { + color: rgba(211, 211, 211, 0.7); +} + +.nautilus-desktop.nautilus-canvas-item, .caja-desktop.caja-canvas-item, .nemo-desktop.nemo-canvas-item { + color: white; + text-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); +} + +@keyframes needs_attention_keyframes { + to { + background-color: alpha(currentColor, 0.12); + } +} + +.nautilus-operations-button-needs-attention { + animation: needs_attention_keyframes 300ms cubic-bezier(0.4, 0, 0.2, 1) 2 alternate; +} + +.nautilus-operations-button-needs-attention-multiple { + animation: needs_attention_keyframes 300ms cubic-bezier(0.4, 0, 0.2, 1) 6 alternate; +} + +.path-bar-box { + transition: background-color 100ms cubic-bezier(0, 0, 0.2, 1); + margin: 6px 0; + border-radius: 4px; +} + +.path-bar-box button { + margin: 0; +} + +.path-bar-box.width-maximized { + background-color: rgba(176, 190, 197, 0.04); +} + +.path-bar-box.background.frame { + border-style: none; + background-color: rgba(176, 190, 197, 0.04); +} + +.path-bar-box .path-bar button label:not(:only-child):first-child { + margin-left: 0; +} + +.path-bar-box .path-bar button label:not(:only-child):last-child { + margin-right: 0; +} + +.path-bar-box .nautilus-path-bar button { + padding-left: 6px; + padding-right: 6px; +} + +.path-bar-box .nautilus-path-bar button label:not(:only-child):first-child { + margin-left: 0; +} + +.path-bar-box .nautilus-path-bar button label:not(:only-child):last-child { + margin-right: 0; +} + +.path-bar-box .nautilus-path-bar button.text-button.image-button image:not(:only-child) { + margin: 0; +} + +.nautilus-window .floating-bar { + min-height: 32px; + padding: 0; + border-style: solid solid none; + border-width: 1px; + border-color: rgba(0, 0, 0, 0.26); + border-radius: 5px 5px 0 0; + background-color: rgba(41, 41, 41, 0.9); + background-clip: border-box; +} + +.nautilus-window .floating-bar.bottom.left { + margin-right: 7px; + border-left-style: none; + border-top-left-radius: 0; +} + +.nautilus-window .floating-bar.bottom.right { + margin-left: 7px; + border-right-style: none; + border-top-right-radius: 0; +} + +.nautilus-window .floating-bar button { + margin: 4px; +} + +.disk-space-display.unknown { + background-color: rgba(211, 211, 211, 0.3); + color: rgba(211, 211, 211, 0.3); +} + +.disk-space-display.used { + background-color: #FF9800; + color: #FF9800; +} + +.disk-space-display.free { + background-color: rgba(211, 211, 211, 0.12); + color: rgba(211, 211, 211, 0.12); +} + +.search-information { + padding: 2px; + border-bottom: 1px solid rgba(0, 0, 0, 0.26); + background-color: #292929; + color: #d3d3d3; +} + +.conflict-row:not(:selected) { + background-color: #694a1d; +} + +.nautilus-window flowboxchild .icon-item-background { + padding: 4px; + border-radius: 4px; +} + +.nautilus-window flowboxchild:selected { + background-color: transparent; +} + +dialog.background > box.dialog-vbox.vertical > grid.horizontal > scrolledwindow.frame { + border-style: none; +} + +dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal:last-child { + margin: -6px 0 0 -6px; + border-top: 1px solid rgba(0, 0, 0, 0.26); +} + +dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal:last-child > label { + margin: 0 8px; +} + +dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal:last-child > box > button { + border-radius: 0; +} + +.nautilus-window > popover.menu:not(:last-child) { + padding: 3px; +} + +.nautilus-window > popover.menu:not(:last-child) > stack > box > box > box { + margin-top: -6px; +} + +.nautilus-window > popover.menu:not(:last-child) > stack > box > box > box > box { + margin-bottom: -6px; +} + +.nautilus-window > popover.menu:not(:last-child) > stack > box > box > box > box.linked { + margin-top: 1px; +} + +.nautilus-window > popover.menu:not(:last-child) separator { + margin-bottom: -2px; +} + +.nautilus-menu-sort-heading { + margin: 1px 3px; + font-weight: 500; +} + +.nautilus-menu-sort-heading:disabled { + color: rgba(211, 211, 211, 0.7); +} + +.nautilus-window paned > separator { + background-color: #212121; +} + +/********* + * gedit * + *********/ +.open-document-selector-path-label { + color: rgba(211, 211, 211, 0.7); + font-size: smaller; +} + +.open-document-selector-match { + background-color: #FF9800; + color: rgba(0, 0, 0, 0.87); +} + +.gedit-document-panel { + background-color: #252525; +} + +.gedit-document-panel row button.flat { + margin-top: 8px; + margin-bottom: 8px; +} + +.gedit-document-panel-group-row:not(:first-child) { + border-top: 1px solid rgba(0, 0, 0, 0.26); +} + +.gedit-side-panel-paned statusbar { + border-top: 1px solid rgba(0, 0, 0, 0.26); +} + +.gedit-search-slider { + margin: 4px 4px 8px; +} + +.gedit-search-slider .linked:not(.vertical) > entry { + border-radius: 4px; +} + +.gedit-search-slider .linked:not(.vertical) > entry .gedit-search-entry-occurrences-tag { + all: unset; + color: rgba(211, 211, 211, 0.7); +} + +.gedit-search-slider .linked:not(.vertical) > entry:dir(ltr) { + margin-right: -66px; + padding-right: 66px; +} + +.gedit-search-slider .linked:not(.vertical) > entry:dir(ltr) .gedit-search-entry-occurrences-tag { + margin-left: 6px; +} + +.gedit-search-slider .linked:not(.vertical) > entry:dir(ltr) image.right { + margin-right: 0; +} + +.gedit-search-slider .linked:not(.vertical) > entry:dir(rtl) { + margin-left: -66px; + padding-left: 66px; +} + +.gedit-search-slider .linked:not(.vertical) > entry:dir(rtl) .gedit-search-entry-occurrences-tag { + margin-right: 6px; +} + +.gedit-search-slider .linked:not(.vertical) > entry:dir(rtl) image.left { + margin-left: 0; +} + +.gedit-search-slider .linked:not(.vertical) > entry:not(.error) { + background-color: #2A2A2A; +} + +.gedit-search-slider .linked:not(.vertical) > entry.error ~ button { + color: rgba(255, 255, 255, 0.7); +} + +.gedit-search-slider .linked:not(.vertical) > entry.error ~ button:hover, .gedit-search-slider .linked:not(.vertical) > entry.error ~ button:active { + color: white; +} + +.gedit-search-slider .linked:not(.vertical) > entry.error ~ button:disabled { + color: rgba(255, 255, 255, 0.3); +} + +.gedit-search-slider .linked > button { + border: solid 6px transparent; + border-radius: 9999px; +} + +.gedit-search-slider .linked > button:last-child:dir(ltr), .gedit-search-slider .linked > button:not(:first-child):dir(rtl) { + margin-left: -3px; +} + +.gedit-search-slider .linked > button:first-child:dir(rtl), .gedit-search-slider .linked > button:not(:last-child):dir(ltr) { + margin-right: -3px; +} + +frame.gedit-map-frame > border:dir(ltr) { + border-style: none none none solid; +} + +frame.gedit-map-frame > border:dir(rtl) { + border-style: none solid none none; +} + +/********** + * Tweaks * + **********/ +.tweak-categories { + background-image: image(#252525); +} + +.tweak { + padding: 3px; +} + +.tweak.title:hover { + box-shadow: none; +} + +.tweak-group-white, +.tweak-white, +.tweak-white:hover { + background-image: image(#292929); +} + +.tweak-startup, +.tweak-startup:hover { + background-image: image(#292929); +} + +.tweak-group-startup { + background-image: image(#292929); + border: 1px solid rgba(0, 0, 0, 0.26); +} + +row#Focus, +row#ClickMethod, +row#StaticWorkspaceTweak, +row#dynamic-workspaces, +row#PrimaryWorkspaceTweak, +row#workspaces-only-on-primary { + padding: 0; + border: 1px solid rgba(0, 0, 0, 0.26); +} + +row#Focus row:not(:last-child), +row#ClickMethod row:not(:last-child), +row#StaticWorkspaceTweak row:not(:last-child), +row#dynamic-workspaces row:not(:last-child), +row#PrimaryWorkspaceTweak row:not(:last-child), +row#workspaces-only-on-primary row:not(:last-child) { + border-bottom: 1px solid rgba(0, 0, 0, 0.26); +} + +row#Focus.tweak > list, +row#ClickMethod.tweak > list, +row#StaticWorkspaceTweak.tweak > list, +row#dynamic-workspaces.tweak > list, +row#PrimaryWorkspaceTweak.tweak > list, +row#workspaces-only-on-primary.tweak > list { + margin-top: -3px; +} + +row#Focus, +row#ClickMethod, +row#PrimaryWorkspaceTweak, +row#workspaces-only-on-primary { + margin-top: 4px; +} + +/*********** + * Builder * + ***********/ +layouttabbar { + border-bottom: 1px solid rgba(0, 0, 0, 0.26); + background-color: #212121; +} + +layouttabbar > box > button { + margin: 2px 0; +} + +layouttab { + margin: 0 8px; + border-style: none solid; + border-width: 1px; + border-color: rgba(0, 0, 0, 0.26); + box-shadow: inset 0 -2px #FF9800; + background-color: #292929; +} + +layouttab separator.vertical { + margin: 8px 4px; +} + +layouttab button.text-button, layouttab button.image-button, layouttab button { + margin-top: 8px; + margin-bottom: 8px; + padding: 0 4px; +} + +layout { + border: 1px solid rgba(0, 0, 0, 0.26); + -PnlDockBin-handle-size: 1; +} + +entry.search-missing { + background-color: #FF443E; + color: white; +} + +window.workbench treeview.image { + color: rgba(211, 211, 211, 0.7); +} + +popover.popover-selector list { + padding: 6px; +} + +popover.popover-selector list row { + border-radius: 4px; +} + +popover.popover-selector list row image:dir(ltr) { + margin-right: 6px; +} + +popover.popover-selector list row image:dir(rtl) { + margin-left: 6px; +} + +popover.popover-selector list row .accel:dir(ltr) { + margin-left: 6px; +} + +popover.popover-selector list row .accel:dir(rtl) { + margin-right: 6px; +} + +omnibar.linked:not(.vertical) entry { + border-radius: 4px; +} + +omnibar:not(:hover):not(:active) entry { + color: rgba(211, 211, 211, 0.7); +} + +popover.omnibar list row:not(:last-child) { + border-bottom: 1px solid rgba(0, 0, 0, 0.26); +} + +entry.preferences-search { + box-shadow: inset 0 -1px rgba(0, 0, 0, 0.26); + background-color: #292929; +} + +preferences stacksidebar.sidebar list { + background-color: #252525; +} + +preferences stacksidebar.sidebar:dir(ltr) list, preferences stacksidebar.sidebar:dir(rtl) list { + border-style: none; +} + +preferences > box > box:dir(ltr) { + border-right: 1px solid rgba(0, 0, 0, 0.26); +} + +preferences > box > box:dir(rtl) { + border-left: 1px solid rgba(0, 0, 0, 0.26); +} + +popover.messagepopover.background { + padding: 0; +} + +popover.messagepopover .popover-action-area button { + padding: 8px 16px; + border-top: 1px solid rgba(0, 0, 0, 0.26); + border-radius: 0; +} + +popover.messagepopover .popover-action-area button:first-child { + border-bottom-left-radius: 4px; +} + +popover.messagepopover .popover-action-area button:last-child { + border-bottom-right-radius: 4px; +} + +popover.messagepopover .popover-content-area { + margin: 16px; +} + +popover.transfers list { + background-color: transparent; +} + +popover.transfers list row:not(:first-child) { + border-top: 1px solid rgba(0, 0, 0, 0.26); +} + +popover.transfers list row > box { + padding: 10px; +} + +dockbin { + border: 1px solid rgba(0, 0, 0, 0.26); + -PnlDockBin-handle-size: 1; +} + +dockpaned { + border: 1px solid rgba(0, 0, 0, 0.26); +} + +eggsearchbar box.search-bar { + padding: 0 8px; + border-bottom: 1px solid rgba(0, 0, 0, 0.26); + background-color: #212121; +} + +docktabstrip { + padding: 0 8px; + border-bottom: 1px solid rgba(0, 0, 0, 0.26); + background-color: #212121; +} + +docktab { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; + min-height: 24px; + min-width: 24px; + margin-bottom: -1px; + padding: 6px 6px; + outline-offset: -6px; + border-width: 1px; + border-color: transparent; + box-shadow: inset 0 -2px transparent; + background-image: radial-gradient(circle farthest-corner at center, #FF9800 10%, transparent 0%); + background-repeat: no-repeat; + background-position: center; + background-size: 0% 0%; + color: rgba(211, 211, 211, 0.7); + font-weight: 500; +} + +docktab:hover { + background-color: alpha(currentColor, 0.08); + color: #d3d3d3; +} + +docktab:checked { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 225ms cubic-bezier(0, 0, 0.2, 1), background-image 525ms cubic-bezier(0, 0, 0.2, 1); + box-shadow: inset 0 -2px #FF9800; + background-color: transparent; + background-image: radial-gradient(circle farthest-corner at center, transparent 10%, transparent 0%); + background-size: 1000% 1000%; + color: #d3d3d3; +} + +dockoverlayedge { + background-color: #212121; +} + +dockoverlayedge docktabstrip { + padding: 0; + border: none; +} + +dockoverlayedge.left-edge docktab:hover { + box-shadow: inset -2px 0 rgba(211, 211, 211, 0.3); +} + +dockoverlayedge.left-edge docktab:checked { + box-shadow: inset -2px 0 #FF9800; +} + +dockoverlayedge.right-edge docktab:hover { + box-shadow: inset 2px 0 rgba(211, 211, 211, 0.3); +} + +dockoverlayedge.right-edge docktab:checked { + box-shadow: inset 2px 0 #FF9800; +} + +pillbox { + background-color: #212121; + border-radius: 4px; +} + +layoutpane entry.search { + box-shadow: inset 0 -1px rgba(0, 0, 0, 0.26); + background-color: #292929; +} + +editortweak entry.search { + margin-bottom: -1px; + box-shadow: none; +} + +.gb-search-entry-occurrences-tag { + box-shadow: none; + background-color: transparent; +} + +docktabstrip { + min-height: 39px; +} + +window.workbench preferences preferencesgroup list entry { + padding-top: 8px; + padding-bottom: 8px; +} + +button.run-arrow-button { + padding-left: 10px; + padding-right: 10px; +} + +button.dzlmenubutton image { + min-width: 30px; +} + +button.dzlmenubutton image.arrow { + min-width: 27px; +} + +button.dzlmenubuttonitem { + color: #d3d3d3; + font-weight: normal; +} + +button.dzlmenubuttonitem:disabled { + color: rgba(211, 211, 211, 0.5); +} + +idelayoutstackheader { + border-bottom: 1px solid rgba(0, 0, 0, 0.26); +} + +idelayoutstackheader button:checked { + color: #d3d3d3; +} + +ideeditorutilities > dzldockpaned > box > stackswitcher { + padding: 8px 0; + background-color: #212121; +} + +ideeditorutilities > dzldockpaned > box > stackswitcher:dir(ltr) { + border-right: 1px solid rgba(0, 0, 0, 0.26); +} + +ideeditorutilities > dzldockpaned > box > stackswitcher:dir(rtl) { + border-left: 1px solid rgba(0, 0, 0, 0.26); +} + +ideeditorutilities > dzldockpaned > box > stackswitcher button { + border-radius: 0; + outline-offset: -6px; + box-shadow: none; + background-color: transparent; +} + +ideeditorutilities > dzldockpaned > box > stackswitcher button:active { + background-image: radial-gradient(circle farthest-corner at center, rgba(255, 152, 0, 0.7) 10%, transparent 0%); +} + +ideeditorutilities > dzldockpaned > box > stackswitcher button:checked { + background-color: transparent; + color: #d3d3d3; +} + +ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(ltr) { + margin-right: -1px; +} + +ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(ltr):hover { + box-shadow: inset -2px 0 rgba(211, 211, 211, 0.3); +} + +ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(ltr):active, ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(ltr):checked { + box-shadow: inset -2px 0 #FF9800; +} + +ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(rtl) { + margin-left: -1px; +} + +ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(rtl):hover { + box-shadow: inset 2px 0 rgba(211, 211, 211, 0.3); +} + +ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(rtl):active, ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(rtl):checked { + box-shadow: inset 2px 0 #FF9800; +} + +ideeditorsidebar notebook header { + background: transparent; +} + +popover.messagepopover list { + border: 1px solid rgba(0, 0, 0, 0.26); +} + +popover.messagepopover list row:not(:last-child) { + border-bottom: 1px solid rgba(0, 0, 0, 0.26); +} + +/********** + * Photos * + **********/ +GdMainIconView.content-view { + -GdMainIconView-icon-size: 48; +} + +.documents-counter { + margin: 8px; + border-radius: 9999px; + box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); + background-color: #FF9800; + color: rgba(0, 0, 0, 0.87); + font-weight: bold; +} + +.documents-scrolledwin.frame { + border-style: none; +} + +.documents-scrolledwin.frame frame.content-view > border { + border-style: none; +} + +.photos-fade-in { + opacity: 1; + transition: opacity 100ms cubic-bezier(0, 0, 0.2, 1); +} + +.photos-fade-out { + opacity: 0; + transition: opacity 100ms cubic-bezier(0, 0, 0.2, 1); +} + +button.photos-filter-preview { + color: #d3d3d3; + font-weight: normal; +} + +button.photos-filter-preview:checked { + background-color: rgba(255, 152, 0, 0.6); + color: #d3d3d3; +} + +button.photos-filter-preview:checked image { + color: white; + -gtk-icon-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); +} + +overlay grid.horizontal > revealer > scrolledwindow.frame:dir(ltr) { + border-style: none none none solid; +} + +overlay grid.horizontal > revealer > scrolledwindow.frame:dir(rtl) { + border-style: none solid none none; +} + +/********* + * Music * + *********/ +.side-panel:dir(ltr) { + border-style: solid; + border-color: rgba(0, 0, 0, 0.26); +} + +.side-panel:dir(rtl) { + border-style: solid; + border-color: rgba(0, 0, 0, 0.26); +} + +.side-panel .view { + background-image: image(#252525); +} + +.side-panel .view:hover { + background-image: image(#2e2e2e); +} + +.side-panel .view:selected { + background-image: image(#FF9800); +} + +.side-panel .view:selected:hover { + background-image: image(rgba(245, 146, 0, 0.9935)); +} + +.songs-list:hover { + background-image: image(alpha(currentColor, 0.08)); +} + +frame.documents-dropdown { + margin: 8px; +} + +frame.documents-dropdown > border { + border: none; +} + +box.vertical > revealer > toolbar.search-bar { + border-bottom: 1px solid rgba(0, 0, 0, 0.26); + background-clip: border-box; +} + +box.vertical > revealer > toolbar.search-bar button > widget { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); +} + +/********* + * To Do * + *********/ +task-list-view taskrow { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1); + margin: 0 -8px; +} + +task-list-view taskrow:hover { + transition: none; +} + +task-list-view taskrow label { + margin: 0 8px; +} + +task-list-view taskrow image.dim-label, task-list-view taskrow .titlebar:not(headerbar) image.subtitle, .titlebar:not(headerbar) task-list-view taskrow image.subtitle, +task-list-view taskrow headerbar image.subtitle, headerbar task-list-view taskrow image.subtitle, task-list-view taskrow .budgie-notification image.notification-body, .budgie-notification task-list-view taskrow image.notification-body, task-list-view taskrow .budgie-switcher image.notification-body, .budgie-switcher task-list-view taskrow image.notification-body { + min-width: 16px; +} + +task-list-view > box > revealer > box > button { + margin: -6px; +} + +task-list-view > box > revealer > box > button .dim-label, task-list-view > box > revealer > box > button label.separator, task-list-view > box > revealer > box > button .titlebar:not(headerbar) .subtitle, .titlebar:not(headerbar) task-list-view > box > revealer > box > button .subtitle, +task-list-view > box > revealer > box > button headerbar .subtitle, headerbar task-list-view > box > revealer > box > button .subtitle, task-list-view > box > revealer > box > button .budgie-notification .notification-body, .budgie-notification task-list-view > box > revealer > box > button .notification-body, task-list-view > box > revealer > box > button .budgie-switcher .notification-body, .budgie-switcher task-list-view > box > revealer > box > button .notification-body { + opacity: 1; +} + +tasklistview taskrow { + outline: none; +} + +tasklistview taskrow entry, tasklistview taskrow entry:focus, tasklistview taskrow entry:disabled { + box-shadow: none; +} + +tasklistview taskrow image.dim-label, tasklistview taskrow .titlebar:not(headerbar) image.subtitle, .titlebar:not(headerbar) tasklistview taskrow image.subtitle, +tasklistview taskrow headerbar image.subtitle, headerbar tasklistview taskrow image.subtitle, tasklistview taskrow .budgie-notification image.notification-body, .budgie-notification tasklistview taskrow image.notification-body, tasklistview taskrow .budgie-switcher image.notification-body, .budgie-switcher tasklistview taskrow image.notification-body { + min-width: 16px; +} + +tasklistview > box > revealer > box > button { + margin: -6px; +} + +tasklistview > box > revealer > box > button .dim-label, tasklistview > box > revealer > box > button label.separator, tasklistview > box > revealer > box > button .titlebar:not(headerbar) .subtitle, .titlebar:not(headerbar) tasklistview > box > revealer > box > button .subtitle, +tasklistview > box > revealer > box > button headerbar .subtitle, headerbar tasklistview > box > revealer > box > button .subtitle, tasklistview > box > revealer > box > button .budgie-notification .notification-body, .budgie-notification tasklistview > box > revealer > box > button .notification-body, tasklistview > box > revealer > box > button .budgie-switcher .notification-body, .budgie-switcher tasklistview > box > revealer > box > button .notification-body { + opacity: 1; +} + +/******* + * eog * + *******/ +#eog-thumb-nav scrolledwindow { + border-top: none; +} + +#eog-thumb-nav button { + -gtk-outline-radius: 4px; +} + +/************* + * Evolution * + *************/ +frame.taskbar > border { + border-style: solid none none; +} + +box.vertical > paned.horizontal notebook widget .frame { + border-style: none; +} + +/******** + * gitg * + ********/ +frame.commit-frame > border { + border-style: solid none none; +} + +/************** + * Characters * + **************/ +box.dialog-vbox scrolledwindow.related { + border: 1px solid rgba(0, 0, 0, 0.26); +} + +list.categories { + background-image: image(#252525); +} + +/********* + * Boxes * + *********/ +.transparent-bg + stack overlay > label { + min-height: 24px; + padding: 0 4px; + border-radius: 4px; + background-color: rgba(0, 0, 0, 0.6); + color: white; +} + +/************** + * Calculator * + **************/ +button.title label { + min-height: 36px; +} + +/********* + * Geary * + *********/ +.geary-titlebar-left:dir(ltr) { + margin-right: 5px; + padding-right: 0; +} + +.geary-titlebar-left:dir(rtl) { + margin-left: 5px; + padding-left: 0; +} + +.geary-titlebar-left > separator { + background-color: rgba(0, 0, 0, 0.05); +} + +.geary-titlebar-right:dir(ltr) { + margin-left: -5px; +} + +.geary-titlebar-right:dir(rtl) { + margin-right: -5px; +} + +/********* + * Tilix * + *********/ +overlay > revealer.left > scrolledwindow.frame, +overlay > revealer.right > scrolledwindow.frame { + border-style: none; + box-shadow: 0 14px 14px rgba(0, 0, 0, 0.25), 0 10px 5px rgba(0, 0, 0, 0.22); +} + +overlay > revealer.left > scrolledwindow.frame { + margin-right: 32px; +} + +overlay > revealer.right > scrolledwindow.frame { + margin-left: 32px; +} + +.terminix-session-sidebar, +.tilix-session-sidebar { + background-image: image(#2A2A2A); +} + +.terminal-titlebar button { + border-radius: 0; +} + +button.image-button.session-new-button { + min-width: 32px; +} + +/************** + * Terminator * + **************/ +.terminator-terminal-window paned > separator { + background-color: #212121; +} + +.terminator-terminal-window notebook.frame { + border-style: none; +} + +/*********** + * Eclipse * + ***********/ +window.background > box.vertical > scrolledwindow > widget toolbar { + padding: 2px; +} + +window.background > box.vertical > scrolledwindow > widget toolbar separator, +window.background > box.vertical > scrolledwindow > widget toolbar button { + margin: 2px; +} + +window.background > box.vertical > scrolledwindow > widget toolbar button { + border-radius: 4px; +} + +/************ + * Chromium * + ************/ +window.background.chromium { + background-color: #2A2A2A; +} + +window.background.chromium entry, +window.background.chromium > button:not(.suggested-action):not(.destructive-action) { + border: 1px solid rgba(0, 0, 0, 0.26); +} + +window.background.chromium > button { + box-shadow: none; + background-size: auto; +} + +window.background.chromium > button:hover { + background-image: image(alpha(currentColor, 0.08)); +} + +window.background.chromium > button:active { + background-image: image(alpha(currentColor, 0.24)); +} + +window.background.chromium headerbar button:active { + background-size: 1000% 1000%; +} + +window.background.chromium spinner { + color: #FF9800; +} + +window.background.chromium textview { + background-color: #2A2A2A; +} + +tooltip.background.chromium { + background-color: #212121; +} + +/*********** + * Firefox * + ***********/ +window.background:not(.csd) > widget > separator { + color: rgba(0, 0, 0, 0.26); +} + +window.background:not(.csd) > widget > scrollbar { + background-clip: border-box; +} + +window.background:not(.csd) > widget > scrollbar, +window.background:not(.csd) > widget > frame > border { + border-color: rgba(0, 0, 0, 0.26); +} + +window.background:not(.csd) > widget > entry, +window.background:not(.csd) > widget > button > button { + border: 1px solid rgba(0, 0, 0, 0.26); + border-radius: 4px; + box-shadow: none; +} + +window.background:not(.csd) > widget > entry { + min-height: 30px; + background-color: #292929; +} + +window.background:not(.csd) > widget > entry:focus { + border-color: #FF9800; + box-shadow: inset 0 0 0 1px #FF9800; +} + +window.background:not(.csd) > widget > entry:disabled { + background-color: #252525; +} + +window.background:not(.csd) > widget > button > button { + padding: 4px 8px; + background-size: auto; +} + +window.background:not(.csd) > widget > button > button:hover { + background-image: image(alpha(currentColor, 0.08)); +} + +window.background:not(.csd) > widget > button > button:active { + background-image: image(alpha(currentColor, 0.24)); +} + +window.background:not(.csd) > widget > checkbutton > check:not(:checked), +window.background:not(.csd) > widget > radiobutton > radio:not(:checked) { + color: #757575; +} + +window.background:not(.csd) > widget > checkbutton > check:not(:checked):hover, window.background:not(.csd) > widget > checkbutton > check:not(:checked):active, +window.background:not(.csd) > widget > radiobutton > radio:not(:checked):hover, +window.background:not(.csd) > widget > radiobutton > radio:not(:checked):active { + color: #212121; +} + +window.background:not(.csd) > widget > checkbutton > check:not(:checked):disabled, +window.background:not(.csd) > widget > radiobutton > radio:not(:checked):disabled { + color: rgba(117, 117, 117, 0.5); +} + +window.background:not(.csd) > window > menu, +window.background:not(.csd) > menu > menu { + border: none; +} + +text:selected { + background-color: #FF9800; + color: rgba(0, 0, 0, 0.87); +} + +window.background:not(.csd) > widget > menubar { + color: rgba(176, 190, 197, 0.7); +} + +window.background:not(.csd) > widget > menubar:hover { + color: #B0BEC5; +} + +window.background:not(.csd) > widget > menubar:disabled { + color: rgba(176, 190, 197, 0.3); +} + +window.background:not(.csd) > widget > frame { + color: rgba(0, 0, 0, 0.26); +} + +window.background:not(.csd) > widget > checkbutton > check, +window.background:not(.csd) > widget > radiobutton > radio { + margin: 0; + padding: 0; +} + +window.background:not(.csd) > window.background > menu > separator { + color: rgba(0, 0, 0, 0.26); +} + +/************ + * Inkscape * + ************/ +#ToolboxCommon > #AuxToolbox #StyleSwatch { + font-size: smaller; +} + +#ToolboxCommon > #AuxToolbox #Kludge { + padding: 0; +} + +#ToolboxCommon > #AuxToolbox spinbutton, +#ToolboxCommon > #AuxToolbox entry { + min-height: 32px; +} + +#ToolboxCommon > #AuxToolbox button:not(.up):not(.down) { + min-height: 24px; + min-width: 16px; + padding: 4px 8px; + border-radius: 4px; + -gtk-outline-radius: 4px; +} + +#ToolboxCommon > #AuxToolbox spinbutton button { + border-width: 4px; +} + +#ToolboxCommon > toolbar.vertical { + margin-top: -4px; +} + +#ToolboxCommon > toolbar.vertical button { + min-height: 24px; + min-width: 24px; + padding: 4px; + border-radius: 4px; + -gtk-outline-radius: 4px; +} + +#CanvasTable button { + min-height: 16px; + min-width: 16px; + padding: 0; +} + +#CanvasTable #HorizontalScrollbar { + border-top: 1px solid rgba(0, 0, 0, 0.26); +} + +#CanvasTable #VerticalScrollbar:dir(ltr) { + border-left: 1px solid rgba(0, 0, 0, 0.26); +} + +#CanvasTable #VerticalScrollbar:dir(rtl) { + border-right: 1px solid rgba(0, 0, 0, 0.26); +} + +#Canvas_and_Dock frame > border { + border: none; +} + +#Canvas_and_Dock widget > widget > button.flat { + min-height: 16px; + min-width: 16px; + padding: 4px; +} + +#Canvas_and_Dock widget > widget > box.horizontal image { + padding: 4px; +} + +#Canvas_and_Dock box.horizontal > box.vertical > button.flat { + min-height: 16px; + min-width: 24px; + padding: 8px 4px; +} + +/*********** + * Synapse * + ***********/ +/********* + * Unity * + *********/ +UnityDecoration { + -UnityDecoration-extents: 28px 0 0 0; + -UnityDecoration-input-extents: 8px; + -UnityDecoration-shadow-offset-x: 0; + -UnityDecoration-shadow-offset-y: 3px; + -UnityDecoration-active-shadow-color: rgba(0, 0, 0, 0.48); + -UnityDecoration-active-shadow-radius: 18px; + -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.32); + -UnityDecoration-inactive-shadow-radius: 6px; + -UnityDecoration-glow-size: 8px; + -UnityDecoration-glow-color: #FF9800; + -UnityDecoration-title-indent: 4px; + -UnityDecoration-title-fade: 32px; + -UnityDecoration-title-alignment: 0.0; +} + +UnityDecoration .top { + padding: 0 2px; + border-style: none; + border-radius: 4px 4px 0 0; + box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); + background-color: #212121; + color: #B0BEC5; +} + +UnityDecoration .top:backdrop { + color: rgba(176, 190, 197, 0.7); +} + +UnityDecoration .menuitem { + color: rgba(176, 190, 197, 0.7); +} + +UnityDecoration .menuitem:hover { + box-shadow: inset 0 -2px currentColor; + background-color: transparent; + color: #B0BEC5; +} + +.background:not(.csd) headerbar:not(.titlebar) { + border-radius: 0; + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); +} + +.background:not(.csd) headerbar:not(.titlebar).inline-toolbar { + border-style: none; +} + +UnityPanelWidget, +.unity-panel { + background-color: #010101; + color: #B0BEC5; +} + +UnityPanelWidget:backdrop, +.unity-panel:backdrop { + color: rgba(176, 190, 197, 0.7); +} + +.unity-panel.menuitem, +.unity-panel .menuitem { + color: rgba(176, 190, 197, 0.7); +} + +.unity-panel.menubar.menuitem:hover, +.unity-panel.menubar .menuitem *:hover { + box-shadow: inset 0 -2px currentColor; + background-color: transparent; + color: #B0BEC5; +} + +.menu IdoPlaybackMenuItem.menuitem:active { + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); + animation: spin 1s linear infinite; + color: #FF9800; +} + +/************** + * Mate-Panel * + **************/ +.mate-panel-menu-bar menubar, +#PanelApplet-window-menu-applet-button { + background-color: transparent; +} + +.mate-panel-menu-bar { + background-color: #010101; + font-weight: 500; +} + +.mate-panel-menu-bar:not(.popup) { + color: rgba(255, 255, 255, 0.7); +} + +.mate-panel-menu-bar button { + min-height: 16px; + min-width: 16px; + padding: 0; + border-radius: 0; +} + +.mate-panel-menu-bar button:checked { + background-color: rgba(255, 255, 255, 0.12); +} + +PanelToplevel.horizontal > grid > button { + min-width: 24px; +} + +PanelToplevel.vertical > grid > button { + min-height: 24px; +} + +PanelSeparator { + color: rgba(255, 255, 255, 0.12); +} + +MatePanelAppletFrameDBus { + border-style: solid; + border-color: rgba(255, 255, 255, 0.12); +} + +.mate-panel-menu-bar.horizontal MatePanelAppletFrameDBus { + border-width: 0 1px; +} + +.mate-panel-menu-bar.vertical MatePanelAppletFrameDBus { + border-width: 1px 0; +} + +.mate-panel-menu-bar menubar > menuitem { + color: rgba(255, 255, 255, 0.7); +} + +.mate-panel-menu-bar menubar > menuitem:hover { + background-color: rgba(255, 255, 255, 0.12); + color: white; +} + +.mate-panel-menu-bar menubar > menuitem:disabled { + color: rgba(255, 255, 255, 0.3); +} + +.mate-panel-menu-bar.horizontal menubar > menuitem { + padding: 0 8px; +} + +.mate-panel-menu-bar.vertical menubar > menuitem { + padding: 8px 0; +} + +.mate-panel-menu-bar menubar menu > menuitem { + min-height: 28px; + padding: 0 6px; +} + +.mate-panel-menu-bar #PanelApplet button { + -GtkWidget-window-dragging: true; +} + +.mate-panel-menu-bar #tasklist-button { + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 0%, transparent 0%) 0 0 0/0 0 0px; +} + +.mate-panel-menu-bar #tasklist-button:checked { + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2/0 0 2px; +} + +.mate-panel-menu-bar #tasklist-button image:dir(ltr), .mate-panel-menu-bar #tasklist-button label:dir(rtl) { + padding-left: 4px; +} + +.mate-panel-menu-bar #tasklist-button label:dir(ltr), .mate-panel-menu-bar #tasklist-button image:dir(rtl) { + padding-right: 4px; +} + +.mate-panel-menu-bar.vertical #tasklist-button { + min-height: 32px; +} + +.mate-panel-menu-bar.horizontal #showdesktop-button image { + min-width: 24px; + padding: 0 4px; +} + +.mate-panel-menu-bar.vertical #showdesktop-button image { + min-height: 24px; + padding: 4px 0; +} + +PanelApplet.wnck-applet .wnck-pager { + background-color: transparent; + color: #ffb820; +} + +PanelApplet.wnck-applet .wnck-pager:hover { + background-color: rgba(255, 255, 255, 0.12); +} + +PanelApplet.wnck-applet .wnck-pager:active { + background-color: rgba(255, 255, 255, 0.3); +} + +PanelApplet.wnck-applet .wnck-pager:selected { + background-color: #FF9800; +} + +.mate-panel-menu-bar.horizontal #clock-applet-button label { + padding: 0 8px; +} + +.mate-panel-menu-bar.vertical #clock-applet-button label { + padding: 8px 0; +} + +#MatePanelPopupWindow { + border: 1px solid rgba(0, 0, 0, 0.26); + border-radius: 5px; + box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); +} + +#MatePanelPopupWindow frame > border { + border-style: none; +} + +#MatePanelPopupWindow button { + padding: 4px 16px; +} + +#MatePanelPopupWindow > frame > box > box > box > widget { + color: rgba(0, 0, 0, 0.26); +} + +na-tray-applet { + -NaTrayApplet-icon-padding: 3px; + -NaTrayApplet-icon-size: 16; +} + +.mate-panel-menu-bar { + -PanelMenuBar-icon-visible: true; +} + +.mate-panel-applet-slider { + border: 1px solid rgba(0, 0, 0, 0.26); + border-radius: 5px; + box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); + background-color: #212121; +} + +.mate-panel-applet-slider frame > border { + border-style: none; +} + +#PanelApplet:not(:selected) > box { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1); +} + +#PanelApplet:selected > box { + background-color: rgba(255, 255, 255, 0.12); + color: white; +} + +#mate-menu { + border: 1px solid rgba(0, 0, 0, 0.26); +} + +#mate-menu button { + min-height: 24px; + min-width: 24px; + padding: 4px 0; + color: #d3d3d3; + font-weight: normal; +} + +#mate-menu button label:not(:first-child) { + color: rgba(211, 211, 211, 0.7); +} + +#mate-menu entry { + margin: 0 0 8px; +} + +#mate-menu entry image { + margin: 0; +} + +#mate-menu entry + button { + margin: 0 4px 8px; + padding: 6px; +} + +/********************* + * CAJA File manager * + *********************/ +.caja-navigation-window button.toggle.image-button { + border-radius: 4px; +} + +.caja-pathbar button { + margin: 0 -1px 0 -2px; +} + +.caja-pathbar button > widget { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); + -GtkArrow-arrow-scaling: 1; +} + +.caja-side-pane notebook viewport.frame, +.caja-side-pane notebook widget .vertical { + background-color: #292929; +} + +.caja-side-pane notebook, +.caja-notebook { + border-top: 1px solid rgba(0, 0, 0, 0.26); +} + +.caja-side-pane notebook .frame, +.caja-notebook .frame { + border-style: none; +} + +.caja-navigation-window statusbar { + margin: 0 -10px; + padding: 0 4px; + border-top: 1px solid rgba(0, 0, 0, 0.26); +} + +.caja-notebook frame > border { + border-style: none; +} + +#caja-extra-view-widget { + border-bottom: 1px solid rgba(0, 0, 0, 0.26); + background-color: #212121; +} + +#caja-extra-view-widget > box > box > label { + font-weight: bold; +} + +/********* + * Pluma * + *********/ +.pluma-window statusbar { + margin: 0 -10px; + padding: 0 4px; + border-top: 1px solid rgba(0, 0, 0, 0.26); +} + +.pluma-window statusbar frame > border { + border-style: none; +} + +.pluma-window statusbar frame button.flat { + padding: 0 4px; + border-radius: 0; +} + +.pluma-window statusbar frame button.flat widget { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); + -GtkArrow-arrow-scaling: 1; +} + +.pluma-print-preview toolbar { + border-bottom: 1px solid rgba(0, 0, 0, 0.26); +} + +.pluma-window paned.horizontal box.vertical box.horizontal button.flat { + margin: 1px; +} + +.pluma-window paned.horizontal box.vertical .frame { + border-style: none; +} + +.pluma-window paned.horizontal box.vertical notebook.frame { + margin-top: -1px; + border-top: 1px solid rgba(0, 0, 0, 0.26); +} + +.pluma-window paned.horizontal box.vertical notebook.frame box.vertical toolbar.horizontal { + border-bottom: 1px solid rgba(0, 0, 0, 0.26); +} + +/********* + * Atril * + *********/ +.atril-window paned.horizontal box.vertical .frame { + border-style: none; +} + +.atril-window paned.horizontal box.vertical notebook .frame { + border-top: 1px solid rgba(0, 0, 0, 0.26); +} + +/* mate-screensaver lock dialog */ +.lock-dialog { + border-radius: 4px; + box-shadow: 0 14px 14px rgba(0, 0, 0, 0.25), 0 10px 5px rgba(0, 0, 0, 0.22), inset 0 1px rgba(255, 255, 255, 0.1); +} + +.lock-dialog frame > border { + border-style: none; +} + +/* multimedia OSD */ +MsdOsdWindow.background.osd { + border-radius: 4px; + background-color: rgba(33, 33, 33, 0.9); + color: white; +} + +MsdOsdWindow.background.osd .trough { + border-radius: 0; + background-color: rgba(255, 255, 255, 0.12); +} + +MsdOsdWindow.background.osd .progressbar { + border-radius: 0; + background-color: #FF9800; +} + +/****************** + * Budgie Desktop * + ******************/ +.budgie-container { + background-color: transparent; +} + +.budgie-settings-window buttonbox.inline-toolbar { + border-style: none none solid; +} + +.budgie-settings-window buttonbox.inline-toolbar button { + border-radius: 4px; + -gtk-outline-radius: 4px; +} + +.budgie-popover { + border-style: solid; + border-width: 1px; + border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.3); + border-radius: 5px; + box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); + background-color: #2A2A2A; +} + +.budgie-popover .container { + padding: 2px; +} + +.budgie-popover border { + border: none; +} + +.budgie-popover list { + background-color: transparent; +} + +.budgie-popover row { + padding: 0; +} + +.budgie-popover row:hover { + box-shadow: none; +} + +.budgie-popover button.flat:not(.image-button) { + min-height: 28px; + padding: 0 8px; + color: #d3d3d3; + font-weight: normal; +} + +.budgie-popover button.flat:not(.image-button):disabled { + color: rgba(211, 211, 211, 0.5); +} + +.budgie-popover.budgie-menu .container { + padding: 0; +} + +.budgie-popover.budgie-menu .sidebar, +.budgie-popover.budgie-menu scrollbar, +.budgie-popover.budgie-menu entry.search { + background-color: transparent; +} + +.budgie-popover.budgie-menu entry.search { + border-bottom: 1px solid rgba(0, 0, 0, 0.26); + border-image: none; + border-radius: 0; + box-shadow: none; + font-size: 120%; +} + +.budgie-popover.budgie-menu button.flat:not(.image-button) { + min-height: 32px; + padding: 0 8px; + border-radius: 0; +} + +.budgie-popover.budgie-menu button.flat:not(.image-button):checked:disabled { + background-color: transparent; +} + +.budgie-popover.user-menu .container { + padding: 8px; +} + +.budgie-popover.user-menu separator { + margin: 4px 0; +} + +.budgie-popover.sound-popover separator { + margin: 3px 0; +} + +.budgie-popover.night-light-indicator .container { + padding: 8px; +} + +.budgie-popover.places-menu .container { + padding: 8px; +} + +.budgie-popover.places-menu .name-button image:dir(ltr) { + margin-right: 3px; +} + +.budgie-popover.places-menu .name-button image:dir(rtl) { + margin-left: 3px; +} + +.budgie-popover.places-menu .unmount-button { + margin: 2px; + padding: 0; +} + +.budgie-popover.places-menu .places-list:not(.always-expand) { + margin-top: 4px; + padding-top: 4px; + border-top: 1px solid rgba(0, 0, 0, 0.26); +} + +.budgie-popover.places-menu .alternative-label { + padding: 3px; + font-size: 15px; +} + +.budgie-popover.workspace-popover .container { + padding: 8px; +} + +.budgie-popover.workspace-popover separator { + margin: 4px 0; +} + +.budgie-popover.workspace-popover flowboxchild { + padding: 0; +} + +.workspace-switcher .workspace-layout { + border: 0 solid rgba(255, 255, 255, 0.12); +} + +.top .workspace-switcher .workspace-layout:dir(ltr), +.bottom .workspace-switcher .workspace-layout:dir(ltr) { + border-left-width: 1px; +} + +.top .workspace-switcher .workspace-layout:dir(rtl), +.bottom .workspace-switcher .workspace-layout:dir(rtl) { + border-right-width: 1px; +} + +.left .workspace-switcher .workspace-layout, +.right .workspace-switcher .workspace-layout { + border-top-width: 1px; +} + +.workspace-switcher .workspace-item, +.workspace-switcher .workspace-add-button { + border: 0 solid rgba(255, 255, 255, 0.12); +} + +.top .workspace-switcher .workspace-item:dir(ltr), +.bottom .workspace-switcher .workspace-item:dir(ltr), .top +.workspace-switcher .workspace-add-button:dir(ltr), +.bottom +.workspace-switcher .workspace-add-button:dir(ltr) { + border-right-width: 1px; +} + +.top .workspace-switcher .workspace-item:dir(rtl), +.bottom .workspace-switcher .workspace-item:dir(rtl), .top +.workspace-switcher .workspace-add-button:dir(rtl), +.bottom +.workspace-switcher .workspace-add-button:dir(rtl) { + border-left-width: 1px; +} + +.left .workspace-switcher .workspace-item, +.right .workspace-switcher .workspace-item, .left +.workspace-switcher .workspace-add-button, +.right +.workspace-switcher .workspace-add-button { + border-bottom-width: 1px; +} + +.workspace-switcher .workspace-item { + transition: all 100ms cubic-bezier(0, 0, 0.2, 1); +} + +.workspace-switcher .workspace-item.current-workspace { + background-color: rgba(255, 255, 255, 0.12); +} + +.workspace-switcher .workspace-add-button:hover { + box-shadow: none; +} + +.workspace-switcher .workspace-add-button:active { + background-image: none; +} + +.workspace-switcher .workspace-add-button:active image { + margin: 1px 0 -1px; +} + +.budgie-panel .workspace-switcher .workspace-icon-button { + min-height: 24px; + min-width: 24px; + padding: 0; + border-radius: 4px; +} + +.budgie-panel { + transition: background-color 100ms cubic-bezier(0, 0, 0.2, 1); + background-color: #010101; + color: rgba(255, 255, 255, 0.7); + font-weight: 500; +} + +.budgie-panel.transparent { + background-color: rgba(0, 0, 0, 0.6); +} + +.budgie-panel button { + min-height: 16px; + min-width: 16px; + padding: 0; + border-radius: 0; +} + +.budgie-panel button:checked { + background-color: rgba(255, 255, 255, 0.12); +} + +.budgie-panel.horizontal button { + padding: 0 4px; +} + +.budgie-panel.vertical button { + padding: 4px 0; +} + +.budgie-panel separator { + background-color: rgba(255, 255, 255, 0.3); +} + +.budgie-panel .alert { + color: #FF443E; +} + +.budgie-panel .titlebar:not(headerbar) { + min-height: 0; + padding: 0; + box-shadow: none; + background-color: transparent; + color: white; +} + +.budgie-panel .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action) { + color: rgba(255, 255, 255, 0.7); +} + +.budgie-panel .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):hover, .budgie-panel .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):active { + color: white; +} + +.budgie-panel #tasklist-button { + padding: 0 4px; +} + +.budgie-panel.vertical #tasklist-button { + min-height: 32px; +} + +.budgie-panel button.flat.launcher { + padding: 0; +} + +.budgie-panel button.flat.launcher:not(:checked) { + color: rgba(255, 255, 255, 0.5); +} + +.budgie-panel button.flat.launcher:not(:checked):hover, .budgie-panel button.flat.launcher:not(:checked):active { + color: rgba(255, 255, 255, 0.7); +} + +.budgie-panel button.flat.launcher:not(:checked):disabled { + color: rgba(255, 255, 255, 0.3); +} + +.top .budgie-panel #tasklist-button, .budgie-panel .top #tasklist-button, .top .budgie-panel button.flat.launcher, .budgie-panel .top button.flat.launcher { + border-image: radial-gradient(circle closest-corner at center calc(1px), currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; +} + +.top .budgie-panel #tasklist-button:checked, .budgie-panel .top #tasklist-button:checked, .top .budgie-panel button.flat.launcher:checked, .budgie-panel .top button.flat.launcher:checked, .top .budgie-panel .unpinned button.flat.launcher, .budgie-panel .unpinned .top button.flat.launcher, +.top .budgie-panel .pinned button.flat.launcher.running, .budgie-panel .pinned .top button.flat.launcher.running { + border-image: radial-gradient(circle closest-corner at center calc(1px), currentColor 100%, transparent 0%) 2 0 0 0/2px 0 0 0; +} + +.bottom .budgie-panel #tasklist-button, .budgie-panel .bottom #tasklist-button, .bottom .budgie-panel button.flat.launcher, .budgie-panel .bottom button.flat.launcher { + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; +} + +.bottom .budgie-panel #tasklist-button:checked, .budgie-panel .bottom #tasklist-button:checked, .bottom .budgie-panel button.flat.launcher:checked, .budgie-panel .bottom button.flat.launcher:checked, .bottom .budgie-panel .unpinned button.flat.launcher, .budgie-panel .unpinned .bottom button.flat.launcher, +.bottom .budgie-panel .pinned button.flat.launcher.running, .budgie-panel .pinned .bottom button.flat.launcher.running { + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2 0/0 0 2px 0; +} + +.left .budgie-panel #tasklist-button, .budgie-panel .left #tasklist-button, .left .budgie-panel button.flat.launcher, .budgie-panel .left button.flat.launcher { + border-image: radial-gradient(circle closest-corner at calc(1px) center, currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; +} + +.left .budgie-panel #tasklist-button:checked, .budgie-panel .left #tasklist-button:checked, .left .budgie-panel button.flat.launcher:checked, .budgie-panel .left button.flat.launcher:checked, .left .budgie-panel .unpinned button.flat.launcher, .budgie-panel .unpinned .left button.flat.launcher, +.left .budgie-panel .pinned button.flat.launcher.running, .budgie-panel .pinned .left button.flat.launcher.running { + border-image: radial-gradient(circle closest-corner at calc(1px) center, currentColor 100%, transparent 0%) 0 0 0 2/0 0 0 2px; +} + +.right .budgie-panel #tasklist-button, .budgie-panel .right #tasklist-button, .right .budgie-panel button.flat.launcher, .budgie-panel .right button.flat.launcher { + border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; +} + +.right .budgie-panel #tasklist-button:checked, .budgie-panel .right #tasklist-button:checked, .right .budgie-panel button.flat.launcher:checked, .budgie-panel .right button.flat.launcher:checked, .right .budgie-panel .unpinned button.flat.launcher, .budgie-panel .unpinned .right button.flat.launcher, +.right .budgie-panel .pinned button.flat.launcher.running, .budgie-panel .pinned .right button.flat.launcher.running { + border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, currentColor 100%, transparent 0%) 0 2 0 0/0 2px 0 0; +} + +frame.raven-frame > border { + border-style: none; + box-shadow: 0 14px 14px rgba(0, 0, 0, 0.25), 0 10px 5px rgba(0, 0, 0, 0.22); +} + +.top frame.raven-frame > border { + margin-bottom: 32px; +} + +.bottom frame.raven-frame > border { + margin-top: 32px; +} + +.left frame.raven-frame > border { + margin-right: 32px; +} + +.right frame.raven-frame > border { + margin-left: 32px; +} + +.raven { + background-color: #2A2A2A; +} + +.raven > box { + margin-bottom: -10px; +} + +.raven stackswitcher.linked > button { + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #FF9800 0%, transparent 0%) 0 0 0/0 0 0px; + border-radius: 0; +} + +.raven stackswitcher.linked > button:checked { + border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #FF9800 100%, transparent 0%) 0 0 2/0 0 2px; + background-color: transparent; +} + +.raven .raven-header { + min-height: 36px; + padding: 3px; +} + +.raven .raven-header.top { + padding: 0; + border-bottom: 1px solid rgba(0, 0, 0, 0.26); +} + +.raven .raven-header.top stackswitcher button { + margin: -4px 0 -5px; + padding: 0 16px; + min-height: 48px; +} + +.raven .raven-header.bottom { + border-top: 1px solid rgba(0, 0, 0, 0.26); +} + +.raven stack .raven-header { + margin-top: -6px; +} + +.raven stack scrolledwindow .raven-header { + margin-top: -8px; +} + +.raven .raven-background { + border-style: solid none; + border-width: 1px; + border-color: rgba(0, 0, 0, 0.26); + background-color: #292929; +} + +.raven .raven-background > overlay > widget > image { + color: rgba(211, 211, 211, 0.12); +} + +.raven scrolledwindow.raven-background { + border-bottom-style: none; +} + +.raven .powerstrip button { + margin: 2px 0 1px; + padding: 12px; +} + +.raven .option-subtitle { + font-size: smaller; +} + +calendar.raven-calendar { + border-style: none; + background-color: transparent; +} + +calendar.raven-calendar:selected { + border-radius: 4px; +} + +.raven-mpris { + background-color: rgba(0, 0, 0, 0.6); + color: white; +} + +.raven-mpris label { + min-height: 24px; +} + +.raven-mpris button.image-button { + padding: 12px; +} + +.budgie-notification-window, .budgie-osd-window, .budgie-switcher-window { + background-color: transparent; +} + +.budgie-notification .notification-title, .budgie-switcher .notification-title { + font-size: 120%; +} + +.budgie-osd .budgie-osd-text { + font-size: 120%; +} + +.drop-shadow { + margin: 5px 9px; + padding: 3px; + border-radius: 4px; + box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23), inset 0 1px rgba(255, 255, 255, 0.1); + background-color: #2A2A2A; +} + +.drop-shadow .linked > button { + border-radius: 4px; +} + +.budgie-session-dialog, .budgie-polkit-dialog, .budgie-run-dialog { + border-radius: 4px; + background-color: #2A2A2A; +} + +.budgie-session-dialog decoration, .budgie-polkit-dialog decoration, .budgie-run-dialog decoration { + border-radius: 4px; +} + +.budgie-session-dialog label:not(:last-child), +.budgie-session-dialog .dialog-title { + font-size: 120%; +} + +.budgie-session-dialog .linked.horizontal > button { + padding: 8px 16px; + border-top: 1px solid rgba(0, 0, 0, 0.26); + border-radius: 0; +} + +.budgie-session-dialog .linked.horizontal > button:first-child { + border-bottom-left-radius: 4px; +} + +.budgie-session-dialog .linked.horizontal > button:last-child { + border-bottom-right-radius: 4px; +} + +.budgie-polkit-dialog .message { + color: rgba(211, 211, 211, 0.7); +} + +.budgie-polkit-dialog .failure { + color: #FF443E; +} + +.budgie-run-dialog { + background-color: #292929; +} + +.budgie-run-dialog entry.search { + font-size: 120%; + padding: 6px 14px; + border-image: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); + background-color: transparent; +} + +.budgie-run-dialog list .dim-label, .budgie-run-dialog list label.separator, .budgie-run-dialog list .titlebar:not(headerbar) .subtitle, .titlebar:not(headerbar) .budgie-run-dialog list .subtitle, +.budgie-run-dialog list headerbar .subtitle, headerbar .budgie-run-dialog list .subtitle, .budgie-run-dialog list .budgie-notification .notification-body, .budgie-notification .budgie-run-dialog list .notification-body, .budgie-run-dialog list .budgie-switcher .notification-body, .budgie-switcher .budgie-run-dialog list .notification-body { + opacity: 1; +} + +.budgie-run-dialog scrolledwindow { + border-top: 1px solid rgba(0, 0, 0, 0.26); +} + +/************** + * Xfce4 Apps * + **************/ +.XfceHeading { + background-color: #292929; +} + +/*************** + * xfce4-panel * + ***************/ +.xfce4-panel.background { + border: none; + background-color: #010101; + color: rgba(255, 255, 255, 0.7); + font-weight: 500; +} + +.xfce4-panel.background button { + min-height: 16px; + min-width: 16px; + padding: 0; + border-radius: 0; +} + +.xfce4-panel.background button:checked { + background-color: rgba(255, 255, 255, 0.12); +} + +.xfce4-panel.background .tasklist button { + border-image: image(transparent) 0 0 2/0 0 2px; +} + +.xfce4-panel.background .tasklist button:checked { + border-image: image(currentColor) 0 0 2/0 0 2px; +} + +.xfce4-panel.background .tasklist button image { + padding: 4px; +} + +wnck-pager:hover { + background-color: rgba(255, 255, 255, 0.12); +} + +wnck-pager:active { + background-color: rgba(255, 255, 255, 0.3); +} + +wnck-pager:selected { + background-color: #FF9800; +} + +XfdesktopIconView.view { + border-radius: 4px; + background-color: transparent; + color: white; + text-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); +} + +XfdesktopIconView.view:active { + box-shadow: none; +} + +XfdesktopIconView.view .rubberband { + border-radius: 0; +} + +#XfceNotifyWindow buttonbox { + padding: 0; +} + +#XfceNotifyWindow label#summary { + font-weight: bold; +} + +#xfwm-tabwin { + padding: 12px; + border-radius: 4px; + -XfwmTabwinWidget-icon-size: 64px; + -XfwmTabwinWidget-preview-size: 64px; +} + +/********** + * Thunar * + **********/ +.thunar #location-toolbar { + border-bottom: 1px solid rgba(0, 0, 0, 0.26); +} + +.thunar .standard-view.frame { + border-style: none; +} + +.thunar .sidebar .view:not(:selected) { + background-color: transparent; +} + +.thunar statusbar { + margin: 0 -10px; + padding: 0 4px; + border-top: 1px solid rgba(0, 0, 0, 0.26); +} + +/************************ + * LightDM GTK+ Greeter * + ************************/ +#panel_window { + background-color: rgba(0, 0, 0, 0.3); + color: white; +} + +#panel_window menubar, +#panel_window separator { + background-color: transparent; +} + +#panel_window separator { + padding: 0 4px; +} + +#panel_window separator:first-child { + padding: 0 8px; +} + +#panel_window menubar > menuitem { + color: rgba(255, 255, 255, 0.7); +} + +#panel_window menubar > menuitem:hover { + color: white; +} + +#panel_window menubar > menuitem:disabled label { + color: rgba(255, 255, 255, 0.3); +} + +#login_window, +#shutdown_dialog, +#restart_dialog { + margin: 8px; + border-radius: 4px; + box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23), inset 0 1px rgba(255, 255, 255, 0.1); + background-color: #2A2A2A; +} + +#content_frame { + padding-bottom: 20px; + border-bottom: 1px solid rgba(0, 0, 0, 0.26); +} + +#buttonbox_frame { + padding-top: 24px; +} + +#buttonbox_frame button { + margin: -16px; +} + +#greeter_infobar { + margin-top: -1px; +} + +/******** + * Nemo * + ********/ +.nemo-window .primary-toolbar { + border-bottom: 1px solid rgba(0, 0, 0, 0.26); +} + +.nemo-window .primary-toolbar entry { + min-height: 0; + margin: 0; +} + +.nemo-window .primary-toolbar button.text-button { + padding-left: 8px; + padding-right: 8px; +} + +.nemo-window .primary-toolbar button:not(.text-button):not(.image-button) { + padding-left: 4px; + padding-right: 4px; +} + +.nemo-window scrolledwindow.frame { + border-style: none; +} + +.nemo-window scrolledwindow.frame .view:not(:selected) { + background-color: transparent; +} + +.nemo-window infobar { + margin-top: -6px; +} + +.nemo-window .nemo-inactive-pane .view:not(:selected) { + background-color: #252525; +} + +.nemo-window .nemo-window-pane widget.entry { + border-radius: 4px; + background-color: rgba(211, 211, 211, 0.04); +} + +.places-treeview { + -NemoPlacesTreeView-disk-full-bg-color: #565656; + -NemoPlacesTreeView-disk-full-fg-color: #FF9800; + -NemoPlacesTreeView-disk-full-bar-width: 2px; + -NemoPlacesTreeView-disk-full-bar-radius: 0; + -NemoPlacesTreeView-disk-full-bottom-padding: 1px; + -NemoPlacesTreeView-disk-full-max-length: 80px; +} + +/* GTK NAMED COLORS + ---------------- + use responsibly! */ +/* +widget text/foreground color */ +@define-color theme_fg_color #d3d3d3; +/* +text color for entries, views and content in general */ +@define-color theme_text_color #d3d3d3; +/* +widget base background color */ +@define-color theme_bg_color #212121; +/* +text widgets and the like base background color */ +@define-color theme_base_color #292929; +/* +base background color of selections */ +@define-color theme_selected_bg_color #FF9800; +/* +text/foreground color of selections */ +@define-color theme_selected_fg_color rgba(0, 0, 0, 0.87); +/* +base background color of insensitive widgets */ +@define-color insensitive_bg_color #212121; +/* +text foreground color of insensitive widgets */ +@define-color insensitive_fg_color rgba(211, 211, 211, 0.5); +/* +insensitive text widgets and the like base background color */ +@define-color insensitive_base_color #252525; +/* +widget text/foreground color on backdrop windows */ +@define-color theme_unfocused_fg_color #d3d3d3; +/* +text color for entries, views and content in general on backdrop windows */ +@define-color theme_unfocused_text_color #d3d3d3; +/* +widget base background color on backdrop windows */ +@define-color theme_unfocused_bg_color #212121; +/* +text widgets and the like base background color on backdrop windows */ +@define-color theme_unfocused_base_color #292929; +/* +base background color of selections on backdrop windows */ +@define-color theme_unfocused_selected_bg_color #FF9800; +/* +text/foreground color of selections on backdrop windows */ +@define-color theme_unfocused_selected_fg_color rgba(0, 0, 0, 0.87); +/* +insensitive color on backdrop windows */ +@define-color unfocused_insensitive_color rgba(211, 211, 211, 0.5); +/* +widgets main borders color */ +@define-color borders rgba(0, 0, 0, 0.26); +/* +widgets main borders color on backdrop windows */ +@define-color unfocused_borders rgba(0, 0, 0, 0.26); +/* +these are pretty self explicative */ +@define-color warning_color #FF9800; +@define-color error_color #FF443E; +@define-color success_color #C3D82C; +/* +these colors are exported for the window manager and shouldn't be used in applications, +read if you used those and something break with a version upgrade you're on your own... */ +@define-color wm_title #B0BEC5; +@define-color wm_unfocused_title rgba(176, 190, 197, 0.7); +@define-color wm_highlight rgba(255, 255, 255, 0.1); +@define-color wm_bg #212121; +/* +FIXME this is really an API */ +@define-color content_view_bg #292929; +@define-color placeholder_text_color #a0a0a0; diff --git a/.themes/oomox-darker/gtk-assets/scalable/checkbox-checked-symbolic.svg b/.themes/oomox-darker/gtk-assets/scalable/checkbox-checked-symbolic.svg new file mode 100644 index 0000000..8067c11 --- /dev/null +++ b/.themes/oomox-darker/gtk-assets/scalable/checkbox-checked-symbolic.svg @@ -0,0 +1,3 @@ + + + diff --git a/.themes/oomox-darker/gtk-assets/scalable/checkbox-mixed-symbolic.svg b/.themes/oomox-darker/gtk-assets/scalable/checkbox-mixed-symbolic.svg new file mode 100644 index 0000000..76e69c9 --- /dev/null +++ b/.themes/oomox-darker/gtk-assets/scalable/checkbox-mixed-symbolic.svg @@ -0,0 +1,3 @@ + + + diff --git a/.themes/oomox-darker/gtk-assets/scalable/checkbox-unchecked-symbolic.svg b/.themes/oomox-darker/gtk-assets/scalable/checkbox-unchecked-symbolic.svg new file mode 100644 index 0000000..97dbb89 --- /dev/null +++ b/.themes/oomox-darker/gtk-assets/scalable/checkbox-unchecked-symbolic.svg @@ -0,0 +1,3 @@ + + + diff --git a/.themes/oomox-darker/gtk-assets/scalable/cursor-handle-symbolic.svg b/.themes/oomox-darker/gtk-assets/scalable/cursor-handle-symbolic.svg new file mode 100644 index 0000000..0f9da3f --- /dev/null +++ b/.themes/oomox-darker/gtk-assets/scalable/cursor-handle-symbolic.svg @@ -0,0 +1,3 @@ + + + diff --git a/.themes/oomox-darker/gtk-assets/scalable/radio-checked-symbolic.svg b/.themes/oomox-darker/gtk-assets/scalable/radio-checked-symbolic.svg new file mode 100644 index 0000000..7b82c3d --- /dev/null +++ b/.themes/oomox-darker/gtk-assets/scalable/radio-checked-symbolic.svg @@ -0,0 +1,3 @@ + + + diff --git a/.themes/oomox-darker/gtk-assets/scalable/radio-mixed-symbolic.svg b/.themes/oomox-darker/gtk-assets/scalable/radio-mixed-symbolic.svg new file mode 100644 index 0000000..55d8916 --- /dev/null +++ b/.themes/oomox-darker/gtk-assets/scalable/radio-mixed-symbolic.svg @@ -0,0 +1,3 @@ + + + diff --git a/.themes/oomox-darker/gtk-assets/scalable/radio-unchecked-symbolic.svg b/.themes/oomox-darker/gtk-assets/scalable/radio-unchecked-symbolic.svg new file mode 100644 index 0000000..6d97559 --- /dev/null +++ b/.themes/oomox-darker/gtk-assets/scalable/radio-unchecked-symbolic.svg @@ -0,0 +1,3 @@ + + + diff --git a/.themes/oomox-darker/gtk-assets/scalable/small-checkbox-checked-symbolic.svg b/.themes/oomox-darker/gtk-assets/scalable/small-checkbox-checked-symbolic.svg new file mode 100644 index 0000000..7ad27d5 --- /dev/null +++ b/.themes/oomox-darker/gtk-assets/scalable/small-checkbox-checked-symbolic.svg @@ -0,0 +1,3 @@ + + + diff --git a/.themes/oomox-darker/gtk-assets/scalable/small-checkbox-mixed-symbolic.svg b/.themes/oomox-darker/gtk-assets/scalable/small-checkbox-mixed-symbolic.svg new file mode 100644 index 0000000..0f80850 --- /dev/null +++ b/.themes/oomox-darker/gtk-assets/scalable/small-checkbox-mixed-symbolic.svg @@ -0,0 +1,3 @@ + + + diff --git a/.themes/oomox-darker/gtk-assets/scalable/small-checkbox-unchecked-symbolic.svg b/.themes/oomox-darker/gtk-assets/scalable/small-checkbox-unchecked-symbolic.svg new file mode 100644 index 0000000..bfe0a56 --- /dev/null +++ b/.themes/oomox-darker/gtk-assets/scalable/small-checkbox-unchecked-symbolic.svg @@ -0,0 +1,3 @@ + + + diff --git a/.themes/oomox-darker/gtk-assets/scalable/small-radio-checked-symbolic.svg b/.themes/oomox-darker/gtk-assets/scalable/small-radio-checked-symbolic.svg new file mode 100644 index 0000000..04a9a21 --- /dev/null +++ b/.themes/oomox-darker/gtk-assets/scalable/small-radio-checked-symbolic.svg @@ -0,0 +1,3 @@ + + + diff --git a/.themes/oomox-darker/gtk-assets/scalable/small-radio-mixed-symbolic.svg b/.themes/oomox-darker/gtk-assets/scalable/small-radio-mixed-symbolic.svg new file mode 100644 index 0000000..31aac91 --- /dev/null +++ b/.themes/oomox-darker/gtk-assets/scalable/small-radio-mixed-symbolic.svg @@ -0,0 +1,3 @@ + + + diff --git a/.themes/oomox-darker/gtk-assets/scalable/small-radio-unchecked-symbolic.svg b/.themes/oomox-darker/gtk-assets/scalable/small-radio-unchecked-symbolic.svg new file mode 100644 index 0000000..f870381 --- /dev/null +++ b/.themes/oomox-darker/gtk-assets/scalable/small-radio-unchecked-symbolic.svg @@ -0,0 +1,3 @@ + + + diff --git a/.themes/oomox-darker/gtk-assets/scale-horz-marks-after-slider-dark.png b/.themes/oomox-darker/gtk-assets/scale-horz-marks-after-slider-dark.png new file mode 100644 index 0000000..f8212fa Binary files /dev/null and b/.themes/oomox-darker/gtk-assets/scale-horz-marks-after-slider-dark.png differ diff --git a/.themes/oomox-darker/gtk-assets/scale-horz-marks-after-slider-dark@2.png b/.themes/oomox-darker/gtk-assets/scale-horz-marks-after-slider-dark@2.png new file mode 100644 index 0000000..bc6f6ed Binary files /dev/null and b/.themes/oomox-darker/gtk-assets/scale-horz-marks-after-slider-dark@2.png differ diff --git a/.themes/oomox-darker/gtk-assets/scale-horz-marks-after-slider-disabled-dark.png b/.themes/oomox-darker/gtk-assets/scale-horz-marks-after-slider-disabled-dark.png new file mode 100644 index 0000000..c89b9e8 Binary files /dev/null and b/.themes/oomox-darker/gtk-assets/scale-horz-marks-after-slider-disabled-dark.png differ diff --git a/.themes/oomox-darker/gtk-assets/scale-horz-marks-after-slider-disabled-dark@2.png b/.themes/oomox-darker/gtk-assets/scale-horz-marks-after-slider-disabled-dark@2.png new file mode 100644 index 0000000..f3d4617 Binary files /dev/null and b/.themes/oomox-darker/gtk-assets/scale-horz-marks-after-slider-disabled-dark@2.png differ diff --git a/.themes/oomox-darker/gtk-assets/scale-horz-marks-after-slider-disabled.png b/.themes/oomox-darker/gtk-assets/scale-horz-marks-after-slider-disabled.png new file mode 100644 index 0000000..ebba4d8 Binary files /dev/null and b/.themes/oomox-darker/gtk-assets/scale-horz-marks-after-slider-disabled.png differ diff --git a/.themes/oomox-darker/gtk-assets/scale-horz-marks-after-slider-disabled@2.png b/.themes/oomox-darker/gtk-assets/scale-horz-marks-after-slider-disabled@2.png new file mode 100644 index 0000000..d84546f Binary files /dev/null and b/.themes/oomox-darker/gtk-assets/scale-horz-marks-after-slider-disabled@2.png differ diff --git a/.themes/oomox-darker/gtk-assets/scale-horz-marks-after-slider.png b/.themes/oomox-darker/gtk-assets/scale-horz-marks-after-slider.png new file mode 100644 index 0000000..f8212fa Binary files /dev/null and b/.themes/oomox-darker/gtk-assets/scale-horz-marks-after-slider.png differ diff --git a/.themes/oomox-darker/gtk-assets/scale-horz-marks-after-slider@2.png b/.themes/oomox-darker/gtk-assets/scale-horz-marks-after-slider@2.png new file mode 100644 index 0000000..bc6f6ed Binary files /dev/null and b/.themes/oomox-darker/gtk-assets/scale-horz-marks-after-slider@2.png differ diff --git a/.themes/oomox-darker/gtk-assets/scale-horz-marks-before-slider-dark.png b/.themes/oomox-darker/gtk-assets/scale-horz-marks-before-slider-dark.png new file mode 100644 index 0000000..bee9045 Binary files /dev/null and b/.themes/oomox-darker/gtk-assets/scale-horz-marks-before-slider-dark.png differ diff --git a/.themes/oomox-darker/gtk-assets/scale-horz-marks-before-slider-dark@2.png b/.themes/oomox-darker/gtk-assets/scale-horz-marks-before-slider-dark@2.png new file mode 100644 index 0000000..6b35268 Binary files /dev/null and b/.themes/oomox-darker/gtk-assets/scale-horz-marks-before-slider-dark@2.png differ diff --git a/.themes/oomox-darker/gtk-assets/scale-horz-marks-before-slider-disabled-dark.png b/.themes/oomox-darker/gtk-assets/scale-horz-marks-before-slider-disabled-dark.png new file mode 100644 index 0000000..e8cfe90 Binary files /dev/null and b/.themes/oomox-darker/gtk-assets/scale-horz-marks-before-slider-disabled-dark.png differ diff --git a/.themes/oomox-darker/gtk-assets/scale-horz-marks-before-slider-disabled-dark@2.png b/.themes/oomox-darker/gtk-assets/scale-horz-marks-before-slider-disabled-dark@2.png new file mode 100644 index 0000000..bbc4aa8 Binary files /dev/null and b/.themes/oomox-darker/gtk-assets/scale-horz-marks-before-slider-disabled-dark@2.png differ diff --git a/.themes/oomox-darker/gtk-assets/scale-horz-marks-before-slider-disabled.png b/.themes/oomox-darker/gtk-assets/scale-horz-marks-before-slider-disabled.png new file mode 100644 index 0000000..653373c Binary files /dev/null and b/.themes/oomox-darker/gtk-assets/scale-horz-marks-before-slider-disabled.png differ diff --git a/.themes/oomox-darker/gtk-assets/scale-horz-marks-before-slider-disabled@2.png b/.themes/oomox-darker/gtk-assets/scale-horz-marks-before-slider-disabled@2.png new file mode 100644 index 0000000..b724136 Binary files /dev/null and b/.themes/oomox-darker/gtk-assets/scale-horz-marks-before-slider-disabled@2.png differ diff --git a/.themes/oomox-darker/gtk-assets/scale-horz-marks-before-slider.png b/.themes/oomox-darker/gtk-assets/scale-horz-marks-before-slider.png new file mode 100644 index 0000000..bee9045 Binary files /dev/null and b/.themes/oomox-darker/gtk-assets/scale-horz-marks-before-slider.png differ diff --git a/.themes/oomox-darker/gtk-assets/scale-horz-marks-before-slider@2.png b/.themes/oomox-darker/gtk-assets/scale-horz-marks-before-slider@2.png new file mode 100644 index 0000000..6b35268 Binary files /dev/null and b/.themes/oomox-darker/gtk-assets/scale-horz-marks-before-slider@2.png differ diff --git a/.themes/oomox-darker/gtk-assets/scale-slider-dark.png b/.themes/oomox-darker/gtk-assets/scale-slider-dark.png new file mode 100644 index 0000000..bdf709b Binary files /dev/null and b/.themes/oomox-darker/gtk-assets/scale-slider-dark.png differ diff --git a/.themes/oomox-darker/gtk-assets/scale-slider-dark@2.png b/.themes/oomox-darker/gtk-assets/scale-slider-dark@2.png new file mode 100644 index 0000000..39a317b Binary files /dev/null and b/.themes/oomox-darker/gtk-assets/scale-slider-dark@2.png differ diff --git a/.themes/oomox-darker/gtk-assets/scale-slider-disabled-dark.png b/.themes/oomox-darker/gtk-assets/scale-slider-disabled-dark.png new file mode 100644 index 0000000..ad0e0a1 Binary files /dev/null and b/.themes/oomox-darker/gtk-assets/scale-slider-disabled-dark.png differ diff --git a/.themes/oomox-darker/gtk-assets/scale-slider-disabled-dark@2.png b/.themes/oomox-darker/gtk-assets/scale-slider-disabled-dark@2.png new file mode 100644 index 0000000..4999981 Binary files /dev/null and b/.themes/oomox-darker/gtk-assets/scale-slider-disabled-dark@2.png differ diff --git a/.themes/oomox-darker/gtk-assets/scale-slider-disabled.png b/.themes/oomox-darker/gtk-assets/scale-slider-disabled.png new file mode 100644 index 0000000..d923041 Binary files /dev/null and b/.themes/oomox-darker/gtk-assets/scale-slider-disabled.png differ diff --git a/.themes/oomox-darker/gtk-assets/scale-slider-disabled@2.png b/.themes/oomox-darker/gtk-assets/scale-slider-disabled@2.png new file mode 100644 index 0000000..34b0567 Binary files /dev/null and b/.themes/oomox-darker/gtk-assets/scale-slider-disabled@2.png differ diff --git a/.themes/oomox-darker/gtk-assets/scale-slider.png b/.themes/oomox-darker/gtk-assets/scale-slider.png new file mode 100644 index 0000000..bdf709b Binary files /dev/null and b/.themes/oomox-darker/gtk-assets/scale-slider.png differ diff --git a/.themes/oomox-darker/gtk-assets/scale-slider@2.png b/.themes/oomox-darker/gtk-assets/scale-slider@2.png new file mode 100644 index 0000000..39a317b Binary files /dev/null and b/.themes/oomox-darker/gtk-assets/scale-slider@2.png differ diff --git a/.themes/oomox-darker/gtk-assets/scale-vert-marks-after-slider-dark.png b/.themes/oomox-darker/gtk-assets/scale-vert-marks-after-slider-dark.png new file mode 100644 index 0000000..dc99093 Binary files /dev/null and b/.themes/oomox-darker/gtk-assets/scale-vert-marks-after-slider-dark.png differ diff --git a/.themes/oomox-darker/gtk-assets/scale-vert-marks-after-slider-dark@2.png b/.themes/oomox-darker/gtk-assets/scale-vert-marks-after-slider-dark@2.png new file mode 100644 index 0000000..0319595 Binary files /dev/null and b/.themes/oomox-darker/gtk-assets/scale-vert-marks-after-slider-dark@2.png differ diff --git a/.themes/oomox-darker/gtk-assets/scale-vert-marks-after-slider-disabled-dark.png b/.themes/oomox-darker/gtk-assets/scale-vert-marks-after-slider-disabled-dark.png new file mode 100644 index 0000000..238963b Binary files /dev/null and b/.themes/oomox-darker/gtk-assets/scale-vert-marks-after-slider-disabled-dark.png differ diff --git a/.themes/oomox-darker/gtk-assets/scale-vert-marks-after-slider-disabled-dark@2.png b/.themes/oomox-darker/gtk-assets/scale-vert-marks-after-slider-disabled-dark@2.png new file mode 100644 index 0000000..768d06e Binary files /dev/null and b/.themes/oomox-darker/gtk-assets/scale-vert-marks-after-slider-disabled-dark@2.png differ diff --git a/.themes/oomox-darker/gtk-assets/scale-vert-marks-after-slider-disabled.png b/.themes/oomox-darker/gtk-assets/scale-vert-marks-after-slider-disabled.png new file mode 100644 index 0000000..645cd44 Binary files /dev/null and b/.themes/oomox-darker/gtk-assets/scale-vert-marks-after-slider-disabled.png differ diff --git a/.themes/oomox-darker/gtk-assets/scale-vert-marks-after-slider-disabled@2.png b/.themes/oomox-darker/gtk-assets/scale-vert-marks-after-slider-disabled@2.png new file mode 100644 index 0000000..f2346c5 Binary files /dev/null and b/.themes/oomox-darker/gtk-assets/scale-vert-marks-after-slider-disabled@2.png differ diff --git a/.themes/oomox-darker/gtk-assets/scale-vert-marks-after-slider.png b/.themes/oomox-darker/gtk-assets/scale-vert-marks-after-slider.png new file mode 100644 index 0000000..dc99093 Binary files /dev/null and b/.themes/oomox-darker/gtk-assets/scale-vert-marks-after-slider.png differ diff --git a/.themes/oomox-darker/gtk-assets/scale-vert-marks-after-slider@2.png b/.themes/oomox-darker/gtk-assets/scale-vert-marks-after-slider@2.png new file mode 100644 index 0000000..0319595 Binary files /dev/null and b/.themes/oomox-darker/gtk-assets/scale-vert-marks-after-slider@2.png differ diff --git a/.themes/oomox-darker/gtk-assets/scale-vert-marks-before-slider-dark.png b/.themes/oomox-darker/gtk-assets/scale-vert-marks-before-slider-dark.png new file mode 100644 index 0000000..dfc23de Binary files /dev/null and b/.themes/oomox-darker/gtk-assets/scale-vert-marks-before-slider-dark.png differ diff --git a/.themes/oomox-darker/gtk-assets/scale-vert-marks-before-slider-dark@2.png b/.themes/oomox-darker/gtk-assets/scale-vert-marks-before-slider-dark@2.png new file mode 100644 index 0000000..3eee0f9 Binary files /dev/null and b/.themes/oomox-darker/gtk-assets/scale-vert-marks-before-slider-dark@2.png differ diff --git a/.themes/oomox-darker/gtk-assets/scale-vert-marks-before-slider-disabled-dark.png b/.themes/oomox-darker/gtk-assets/scale-vert-marks-before-slider-disabled-dark.png new file mode 100644 index 0000000..d66230d Binary files /dev/null and b/.themes/oomox-darker/gtk-assets/scale-vert-marks-before-slider-disabled-dark.png differ diff --git a/.themes/oomox-darker/gtk-assets/scale-vert-marks-before-slider-disabled-dark@2.png b/.themes/oomox-darker/gtk-assets/scale-vert-marks-before-slider-disabled-dark@2.png new file mode 100644 index 0000000..982ea09 Binary files /dev/null and b/.themes/oomox-darker/gtk-assets/scale-vert-marks-before-slider-disabled-dark@2.png differ diff --git a/.themes/oomox-darker/gtk-assets/scale-vert-marks-before-slider-disabled.png b/.themes/oomox-darker/gtk-assets/scale-vert-marks-before-slider-disabled.png new file mode 100644 index 0000000..e76869e Binary files /dev/null and b/.themes/oomox-darker/gtk-assets/scale-vert-marks-before-slider-disabled.png differ diff --git a/.themes/oomox-darker/gtk-assets/scale-vert-marks-before-slider-disabled@2.png b/.themes/oomox-darker/gtk-assets/scale-vert-marks-before-slider-disabled@2.png new file mode 100644 index 0000000..438365e Binary files /dev/null and b/.themes/oomox-darker/gtk-assets/scale-vert-marks-before-slider-disabled@2.png differ diff --git a/.themes/oomox-darker/gtk-assets/scale-vert-marks-before-slider.png b/.themes/oomox-darker/gtk-assets/scale-vert-marks-before-slider.png new file mode 100644 index 0000000..dfc23de Binary files /dev/null and b/.themes/oomox-darker/gtk-assets/scale-vert-marks-before-slider.png differ diff --git a/.themes/oomox-darker/gtk-assets/scale-vert-marks-before-slider@2.png b/.themes/oomox-darker/gtk-assets/scale-vert-marks-before-slider@2.png new file mode 100644 index 0000000..3eee0f9 Binary files /dev/null and b/.themes/oomox-darker/gtk-assets/scale-vert-marks-before-slider@2.png differ diff --git a/.themes/oomox-darker/gtk-assets/selectionmode-checkbox-checked-dark.png b/.themes/oomox-darker/gtk-assets/selectionmode-checkbox-checked-dark.png new file mode 100644 index 0000000..417ac82 Binary files /dev/null and b/.themes/oomox-darker/gtk-assets/selectionmode-checkbox-checked-dark.png differ diff --git a/.themes/oomox-darker/gtk-assets/selectionmode-checkbox-checked-dark@2.png b/.themes/oomox-darker/gtk-assets/selectionmode-checkbox-checked-dark@2.png new file mode 100644 index 0000000..57d58fc Binary files /dev/null and b/.themes/oomox-darker/gtk-assets/selectionmode-checkbox-checked-dark@2.png differ diff --git a/.themes/oomox-darker/gtk-assets/selectionmode-checkbox-checked.png b/.themes/oomox-darker/gtk-assets/selectionmode-checkbox-checked.png new file mode 100644 index 0000000..417ac82 Binary files /dev/null and b/.themes/oomox-darker/gtk-assets/selectionmode-checkbox-checked.png differ diff --git a/.themes/oomox-darker/gtk-assets/selectionmode-checkbox-checked@2.png b/.themes/oomox-darker/gtk-assets/selectionmode-checkbox-checked@2.png new file mode 100644 index 0000000..57d58fc Binary files /dev/null and b/.themes/oomox-darker/gtk-assets/selectionmode-checkbox-checked@2.png differ diff --git a/.themes/oomox-darker/gtk-assets/selectionmode-checkbox-unchecked-dark.png b/.themes/oomox-darker/gtk-assets/selectionmode-checkbox-unchecked-dark.png new file mode 100644 index 0000000..b4e4df0 Binary files /dev/null and b/.themes/oomox-darker/gtk-assets/selectionmode-checkbox-unchecked-dark.png differ diff --git a/.themes/oomox-darker/gtk-assets/selectionmode-checkbox-unchecked-dark@2.png b/.themes/oomox-darker/gtk-assets/selectionmode-checkbox-unchecked-dark@2.png new file mode 100644 index 0000000..44b44e5 Binary files /dev/null and b/.themes/oomox-darker/gtk-assets/selectionmode-checkbox-unchecked-dark@2.png differ diff --git a/.themes/oomox-darker/gtk-assets/selectionmode-checkbox-unchecked.png b/.themes/oomox-darker/gtk-assets/selectionmode-checkbox-unchecked.png new file mode 100644 index 0000000..f563c2f Binary files /dev/null and b/.themes/oomox-darker/gtk-assets/selectionmode-checkbox-unchecked.png differ diff --git a/.themes/oomox-darker/gtk-assets/selectionmode-checkbox-unchecked@2.png b/.themes/oomox-darker/gtk-assets/selectionmode-checkbox-unchecked@2.png new file mode 100644 index 0000000..c516b42 Binary files /dev/null and b/.themes/oomox-darker/gtk-assets/selectionmode-checkbox-unchecked@2.png differ diff --git a/.themes/oomox-darker/index.theme b/.themes/oomox-darker/index.theme new file mode 100755 index 0000000..10953b6 --- /dev/null +++ b/.themes/oomox-darker/index.theme @@ -0,0 +1,12 @@ +[Desktop Entry] +Type=X-GNOME-Metatheme +Name=Materia-dark +Comment=A Material Design theme +Encoding=UTF-8 + +[X-GNOME-Metatheme] +GtkTheme=Materia-dark +MetacityTheme=Materia-dark +IconTheme=Adwaita +CursorTheme=Adwaita +CursorSize=24 diff --git a/.themes/oomox-darker/metacity-1/assets/button.svg b/.themes/oomox-darker/metacity-1/assets/button.svg new file mode 100644 index 0000000..9a6896d --- /dev/null +++ b/.themes/oomox-darker/metacity-1/assets/button.svg @@ -0,0 +1,3 @@ + + + diff --git a/.themes/oomox-darker/metacity-1/assets/close.svg b/.themes/oomox-darker/metacity-1/assets/close.svg new file mode 100644 index 0000000..00de643 --- /dev/null +++ b/.themes/oomox-darker/metacity-1/assets/close.svg @@ -0,0 +1,3 @@ + + + diff --git a/.themes/oomox-darker/metacity-1/assets/maximize.svg b/.themes/oomox-darker/metacity-1/assets/maximize.svg new file mode 100644 index 0000000..f371d74 --- /dev/null +++ b/.themes/oomox-darker/metacity-1/assets/maximize.svg @@ -0,0 +1,3 @@ + + + diff --git a/.themes/oomox-darker/metacity-1/assets/menu.svg b/.themes/oomox-darker/metacity-1/assets/menu.svg new file mode 100644 index 0000000..15d241f --- /dev/null +++ b/.themes/oomox-darker/metacity-1/assets/menu.svg @@ -0,0 +1,3 @@ + + + diff --git a/.themes/oomox-darker/metacity-1/assets/minimize.svg b/.themes/oomox-darker/metacity-1/assets/minimize.svg new file mode 100644 index 0000000..8958f1f --- /dev/null +++ b/.themes/oomox-darker/metacity-1/assets/minimize.svg @@ -0,0 +1,3 @@ + + + diff --git a/.themes/oomox-darker/metacity-1/assets/shade.svg b/.themes/oomox-darker/metacity-1/assets/shade.svg new file mode 100644 index 0000000..e2702dd --- /dev/null +++ b/.themes/oomox-darker/metacity-1/assets/shade.svg @@ -0,0 +1,3 @@ + + + diff --git a/.themes/oomox-darker/metacity-1/assets/unmaximize.svg b/.themes/oomox-darker/metacity-1/assets/unmaximize.svg new file mode 100644 index 0000000..cebc060 --- /dev/null +++ b/.themes/oomox-darker/metacity-1/assets/unmaximize.svg @@ -0,0 +1,3 @@ + + + diff --git a/.themes/oomox-darker/metacity-1/assets/unshade.svg b/.themes/oomox-darker/metacity-1/assets/unshade.svg new file mode 100644 index 0000000..1fe3cb0 --- /dev/null +++ b/.themes/oomox-darker/metacity-1/assets/unshade.svg @@ -0,0 +1,3 @@ + + + diff --git a/.themes/oomox-darker/metacity-1/metacity-theme-2.xml b/.themes/oomox-darker/metacity-1/metacity-theme-2.xml new file mode 100644 index 0000000..e51a718 --- /dev/null +++ b/.themes/oomox-darker/metacity-1/metacity-theme-2.xml @@ -0,0 +1,618 @@ + + + + oomox-darker + nana-4 + GPL + 2018 + oomox-darker Metacity theme + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +</draw_ops> + +<draw_ops name="title_unfocused"> + <title + x="(0 `max` ((width - title_width) / 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="highlight"> + <line color="C_highlight" x1="4" y1="0" x2="width - 5" y2="0"/> + <arc color="C_highlight" x="0 - 1" y="0" width="13" height="13" start_angle="270" extent_angle="90"/> + <arc color="C_highlight" x="width - 13" y="0" width="13" height="13" start_angle="0" extent_angle="90"/> +</draw_ops> + +<draw_ops name="titlebar_focused"> + <include name="entire_background_focused"/> + <include name="highlight"/> +</draw_ops> + +<draw_ops name="titlebar_unfocused"> + <include name="entire_background_unfocused"/> + <include name="highlight"/> +</draw_ops> + + +<!-- button icons --> + +<!-- close --> +<draw_ops name="close_focused"> + <image filename="assets/close.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> +</draw_ops> + +<draw_ops name="close_focused_prelight"> + <image filename="assets/close.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="1" colorize="C_title_focused"/> +</draw_ops> + +<draw_ops name="close_focused_pressed"> + <include name="close_focused_prelight"/> +</draw_ops> + +<draw_ops name="close_unfocused"> + <image filename="assets/close.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> +</draw_ops> + +<draw_ops name="close_unfocused_prelight"> + <image filename="assets/close.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="1" colorize="C_title_unfocused"/> +</draw_ops> + +<draw_ops name="close_unfocused_pressed"> + <include name="close_unfocused_prelight"/> +</draw_ops> + +<!-- maximize --> +<draw_ops name="maximize_focused"> + <image filename="assets/maximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> +</draw_ops> + +<draw_ops name="maximize_focused_prelight"> + <image filename="assets/maximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="1" colorize="C_title_focused"/> +</draw_ops> + +<draw_ops name="maximize_focused_pressed"> + <include name="maximize_focused_prelight"/> +</draw_ops> + +<draw_ops name="maximize_unfocused"> + <image filename="assets/maximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> +</draw_ops> + +<draw_ops name="maximize_unfocused_prelight"> + <image filename="assets/maximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="1" colorize="C_title_unfocused"/> +</draw_ops> + +<draw_ops name="maximize_unfocused_pressed"> + <include name="maximize_unfocused_prelight"/> +</draw_ops> + +<!-- unmaximize --> +<draw_ops name="unmaximize_focused"> + <image filename="assets/unmaximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> +</draw_ops> + +<draw_ops name="unmaximize_focused_prelight"> + <image filename="assets/unmaximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="1" colorize="C_title_focused"/> +</draw_ops> + +<draw_ops name="unmaximize_focused_pressed"> + <include name="unmaximize_focused_prelight"/> +</draw_ops> + +<draw_ops name="unmaximize_unfocused"> + <image filename="assets/unmaximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> +</draw_ops> + +<draw_ops name="unmaximize_unfocused_prelight"> + <image filename="assets/unmaximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="1" colorize="C_title_unfocused"/> +</draw_ops> + +<draw_ops name="unmaximize_unfocused_pressed"> + <include name="unmaximize_unfocused_prelight"/> +</draw_ops> + +<!-- minimize --> +<draw_ops name="minimize_focused"> + <image filename="assets/minimize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> +</draw_ops> + +<draw_ops name="minimize_focused_prelight"> + <image filename="assets/minimize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="1" colorize="C_title_focused"/> +</draw_ops> + +<draw_ops name="minimize_focused_pressed"> + <include name="minimize_focused_prelight"/> +</draw_ops> + +<draw_ops name="minimize_unfocused"> + <image filename="assets/minimize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> +</draw_ops> + +<draw_ops name="minimize_unfocused_prelight"> + <image filename="assets/minimize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="1" colorize="C_title_unfocused"/> +</draw_ops> + +<draw_ops name="minimize_unfocused_pressed"> + <include name="minimize_unfocused_prelight"/> +</draw_ops> + +<!-- menu --> +<draw_ops name="menu_focused"> + <image filename="assets/menu.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> +</draw_ops> + +<draw_ops name="menu_focused_prelight"> + <image filename="assets/menu.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="1" colorize="C_title_focused"/> +</draw_ops> + +<draw_ops name="menu_focused_pressed"> + <include name="menu_focused_prelight"/> +</draw_ops> + +<draw_ops name="menu_unfocused"> + <image filename="assets/menu.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> +</draw_ops> + +<draw_ops name="menu_unfocused_prelight"> + <image filename="assets/menu.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="1" colorize="C_title_unfocused"/> +</draw_ops> + +<draw_ops name="menu_unfocused_pressed"> + <include name="menu_unfocused_prelight"/> +</draw_ops> + +<!-- shade --> +<draw_ops name="shade_focused"> + <image filename="assets/shade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> +</draw_ops> + +<draw_ops name="shade_focused_prelight"> + <image filename="assets/shade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="1" colorize="C_title_focused"/> +</draw_ops> + +<draw_ops name="shade_focused_pressed"> + <include name="shade_focused_prelight"/> +</draw_ops> + +<draw_ops name="shade_unfocused"> + <image filename="assets/shade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> +</draw_ops> + +<draw_ops name="shade_unfocused_prelight"> + <image filename="assets/shade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="1" colorize="C_title_unfocused"/> +</draw_ops> + +<draw_ops name="shade_unfocused_pressed"> + <include name="shade_unfocused_prelight"/> +</draw_ops> + +<!-- unshade --> +<draw_ops name="unshade_focused"> + <image filename="assets/unshade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> +</draw_ops> + +<draw_ops name="unshade_focused_prelight"> + <image filename="assets/unshade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="1" colorize="C_title_focused"/> +</draw_ops> + +<draw_ops name="unshade_focused_pressed"> + <include name="unshade_focused_prelight"/> +</draw_ops> + +<draw_ops name="unshade_unfocused"> + <image filename="assets/unshade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> +</draw_ops> + +<draw_ops name="unshade_unfocused_prelight"> + <image filename="assets/unshade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="1" colorize="C_title_unfocused"/> +</draw_ops> + +<draw_ops name="unshade_unfocused_pressed"> + <include name="unshade_unfocused_prelight"/> +</draw_ops> + +<!-- appmenu --> +<constant name="D_appmenu_icon_size" value="16"/> + +<draw_ops name="appmenu_icon_focused"> + <icon + x="(width - D_appmenu_icon_size) / 2" y="(height - D_appmenu_icon_size) / 2" + width="D_appmenu_icon_size" height="D_appmenu_icon_size"/> +</draw_ops> + +<draw_ops name="appmenu_focused"> + <include name="appmenu_icon_focused"/> +</draw_ops> + +<draw_ops name="appmenu_focused_prelight"> + <include name="appmenu_icon_focused"/> +</draw_ops> + +<draw_ops name="appmenu_focused_pressed"> + <include name="appmenu_icon_focused"/> +</draw_ops> + +<draw_ops name="appmenu_icon_unfocused"> + <icon + x="(width - D_appmenu_icon_size) / 2" y="(height - D_appmenu_icon_size) / 2" + width="D_appmenu_icon_size" height="D_appmenu_icon_size" + alpha="0.7"/> +</draw_ops> + +<draw_ops name="appmenu_unfocused"> + <include name="appmenu_icon_unfocused"/> +</draw_ops> + +<draw_ops name="appmenu_unfocused_prelight"> + <include name="appmenu_icon_unfocused"/> +</draw_ops> + +<draw_ops name="appmenu_unfocused_pressed"> + <include name="appmenu_icon_unfocused"/> +</draw_ops> + + +<!-- button backgrounds --> + +<draw_ops name="button_focused"> +</draw_ops> + +<draw_ops name="button_focused_prelight"> + <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.08" colorize="C_title_focused"/> +</draw_ops> + +<draw_ops name="button_focused_pressed"> + <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.2" colorize="C_title_focused"/> +</draw_ops> + +<draw_ops name="button_unfocused"> +</draw_ops> + +<draw_ops name="button_unfocused_prelight"> + <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.08" colorize="C_title_unfocused"/> +</draw_ops> + +<draw_ops name="button_unfocused_pressed"> + <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.2" colorize="C_title_unfocused"/> +</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="titlebar_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="left_middle_background" state="normal" draw_ops="button_focused"/> + <button function="left_middle_background" state="prelight" draw_ops="button_focused_prelight"/> + <button function="left_middle_background" state="pressed" draw_ops="button_focused_pressed"/> + <button function="right_middle_background" state="normal" draw_ops="button_focused"/> + <button function="right_middle_background" state="prelight" draw_ops="button_focused_prelight"/> + <button function="right_middle_background" state="pressed" draw_ops="button_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"> + <piece position="entire_background" draw_ops="entire_background_unfocused"/> + <piece position="titlebar" draw_ops="titlebar_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="left_middle_background" state="normal" draw_ops="button_unfocused"/> + <button function="left_middle_background" state="prelight" draw_ops="button_unfocused_prelight"/> + <button function="left_middle_background" state="pressed" draw_ops="button_unfocused_pressed"/> + <button function="right_middle_background" state="normal" draw_ops="button_unfocused"/> + <button function="right_middle_background" state="prelight" draw_ops="button_unfocused_prelight"/> + <button function="right_middle_background" state="pressed" draw_ops="button_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" parent="normal_focused"> + <piece position="titlebar" draw_ops="entire_background_focused"/> + <button function="maximize" state="normal" draw_ops="unmaximize_focused"/> + <button function="maximize" state="pressed" draw_ops="unmaximize_focused_pressed"/> + <button function="maximize" state="prelight" draw_ops="unmaximize_focused_prelight"/> +</frame_style> + +<frame_style name="normal_max_unfocused" geometry="max" parent="normal_unfocused"> + <piece position="titlebar" draw_ops="entire_background_unfocused"/> + <button function="maximize" state="normal" draw_ops="unmaximize_unfocused"/> + <button function="maximize" state="pressed" draw_ops="unmaximize_unfocused_pressed"/> + <button function="maximize" state="prelight" draw_ops="unmaximize_unfocused_prelight"/> +</frame_style> + +<frame_style name="tiled_left_focused" geometry="tiled_left" parent="normal_focused"> + <piece position="titlebar" draw_ops="entire_background_focused"/> +</frame_style> + +<frame_style name="tiled_left_unfocused" geometry="tiled_left" parent="normal_unfocused"> + <piece position="titlebar" draw_ops="entire_background_unfocused"/> +</frame_style> + +<frame_style name="tiled_right_focused" geometry="tiled_right" parent="normal_focused"> + <piece position="titlebar" draw_ops="entire_background_focused"/> +</frame_style> + +<frame_style name="tiled_right_unfocused" geometry="tiled_right" parent="normal_unfocused"> + <piece position="titlebar" draw_ops="entire_background_unfocused"/> +</frame_style> + +<frame_style name="dialog_focused" geometry="nobuttons" parent="normal_focused"> +</frame_style> + +<frame_style name="dialog_unfocused" geometry="nobuttons" parent="normal_unfocused"> +</frame_style> + +<frame_style name="modal_dialog_focused" geometry="modal" parent="normal_focused"> +</frame_style> + +<frame_style name="modal_dialog_unfocused" geometry="modal" parent="normal_unfocused"> +</frame_style> + +<frame_style name="utility_focused" geometry="small" parent="normal_focused"> +</frame_style> + +<frame_style name="utility_unfocused" geometry="small" parent="normal_unfocused"> +</frame_style> + +<frame_style name="border_focused" geometry="border" parent="normal_focused"> +</frame_style> + +<frame_style name="border_unfocused" geometry="border" parent="normal_unfocused"> +</frame_style> + +<frame_style name="borderless_focused" geometry="borderless" parent="normal_focused"> +</frame_style> + +<frame_style name="borderless_unfocused" geometry="borderless" parent="normal_unfocused"> +</frame_style> + +<frame_style name="attached_focused" geometry="attached" parent="modal_dialog_focused"> +</frame_style> + +<frame_style name="attached_unfocused" geometry="attached" parent="modal_dialog_unfocused"> +</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="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><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_focused"/> + <frame focus="no" state="maximized_and_shaded" style="normal_max_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_focused"/> + <frame focus="no" state="maximized" style="borderless_unfocused"/> + <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> + +<frame_style_set name="attached_style_set"> + <frame focus="yes" state="normal" resize="both" style="attached_focused"/> + <frame focus="no" state="normal" resize="both" style="attached_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <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> diff --git a/.themes/oomox-darker/metacity-1/metacity-theme-3.xml b/.themes/oomox-darker/metacity-1/metacity-theme-3.xml new file mode 100644 index 0000000..b265ed0 --- /dev/null +++ b/.themes/oomox-darker/metacity-1/metacity-theme-3.xml @@ -0,0 +1,645 @@ +<?xml version="1.0"?> +<metacity_theme> +<info> + <name>oomox-darker</name> + <author>nana-4</author> + <copyright>GPL</copyright> + <date>2018</date> + <description>oomox-darker Metacity theme</description> +</info> + + +<!-- meaningful constants --> + +<constant name="C_titlebar" value="gtk:custom(wm_bg,gtk:bg[NORMAL])"/> +<constant name="C_highlight" value="gtk:custom(wm_highlight,gtk:base[NORMAL])"/> +<constant name="C_title_focused" value="gtk:custom(wm_title,gtk:fg[NORMAL])"/> +<constant name="C_title_unfocused" value="gtk:custom(wm_unfocused_title,gtk:fg[INSENSITIVE])"/> + + +<!-- geometries --> + +<frame_geometry name="normal" title_scale="medium" rounded_top_left="4" rounded_top_right="4"> + <distance name="left_width" value="1"/> + <distance name="right_width" value="1"/> + <distance name="bottom_height" value="1"/> + <distance name="left_titlebar_edge" value="0"/> + <distance name="right_titlebar_edge" value="0"/> + <distance name="title_vertical_pad" value="13"/> + <border name="title_border" left="10" right="10" top="0" bottom="0"/> + <border name="button_border" left="0" right="0" top="0" bottom="0"/> + <aspect_ratio name="button" value="1"/> +</frame_geometry> + +<frame_geometry name="max" 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"/> +</frame_geometry> + +<frame_geometry name="tiled_left" parent="max"> + <distance name="right_width" value="0"/> +</frame_geometry> + +<frame_geometry name="tiled_right" parent="max"> + <distance name="left_width" value="0"/> +</frame_geometry> + +<frame_geometry name="nobuttons" hide_buttons="true" parent="normal"> +</frame_geometry> + +<frame_geometry name="modal" parent="normal"> +</frame_geometry> + +<frame_geometry name="small" title_scale="small" parent="normal"> + <distance name="title_vertical_pad" value="8"/> +</frame_geometry> + +<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> + +<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="0"/> + <border name="button_border" left="0" right="0" top="0" bottom="0"/> + <border name="title_border" left="0" right="0" top="0" bottom="0"/> +</frame_geometry> + +<frame_geometry name="attached" hide_buttons="true" rounded_bottom_left="4" rounded_bottom_right="4" parent="normal"> + <distance name="title_vertical_pad" value="4"/> +</frame_geometry> + + +<!-- drawing operations --> + +<!-- title --> +<draw_ops name="title_focused"> + <title version="< 3.1" + x="(0 `max` ((width - title_width) / 2))" + y="(0 `max` ((height - title_height) / 2))" + color="C_title_focused"/> + <title version=">= 3.1" + x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))" + y="(0 `max` ((height - title_height) / 2))" + ellipsize_width="width" + color="C_title_focused"/> +</draw_ops> + +<draw_ops name="title_unfocused"> + <title version="< 3.1" + x="(0 `max` ((width - title_width) / 2))" + y="(0 `max` ((height - title_height) / 2))" + color="C_title_unfocused"/> + <title version=">= 3.1" + x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))" + y="(0 `max` ((height - title_height) / 2))" + ellipsize_width="width" + 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="highlight"> + <line color="C_highlight" x1="4" y1="0" x2="width - 5" y2="0"/> + <arc color="C_highlight" x="0 - 1" y="0" width="13" height="13" start_angle="270" extent_angle="90"/> + <arc color="C_highlight" x="width - 13" y="0" width="13" height="13" start_angle="0" extent_angle="90"/> +</draw_ops> + +<draw_ops name="titlebar_focused"> + <include name="entire_background_focused"/> + <include name="highlight"/> +</draw_ops> + +<draw_ops name="titlebar_unfocused"> + <include name="entire_background_unfocused"/> + <include name="highlight"/> +</draw_ops> + + +<!-- button icons --> + +<!-- close --> +<draw_ops name="close_focused"> + <image filename="assets/close.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> +</draw_ops> + +<draw_ops name="close_focused_prelight"> + <image filename="assets/close.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="1" colorize="C_title_focused"/> +</draw_ops> + +<draw_ops name="close_focused_pressed"> + <include name="close_focused_prelight"/> +</draw_ops> + +<draw_ops name="close_unfocused"> + <image filename="assets/close.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> +</draw_ops> + +<draw_ops name="close_unfocused_prelight"> + <image filename="assets/close.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="1" colorize="C_title_unfocused"/> +</draw_ops> + +<draw_ops name="close_unfocused_pressed"> + <include name="close_unfocused_prelight"/> +</draw_ops> + +<!-- maximize --> +<draw_ops name="maximize_focused"> + <image filename="assets/maximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> +</draw_ops> + +<draw_ops name="maximize_focused_prelight"> + <image filename="assets/maximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="1" colorize="C_title_focused"/> +</draw_ops> + +<draw_ops name="maximize_focused_pressed"> + <include name="maximize_focused_prelight"/> +</draw_ops> + +<draw_ops name="maximize_unfocused"> + <image filename="assets/maximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> +</draw_ops> + +<draw_ops name="maximize_unfocused_prelight"> + <image filename="assets/maximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="1" colorize="C_title_unfocused"/> +</draw_ops> + +<draw_ops name="maximize_unfocused_pressed"> + <include name="maximize_unfocused_prelight"/> +</draw_ops> + +<!-- unmaximize --> +<draw_ops name="unmaximize_focused"> + <image filename="assets/unmaximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> +</draw_ops> + +<draw_ops name="unmaximize_focused_prelight"> + <image filename="assets/unmaximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="1" colorize="C_title_focused"/> +</draw_ops> + +<draw_ops name="unmaximize_focused_pressed"> + <include name="unmaximize_focused_prelight"/> +</draw_ops> + +<draw_ops name="unmaximize_unfocused"> + <image filename="assets/unmaximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> +</draw_ops> + +<draw_ops name="unmaximize_unfocused_prelight"> + <image filename="assets/unmaximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="1" colorize="C_title_unfocused"/> +</draw_ops> + +<draw_ops name="unmaximize_unfocused_pressed"> + <include name="unmaximize_unfocused_prelight"/> +</draw_ops> + +<!-- minimize --> +<draw_ops name="minimize_focused"> + <image filename="assets/minimize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> +</draw_ops> + +<draw_ops name="minimize_focused_prelight"> + <image filename="assets/minimize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="1" colorize="C_title_focused"/> +</draw_ops> + +<draw_ops name="minimize_focused_pressed"> + <include name="minimize_focused_prelight"/> +</draw_ops> + +<draw_ops name="minimize_unfocused"> + <image filename="assets/minimize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> +</draw_ops> + +<draw_ops name="minimize_unfocused_prelight"> + <image filename="assets/minimize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="1" colorize="C_title_unfocused"/> +</draw_ops> + +<draw_ops name="minimize_unfocused_pressed"> + <include name="minimize_unfocused_prelight"/> +</draw_ops> + +<!-- menu --> +<draw_ops name="menu_focused"> + <image filename="assets/menu.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> +</draw_ops> + +<draw_ops name="menu_focused_prelight"> + <image filename="assets/menu.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="1" colorize="C_title_focused"/> +</draw_ops> + +<draw_ops name="menu_focused_pressed"> + <include name="menu_focused_prelight"/> +</draw_ops> + +<draw_ops name="menu_unfocused"> + <image filename="assets/menu.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> +</draw_ops> + +<draw_ops name="menu_unfocused_prelight"> + <image filename="assets/menu.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="1" colorize="C_title_unfocused"/> +</draw_ops> + +<draw_ops name="menu_unfocused_pressed"> + <include name="menu_unfocused_prelight"/> +</draw_ops> + +<!-- shade --> +<draw_ops name="shade_focused"> + <image filename="assets/shade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> +</draw_ops> + +<draw_ops name="shade_focused_prelight"> + <image filename="assets/shade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="1" colorize="C_title_focused"/> +</draw_ops> + +<draw_ops name="shade_focused_pressed"> + <include name="shade_focused_prelight"/> +</draw_ops> + +<draw_ops name="shade_unfocused"> + <image filename="assets/shade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> +</draw_ops> + +<draw_ops name="shade_unfocused_prelight"> + <image filename="assets/shade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="1" colorize="C_title_unfocused"/> +</draw_ops> + +<draw_ops name="shade_unfocused_pressed"> + <include name="shade_unfocused_prelight"/> +</draw_ops> + +<!-- unshade --> +<draw_ops name="unshade_focused"> + <image filename="assets/unshade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> +</draw_ops> + +<draw_ops name="unshade_focused_prelight"> + <image filename="assets/unshade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="1" colorize="C_title_focused"/> +</draw_ops> + +<draw_ops name="unshade_focused_pressed"> + <include name="unshade_focused_prelight"/> +</draw_ops> + +<draw_ops name="unshade_unfocused"> + <image filename="assets/unshade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> +</draw_ops> + +<draw_ops name="unshade_unfocused_prelight"> + <image filename="assets/unshade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="1" colorize="C_title_unfocused"/> +</draw_ops> + +<draw_ops name="unshade_unfocused_pressed"> + <include name="unshade_unfocused_prelight"/> +</draw_ops> + +<!-- appmenu --> +<constant name="D_appmenu_icon_size" value="16"/> + +<draw_ops name="appmenu_icon_focused"> + <icon + x="(width - D_appmenu_icon_size) / 2" y="(height - D_appmenu_icon_size) / 2" + width="D_appmenu_icon_size" height="D_appmenu_icon_size"/> +</draw_ops> + +<draw_ops name="appmenu_focused"> + <include name="appmenu_icon_focused"/> +</draw_ops> + +<draw_ops name="appmenu_focused_prelight"> + <include name="appmenu_icon_focused"/> +</draw_ops> + +<draw_ops name="appmenu_focused_pressed"> + <include name="appmenu_icon_focused"/> +</draw_ops> + +<draw_ops name="appmenu_icon_unfocused"> + <icon + x="(width - D_appmenu_icon_size) / 2" y="(height - D_appmenu_icon_size) / 2" + width="D_appmenu_icon_size" height="D_appmenu_icon_size" + alpha="0.7"/> +</draw_ops> + +<draw_ops name="appmenu_unfocused"> + <include name="appmenu_icon_unfocused"/> +</draw_ops> + +<draw_ops name="appmenu_unfocused_prelight"> + <include name="appmenu_icon_unfocused"/> +</draw_ops> + +<draw_ops name="appmenu_unfocused_pressed"> + <include name="appmenu_icon_unfocused"/> +</draw_ops> + + +<!-- button backgrounds --> + +<draw_ops name="button_focused"> +</draw_ops> + +<draw_ops name="button_focused_prelight"> + <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.08" colorize="C_title_focused"/> +</draw_ops> + +<draw_ops name="button_focused_pressed"> + <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.2" colorize="C_title_focused"/> +</draw_ops> + +<draw_ops name="button_unfocused"> +</draw_ops> + +<draw_ops name="button_unfocused_prelight"> + <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.08" colorize="C_title_unfocused"/> +</draw_ops> + +<draw_ops name="button_unfocused_pressed"> + <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.2" colorize="C_title_unfocused"/> +</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="titlebar_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 version=">= 3.5" function="appmenu" state="normal" draw_ops="appmenu_focused"/> + <button version=">= 3.5" function="appmenu" state="prelight" draw_ops="appmenu_focused_prelight"/> + <button version=">= 3.5" function="appmenu" state="pressed" draw_ops="appmenu_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="left_middle_background" state="normal" draw_ops="button_focused"/> + <button function="left_middle_background" state="prelight" draw_ops="button_focused_prelight"/> + <button function="left_middle_background" state="pressed" draw_ops="button_focused_pressed"/> + <button function="right_middle_background" state="normal" draw_ops="button_focused"/> + <button function="right_middle_background" state="prelight" draw_ops="button_focused_prelight"/> + <button function="right_middle_background" state="pressed" draw_ops="button_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"> + <piece position="entire_background" draw_ops="entire_background_unfocused"/> + <piece position="titlebar" draw_ops="titlebar_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 version=">= 3.5" function="appmenu" state="normal" draw_ops="appmenu_unfocused"/> + <button version=">= 3.5" function="appmenu" state="prelight" draw_ops="appmenu_unfocused_prelight"/> + <button version=">= 3.5" function="appmenu" state="pressed" draw_ops="appmenu_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="left_middle_background" state="normal" draw_ops="button_unfocused"/> + <button function="left_middle_background" state="prelight" draw_ops="button_unfocused_prelight"/> + <button function="left_middle_background" state="pressed" draw_ops="button_unfocused_pressed"/> + <button function="right_middle_background" state="normal" draw_ops="button_unfocused"/> + <button function="right_middle_background" state="prelight" draw_ops="button_unfocused_prelight"/> + <button function="right_middle_background" state="pressed" draw_ops="button_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" parent="normal_focused"> + <piece position="titlebar" draw_ops="entire_background_focused"/> + <button function="maximize" state="normal" draw_ops="unmaximize_focused"/> + <button function="maximize" state="pressed" draw_ops="unmaximize_focused_pressed"/> + <button function="maximize" state="prelight" draw_ops="unmaximize_focused_prelight"/> +</frame_style> + +<frame_style name="normal_max_unfocused" geometry="max" parent="normal_unfocused"> + <piece position="titlebar" draw_ops="entire_background_unfocused"/> + <button function="maximize" state="normal" draw_ops="unmaximize_unfocused"/> + <button function="maximize" state="pressed" draw_ops="unmaximize_unfocused_pressed"/> + <button function="maximize" state="prelight" draw_ops="unmaximize_unfocused_prelight"/> +</frame_style> + +<frame_style name="tiled_left_focused" geometry="tiled_left" parent="normal_focused"> + <piece position="titlebar" draw_ops="entire_background_focused"/> +</frame_style> + +<frame_style name="tiled_left_unfocused" geometry="tiled_left" parent="normal_unfocused"> + <piece position="titlebar" draw_ops="entire_background_unfocused"/> +</frame_style> + +<frame_style name="tiled_right_focused" geometry="tiled_right" parent="normal_focused"> + <piece position="titlebar" draw_ops="entire_background_focused"/> +</frame_style> + +<frame_style name="tiled_right_unfocused" geometry="tiled_right" parent="normal_unfocused"> + <piece position="titlebar" draw_ops="entire_background_unfocused"/> +</frame_style> + +<frame_style name="dialog_focused" geometry="nobuttons" parent="normal_focused"> +</frame_style> + +<frame_style name="dialog_unfocused" geometry="nobuttons" parent="normal_unfocused"> +</frame_style> + +<frame_style name="modal_dialog_focused" geometry="modal" parent="normal_focused"> +</frame_style> + +<frame_style name="modal_dialog_unfocused" geometry="modal" parent="normal_unfocused"> +</frame_style> + +<frame_style name="utility_focused" geometry="small" parent="normal_focused"> +</frame_style> + +<frame_style name="utility_unfocused" geometry="small" parent="normal_unfocused"> +</frame_style> + +<frame_style name="border_focused" geometry="border" parent="normal_focused"> +</frame_style> + +<frame_style name="border_unfocused" geometry="border" parent="normal_unfocused"> +</frame_style> + +<frame_style name="borderless_focused" geometry="borderless" parent="normal_focused"> +</frame_style> + +<frame_style name="borderless_unfocused" geometry="borderless" parent="normal_unfocused"> +</frame_style> + +<frame_style name="attached_focused" geometry="attached" parent="modal_dialog_focused"> +</frame_style> + +<frame_style name="attached_unfocused" geometry="attached" parent="modal_dialog_unfocused"> +</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 version=">= 3.5" function="appmenu" state="normal"><draw_ops></draw_ops></button> + <button version=">= 3.5" function="appmenu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><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="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_focused"/> + <frame focus="no" state="maximized_and_shaded" style="normal_max_unfocused"/> + <frame version=">= 3.3" focus="yes" state="tiled_left" style="tiled_left_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_left" style="tiled_left_unfocused"/> + <frame version=">= 3.3" focus="yes" state="tiled_right" style="tiled_right_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_right" style="tiled_right_unfocused"/> + <frame version=">= 3.3" focus="yes" state="tiled_left_and_shaded" style="tiled_left_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_left_and_shaded" style="tiled_left_unfocused"/> + <frame version=">= 3.3" focus="yes" state="tiled_right_and_shaded" style="tiled_right_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_right_and_shaded" style="tiled_right_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_focused"/> + <frame focus="no" state="maximized" style="borderless_unfocused"/> + <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> + +<frame_style_set name="attached_style_set"> + <frame focus="yes" state="normal" resize="both" style="attached_focused"/> + <frame focus="no" state="normal" resize="both" style="attached_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <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"/> +<window version=">= 3.2" type="attached" style_set="attached_style_set"/> + +</metacity_theme> diff --git a/.themes/oomox-darker/plank/dock.theme b/.themes/oomox-darker/plank/dock.theme new file mode 100644 index 0000000..04fa741 --- /dev/null +++ b/.themes/oomox-darker/plank/dock.theme @@ -0,0 +1,64 @@ +#This file based on: +#https://git.launchpad.net/plank/tree/data/themes/Default/dock.theme + +[PlankTheme] +#The roundness of the top corners. +TopRoundness=4 +#The roundness of the bottom corners. +BottomRoundness=0 +#The thickness (in pixels) of lines drawn. +LineWidth=0 +#The color (RGBA) of the outer stroke. +OuterStrokeColor=0;;0;;0;;0 +#The starting color (RGBA) of the fill gradient. +FillStartColor=0;;0;;0;;153 +#The ending color (RGBA) of the fill gradient. +FillEndColor=0;;0;;0;;153 +#The color (RGBA) of the inner stroke. +InnerStrokeColor=0;;0;;0;;0 + +[PlankDockTheme] +#The padding on the left/right dock edges, in tenths of a percent of IconSize. +HorizPadding=1 +#The padding on the top dock edge, in tenths of a percent of IconSize. +TopPadding=2 +#The padding on the bottom dock edge, in tenths of a percent of IconSize. +BottomPadding=1 +#The padding between items on the dock, in tenths of a percent of IconSize. +ItemPadding=2 +#The size of item indicators, in tenths of a percent of IconSize. +IndicatorSize=5 +#The size of the icon-shadow behind every item, in tenths of a percent of IconSize. +IconShadowSize=0 +#The height (in percent of IconSize) to bounce an icon when the application sets urgent. +UrgentBounceHeight=1.6666666666666667 +#The height (in percent of IconSize) to bounce an icon when launching an application. +LaunchBounceHeight=0.625 +#The opacity value (0 to 1) to fade the dock to when hiding it. +FadeOpacity=1 +#The amount of time (in ms) for click animations. +ClickTime=0 +#The amount of time (in ms) to bounce an urgent icon. +UrgentBounceTime=600 +#The amount of time (in ms) to bounce an icon when launching an application. +LaunchBounceTime=600 +#The amount of time (in ms) for active window indicator animations. +ActiveTime=150 +#The amount of time (in ms) to slide icons into/out of the dock. +SlideTime=300 +#The time (in ms) to fade the dock in/out on a hide (if FadeOpacity is < 1). +FadeTime=250 +#The time (in ms) to slide the dock in/out on a hide (if FadeOpacity is 1). +HideTime=250 +#The size of the urgent glow (shown when dock is hidden), in tenths of a percent of IconSize. +GlowSize=30 +#The total time (in ms) to show the hidden-dock urgent glow. +GlowTime=10000 +#The time (in ms) of each pulse of the hidden-dock urgent glow. +GlowPulseTime=2000 +#The hue-shift (-180 to 180) of the urgent indicator color. +UrgentHueShift=150 +#The time (in ms) to move an item to its new position or its addition/removal to/from the dock. +ItemMoveTime=450 +#Whether background and icons will unhide/hide with different speeds. The top-border of both will leave/hit the screen-edge at the same time. +CascadeHide=true diff --git a/.themes/oomox-darker/unity/assets/close_focused.svg b/.themes/oomox-darker/unity/assets/close_focused.svg new file mode 100644 index 0000000..79e7ac1 --- /dev/null +++ b/.themes/oomox-darker/unity/assets/close_focused.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#d3d3d3" opacity="0.7"> + <circle cx="12" cy="12" r="10" opacity="0"/> + <path d="m8.41 7l-1.41 1.41 3.59 3.59-3.59 3.59 1.41 1.41 3.59-3.59 3.59 3.59 1.41-1.41-3.59-3.59 3.59-3.59-1.41-1.41-3.59 3.59-3.59-3.59z"/> +</svg> diff --git a/.themes/oomox-darker/unity/assets/close_focused_prelight.svg b/.themes/oomox-darker/unity/assets/close_focused_prelight.svg new file mode 100644 index 0000000..9596387 --- /dev/null +++ b/.themes/oomox-darker/unity/assets/close_focused_prelight.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#d3d3d3"> + <circle cx="12" cy="12" r="10" opacity="0.08"/> + <path d="m8.41 7l-1.41 1.41 3.59 3.59-3.59 3.59 1.41 1.41 3.59-3.59 3.59 3.59 1.41-1.41-3.59-3.59 3.59-3.59-1.41-1.41-3.59 3.59-3.59-3.59z"/> +</svg> diff --git a/.themes/oomox-darker/unity/assets/close_focused_pressed.svg b/.themes/oomox-darker/unity/assets/close_focused_pressed.svg new file mode 100644 index 0000000..f2497f0 --- /dev/null +++ b/.themes/oomox-darker/unity/assets/close_focused_pressed.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#d3d3d3"> + <circle cx="12" cy="12" r="10" opacity="0.2"/> + <path d="m8.41 7l-1.41 1.41 3.59 3.59-3.59 3.59 1.41 1.41 3.59-3.59 3.59 3.59 1.41-1.41-3.59-3.59 3.59-3.59-1.41-1.41-3.59 3.59-3.59-3.59z"/> +</svg> diff --git a/.themes/oomox-darker/unity/assets/close_unfocused.svg b/.themes/oomox-darker/unity/assets/close_unfocused.svg new file mode 100644 index 0000000..a0645da --- /dev/null +++ b/.themes/oomox-darker/unity/assets/close_unfocused.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#d3d3d3" opacity="0.5"> + <circle cx="12" cy="12" r="10" opacity="0"/> + <path d="m8.41 7l-1.41 1.41 3.59 3.59-3.59 3.59 1.41 1.41 3.59-3.59 3.59 3.59 1.41-1.41-3.59-3.59 3.59-3.59-1.41-1.41-3.59 3.59-3.59-3.59z"/> +</svg> diff --git a/.themes/oomox-darker/unity/assets/close_unfocused_prelight.svg b/.themes/oomox-darker/unity/assets/close_unfocused_prelight.svg new file mode 100644 index 0000000..3fba876 --- /dev/null +++ b/.themes/oomox-darker/unity/assets/close_unfocused_prelight.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#d3d3d3" opacity="0.7"> + <circle cx="12" cy="12" r="10" opacity="0.08"/> + <path d="m8.41 7l-1.41 1.41 3.59 3.59-3.59 3.59 1.41 1.41 3.59-3.59 3.59 3.59 1.41-1.41-3.59-3.59 3.59-3.59-1.41-1.41-3.59 3.59-3.59-3.59z"/> +</svg> diff --git a/.themes/oomox-darker/unity/assets/close_unfocused_pressed.svg b/.themes/oomox-darker/unity/assets/close_unfocused_pressed.svg new file mode 100644 index 0000000..80785c3 --- /dev/null +++ b/.themes/oomox-darker/unity/assets/close_unfocused_pressed.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#d3d3d3" opacity="0.7"> + <circle cx="12" cy="12" r="10" opacity="0.2"/> + <path d="m8.41 7l-1.41 1.41 3.59 3.59-3.59 3.59 1.41 1.41 3.59-3.59 3.59 3.59 1.41-1.41-3.59-3.59 3.59-3.59-1.41-1.41-3.59 3.59-3.59-3.59z"/> +</svg> diff --git a/.themes/oomox-darker/unity/assets/maximize_focused.svg b/.themes/oomox-darker/unity/assets/maximize_focused.svg new file mode 100644 index 0000000..1be7dbf --- /dev/null +++ b/.themes/oomox-darker/unity/assets/maximize_focused.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#d3d3d3" opacity="0.7"> + <circle cx="12" cy="12" r="10" opacity="0"/> + <path d="m8 8v8h8v-8h-8zm2 2h4v4h-4v-4z"/> +</svg> diff --git a/.themes/oomox-darker/unity/assets/maximize_focused_prelight.svg b/.themes/oomox-darker/unity/assets/maximize_focused_prelight.svg new file mode 100644 index 0000000..ebb32af --- /dev/null +++ b/.themes/oomox-darker/unity/assets/maximize_focused_prelight.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#d3d3d3"> + <circle cx="12" cy="12" r="10" opacity="0.08"/> + <path d="m8 8v8h8v-8h-8zm2 2h4v4h-4v-4z"/> +</svg> diff --git a/.themes/oomox-darker/unity/assets/maximize_focused_pressed.svg b/.themes/oomox-darker/unity/assets/maximize_focused_pressed.svg new file mode 100644 index 0000000..b54ebef --- /dev/null +++ b/.themes/oomox-darker/unity/assets/maximize_focused_pressed.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#d3d3d3"> + <circle cx="12" cy="12" r="10" opacity="0.2"/> + <path d="m8 8v8h8v-8h-8zm2 2h4v4h-4v-4z"/> +</svg> diff --git a/.themes/oomox-darker/unity/assets/maximize_unfocused.svg b/.themes/oomox-darker/unity/assets/maximize_unfocused.svg new file mode 100644 index 0000000..ac69718 --- /dev/null +++ b/.themes/oomox-darker/unity/assets/maximize_unfocused.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#d3d3d3" opacity="0.5"> + <circle cx="12" cy="12" r="10" opacity="0"/> + <path d="m8 8v8h8v-8h-8zm2 2h4v4h-4v-4z"/> +</svg> diff --git a/.themes/oomox-darker/unity/assets/maximize_unfocused_prelight.svg b/.themes/oomox-darker/unity/assets/maximize_unfocused_prelight.svg new file mode 100644 index 0000000..a637814 --- /dev/null +++ b/.themes/oomox-darker/unity/assets/maximize_unfocused_prelight.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#d3d3d3" opacity="0.7"> + <circle cx="12" cy="12" r="10" opacity="0.08"/> + <path d="m8 8v8h8v-8h-8zm2 2h4v4h-4v-4z"/> +</svg> diff --git a/.themes/oomox-darker/unity/assets/maximize_unfocused_pressed.svg b/.themes/oomox-darker/unity/assets/maximize_unfocused_pressed.svg new file mode 100644 index 0000000..0d09093 --- /dev/null +++ b/.themes/oomox-darker/unity/assets/maximize_unfocused_pressed.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#d3d3d3" opacity="0.7"> + <circle cx="12" cy="12" r="10" opacity="0.2"/> + <path d="m8 8v8h8v-8h-8zm2 2h4v4h-4v-4z"/> +</svg> diff --git a/.themes/oomox-darker/unity/assets/minimize_focused.svg b/.themes/oomox-darker/unity/assets/minimize_focused.svg new file mode 100644 index 0000000..5900719 --- /dev/null +++ b/.themes/oomox-darker/unity/assets/minimize_focused.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#d3d3d3" opacity="0.7"> + <circle cx="12" cy="12" r="10" opacity="0"/> + <path d="m8 14h8v2h-8z"/> +</svg> diff --git a/.themes/oomox-darker/unity/assets/minimize_focused_prelight.svg b/.themes/oomox-darker/unity/assets/minimize_focused_prelight.svg new file mode 100644 index 0000000..a6db4b2 --- /dev/null +++ b/.themes/oomox-darker/unity/assets/minimize_focused_prelight.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#d3d3d3"> + <circle cx="12" cy="12" r="10" opacity="0.08"/> + <path d="m8 14h8v2h-8z"/> +</svg> diff --git a/.themes/oomox-darker/unity/assets/minimize_focused_pressed.svg b/.themes/oomox-darker/unity/assets/minimize_focused_pressed.svg new file mode 100644 index 0000000..2684a95 --- /dev/null +++ b/.themes/oomox-darker/unity/assets/minimize_focused_pressed.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#d3d3d3"> + <circle cx="12" cy="12" r="10" opacity="0.2"/> + <path d="m8 14h8v2h-8z"/> +</svg> diff --git a/.themes/oomox-darker/unity/assets/minimize_unfocused.svg b/.themes/oomox-darker/unity/assets/minimize_unfocused.svg new file mode 100644 index 0000000..3ad9457 --- /dev/null +++ b/.themes/oomox-darker/unity/assets/minimize_unfocused.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#d3d3d3" opacity="0.5"> + <circle cx="12" cy="12" r="10" opacity="0"/> + <path d="m8 14h8v2h-8z"/> +</svg> diff --git a/.themes/oomox-darker/unity/assets/minimize_unfocused_prelight.svg b/.themes/oomox-darker/unity/assets/minimize_unfocused_prelight.svg new file mode 100644 index 0000000..4b46380 --- /dev/null +++ b/.themes/oomox-darker/unity/assets/minimize_unfocused_prelight.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#d3d3d3" opacity="0.7"> + <circle cx="12" cy="12" r="10" opacity="0.08"/> + <path d="m8 14h8v2h-8z"/> +</svg> diff --git a/.themes/oomox-darker/unity/assets/minimize_unfocused_pressed.svg b/.themes/oomox-darker/unity/assets/minimize_unfocused_pressed.svg new file mode 100644 index 0000000..c4b658c --- /dev/null +++ b/.themes/oomox-darker/unity/assets/minimize_unfocused_pressed.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#d3d3d3" opacity="0.7"> + <circle cx="12" cy="12" r="10" opacity="0.2"/> + <path d="m8 14h8v2h-8z"/> +</svg> diff --git a/.themes/oomox-darker/unity/assets/unmaximize_focused.svg b/.themes/oomox-darker/unity/assets/unmaximize_focused.svg new file mode 100644 index 0000000..1385190 --- /dev/null +++ b/.themes/oomox-darker/unity/assets/unmaximize_focused.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#d3d3d3" opacity="0.7"> + <circle cx="12" cy="12" r="10" opacity="0"/> + <path d="m9 9v6h6v-6h-6zm2 2h2v2h-2v-2z"/> +</svg> diff --git a/.themes/oomox-darker/unity/assets/unmaximize_focused_prelight.svg b/.themes/oomox-darker/unity/assets/unmaximize_focused_prelight.svg new file mode 100644 index 0000000..5d4afab --- /dev/null +++ b/.themes/oomox-darker/unity/assets/unmaximize_focused_prelight.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#d3d3d3"> + <circle cx="12" cy="12" r="10" opacity="0.08"/> + <path d="m9 9v6h6v-6h-6zm2 2h2v2h-2v-2z"/> +</svg> diff --git a/.themes/oomox-darker/unity/assets/unmaximize_focused_pressed.svg b/.themes/oomox-darker/unity/assets/unmaximize_focused_pressed.svg new file mode 100644 index 0000000..75818a3 --- /dev/null +++ b/.themes/oomox-darker/unity/assets/unmaximize_focused_pressed.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#d3d3d3"> + <circle cx="12" cy="12" r="10" opacity="0.2"/> + <path d="m9 9v6h6v-6h-6zm2 2h2v2h-2v-2z"/> +</svg> diff --git a/.themes/oomox-darker/unity/assets/unmaximize_unfocused.svg b/.themes/oomox-darker/unity/assets/unmaximize_unfocused.svg new file mode 100644 index 0000000..207ff8d --- /dev/null +++ b/.themes/oomox-darker/unity/assets/unmaximize_unfocused.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#d3d3d3" opacity="0.5"> + <circle cx="12" cy="12" r="10" opacity="0"/> + <path d="m9 9v6h6v-6h-6zm2 2h2v2h-2v-2z"/> +</svg> diff --git a/.themes/oomox-darker/unity/assets/unmaximize_unfocused_prelight.svg b/.themes/oomox-darker/unity/assets/unmaximize_unfocused_prelight.svg new file mode 100644 index 0000000..a7ffa87 --- /dev/null +++ b/.themes/oomox-darker/unity/assets/unmaximize_unfocused_prelight.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#d3d3d3" opacity="0.7"> + <circle cx="12" cy="12" r="10" opacity="0.08"/> + <path d="m9 9v6h6v-6h-6zm2 2h2v2h-2v-2z"/> +</svg> diff --git a/.themes/oomox-darker/unity/assets/unmaximize_unfocused_pressed.svg b/.themes/oomox-darker/unity/assets/unmaximize_unfocused_pressed.svg new file mode 100644 index 0000000..1f2b389 --- /dev/null +++ b/.themes/oomox-darker/unity/assets/unmaximize_unfocused_pressed.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#d3d3d3" opacity="0.7"> + <circle cx="12" cy="12" r="10" opacity="0.2"/> + <path d="m9 9v6h6v-6h-6zm2 2h2v2h-2v-2z"/> +</svg> diff --git a/.themes/oomox-darker/unity/close.svg b/.themes/oomox-darker/unity/close.svg new file mode 120000 index 0000000..b73ba6c --- /dev/null +++ b/.themes/oomox-darker/unity/close.svg @@ -0,0 +1 @@ +assets/close_focused.svg \ No newline at end of file diff --git a/.themes/oomox-darker/unity/close_dash.svg b/.themes/oomox-darker/unity/close_dash.svg new file mode 100644 index 0000000..79e7ac1 --- /dev/null +++ b/.themes/oomox-darker/unity/close_dash.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#d3d3d3" opacity="0.7"> + <circle cx="12" cy="12" r="10" opacity="0"/> + <path d="m8.41 7l-1.41 1.41 3.59 3.59-3.59 3.59 1.41 1.41 3.59-3.59 3.59 3.59 1.41-1.41-3.59-3.59 3.59-3.59-1.41-1.41-3.59 3.59-3.59-3.59z"/> +</svg> diff --git a/.themes/oomox-darker/unity/close_dash_disabled.svg b/.themes/oomox-darker/unity/close_dash_disabled.svg new file mode 100644 index 0000000..12749c4 --- /dev/null +++ b/.themes/oomox-darker/unity/close_dash_disabled.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#d3d3d3" opacity="0.3"> + <circle cx="12" cy="12" r="10" opacity="0"/> + <path d="m8.41 7l-1.41 1.41 3.59 3.59-3.59 3.59 1.41 1.41 3.59-3.59 3.59 3.59 1.41-1.41-3.59-3.59 3.59-3.59-1.41-1.41-3.59 3.59-3.59-3.59z"/> +</svg> diff --git a/.themes/oomox-darker/unity/close_dash_prelight.svg b/.themes/oomox-darker/unity/close_dash_prelight.svg new file mode 100644 index 0000000..9596387 --- /dev/null +++ b/.themes/oomox-darker/unity/close_dash_prelight.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#d3d3d3"> + <circle cx="12" cy="12" r="10" opacity="0.08"/> + <path d="m8.41 7l-1.41 1.41 3.59 3.59-3.59 3.59 1.41 1.41 3.59-3.59 3.59 3.59 1.41-1.41-3.59-3.59 3.59-3.59-1.41-1.41-3.59 3.59-3.59-3.59z"/> +</svg> diff --git a/.themes/oomox-darker/unity/close_dash_pressed.svg b/.themes/oomox-darker/unity/close_dash_pressed.svg new file mode 100644 index 0000000..f2497f0 --- /dev/null +++ b/.themes/oomox-darker/unity/close_dash_pressed.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#d3d3d3"> + <circle cx="12" cy="12" r="10" opacity="0.2"/> + <path d="m8.41 7l-1.41 1.41 3.59 3.59-3.59 3.59 1.41 1.41 3.59-3.59 3.59 3.59 1.41-1.41-3.59-3.59 3.59-3.59-1.41-1.41-3.59 3.59-3.59-3.59z"/> +</svg> diff --git a/.themes/oomox-darker/unity/close_focused_normal.svg b/.themes/oomox-darker/unity/close_focused_normal.svg new file mode 120000 index 0000000..b73ba6c --- /dev/null +++ b/.themes/oomox-darker/unity/close_focused_normal.svg @@ -0,0 +1 @@ +assets/close_focused.svg \ No newline at end of file diff --git a/.themes/oomox-darker/unity/close_focused_prelight.svg b/.themes/oomox-darker/unity/close_focused_prelight.svg new file mode 120000 index 0000000..4357436 --- /dev/null +++ b/.themes/oomox-darker/unity/close_focused_prelight.svg @@ -0,0 +1 @@ +assets/close_focused_prelight.svg \ No newline at end of file diff --git a/.themes/oomox-darker/unity/close_focused_pressed.svg b/.themes/oomox-darker/unity/close_focused_pressed.svg new file mode 120000 index 0000000..6a8cf1d --- /dev/null +++ b/.themes/oomox-darker/unity/close_focused_pressed.svg @@ -0,0 +1 @@ +assets/close_focused_pressed.svg \ No newline at end of file diff --git a/.themes/oomox-darker/unity/close_unfocused.svg b/.themes/oomox-darker/unity/close_unfocused.svg new file mode 120000 index 0000000..47aee7d --- /dev/null +++ b/.themes/oomox-darker/unity/close_unfocused.svg @@ -0,0 +1 @@ +assets/close_unfocused.svg \ No newline at end of file diff --git a/.themes/oomox-darker/unity/close_unfocused_prelight.svg b/.themes/oomox-darker/unity/close_unfocused_prelight.svg new file mode 120000 index 0000000..8e6a956 --- /dev/null +++ b/.themes/oomox-darker/unity/close_unfocused_prelight.svg @@ -0,0 +1 @@ +assets/close_unfocused_prelight.svg \ No newline at end of file diff --git a/.themes/oomox-darker/unity/close_unfocused_pressed.svg b/.themes/oomox-darker/unity/close_unfocused_pressed.svg new file mode 120000 index 0000000..b59544a --- /dev/null +++ b/.themes/oomox-darker/unity/close_unfocused_pressed.svg @@ -0,0 +1 @@ +assets/close_unfocused_pressed.svg \ No newline at end of file diff --git a/.themes/oomox-darker/unity/dash-widgets.json b/.themes/oomox-darker/unity/dash-widgets.json new file mode 100644 index 0000000..60b662f --- /dev/null +++ b/.themes/oomox-darker/unity/dash-widgets.json @@ -0,0 +1,162 @@ +{ + "stock-icons" : { + "checkmark" : ["/usr/share/icons/unity/checkmark.svg", "32px", "32px"], + "cross" : ["/usr/share/icons/unity/cross.svg", "32px", "32px"], + "grid-view" : ["/usr/share/icons/unity/grid-view.svg", "32px", "32px"], + "flow-view" : ["/usr/share/icons/unity/flow-view.svg", "32px", "32px"], + "star" : ["/usr/share/icons/unity/star.svg", "32px", "32px"], + "triangle" : ["/usr/share/icons/unity/curved-triangle.svg", "32px", "32px"], + "bag" : ["/usr/share/icons/unity/bag.svg", "32px", "32px"], + "next" : ["/usr/share/icons/unity/next.svg", "32px", "32px"], + "prev" : ["/usr/share/icons/unity/prev.svg", "32px", "32px"], + "play" : ["/usr/share/icons/unity/play.svg", "32px", "32px"] + }, + + "regular-text" : { + "text-color" : "#ffffff", + "text-opacity" : 1.0, + "text-size" : 13.0, + "text-mode" : "normal", + "text-weight" : "regular" + }, + + "comments": { + "states" : ["ACTIVE", "NORMAL","PRELIGHT","SELECTED","INSENSITIVE"] + }, + + "button-icon": { + "color" : ["#ffffff", "#d3d3d3", "#d3d3d3", "#d3d3d3", "#d3d3d3"], + "opacity" : [ 1.0, 1.0, 1.0, 0.8, 0.8], + "overlay-opacity": [ 0.30, 0.48, 0.48, 0.45, 0.45], + "overlay-mode" : [ "normal","multiply", "multiply", "normal", "normal"], + "blur-size" : [ 5, 0, 0, 0, 0] + }, + + "icon-only" : { + "color" : "#123456", + "opacity" : 1.0, + "overlay-opacity": 0.2, + "overlay-mode" : "normal", + "blur-size" : 6 + }, + + "lens-nav-bar" : { + "icon-height" : 20, + "icon-gap" : 40 + }, + + "button-label": { + "border-opacity" : [ 0.8, 0.13, 0.13, 0.13, 0.13], + "border-color" : ["#ffffff", "#d3d3d3", "#d3d3d3", "#d3d3d3", "#d3d3d3"], + "border-size" : [ 2.0, 1.0, 1.0, 0.5, 0.5], + "border-radius" : 4.0, + "text-size" : 1.0, + "text-color" : ["#ffffff", "#ffffff", "#ffffff", "#ffffff", "#ffffff"], + "text-opacity" : [ 1.0, 1.0, 1.0, 1.0, 1.0], + "fill-color" : ["#d3d3d3", "#212121", "#212121", "#212121", "#212121"], + "fill-opacity" : [ 0.13, 0.0, 0.0, 0.0, 0.0], + "overlay-opacity": [ 0.1, 0.1, 0.1, 0.0, 0.0], + "overlay-mode" : [ "normal", "normal", "normal", "normal", "normal"], + "blur-size" : [ 1, 1, 1, 0, 0] + }, + + "track-view" : { + "line-gap" : 26.0, + "heading-list-gap" : 30, + "left-padding" : 20 + }, + + "row-caption" : { + "main-text-color" : "#ffffff", + "main-text-opacity" : 1.0, + "main-text-size" : 17.0, + "main-text-weight" : "regular", + "sub-text-color" : "#ffffff", + "sub-text-opacity" : 0.5, + "sub-text-size" : 13.0, + "sub-text-weight" : "regular", + "icon-main-gap" : 10, + "main-sub-gap" : 15, + "sub-arrow-gap" : 10 + }, + + "preview-heading-small" : { + "main-title-size" : 23.0, + "main-title-color" : "#ffffff", + "main-title-opacity" : 1.0, + "main-title-mode" : "normal", + "main-title-weight" : "regular", + "sub-title-size" : 17.0, + "sub-title-color" : "#ffffff", + "sub-title-opacity" : 1.0, + "sub-title-mode" : "normal", + "sub-title-weight" : "regular", + "main-sub-gap" : 15, + "padding" : 10 + }, + + "preview-heading" : { + "main-title-size" : 30.0, + "main-title-color" : "#ffffff", + "main-title-opacity" : 1.0, + "main-title-mode" : "normal", + "main-title-weight" : "regular", + "sub-title-size" : 17.0, + "sub-title-color" : "#ffffff", + "sub-title-opacity" : 1.0, + "sub-title-mode" : "normal", + "sub-title-weight" : "regular", + "main-sub-gap" : 15, + "padding" : 10 + }, + + "scrollbar" : { + "color" : "#fff", + "opacity" : 1.0, + "size" : 8, + "buttons-size" : 0, + "corner-radius" : 3 + }, + + "scrollbar-overlay": { + "color" : "#fff", + "opacity" : 1.0, + "size" : 3, + "corner-radius" : 1.5 + }, + + "scrollbar-track": { + "color" : "#fff", + "opacity" : 0.4 + }, + + "filter-pane" : { + "width" : 330, + "title-size" : 17.0, + "title-color" : "#ffffff", + "title-opacity" : 1.0, + "title-mode" : "normal", + "title-style" : "bold", + "title-arrow-gap" : 10, + "button-height" : 30, + "border-size" : 1 + }, + + "separator" : { + "size" : 1.0, + "color" : "#ffffff", + "opacity" : 0.15, + "overlay-opacity": 0.47, + "overlay-mode" : "normal", + "blur-size" : 6 + }, + + "filter-caption" : { + "text-size" : 17, + "text-color" : "#ffffff", + "text-opacity" : 1.0, + "text-mode" : "normal", + "text-weight" : "bold", + "text-arrow-gap" : 10 + } +} diff --git a/.themes/oomox-darker/unity/launcher_arrow_btt_19.svg b/.themes/oomox-darker/unity/launcher_arrow_btt_19.svg new file mode 100644 index 0000000..b58eaa9 --- /dev/null +++ b/.themes/oomox-darker/unity/launcher_arrow_btt_19.svg @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="19" height="8" viewBox="0 0 19 8" fill="#d3d3d3"> + <circle cx="10" cy="4" r="2"/> +</svg> diff --git a/.themes/oomox-darker/unity/launcher_arrow_btt_37.svg b/.themes/oomox-darker/unity/launcher_arrow_btt_37.svg new file mode 100644 index 0000000..422cd90 --- /dev/null +++ b/.themes/oomox-darker/unity/launcher_arrow_btt_37.svg @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="37" height="16" viewBox="0 0 37 16" fill="#d3d3d3"> + <circle cx="19" cy="8" r="4"/> +</svg> diff --git a/.themes/oomox-darker/unity/launcher_arrow_ltr_19.svg b/.themes/oomox-darker/unity/launcher_arrow_ltr_19.svg new file mode 100644 index 0000000..2317d40 --- /dev/null +++ b/.themes/oomox-darker/unity/launcher_arrow_ltr_19.svg @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="8" height="19" viewBox="0 0 8 19" fill="#d3d3d3"> + <circle cx="4" cy="10" r="2"/> +</svg> diff --git a/.themes/oomox-darker/unity/launcher_arrow_ltr_37.svg b/.themes/oomox-darker/unity/launcher_arrow_ltr_37.svg new file mode 100644 index 0000000..d1681f3 --- /dev/null +++ b/.themes/oomox-darker/unity/launcher_arrow_ltr_37.svg @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="37" viewBox="0 0 16 37" fill="#d3d3d3"> + <circle cx="8" cy="19" r="4"/> +</svg> diff --git a/.themes/oomox-darker/unity/launcher_arrow_outline_btt_19.svg b/.themes/oomox-darker/unity/launcher_arrow_outline_btt_19.svg new file mode 100644 index 0000000..e042161 --- /dev/null +++ b/.themes/oomox-darker/unity/launcher_arrow_outline_btt_19.svg @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="19" height="8" viewBox="0 0 19 8" fill="#d3d3d3" opacity="0.7"> + <circle cx="10" cy="4" r="2"/> +</svg> diff --git a/.themes/oomox-darker/unity/launcher_arrow_outline_btt_37.svg b/.themes/oomox-darker/unity/launcher_arrow_outline_btt_37.svg new file mode 100644 index 0000000..38f0a11 --- /dev/null +++ b/.themes/oomox-darker/unity/launcher_arrow_outline_btt_37.svg @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="37" height="16" viewBox="0 0 37 16" fill="#d3d3d3" opacity="0.7"> + <circle cx="19" cy="8" r="4"/> +</svg> diff --git a/.themes/oomox-darker/unity/launcher_arrow_outline_ltr_19.svg b/.themes/oomox-darker/unity/launcher_arrow_outline_ltr_19.svg new file mode 100644 index 0000000..3fb7cf2 --- /dev/null +++ b/.themes/oomox-darker/unity/launcher_arrow_outline_ltr_19.svg @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="8" height="19" viewBox="0 0 8 19" fill="#d3d3d3" opacity="0.7"> + <circle cx="4" cy="10" r="2"/> +</svg> diff --git a/.themes/oomox-darker/unity/launcher_arrow_outline_ltr_37.svg b/.themes/oomox-darker/unity/launcher_arrow_outline_ltr_37.svg new file mode 100644 index 0000000..73f0ec5 --- /dev/null +++ b/.themes/oomox-darker/unity/launcher_arrow_outline_ltr_37.svg @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="37" viewBox="0 0 16 37" fill="#d3d3d3" opacity="0.7"> + <circle cx="8" cy="19" r="4"/> +</svg> diff --git a/.themes/oomox-darker/unity/launcher_arrow_outline_rtl_19.svg b/.themes/oomox-darker/unity/launcher_arrow_outline_rtl_19.svg new file mode 120000 index 0000000..11da60a --- /dev/null +++ b/.themes/oomox-darker/unity/launcher_arrow_outline_rtl_19.svg @@ -0,0 +1 @@ +launcher_arrow_outline_ltr_19.svg \ No newline at end of file diff --git a/.themes/oomox-darker/unity/launcher_arrow_outline_rtl_37.svg b/.themes/oomox-darker/unity/launcher_arrow_outline_rtl_37.svg new file mode 120000 index 0000000..16e1b01 --- /dev/null +++ b/.themes/oomox-darker/unity/launcher_arrow_outline_rtl_37.svg @@ -0,0 +1 @@ +launcher_arrow_outline_ltr_37.svg \ No newline at end of file diff --git a/.themes/oomox-darker/unity/launcher_arrow_outline_ttb_19.svg b/.themes/oomox-darker/unity/launcher_arrow_outline_ttb_19.svg new file mode 120000 index 0000000..b834d86 --- /dev/null +++ b/.themes/oomox-darker/unity/launcher_arrow_outline_ttb_19.svg @@ -0,0 +1 @@ +launcher_arrow_outline_btt_19.svg \ No newline at end of file diff --git a/.themes/oomox-darker/unity/launcher_arrow_outline_ttb_37.svg b/.themes/oomox-darker/unity/launcher_arrow_outline_ttb_37.svg new file mode 120000 index 0000000..ba82233 --- /dev/null +++ b/.themes/oomox-darker/unity/launcher_arrow_outline_ttb_37.svg @@ -0,0 +1 @@ +launcher_arrow_outline_btt_37.svg \ No newline at end of file diff --git a/.themes/oomox-darker/unity/launcher_arrow_rtl_19.svg b/.themes/oomox-darker/unity/launcher_arrow_rtl_19.svg new file mode 120000 index 0000000..6c4e31f --- /dev/null +++ b/.themes/oomox-darker/unity/launcher_arrow_rtl_19.svg @@ -0,0 +1 @@ +launcher_arrow_ltr_19.svg \ No newline at end of file diff --git a/.themes/oomox-darker/unity/launcher_arrow_rtl_37.svg b/.themes/oomox-darker/unity/launcher_arrow_rtl_37.svg new file mode 120000 index 0000000..372ed7c --- /dev/null +++ b/.themes/oomox-darker/unity/launcher_arrow_rtl_37.svg @@ -0,0 +1 @@ +launcher_arrow_ltr_37.svg \ No newline at end of file diff --git a/.themes/oomox-darker/unity/launcher_arrow_ttb_19.svg b/.themes/oomox-darker/unity/launcher_arrow_ttb_19.svg new file mode 120000 index 0000000..f680bb8 --- /dev/null +++ b/.themes/oomox-darker/unity/launcher_arrow_ttb_19.svg @@ -0,0 +1 @@ +launcher_arrow_btt_19.svg \ No newline at end of file diff --git a/.themes/oomox-darker/unity/launcher_arrow_ttb_37.svg b/.themes/oomox-darker/unity/launcher_arrow_ttb_37.svg new file mode 120000 index 0000000..3ff6f54 --- /dev/null +++ b/.themes/oomox-darker/unity/launcher_arrow_ttb_37.svg @@ -0,0 +1 @@ +launcher_arrow_btt_37.svg \ No newline at end of file diff --git a/.themes/oomox-darker/unity/launcher_bfb.png b/.themes/oomox-darker/unity/launcher_bfb.png new file mode 100644 index 0000000..9ffc9ec Binary files /dev/null and b/.themes/oomox-darker/unity/launcher_bfb.png differ diff --git a/.themes/oomox-darker/unity/launcher_icon_back_150.svg b/.themes/oomox-darker/unity/launcher_icon_back_150.svg new file mode 100644 index 0000000..f5d1c70 --- /dev/null +++ b/.themes/oomox-darker/unity/launcher_icon_back_150.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="150" height="150" viewBox="0 0 150 150"></svg> diff --git a/.themes/oomox-darker/unity/launcher_icon_back_54.svg b/.themes/oomox-darker/unity/launcher_icon_back_54.svg new file mode 100644 index 0000000..d1d8834 --- /dev/null +++ b/.themes/oomox-darker/unity/launcher_icon_back_54.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="54" height="54" viewBox="0 0 54 54"></svg> diff --git a/.themes/oomox-darker/unity/launcher_icon_edge_150.svg b/.themes/oomox-darker/unity/launcher_icon_edge_150.svg new file mode 100644 index 0000000..f5d1c70 --- /dev/null +++ b/.themes/oomox-darker/unity/launcher_icon_edge_150.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="150" height="150" viewBox="0 0 150 150"></svg> diff --git a/.themes/oomox-darker/unity/launcher_icon_edge_54.svg b/.themes/oomox-darker/unity/launcher_icon_edge_54.svg new file mode 100644 index 0000000..d1d8834 --- /dev/null +++ b/.themes/oomox-darker/unity/launcher_icon_edge_54.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="54" height="54" viewBox="0 0 54 54"></svg> diff --git a/.themes/oomox-darker/unity/launcher_icon_glow_200.svg b/.themes/oomox-darker/unity/launcher_icon_glow_200.svg new file mode 100644 index 0000000..d4c10f7 --- /dev/null +++ b/.themes/oomox-darker/unity/launcher_icon_glow_200.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200"></svg> diff --git a/.themes/oomox-darker/unity/launcher_icon_glow_62.svg b/.themes/oomox-darker/unity/launcher_icon_glow_62.svg new file mode 100644 index 0000000..5453356 --- /dev/null +++ b/.themes/oomox-darker/unity/launcher_icon_glow_62.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="62" height="62" viewBox="0 0 62 62"></svg> diff --git a/.themes/oomox-darker/unity/launcher_icon_selected_back_150.svg b/.themes/oomox-darker/unity/launcher_icon_selected_back_150.svg new file mode 100644 index 0000000..28c9bcb --- /dev/null +++ b/.themes/oomox-darker/unity/launcher_icon_selected_back_150.svg @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="150" height="150" viewBox="0 0 150 150" fill="#cfcfcf"> + <rect x="1" y="1" width="148" height="148" rx="8"/> +</svg> diff --git a/.themes/oomox-darker/unity/launcher_icon_selected_back_54.svg b/.themes/oomox-darker/unity/launcher_icon_selected_back_54.svg new file mode 100644 index 0000000..0f02ea4 --- /dev/null +++ b/.themes/oomox-darker/unity/launcher_icon_selected_back_54.svg @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="54" height="54" viewBox="0 0 54 54" fill="#cfcfcf"> + <rect x="1" y="1" width="52" height="52" rx="4"/> +</svg> diff --git a/.themes/oomox-darker/unity/launcher_icon_shadow_200.svg b/.themes/oomox-darker/unity/launcher_icon_shadow_200.svg new file mode 100644 index 0000000..d4c10f7 --- /dev/null +++ b/.themes/oomox-darker/unity/launcher_icon_shadow_200.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200"></svg> diff --git a/.themes/oomox-darker/unity/launcher_icon_shadow_62.svg b/.themes/oomox-darker/unity/launcher_icon_shadow_62.svg new file mode 100644 index 0000000..5453356 --- /dev/null +++ b/.themes/oomox-darker/unity/launcher_icon_shadow_62.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="62" height="62" viewBox="0 0 62 62"></svg> diff --git a/.themes/oomox-darker/unity/launcher_icon_shine_150.svg b/.themes/oomox-darker/unity/launcher_icon_shine_150.svg new file mode 100644 index 0000000..f5d1c70 --- /dev/null +++ b/.themes/oomox-darker/unity/launcher_icon_shine_150.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="150" height="150" viewBox="0 0 150 150"></svg> diff --git a/.themes/oomox-darker/unity/launcher_icon_shine_54.svg b/.themes/oomox-darker/unity/launcher_icon_shine_54.svg new file mode 100644 index 0000000..d1d8834 --- /dev/null +++ b/.themes/oomox-darker/unity/launcher_icon_shine_54.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="54" height="54" viewBox="0 0 54 54"></svg> diff --git a/.themes/oomox-darker/unity/launcher_pip_btt_19.svg b/.themes/oomox-darker/unity/launcher_pip_btt_19.svg new file mode 100644 index 0000000..3aab36a --- /dev/null +++ b/.themes/oomox-darker/unity/launcher_pip_btt_19.svg @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="19" height="7" viewBox="0 0 19 7" fill="#d3d3d3"> + <circle cx="9.5" cy="3.5" r="1.5"/> +</svg> diff --git a/.themes/oomox-darker/unity/launcher_pip_btt_37.svg b/.themes/oomox-darker/unity/launcher_pip_btt_37.svg new file mode 100644 index 0000000..5207165 --- /dev/null +++ b/.themes/oomox-darker/unity/launcher_pip_btt_37.svg @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="37" height="15" viewBox="0 0 37 15" fill="#d3d3d3"> + <circle cx="18.5" cy="7.5" r="3.5"/> +</svg> diff --git a/.themes/oomox-darker/unity/launcher_pip_ltr_19.svg b/.themes/oomox-darker/unity/launcher_pip_ltr_19.svg new file mode 100644 index 0000000..ae47b1d --- /dev/null +++ b/.themes/oomox-darker/unity/launcher_pip_ltr_19.svg @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="7" height="19" viewBox="0 0 7 19" fill="#d3d3d3"> + <circle cx="3.5" cy="9.5" r="1.5"/> +</svg> diff --git a/.themes/oomox-darker/unity/launcher_pip_ltr_37.svg b/.themes/oomox-darker/unity/launcher_pip_ltr_37.svg new file mode 100644 index 0000000..5b73790 --- /dev/null +++ b/.themes/oomox-darker/unity/launcher_pip_ltr_37.svg @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="15" height="37" viewBox="0 0 15 37" fill="#d3d3d3"> + <circle cx="7.5" cy="18.5" r="3.5"/> +</svg> diff --git a/.themes/oomox-darker/unity/launcher_pip_rtl_19.svg b/.themes/oomox-darker/unity/launcher_pip_rtl_19.svg new file mode 120000 index 0000000..b054ac9 --- /dev/null +++ b/.themes/oomox-darker/unity/launcher_pip_rtl_19.svg @@ -0,0 +1 @@ +launcher_pip_ltr_19.svg \ No newline at end of file diff --git a/.themes/oomox-darker/unity/launcher_pip_rtl_37.svg b/.themes/oomox-darker/unity/launcher_pip_rtl_37.svg new file mode 120000 index 0000000..3523e45 --- /dev/null +++ b/.themes/oomox-darker/unity/launcher_pip_rtl_37.svg @@ -0,0 +1 @@ +launcher_pip_ltr_37.svg \ No newline at end of file diff --git a/.themes/oomox-darker/unity/launcher_pip_ttb_19.svg b/.themes/oomox-darker/unity/launcher_pip_ttb_19.svg new file mode 120000 index 0000000..c3d1daa --- /dev/null +++ b/.themes/oomox-darker/unity/launcher_pip_ttb_19.svg @@ -0,0 +1 @@ +launcher_pip_btt_19.svg \ No newline at end of file diff --git a/.themes/oomox-darker/unity/launcher_pip_ttb_37.svg b/.themes/oomox-darker/unity/launcher_pip_ttb_37.svg new file mode 120000 index 0000000..db01556 --- /dev/null +++ b/.themes/oomox-darker/unity/launcher_pip_ttb_37.svg @@ -0,0 +1 @@ +launcher_pip_btt_37.svg \ No newline at end of file diff --git a/.themes/oomox-darker/unity/maximize.svg b/.themes/oomox-darker/unity/maximize.svg new file mode 120000 index 0000000..2f5209d --- /dev/null +++ b/.themes/oomox-darker/unity/maximize.svg @@ -0,0 +1 @@ +assets/maximize_focused.svg \ No newline at end of file diff --git a/.themes/oomox-darker/unity/maximize_dash.svg b/.themes/oomox-darker/unity/maximize_dash.svg new file mode 100644 index 0000000..1be7dbf --- /dev/null +++ b/.themes/oomox-darker/unity/maximize_dash.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#d3d3d3" opacity="0.7"> + <circle cx="12" cy="12" r="10" opacity="0"/> + <path d="m8 8v8h8v-8h-8zm2 2h4v4h-4v-4z"/> +</svg> diff --git a/.themes/oomox-darker/unity/maximize_dash_disabled.svg b/.themes/oomox-darker/unity/maximize_dash_disabled.svg new file mode 100644 index 0000000..028d459 --- /dev/null +++ b/.themes/oomox-darker/unity/maximize_dash_disabled.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#d3d3d3" opacity="0.3"> + <circle cx="12" cy="12" r="10" opacity="0"/> + <path d="m8 8v8h8v-8h-8zm2 2h4v4h-4v-4z"/> +</svg> diff --git a/.themes/oomox-darker/unity/maximize_dash_prelight.svg b/.themes/oomox-darker/unity/maximize_dash_prelight.svg new file mode 100644 index 0000000..ebb32af --- /dev/null +++ b/.themes/oomox-darker/unity/maximize_dash_prelight.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#d3d3d3"> + <circle cx="12" cy="12" r="10" opacity="0.08"/> + <path d="m8 8v8h8v-8h-8zm2 2h4v4h-4v-4z"/> +</svg> diff --git a/.themes/oomox-darker/unity/maximize_dash_pressed.svg b/.themes/oomox-darker/unity/maximize_dash_pressed.svg new file mode 100644 index 0000000..b54ebef --- /dev/null +++ b/.themes/oomox-darker/unity/maximize_dash_pressed.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#d3d3d3"> + <circle cx="12" cy="12" r="10" opacity="0.2"/> + <path d="m8 8v8h8v-8h-8zm2 2h4v4h-4v-4z"/> +</svg> diff --git a/.themes/oomox-darker/unity/maximize_focused_normal.svg b/.themes/oomox-darker/unity/maximize_focused_normal.svg new file mode 120000 index 0000000..2f5209d --- /dev/null +++ b/.themes/oomox-darker/unity/maximize_focused_normal.svg @@ -0,0 +1 @@ +assets/maximize_focused.svg \ No newline at end of file diff --git a/.themes/oomox-darker/unity/maximize_focused_prelight.svg b/.themes/oomox-darker/unity/maximize_focused_prelight.svg new file mode 120000 index 0000000..4426372 --- /dev/null +++ b/.themes/oomox-darker/unity/maximize_focused_prelight.svg @@ -0,0 +1 @@ +assets/maximize_focused_prelight.svg \ No newline at end of file diff --git a/.themes/oomox-darker/unity/maximize_focused_pressed.svg b/.themes/oomox-darker/unity/maximize_focused_pressed.svg new file mode 120000 index 0000000..16de6f0 --- /dev/null +++ b/.themes/oomox-darker/unity/maximize_focused_pressed.svg @@ -0,0 +1 @@ +assets/maximize_focused_pressed.svg \ No newline at end of file diff --git a/.themes/oomox-darker/unity/maximize_unfocused.svg b/.themes/oomox-darker/unity/maximize_unfocused.svg new file mode 120000 index 0000000..82bf693 --- /dev/null +++ b/.themes/oomox-darker/unity/maximize_unfocused.svg @@ -0,0 +1 @@ +assets/maximize_unfocused.svg \ No newline at end of file diff --git a/.themes/oomox-darker/unity/maximize_unfocused_prelight.svg b/.themes/oomox-darker/unity/maximize_unfocused_prelight.svg new file mode 120000 index 0000000..06b219d --- /dev/null +++ b/.themes/oomox-darker/unity/maximize_unfocused_prelight.svg @@ -0,0 +1 @@ +assets/maximize_unfocused_prelight.svg \ No newline at end of file diff --git a/.themes/oomox-darker/unity/maximize_unfocused_pressed.svg b/.themes/oomox-darker/unity/maximize_unfocused_pressed.svg new file mode 120000 index 0000000..29ade40 --- /dev/null +++ b/.themes/oomox-darker/unity/maximize_unfocused_pressed.svg @@ -0,0 +1 @@ +assets/maximize_unfocused_pressed.svg \ No newline at end of file diff --git a/.themes/oomox-darker/unity/minimize.svg b/.themes/oomox-darker/unity/minimize.svg new file mode 120000 index 0000000..601bb67 --- /dev/null +++ b/.themes/oomox-darker/unity/minimize.svg @@ -0,0 +1 @@ +assets/minimize_focused.svg \ No newline at end of file diff --git a/.themes/oomox-darker/unity/minimize_dash.svg b/.themes/oomox-darker/unity/minimize_dash.svg new file mode 100644 index 0000000..5900719 --- /dev/null +++ b/.themes/oomox-darker/unity/minimize_dash.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#d3d3d3" opacity="0.7"> + <circle cx="12" cy="12" r="10" opacity="0"/> + <path d="m8 14h8v2h-8z"/> +</svg> diff --git a/.themes/oomox-darker/unity/minimize_dash_disabled.svg b/.themes/oomox-darker/unity/minimize_dash_disabled.svg new file mode 100644 index 0000000..904bcd3 --- /dev/null +++ b/.themes/oomox-darker/unity/minimize_dash_disabled.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#d3d3d3" opacity="0.3"> + <circle cx="12" cy="12" r="10" opacity="0"/> + <path d="m8 14h8v2h-8z"/> +</svg> diff --git a/.themes/oomox-darker/unity/minimize_dash_prelight.svg b/.themes/oomox-darker/unity/minimize_dash_prelight.svg new file mode 100644 index 0000000..a6db4b2 --- /dev/null +++ b/.themes/oomox-darker/unity/minimize_dash_prelight.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#d3d3d3"> + <circle cx="12" cy="12" r="10" opacity="0.08"/> + <path d="m8 14h8v2h-8z"/> +</svg> diff --git a/.themes/oomox-darker/unity/minimize_dash_pressed.svg b/.themes/oomox-darker/unity/minimize_dash_pressed.svg new file mode 100644 index 0000000..2684a95 --- /dev/null +++ b/.themes/oomox-darker/unity/minimize_dash_pressed.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#d3d3d3"> + <circle cx="12" cy="12" r="10" opacity="0.2"/> + <path d="m8 14h8v2h-8z"/> +</svg> diff --git a/.themes/oomox-darker/unity/minimize_focused_normal.svg b/.themes/oomox-darker/unity/minimize_focused_normal.svg new file mode 120000 index 0000000..601bb67 --- /dev/null +++ b/.themes/oomox-darker/unity/minimize_focused_normal.svg @@ -0,0 +1 @@ +assets/minimize_focused.svg \ No newline at end of file diff --git a/.themes/oomox-darker/unity/minimize_focused_prelight.svg b/.themes/oomox-darker/unity/minimize_focused_prelight.svg new file mode 120000 index 0000000..208db64 --- /dev/null +++ b/.themes/oomox-darker/unity/minimize_focused_prelight.svg @@ -0,0 +1 @@ +assets/minimize_focused_prelight.svg \ No newline at end of file diff --git a/.themes/oomox-darker/unity/minimize_focused_pressed.svg b/.themes/oomox-darker/unity/minimize_focused_pressed.svg new file mode 120000 index 0000000..b5152c1 --- /dev/null +++ b/.themes/oomox-darker/unity/minimize_focused_pressed.svg @@ -0,0 +1 @@ +assets/minimize_focused_pressed.svg \ No newline at end of file diff --git a/.themes/oomox-darker/unity/minimize_unfocused.svg b/.themes/oomox-darker/unity/minimize_unfocused.svg new file mode 120000 index 0000000..ba15dbf --- /dev/null +++ b/.themes/oomox-darker/unity/minimize_unfocused.svg @@ -0,0 +1 @@ +assets/minimize_unfocused.svg \ No newline at end of file diff --git a/.themes/oomox-darker/unity/minimize_unfocused_prelight.svg b/.themes/oomox-darker/unity/minimize_unfocused_prelight.svg new file mode 120000 index 0000000..a9fd7f6 --- /dev/null +++ b/.themes/oomox-darker/unity/minimize_unfocused_prelight.svg @@ -0,0 +1 @@ +assets/minimize_unfocused_prelight.svg \ No newline at end of file diff --git a/.themes/oomox-darker/unity/minimize_unfocused_pressed.svg b/.themes/oomox-darker/unity/minimize_unfocused_pressed.svg new file mode 120000 index 0000000..b084747 --- /dev/null +++ b/.themes/oomox-darker/unity/minimize_unfocused_pressed.svg @@ -0,0 +1 @@ +assets/minimize_unfocused_pressed.svg \ No newline at end of file diff --git a/.themes/oomox-darker/unity/progress_bar_fill.svg b/.themes/oomox-darker/unity/progress_bar_fill.svg new file mode 100644 index 0000000..5b94a9b --- /dev/null +++ b/.themes/oomox-darker/unity/progress_bar_fill.svg @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="42" height="4" viewBox="0 0 42 4"> + <rect width="42" height="4" fill="#FF9800"/> +</svg> diff --git a/.themes/oomox-darker/unity/progress_bar_trough.svg b/.themes/oomox-darker/unity/progress_bar_trough.svg new file mode 100644 index 0000000..b3a2fc6 --- /dev/null +++ b/.themes/oomox-darker/unity/progress_bar_trough.svg @@ -0,0 +1,22 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="54" height="54" viewBox="0 0 54 54"> + <defs> + <filter id="a" color-interpolation-filters="sRGB" x="-0.5" y="-0.5" width="2" height="2"> + <!-- <feDropShadow dx="0" dy="1" stdDeviation="1.5" flood-color="#212121" flood-opacity="0.12"/> --> + <!-- <feDropShadow dx="0" dy="1" stdDeviation="1" flood-color="#212121" flood-opacity="0.24"/> --> + + <feFlood flood-color="#212121" flood-opacity="0.12" result="flood"/> + <feComposite operator="in" in="flood" in2="SourceGraphic" result="composite1"/> + <feGaussianBlur stdDeviation="1.5" in="composite1" result="blur"/> + <feOffset dx="0" dy="1" result="offset"/> + <feComposite in="SourceGraphic" in2="offset" result="fbSourceGraphic"/> + + <feFlood flood-color="#212121" flood-opacity="0.24" result="flood"/> + <feComposite operator="in" in="flood" in2="fbSourceGraphic" result="composite1"/> + <feGaussianBlur stdDeviation="1" in="composite1" result="blur"/> + <feOffset dx="0" dy="1" result="offset"/> + <feComposite in="fbSourceGraphic" in2="offset" result="composite2"/> + </filter> + </defs> + <rect x="4" y="23" width="46" height="8" rx="2" ry="2" fill="#d3d3d3" filter="url(#a)"/> + <rect x="6" y="25" width="42" height="4" fill="#212121" opacity="0.12"/> +</svg> diff --git a/.themes/oomox-darker/unity/sheet_style_close_focused.svg b/.themes/oomox-darker/unity/sheet_style_close_focused.svg new file mode 120000 index 0000000..b73ba6c --- /dev/null +++ b/.themes/oomox-darker/unity/sheet_style_close_focused.svg @@ -0,0 +1 @@ +assets/close_focused.svg \ No newline at end of file diff --git a/.themes/oomox-darker/unity/sheet_style_close_focused_prelight.svg b/.themes/oomox-darker/unity/sheet_style_close_focused_prelight.svg new file mode 120000 index 0000000..4357436 --- /dev/null +++ b/.themes/oomox-darker/unity/sheet_style_close_focused_prelight.svg @@ -0,0 +1 @@ +assets/close_focused_prelight.svg \ No newline at end of file diff --git a/.themes/oomox-darker/unity/sheet_style_close_focused_pressed.svg b/.themes/oomox-darker/unity/sheet_style_close_focused_pressed.svg new file mode 120000 index 0000000..6a8cf1d --- /dev/null +++ b/.themes/oomox-darker/unity/sheet_style_close_focused_pressed.svg @@ -0,0 +1 @@ +assets/close_focused_pressed.svg \ No newline at end of file diff --git a/.themes/oomox-darker/unity/unmaximize.svg b/.themes/oomox-darker/unity/unmaximize.svg new file mode 120000 index 0000000..67467f7 --- /dev/null +++ b/.themes/oomox-darker/unity/unmaximize.svg @@ -0,0 +1 @@ +assets/unmaximize_focused.svg \ No newline at end of file diff --git a/.themes/oomox-darker/unity/unmaximize_dash.svg b/.themes/oomox-darker/unity/unmaximize_dash.svg new file mode 100644 index 0000000..1385190 --- /dev/null +++ b/.themes/oomox-darker/unity/unmaximize_dash.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#d3d3d3" opacity="0.7"> + <circle cx="12" cy="12" r="10" opacity="0"/> + <path d="m9 9v6h6v-6h-6zm2 2h2v2h-2v-2z"/> +</svg> diff --git a/.themes/oomox-darker/unity/unmaximize_dash_disabled.svg b/.themes/oomox-darker/unity/unmaximize_dash_disabled.svg new file mode 100644 index 0000000..d49c475 --- /dev/null +++ b/.themes/oomox-darker/unity/unmaximize_dash_disabled.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#d3d3d3" opacity="0.3"> + <circle cx="12" cy="12" r="10" opacity="0"/> + <path d="m9 9v6h6v-6h-6zm2 2h2v2h-2v-2z"/> +</svg> diff --git a/.themes/oomox-darker/unity/unmaximize_dash_prelight.svg b/.themes/oomox-darker/unity/unmaximize_dash_prelight.svg new file mode 100644 index 0000000..5d4afab --- /dev/null +++ b/.themes/oomox-darker/unity/unmaximize_dash_prelight.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#d3d3d3"> + <circle cx="12" cy="12" r="10" opacity="0.08"/> + <path d="m9 9v6h6v-6h-6zm2 2h2v2h-2v-2z"/> +</svg> diff --git a/.themes/oomox-darker/unity/unmaximize_dash_pressed.svg b/.themes/oomox-darker/unity/unmaximize_dash_pressed.svg new file mode 100644 index 0000000..75818a3 --- /dev/null +++ b/.themes/oomox-darker/unity/unmaximize_dash_pressed.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#d3d3d3"> + <circle cx="12" cy="12" r="10" opacity="0.2"/> + <path d="m9 9v6h6v-6h-6zm2 2h2v2h-2v-2z"/> +</svg> diff --git a/.themes/oomox-darker/unity/unmaximize_focused_normal.svg b/.themes/oomox-darker/unity/unmaximize_focused_normal.svg new file mode 120000 index 0000000..67467f7 --- /dev/null +++ b/.themes/oomox-darker/unity/unmaximize_focused_normal.svg @@ -0,0 +1 @@ +assets/unmaximize_focused.svg \ No newline at end of file diff --git a/.themes/oomox-darker/unity/unmaximize_focused_prelight.svg b/.themes/oomox-darker/unity/unmaximize_focused_prelight.svg new file mode 120000 index 0000000..1d8e93e --- /dev/null +++ b/.themes/oomox-darker/unity/unmaximize_focused_prelight.svg @@ -0,0 +1 @@ +assets/unmaximize_focused_prelight.svg \ No newline at end of file diff --git a/.themes/oomox-darker/unity/unmaximize_focused_pressed.svg b/.themes/oomox-darker/unity/unmaximize_focused_pressed.svg new file mode 120000 index 0000000..cc56831 --- /dev/null +++ b/.themes/oomox-darker/unity/unmaximize_focused_pressed.svg @@ -0,0 +1 @@ +assets/unmaximize_focused_pressed.svg \ No newline at end of file diff --git a/.themes/oomox-darker/unity/unmaximize_unfocused.svg b/.themes/oomox-darker/unity/unmaximize_unfocused.svg new file mode 120000 index 0000000..75a28d4 --- /dev/null +++ b/.themes/oomox-darker/unity/unmaximize_unfocused.svg @@ -0,0 +1 @@ +assets/unmaximize_unfocused.svg \ No newline at end of file diff --git a/.themes/oomox-darker/unity/unmaximize_unfocused_prelight.svg b/.themes/oomox-darker/unity/unmaximize_unfocused_prelight.svg new file mode 120000 index 0000000..6916a72 --- /dev/null +++ b/.themes/oomox-darker/unity/unmaximize_unfocused_prelight.svg @@ -0,0 +1 @@ +assets/unmaximize_unfocused_prelight.svg \ No newline at end of file diff --git a/.themes/oomox-darker/unity/unmaximize_unfocused_pressed.svg b/.themes/oomox-darker/unity/unmaximize_unfocused_pressed.svg new file mode 120000 index 0000000..adfee26 --- /dev/null +++ b/.themes/oomox-darker/unity/unmaximize_unfocused_pressed.svg @@ -0,0 +1 @@ +assets/unmaximize_unfocused_pressed.svg \ No newline at end of file diff --git a/.themes/oomox-darker/xfwm4/assets/border.svg b/.themes/oomox-darker/xfwm4/assets/border.svg new file mode 100644 index 0000000..3bd63e1 --- /dev/null +++ b/.themes/oomox-darker/xfwm4/assets/border.svg @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="2" height="2" viewBox="0 0 2 2"> + <rect width="2" height="2" fill="#212121"/> +</svg> diff --git a/.themes/oomox-darker/xfwm4/assets/close-active.svg b/.themes/oomox-darker/xfwm4/assets/close-active.svg new file mode 100644 index 0000000..7a994c2 --- /dev/null +++ b/.themes/oomox-darker/xfwm4/assets/close-active.svg @@ -0,0 +1,8 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"> + <rect width="32" height="32" fill="#212121"/> + <rect width="32" height="1" fill="#d3d3d3" fill-opacity="0.1"/> + <g fill="#d3d3d3" opacity="0.7"> + <circle cx="16" cy="16" r="12" opacity="0"/> + <path d="m12.4 11-1.41 1.41 3.59 3.59-3.59 3.59 1.41 1.41 3.59-3.59 3.59 3.59 1.41-1.41-3.59-3.59 3.59-3.59-1.41-1.41-3.59 3.59z"/> + </g> +</svg> diff --git a/.themes/oomox-darker/xfwm4/assets/close-inactive.svg b/.themes/oomox-darker/xfwm4/assets/close-inactive.svg new file mode 100644 index 0000000..3cbaf65 --- /dev/null +++ b/.themes/oomox-darker/xfwm4/assets/close-inactive.svg @@ -0,0 +1,8 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"> + <rect width="32" height="32" fill="#212121"/> + <rect width="32" height="1" fill="#d3d3d3" fill-opacity="0.1"/> + <g fill="#d3d3d3" opacity="0.5"> + <circle cx="16" cy="16" r="12" opacity="0"/> + <path d="m12.4 11-1.41 1.41 3.59 3.59-3.59 3.59 1.41 1.41 3.59-3.59 3.59 3.59 1.41-1.41-3.59-3.59 3.59-3.59-1.41-1.41-3.59 3.59z"/> + </g> +</svg> diff --git a/.themes/oomox-darker/xfwm4/assets/close-prelight.svg b/.themes/oomox-darker/xfwm4/assets/close-prelight.svg new file mode 100644 index 0000000..6e53699 --- /dev/null +++ b/.themes/oomox-darker/xfwm4/assets/close-prelight.svg @@ -0,0 +1,8 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"> + <rect width="32" height="32" fill="#212121"/> + <rect width="32" height="1" fill="#d3d3d3" fill-opacity="0.1"/> + <g fill="#d3d3d3"> + <circle cx="16" cy="16" r="12" opacity="0.08"/> + <path d="m12.4 11-1.41 1.41 3.59 3.59-3.59 3.59 1.41 1.41 3.59-3.59 3.59 3.59 1.41-1.41-3.59-3.59 3.59-3.59-1.41-1.41-3.59 3.59z"/> + </g> +</svg> diff --git a/.themes/oomox-darker/xfwm4/assets/close-pressed.svg b/.themes/oomox-darker/xfwm4/assets/close-pressed.svg new file mode 100644 index 0000000..aaff1ae --- /dev/null +++ b/.themes/oomox-darker/xfwm4/assets/close-pressed.svg @@ -0,0 +1,8 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"> + <rect width="32" height="32" fill="#212121"/> + <rect width="32" height="1" fill="#d3d3d3" fill-opacity="0.1"/> + <g fill="#d3d3d3"> + <circle cx="16" cy="16" r="12" opacity="0.2"/> + <path d="m12.4 11-1.41 1.41 3.59 3.59-3.59 3.59 1.41 1.41 3.59-3.59 3.59 3.59 1.41-1.41-3.59-3.59 3.59-3.59-1.41-1.41-3.59 3.59z"/> + </g> +</svg> diff --git a/.themes/oomox-darker/xfwm4/assets/hide-active.svg b/.themes/oomox-darker/xfwm4/assets/hide-active.svg new file mode 100644 index 0000000..893da93 --- /dev/null +++ b/.themes/oomox-darker/xfwm4/assets/hide-active.svg @@ -0,0 +1,8 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"> + <rect width="32" height="32" fill="#212121"/> + <rect width="32" height="1" fill="#d3d3d3" fill-opacity="0.1"/> + <g fill="#d3d3d3" opacity="0.7"> + <circle cx="16" cy="16" r="12" opacity="0"/> + <path d="m12 18h8v2h-8z"/> + </g> +</svg> diff --git a/.themes/oomox-darker/xfwm4/assets/hide-inactive.svg b/.themes/oomox-darker/xfwm4/assets/hide-inactive.svg new file mode 100644 index 0000000..f9fef20 --- /dev/null +++ b/.themes/oomox-darker/xfwm4/assets/hide-inactive.svg @@ -0,0 +1,8 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"> + <rect width="32" height="32" fill="#212121"/> + <rect width="32" height="1" fill="#d3d3d3" fill-opacity="0.1"/> + <g fill="#d3d3d3" opacity="0.5"> + <circle cx="16" cy="16" r="12" opacity="0"/> + <path d="m12 18h8v2h-8z"/> + </g> +</svg> diff --git a/.themes/oomox-darker/xfwm4/assets/hide-prelight.svg b/.themes/oomox-darker/xfwm4/assets/hide-prelight.svg new file mode 100644 index 0000000..6877280 --- /dev/null +++ b/.themes/oomox-darker/xfwm4/assets/hide-prelight.svg @@ -0,0 +1,8 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"> + <rect width="32" height="32" fill="#212121"/> + <rect width="32" height="1" fill="#d3d3d3" fill-opacity="0.1"/> + <g fill="#d3d3d3"> + <circle cx="16" cy="16" r="12" opacity="0.08"/> + <path d="m12 18h8v2h-8z"/> + </g> +</svg> diff --git a/.themes/oomox-darker/xfwm4/assets/hide-pressed.svg b/.themes/oomox-darker/xfwm4/assets/hide-pressed.svg new file mode 100644 index 0000000..17843fa --- /dev/null +++ b/.themes/oomox-darker/xfwm4/assets/hide-pressed.svg @@ -0,0 +1,8 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"> + <rect width="32" height="32" fill="#212121"/> + <rect width="32" height="1" fill="#d3d3d3" fill-opacity="0.1"/> + <g fill="#d3d3d3"> + <circle cx="16" cy="16" r="12" opacity="0.2"/> + <path d="m12 18h8v2h-8z"/> + </g> +</svg> diff --git a/.themes/oomox-darker/xfwm4/assets/maximize-active.svg b/.themes/oomox-darker/xfwm4/assets/maximize-active.svg new file mode 100644 index 0000000..8f299ba --- /dev/null +++ b/.themes/oomox-darker/xfwm4/assets/maximize-active.svg @@ -0,0 +1,8 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"> + <rect width="32" height="32" fill="#212121"/> + <rect width="32" height="1" fill="#d3d3d3" fill-opacity="0.1"/> + <g fill="#d3d3d3" opacity="0.7"> + <circle cx="16" cy="16" r="12" opacity="0"/> + <path d="m12 12v8h8v-8zm2 2h4v4h-4z"/> + </g> +</svg> diff --git a/.themes/oomox-darker/xfwm4/assets/maximize-inactive.svg b/.themes/oomox-darker/xfwm4/assets/maximize-inactive.svg new file mode 100644 index 0000000..60eeda9 --- /dev/null +++ b/.themes/oomox-darker/xfwm4/assets/maximize-inactive.svg @@ -0,0 +1,8 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"> + <rect width="32" height="32" fill="#212121"/> + <rect width="32" height="1" fill="#d3d3d3" fill-opacity="0.1"/> + <g fill="#d3d3d3" opacity="0.5"> + <circle cx="16" cy="16" r="12" opacity="0"/> + <path d="m12 12v8h8v-8zm2 2h4v4h-4z"/> + </g> +</svg> diff --git a/.themes/oomox-darker/xfwm4/assets/maximize-prelight.svg b/.themes/oomox-darker/xfwm4/assets/maximize-prelight.svg new file mode 100644 index 0000000..2c58d05 --- /dev/null +++ b/.themes/oomox-darker/xfwm4/assets/maximize-prelight.svg @@ -0,0 +1,8 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"> + <rect width="32" height="32" fill="#212121"/> + <rect width="32" height="1" fill="#d3d3d3" fill-opacity="0.1"/> + <g fill="#d3d3d3"> + <circle cx="16" cy="16" r="12" opacity="0.08"/> + <path d="m12 12v8h8v-8zm2 2h4v4h-4z"/> + </g> +</svg> diff --git a/.themes/oomox-darker/xfwm4/assets/maximize-pressed.svg b/.themes/oomox-darker/xfwm4/assets/maximize-pressed.svg new file mode 100644 index 0000000..d39d7c8 --- /dev/null +++ b/.themes/oomox-darker/xfwm4/assets/maximize-pressed.svg @@ -0,0 +1,8 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"> + <rect width="32" height="32" fill="#212121"/> + <rect width="32" height="1" fill="#d3d3d3" fill-opacity="0.1"/> + <g fill="#d3d3d3"> + <circle cx="16" cy="16" r="12" opacity="0.2"/> + <path d="m12 12v8h8v-8zm2 2h4v4h-4z"/> + </g> +</svg> diff --git a/.themes/oomox-darker/xfwm4/assets/maximize-toggled-active.svg b/.themes/oomox-darker/xfwm4/assets/maximize-toggled-active.svg new file mode 100644 index 0000000..37070e9 --- /dev/null +++ b/.themes/oomox-darker/xfwm4/assets/maximize-toggled-active.svg @@ -0,0 +1,8 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"> + <rect width="32" height="32" fill="#212121"/> + <rect width="32" height="1" fill="#d3d3d3" fill-opacity="0.1"/> + <g fill="#d3d3d3" opacity="0.7"> + <circle cx="16" cy="16" r="12" opacity="0"/> + <path d="m13 13v6h6v-6zm2 2h2v2h-2z"/> + </g> +</svg> diff --git a/.themes/oomox-darker/xfwm4/assets/maximize-toggled-inactive.svg b/.themes/oomox-darker/xfwm4/assets/maximize-toggled-inactive.svg new file mode 100644 index 0000000..f8fa208 --- /dev/null +++ b/.themes/oomox-darker/xfwm4/assets/maximize-toggled-inactive.svg @@ -0,0 +1,8 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"> + <rect width="32" height="32" fill="#212121"/> + <rect width="32" height="1" fill="#d3d3d3" fill-opacity="0.1"/> + <g fill="#d3d3d3" opacity="0.5"> + <circle cx="16" cy="16" r="12" opacity="0"/> + <path d="m13 13v6h6v-6zm2 2h2v2h-2z"/> + </g> +</svg> diff --git a/.themes/oomox-darker/xfwm4/assets/maximize-toggled-prelight.svg b/.themes/oomox-darker/xfwm4/assets/maximize-toggled-prelight.svg new file mode 100644 index 0000000..b3dee6a --- /dev/null +++ b/.themes/oomox-darker/xfwm4/assets/maximize-toggled-prelight.svg @@ -0,0 +1,8 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"> + <rect width="32" height="32" fill="#212121"/> + <rect width="32" height="1" fill="#d3d3d3" fill-opacity="0.1"/> + <g fill="#d3d3d3"> + <circle cx="16" cy="16" r="12" opacity="0.08"/> + <path d="m13 13v6h6v-6zm2 2h2v2h-2z"/> + </g> +</svg> diff --git a/.themes/oomox-darker/xfwm4/assets/maximize-toggled-pressed.svg b/.themes/oomox-darker/xfwm4/assets/maximize-toggled-pressed.svg new file mode 100644 index 0000000..447eba2 --- /dev/null +++ b/.themes/oomox-darker/xfwm4/assets/maximize-toggled-pressed.svg @@ -0,0 +1,8 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"> + <rect width="32" height="32" fill="#212121"/> + <rect width="32" height="1" fill="#d3d3d3" fill-opacity="0.1"/> + <g fill="#d3d3d3"> + <circle cx="16" cy="16" r="12" opacity="0.2"/> + <path d="m13 13v6h6v-6zm2 2h2v2h-2z"/> + </g> +</svg> diff --git a/.themes/oomox-darker/xfwm4/assets/menu-active.svg b/.themes/oomox-darker/xfwm4/assets/menu-active.svg new file mode 100644 index 0000000..36c27ba --- /dev/null +++ b/.themes/oomox-darker/xfwm4/assets/menu-active.svg @@ -0,0 +1,8 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"> + <rect width="32" height="32" fill="#212121"/> + <rect width="32" height="1" fill="#d3d3d3" fill-opacity="0.1"/> + <g fill="#d3d3d3" opacity="0.7"> + <circle cx="16" cy="16" r="12" opacity="0"/> + <circle cx="16" cy="16" r="2"/> + </g> +</svg> diff --git a/.themes/oomox-darker/xfwm4/assets/menu-inactive.svg b/.themes/oomox-darker/xfwm4/assets/menu-inactive.svg new file mode 100644 index 0000000..f9279d5 --- /dev/null +++ b/.themes/oomox-darker/xfwm4/assets/menu-inactive.svg @@ -0,0 +1,8 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"> + <rect width="32" height="32" fill="#212121"/> + <rect width="32" height="1" fill="#d3d3d3" fill-opacity="0.1"/> + <g fill="#d3d3d3" opacity="0.5"> + <circle cx="16" cy="16" r="12" opacity="0"/> + <circle cx="16" cy="16" r="2"/> + </g> +</svg> diff --git a/.themes/oomox-darker/xfwm4/assets/menu-prelight.svg b/.themes/oomox-darker/xfwm4/assets/menu-prelight.svg new file mode 100644 index 0000000..2b7ea7b --- /dev/null +++ b/.themes/oomox-darker/xfwm4/assets/menu-prelight.svg @@ -0,0 +1,8 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"> + <rect width="32" height="32" fill="#212121"/> + <rect width="32" height="1" fill="#d3d3d3" fill-opacity="0.1"/> + <g fill="#d3d3d3"> + <circle cx="16" cy="16" r="12" opacity="0.08"/> + <circle cx="16" cy="16" r="2"/> + </g> +</svg> diff --git a/.themes/oomox-darker/xfwm4/assets/menu-pressed.svg b/.themes/oomox-darker/xfwm4/assets/menu-pressed.svg new file mode 100644 index 0000000..b9a7fe5 --- /dev/null +++ b/.themes/oomox-darker/xfwm4/assets/menu-pressed.svg @@ -0,0 +1,8 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"> + <rect width="32" height="32" fill="#212121"/> + <rect width="32" height="1" fill="#d3d3d3" fill-opacity="0.1"/> + <g fill="#d3d3d3"> + <circle cx="16" cy="16" r="12" opacity="0.2"/> + <circle cx="16" cy="16" r="2"/> + </g> +</svg> diff --git a/.themes/oomox-darker/xfwm4/assets/shade-active.svg b/.themes/oomox-darker/xfwm4/assets/shade-active.svg new file mode 100644 index 0000000..a14ba40 --- /dev/null +++ b/.themes/oomox-darker/xfwm4/assets/shade-active.svg @@ -0,0 +1,8 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"> + <rect width="32" height="32" fill="#212121"/> + <rect width="32" height="1" fill="#d3d3d3" fill-opacity="0.1"/> + <g fill="#d3d3d3" opacity="0.7"> + <circle cx="16" cy="16" r="12" opacity="0"/> + <path d="m10 18 1.41 1.41 4.59-4.59 4.59 4.59 1.41-1.41-6-6z"/> + </g> +</svg> diff --git a/.themes/oomox-darker/xfwm4/assets/shade-inactive.svg b/.themes/oomox-darker/xfwm4/assets/shade-inactive.svg new file mode 100644 index 0000000..a9f24ce --- /dev/null +++ b/.themes/oomox-darker/xfwm4/assets/shade-inactive.svg @@ -0,0 +1,8 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"> + <rect width="32" height="32" fill="#212121"/> + <rect width="32" height="1" fill="#d3d3d3" fill-opacity="0.1"/> + <g fill="#d3d3d3" opacity="0.5"> + <circle cx="16" cy="16" r="12" opacity="0"/> + <path d="m10 18 1.41 1.41 4.59-4.59 4.59 4.59 1.41-1.41-6-6z"/> + </g> +</svg> diff --git a/.themes/oomox-darker/xfwm4/assets/shade-prelight.svg b/.themes/oomox-darker/xfwm4/assets/shade-prelight.svg new file mode 100644 index 0000000..fd4e298 --- /dev/null +++ b/.themes/oomox-darker/xfwm4/assets/shade-prelight.svg @@ -0,0 +1,8 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"> + <rect width="32" height="32" fill="#212121"/> + <rect width="32" height="1" fill="#d3d3d3" fill-opacity="0.1"/> + <g fill="#d3d3d3"> + <circle cx="16" cy="16" r="12" opacity="0.08"/> + <path d="m10 18 1.41 1.41 4.59-4.59 4.59 4.59 1.41-1.41-6-6z"/> + </g> +</svg> diff --git a/.themes/oomox-darker/xfwm4/assets/shade-pressed.svg b/.themes/oomox-darker/xfwm4/assets/shade-pressed.svg new file mode 100644 index 0000000..b27813e --- /dev/null +++ b/.themes/oomox-darker/xfwm4/assets/shade-pressed.svg @@ -0,0 +1,8 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"> + <rect width="32" height="32" fill="#212121"/> + <rect width="32" height="1" fill="#d3d3d3" fill-opacity="0.1"/> + <g fill="#d3d3d3"> + <circle cx="16" cy="16" r="12" opacity="0.2"/> + <path d="m10 18 1.41 1.41 4.59-4.59 4.59 4.59 1.41-1.41-6-6z"/> + </g> +</svg> diff --git a/.themes/oomox-darker/xfwm4/assets/shade-toggled-active.svg b/.themes/oomox-darker/xfwm4/assets/shade-toggled-active.svg new file mode 100644 index 0000000..c797615 --- /dev/null +++ b/.themes/oomox-darker/xfwm4/assets/shade-toggled-active.svg @@ -0,0 +1,8 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"> + <rect width="32" height="32" fill="#212121"/> + <rect width="32" height="1" fill="#d3d3d3" fill-opacity="0.1"/> + <g fill="#d3d3d3" opacity="0.7"> + <circle cx="16" cy="16" r="12" opacity="0"/> + <path d="m22 14-1.41-1.41-4.59 4.59-4.59-4.59-1.41 1.41l6 6z"/> + </g> +</svg> diff --git a/.themes/oomox-darker/xfwm4/assets/shade-toggled-inactive.svg b/.themes/oomox-darker/xfwm4/assets/shade-toggled-inactive.svg new file mode 100644 index 0000000..7fd785d --- /dev/null +++ b/.themes/oomox-darker/xfwm4/assets/shade-toggled-inactive.svg @@ -0,0 +1,8 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"> + <rect width="32" height="32" fill="#212121"/> + <rect width="32" height="1" fill="#d3d3d3" fill-opacity="0.1"/> + <g fill="#d3d3d3" opacity="0.5"> + <circle cx="16" cy="16" r="12" opacity="0"/> + <path d="m22 14-1.41-1.41-4.59 4.59-4.59-4.59-1.41 1.41l6 6z"/> + </g> +</svg> diff --git a/.themes/oomox-darker/xfwm4/assets/shade-toggled-prelight.svg b/.themes/oomox-darker/xfwm4/assets/shade-toggled-prelight.svg new file mode 100644 index 0000000..641d534 --- /dev/null +++ b/.themes/oomox-darker/xfwm4/assets/shade-toggled-prelight.svg @@ -0,0 +1,8 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"> + <rect width="32" height="32" fill="#212121"/> + <rect width="32" height="1" fill="#d3d3d3" fill-opacity="0.1"/> + <g fill="#d3d3d3"> + <circle cx="16" cy="16" r="12" opacity="0.08"/> + <path d="m22 14-1.41-1.41-4.59 4.59-4.59-4.59-1.41 1.41l6 6z"/> + </g> +</svg> diff --git a/.themes/oomox-darker/xfwm4/assets/shade-toggled-pressed.svg b/.themes/oomox-darker/xfwm4/assets/shade-toggled-pressed.svg new file mode 100644 index 0000000..7871e1c --- /dev/null +++ b/.themes/oomox-darker/xfwm4/assets/shade-toggled-pressed.svg @@ -0,0 +1,8 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"> + <rect width="32" height="32" fill="#212121"/> + <rect width="32" height="1" fill="#d3d3d3" fill-opacity="0.1"/> + <g fill="#d3d3d3"> + <circle cx="16" cy="16" r="12" opacity="0.2"/> + <path d="m22 14-1.41-1.41-4.59 4.59-4.59-4.59-1.41 1.41l6 6z"/> + </g> +</svg> diff --git a/.themes/oomox-darker/xfwm4/assets/stick-active.svg b/.themes/oomox-darker/xfwm4/assets/stick-active.svg new file mode 100644 index 0000000..2dc6f19 --- /dev/null +++ b/.themes/oomox-darker/xfwm4/assets/stick-active.svg @@ -0,0 +1,8 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"> + <rect width="32" height="32" fill="#212121"/> + <rect width="32" height="1" fill="#d3d3d3" fill-opacity="0.1"/> + <g fill="#d3d3d3" opacity="0.7"> + <circle cx="16" cy="16" r="12" opacity="0"/> + <path d="m16 10a6 6 0 0 0 -6 6 6 6 0 0 0 6 6 6 6 0 0 0 6 -6 6 6 0 0 0 -6 -6zm0 2a4 4 0 0 1 4 4 4 4 0 0 1 -4 4 4 4 0 0 1 -4 -4 4 4 0 0 1 4 -4z"/> + </g> +</svg> diff --git a/.themes/oomox-darker/xfwm4/assets/stick-inactive.svg b/.themes/oomox-darker/xfwm4/assets/stick-inactive.svg new file mode 100644 index 0000000..70b91ee --- /dev/null +++ b/.themes/oomox-darker/xfwm4/assets/stick-inactive.svg @@ -0,0 +1,8 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"> + <rect width="32" height="32" fill="#212121"/> + <rect width="32" height="1" fill="#d3d3d3" fill-opacity="0.1"/> + <g fill="#d3d3d3" opacity="0.5"> + <circle cx="16" cy="16" r="12" opacity="0"/> + <path d="m16 10a6 6 0 0 0 -6 6 6 6 0 0 0 6 6 6 6 0 0 0 6 -6 6 6 0 0 0 -6 -6zm0 2a4 4 0 0 1 4 4 4 4 0 0 1 -4 4 4 4 0 0 1 -4 -4 4 4 0 0 1 4 -4z"/> + </g> +</svg> diff --git a/.themes/oomox-darker/xfwm4/assets/stick-prelight.svg b/.themes/oomox-darker/xfwm4/assets/stick-prelight.svg new file mode 100644 index 0000000..36f0aad --- /dev/null +++ b/.themes/oomox-darker/xfwm4/assets/stick-prelight.svg @@ -0,0 +1,8 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"> + <rect width="32" height="32" fill="#212121"/> + <rect width="32" height="1" fill="#d3d3d3" fill-opacity="0.1"/> + <g fill="#d3d3d3"> + <circle cx="16" cy="16" r="12" opacity="0.08"/> + <path d="m16 10a6 6 0 0 0 -6 6 6 6 0 0 0 6 6 6 6 0 0 0 6 -6 6 6 0 0 0 -6 -6zm0 2a4 4 0 0 1 4 4 4 4 0 0 1 -4 4 4 4 0 0 1 -4 -4 4 4 0 0 1 4 -4z"/> + </g> +</svg> diff --git a/.themes/oomox-darker/xfwm4/assets/stick-pressed.svg b/.themes/oomox-darker/xfwm4/assets/stick-pressed.svg new file mode 100644 index 0000000..5128a49 --- /dev/null +++ b/.themes/oomox-darker/xfwm4/assets/stick-pressed.svg @@ -0,0 +1,8 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"> + <rect width="32" height="32" fill="#212121"/> + <rect width="32" height="1" fill="#d3d3d3" fill-opacity="0.1"/> + <g fill="#d3d3d3"> + <circle cx="16" cy="16" r="12" opacity="0.2"/> + <path d="m16 10a6 6 0 0 0 -6 6 6 6 0 0 0 6 6 6 6 0 0 0 6 -6 6 6 0 0 0 -6 -6zm0 2a4 4 0 0 1 4 4 4 4 0 0 1 -4 4 4 4 0 0 1 -4 -4 4 4 0 0 1 4 -4z"/> + </g> +</svg> diff --git a/.themes/oomox-darker/xfwm4/assets/stick-toggled-active.svg b/.themes/oomox-darker/xfwm4/assets/stick-toggled-active.svg new file mode 100644 index 0000000..bf5eecb --- /dev/null +++ b/.themes/oomox-darker/xfwm4/assets/stick-toggled-active.svg @@ -0,0 +1,8 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"> + <rect width="32" height="32" fill="#212121"/> + <rect width="32" height="1" fill="#d3d3d3" fill-opacity="0.1"/> + <g fill="#d3d3d3" opacity="0.7"> + <circle cx="16" cy="16" r="12" opacity="0"/> + <path d="m16 10a6 6 0 0 0 -6 6 6 6 0 0 0 6 6 6 6 0 0 0 6 -6 6 6 0 0 0 -6 -6zm0 2a4 4 0 0 1 4 4 4 4 0 0 1 -4 4 4 4 0 0 1 -4 -4 4 4 0 0 1 4 -4zm0 2a2 2 0 0 0 -2 2 2 2 0 0 0 2 2 2 2 0 0 0 2 -2 2 2 0 0 0 -2 -2z"/> + </g> +</svg> diff --git a/.themes/oomox-darker/xfwm4/assets/stick-toggled-inactive.svg b/.themes/oomox-darker/xfwm4/assets/stick-toggled-inactive.svg new file mode 100644 index 0000000..d50fa1a --- /dev/null +++ b/.themes/oomox-darker/xfwm4/assets/stick-toggled-inactive.svg @@ -0,0 +1,8 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"> + <rect width="32" height="32" fill="#212121"/> + <rect width="32" height="1" fill="#d3d3d3" fill-opacity="0.1"/> + <g fill="#d3d3d3" opacity="0.5"> + <circle cx="16" cy="16" r="12" opacity="0"/> + <path d="m16 10a6 6 0 0 0 -6 6 6 6 0 0 0 6 6 6 6 0 0 0 6 -6 6 6 0 0 0 -6 -6zm0 2a4 4 0 0 1 4 4 4 4 0 0 1 -4 4 4 4 0 0 1 -4 -4 4 4 0 0 1 4 -4zm0 2a2 2 0 0 0 -2 2 2 2 0 0 0 2 2 2 2 0 0 0 2 -2 2 2 0 0 0 -2 -2z"/> + </g> +</svg> diff --git a/.themes/oomox-darker/xfwm4/assets/stick-toggled-prelight.svg b/.themes/oomox-darker/xfwm4/assets/stick-toggled-prelight.svg new file mode 100644 index 0000000..4fd08a1 --- /dev/null +++ b/.themes/oomox-darker/xfwm4/assets/stick-toggled-prelight.svg @@ -0,0 +1,8 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"> + <rect width="32" height="32" fill="#212121"/> + <rect width="32" height="1" fill="#d3d3d3" fill-opacity="0.1"/> + <g fill="#d3d3d3"> + <circle cx="16" cy="16" r="12" opacity="0.08"/> + <path d="m16 10a6 6 0 0 0 -6 6 6 6 0 0 0 6 6 6 6 0 0 0 6 -6 6 6 0 0 0 -6 -6zm0 2a4 4 0 0 1 4 4 4 4 0 0 1 -4 4 4 4 0 0 1 -4 -4 4 4 0 0 1 4 -4zm0 2a2 2 0 0 0 -2 2 2 2 0 0 0 2 2 2 2 0 0 0 2 -2 2 2 0 0 0 -2 -2z"/> + </g> +</svg> diff --git a/.themes/oomox-darker/xfwm4/assets/stick-toggled-pressed.svg b/.themes/oomox-darker/xfwm4/assets/stick-toggled-pressed.svg new file mode 100644 index 0000000..c86270f --- /dev/null +++ b/.themes/oomox-darker/xfwm4/assets/stick-toggled-pressed.svg @@ -0,0 +1,8 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"> + <rect width="32" height="32" fill="#212121"/> + <rect width="32" height="1" fill="#d3d3d3" fill-opacity="0.1"/> + <g fill="#d3d3d3"> + <circle cx="16" cy="16" r="12" opacity="0.2"/> + <path d="m16 10a6 6 0 0 0 -6 6 6 6 0 0 0 6 6 6 6 0 0 0 6 -6 6 6 0 0 0 -6 -6zm0 2a4 4 0 0 1 4 4 4 4 0 0 1 -4 4 4 4 0 0 1 -4 -4 4 4 0 0 1 4 -4zm0 2a2 2 0 0 0 -2 2 2 2 0 0 0 2 2 2 2 0 0 0 2 -2 2 2 0 0 0 -2 -2z"/> + </g> +</svg> diff --git a/.themes/oomox-darker/xfwm4/assets/themerc b/.themes/oomox-darker/xfwm4/assets/themerc new file mode 100644 index 0000000..299d0af --- /dev/null +++ b/.themes/oomox-darker/xfwm4/assets/themerc @@ -0,0 +1,23 @@ +# Default values can be found here: +# https://git.xfce.org/xfce/xfwm4/tree/defaults/defaults +# or +# /usr/share/xfwm4/defaults + +active_text_color=#d3d3d3 +active_text_shadow_color=#d3d3d3 +inactive_text_color=#a6a6a6 +inactive_text_shadow_color=#a6a6a6 +title_shadow_active=false +title_shadow_inactive=false +full_width_title=true +title_vertical_offset_active=0 +title_vertical_offset_inactive=0 +button_offset=0 +button_spacing=0 +shadow_delta_height=2 +shadow_delta_width=0 +shadow_delta_x=0 +shadow_delta_y=-10 +shadow_opacity=50 +show_app_icon=false +show_popup_shadow=true diff --git a/.themes/oomox-darker/xfwm4/assets/title.svg b/.themes/oomox-darker/xfwm4/assets/title.svg new file mode 100644 index 0000000..6207b23 --- /dev/null +++ b/.themes/oomox-darker/xfwm4/assets/title.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="2" height="32" viewBox="0 0 2 32"> + <rect width="2" height="32" fill="#212121"/> + <rect width="2" height="1" fill="#d3d3d3" fill-opacity="0.1"/> +</svg> diff --git a/.themes/oomox-darker/xfwm4/bottom-active.svg b/.themes/oomox-darker/xfwm4/bottom-active.svg new file mode 120000 index 0000000..cec0be5 --- /dev/null +++ b/.themes/oomox-darker/xfwm4/bottom-active.svg @@ -0,0 +1 @@ +assets/border.svg \ No newline at end of file diff --git a/.themes/oomox-darker/xfwm4/bottom-inactive.svg b/.themes/oomox-darker/xfwm4/bottom-inactive.svg new file mode 120000 index 0000000..cec0be5 --- /dev/null +++ b/.themes/oomox-darker/xfwm4/bottom-inactive.svg @@ -0,0 +1 @@ +assets/border.svg \ No newline at end of file diff --git a/.themes/oomox-darker/xfwm4/bottom-left-active.svg b/.themes/oomox-darker/xfwm4/bottom-left-active.svg new file mode 120000 index 0000000..cec0be5 --- /dev/null +++ b/.themes/oomox-darker/xfwm4/bottom-left-active.svg @@ -0,0 +1 @@ +assets/border.svg \ No newline at end of file diff --git a/.themes/oomox-darker/xfwm4/bottom-left-inactive.svg b/.themes/oomox-darker/xfwm4/bottom-left-inactive.svg new file mode 120000 index 0000000..cec0be5 --- /dev/null +++ b/.themes/oomox-darker/xfwm4/bottom-left-inactive.svg @@ -0,0 +1 @@ +assets/border.svg \ No newline at end of file diff --git a/.themes/oomox-darker/xfwm4/bottom-right-active.svg b/.themes/oomox-darker/xfwm4/bottom-right-active.svg new file mode 120000 index 0000000..cec0be5 --- /dev/null +++ b/.themes/oomox-darker/xfwm4/bottom-right-active.svg @@ -0,0 +1 @@ +assets/border.svg \ No newline at end of file diff --git a/.themes/oomox-darker/xfwm4/bottom-right-inactive.svg b/.themes/oomox-darker/xfwm4/bottom-right-inactive.svg new file mode 120000 index 0000000..cec0be5 --- /dev/null +++ b/.themes/oomox-darker/xfwm4/bottom-right-inactive.svg @@ -0,0 +1 @@ +assets/border.svg \ No newline at end of file diff --git a/.themes/oomox-darker/xfwm4/close-active.svg b/.themes/oomox-darker/xfwm4/close-active.svg new file mode 120000 index 0000000..fa253af --- /dev/null +++ b/.themes/oomox-darker/xfwm4/close-active.svg @@ -0,0 +1 @@ +assets/close-active.svg \ No newline at end of file diff --git a/.themes/oomox-darker/xfwm4/close-inactive.svg b/.themes/oomox-darker/xfwm4/close-inactive.svg new file mode 120000 index 0000000..d0a099a --- /dev/null +++ b/.themes/oomox-darker/xfwm4/close-inactive.svg @@ -0,0 +1 @@ +assets/close-inactive.svg \ No newline at end of file diff --git a/.themes/oomox-darker/xfwm4/close-prelight.svg b/.themes/oomox-darker/xfwm4/close-prelight.svg new file mode 120000 index 0000000..8ef9fbe --- /dev/null +++ b/.themes/oomox-darker/xfwm4/close-prelight.svg @@ -0,0 +1 @@ +assets/close-prelight.svg \ No newline at end of file diff --git a/.themes/oomox-darker/xfwm4/close-pressed.svg b/.themes/oomox-darker/xfwm4/close-pressed.svg new file mode 120000 index 0000000..f1c7470 --- /dev/null +++ b/.themes/oomox-darker/xfwm4/close-pressed.svg @@ -0,0 +1 @@ +assets/close-pressed.svg \ No newline at end of file diff --git a/.themes/oomox-darker/xfwm4/hide-active.svg b/.themes/oomox-darker/xfwm4/hide-active.svg new file mode 120000 index 0000000..8779541 --- /dev/null +++ b/.themes/oomox-darker/xfwm4/hide-active.svg @@ -0,0 +1 @@ +assets/hide-active.svg \ No newline at end of file diff --git a/.themes/oomox-darker/xfwm4/hide-inactive.svg b/.themes/oomox-darker/xfwm4/hide-inactive.svg new file mode 120000 index 0000000..5492868 --- /dev/null +++ b/.themes/oomox-darker/xfwm4/hide-inactive.svg @@ -0,0 +1 @@ +assets/hide-inactive.svg \ No newline at end of file diff --git a/.themes/oomox-darker/xfwm4/hide-prelight.svg b/.themes/oomox-darker/xfwm4/hide-prelight.svg new file mode 120000 index 0000000..4134f9f --- /dev/null +++ b/.themes/oomox-darker/xfwm4/hide-prelight.svg @@ -0,0 +1 @@ +assets/hide-prelight.svg \ No newline at end of file diff --git a/.themes/oomox-darker/xfwm4/hide-pressed.svg b/.themes/oomox-darker/xfwm4/hide-pressed.svg new file mode 120000 index 0000000..1965964 --- /dev/null +++ b/.themes/oomox-darker/xfwm4/hide-pressed.svg @@ -0,0 +1 @@ +assets/hide-pressed.svg \ No newline at end of file diff --git a/.themes/oomox-darker/xfwm4/left-active.svg b/.themes/oomox-darker/xfwm4/left-active.svg new file mode 120000 index 0000000..cec0be5 --- /dev/null +++ b/.themes/oomox-darker/xfwm4/left-active.svg @@ -0,0 +1 @@ +assets/border.svg \ No newline at end of file diff --git a/.themes/oomox-darker/xfwm4/left-inactive.svg b/.themes/oomox-darker/xfwm4/left-inactive.svg new file mode 120000 index 0000000..cec0be5 --- /dev/null +++ b/.themes/oomox-darker/xfwm4/left-inactive.svg @@ -0,0 +1 @@ +assets/border.svg \ No newline at end of file diff --git a/.themes/oomox-darker/xfwm4/maximize-active.svg b/.themes/oomox-darker/xfwm4/maximize-active.svg new file mode 120000 index 0000000..3cbfdb0 --- /dev/null +++ b/.themes/oomox-darker/xfwm4/maximize-active.svg @@ -0,0 +1 @@ +assets/maximize-active.svg \ No newline at end of file diff --git a/.themes/oomox-darker/xfwm4/maximize-inactive.svg b/.themes/oomox-darker/xfwm4/maximize-inactive.svg new file mode 120000 index 0000000..1f35d2a --- /dev/null +++ b/.themes/oomox-darker/xfwm4/maximize-inactive.svg @@ -0,0 +1 @@ +assets/maximize-inactive.svg \ No newline at end of file diff --git a/.themes/oomox-darker/xfwm4/maximize-prelight.svg b/.themes/oomox-darker/xfwm4/maximize-prelight.svg new file mode 120000 index 0000000..de7c8a6 --- /dev/null +++ b/.themes/oomox-darker/xfwm4/maximize-prelight.svg @@ -0,0 +1 @@ +assets/maximize-prelight.svg \ No newline at end of file diff --git a/.themes/oomox-darker/xfwm4/maximize-pressed.svg b/.themes/oomox-darker/xfwm4/maximize-pressed.svg new file mode 120000 index 0000000..9315905 --- /dev/null +++ b/.themes/oomox-darker/xfwm4/maximize-pressed.svg @@ -0,0 +1 @@ +assets/maximize-pressed.svg \ No newline at end of file diff --git a/.themes/oomox-darker/xfwm4/maximize-toggled-active.svg b/.themes/oomox-darker/xfwm4/maximize-toggled-active.svg new file mode 120000 index 0000000..281bc52 --- /dev/null +++ b/.themes/oomox-darker/xfwm4/maximize-toggled-active.svg @@ -0,0 +1 @@ +assets/maximize-toggled-active.svg \ No newline at end of file diff --git a/.themes/oomox-darker/xfwm4/maximize-toggled-inactive.svg b/.themes/oomox-darker/xfwm4/maximize-toggled-inactive.svg new file mode 120000 index 0000000..2c48981 --- /dev/null +++ b/.themes/oomox-darker/xfwm4/maximize-toggled-inactive.svg @@ -0,0 +1 @@ +assets/maximize-toggled-inactive.svg \ No newline at end of file diff --git a/.themes/oomox-darker/xfwm4/maximize-toggled-prelight.svg b/.themes/oomox-darker/xfwm4/maximize-toggled-prelight.svg new file mode 120000 index 0000000..a02ada8 --- /dev/null +++ b/.themes/oomox-darker/xfwm4/maximize-toggled-prelight.svg @@ -0,0 +1 @@ +assets/maximize-toggled-prelight.svg \ No newline at end of file diff --git a/.themes/oomox-darker/xfwm4/maximize-toggled-pressed.svg b/.themes/oomox-darker/xfwm4/maximize-toggled-pressed.svg new file mode 120000 index 0000000..bc997d0 --- /dev/null +++ b/.themes/oomox-darker/xfwm4/maximize-toggled-pressed.svg @@ -0,0 +1 @@ +assets/maximize-toggled-pressed.svg \ No newline at end of file diff --git a/.themes/oomox-darker/xfwm4/menu-active.svg b/.themes/oomox-darker/xfwm4/menu-active.svg new file mode 120000 index 0000000..26c4ca1 --- /dev/null +++ b/.themes/oomox-darker/xfwm4/menu-active.svg @@ -0,0 +1 @@ +assets/menu-active.svg \ No newline at end of file diff --git a/.themes/oomox-darker/xfwm4/menu-inactive.svg b/.themes/oomox-darker/xfwm4/menu-inactive.svg new file mode 120000 index 0000000..f192992 --- /dev/null +++ b/.themes/oomox-darker/xfwm4/menu-inactive.svg @@ -0,0 +1 @@ +assets/menu-inactive.svg \ No newline at end of file diff --git a/.themes/oomox-darker/xfwm4/menu-prelight.svg b/.themes/oomox-darker/xfwm4/menu-prelight.svg new file mode 120000 index 0000000..d52b110 --- /dev/null +++ b/.themes/oomox-darker/xfwm4/menu-prelight.svg @@ -0,0 +1 @@ +assets/menu-prelight.svg \ No newline at end of file diff --git a/.themes/oomox-darker/xfwm4/menu-pressed.svg b/.themes/oomox-darker/xfwm4/menu-pressed.svg new file mode 120000 index 0000000..c2d0565 --- /dev/null +++ b/.themes/oomox-darker/xfwm4/menu-pressed.svg @@ -0,0 +1 @@ +assets/menu-pressed.svg \ No newline at end of file diff --git a/.themes/oomox-darker/xfwm4/right-active.svg b/.themes/oomox-darker/xfwm4/right-active.svg new file mode 120000 index 0000000..cec0be5 --- /dev/null +++ b/.themes/oomox-darker/xfwm4/right-active.svg @@ -0,0 +1 @@ +assets/border.svg \ No newline at end of file diff --git a/.themes/oomox-darker/xfwm4/right-inactive.svg b/.themes/oomox-darker/xfwm4/right-inactive.svg new file mode 120000 index 0000000..cec0be5 --- /dev/null +++ b/.themes/oomox-darker/xfwm4/right-inactive.svg @@ -0,0 +1 @@ +assets/border.svg \ No newline at end of file diff --git a/.themes/oomox-darker/xfwm4/shade-active.svg b/.themes/oomox-darker/xfwm4/shade-active.svg new file mode 120000 index 0000000..66e2e36 --- /dev/null +++ b/.themes/oomox-darker/xfwm4/shade-active.svg @@ -0,0 +1 @@ +assets/shade-active.svg \ No newline at end of file diff --git a/.themes/oomox-darker/xfwm4/shade-inactive.svg b/.themes/oomox-darker/xfwm4/shade-inactive.svg new file mode 120000 index 0000000..9cc6e4c --- /dev/null +++ b/.themes/oomox-darker/xfwm4/shade-inactive.svg @@ -0,0 +1 @@ +assets/shade-inactive.svg \ No newline at end of file diff --git a/.themes/oomox-darker/xfwm4/shade-prelight.svg b/.themes/oomox-darker/xfwm4/shade-prelight.svg new file mode 120000 index 0000000..ef22f69 --- /dev/null +++ b/.themes/oomox-darker/xfwm4/shade-prelight.svg @@ -0,0 +1 @@ +assets/shade-prelight.svg \ No newline at end of file diff --git a/.themes/oomox-darker/xfwm4/shade-pressed.svg b/.themes/oomox-darker/xfwm4/shade-pressed.svg new file mode 120000 index 0000000..18b0b9b --- /dev/null +++ b/.themes/oomox-darker/xfwm4/shade-pressed.svg @@ -0,0 +1 @@ +assets/shade-pressed.svg \ No newline at end of file diff --git a/.themes/oomox-darker/xfwm4/shade-toggled-active.svg b/.themes/oomox-darker/xfwm4/shade-toggled-active.svg new file mode 120000 index 0000000..f00cc03 --- /dev/null +++ b/.themes/oomox-darker/xfwm4/shade-toggled-active.svg @@ -0,0 +1 @@ +assets/shade-toggled-active.svg \ No newline at end of file diff --git a/.themes/oomox-darker/xfwm4/shade-toggled-inactive.svg b/.themes/oomox-darker/xfwm4/shade-toggled-inactive.svg new file mode 120000 index 0000000..639c43f --- /dev/null +++ b/.themes/oomox-darker/xfwm4/shade-toggled-inactive.svg @@ -0,0 +1 @@ +assets/shade-toggled-inactive.svg \ No newline at end of file diff --git a/.themes/oomox-darker/xfwm4/shade-toggled-prelight.svg b/.themes/oomox-darker/xfwm4/shade-toggled-prelight.svg new file mode 120000 index 0000000..3cf5b48 --- /dev/null +++ b/.themes/oomox-darker/xfwm4/shade-toggled-prelight.svg @@ -0,0 +1 @@ +assets/shade-toggled-prelight.svg \ No newline at end of file diff --git a/.themes/oomox-darker/xfwm4/shade-toggled-pressed.svg b/.themes/oomox-darker/xfwm4/shade-toggled-pressed.svg new file mode 120000 index 0000000..63615fc --- /dev/null +++ b/.themes/oomox-darker/xfwm4/shade-toggled-pressed.svg @@ -0,0 +1 @@ +assets/shade-toggled-pressed.svg \ No newline at end of file diff --git a/.themes/oomox-darker/xfwm4/stick-active.svg b/.themes/oomox-darker/xfwm4/stick-active.svg new file mode 120000 index 0000000..092f2ac --- /dev/null +++ b/.themes/oomox-darker/xfwm4/stick-active.svg @@ -0,0 +1 @@ +assets/stick-active.svg \ No newline at end of file diff --git a/.themes/oomox-darker/xfwm4/stick-inactive.svg b/.themes/oomox-darker/xfwm4/stick-inactive.svg new file mode 120000 index 0000000..1085f48 --- /dev/null +++ b/.themes/oomox-darker/xfwm4/stick-inactive.svg @@ -0,0 +1 @@ +assets/stick-inactive.svg \ No newline at end of file diff --git a/.themes/oomox-darker/xfwm4/stick-prelight.svg b/.themes/oomox-darker/xfwm4/stick-prelight.svg new file mode 120000 index 0000000..87a95c7 --- /dev/null +++ b/.themes/oomox-darker/xfwm4/stick-prelight.svg @@ -0,0 +1 @@ +assets/stick-prelight.svg \ No newline at end of file diff --git a/.themes/oomox-darker/xfwm4/stick-pressed.svg b/.themes/oomox-darker/xfwm4/stick-pressed.svg new file mode 120000 index 0000000..a371c37 --- /dev/null +++ b/.themes/oomox-darker/xfwm4/stick-pressed.svg @@ -0,0 +1 @@ +assets/stick-pressed.svg \ No newline at end of file diff --git a/.themes/oomox-darker/xfwm4/stick-toggled-active.svg b/.themes/oomox-darker/xfwm4/stick-toggled-active.svg new file mode 120000 index 0000000..76aa4bc --- /dev/null +++ b/.themes/oomox-darker/xfwm4/stick-toggled-active.svg @@ -0,0 +1 @@ +assets/stick-toggled-active.svg \ No newline at end of file diff --git a/.themes/oomox-darker/xfwm4/stick-toggled-inactive.svg b/.themes/oomox-darker/xfwm4/stick-toggled-inactive.svg new file mode 120000 index 0000000..c404b45 --- /dev/null +++ b/.themes/oomox-darker/xfwm4/stick-toggled-inactive.svg @@ -0,0 +1 @@ +assets/stick-toggled-inactive.svg \ No newline at end of file diff --git a/.themes/oomox-darker/xfwm4/stick-toggled-prelight.svg b/.themes/oomox-darker/xfwm4/stick-toggled-prelight.svg new file mode 120000 index 0000000..41442cf --- /dev/null +++ b/.themes/oomox-darker/xfwm4/stick-toggled-prelight.svg @@ -0,0 +1 @@ +assets/stick-toggled-prelight.svg \ No newline at end of file diff --git a/.themes/oomox-darker/xfwm4/stick-toggled-pressed.svg b/.themes/oomox-darker/xfwm4/stick-toggled-pressed.svg new file mode 120000 index 0000000..5a8b28c --- /dev/null +++ b/.themes/oomox-darker/xfwm4/stick-toggled-pressed.svg @@ -0,0 +1 @@ +assets/stick-toggled-pressed.svg \ No newline at end of file diff --git a/.themes/oomox-darker/xfwm4/themerc b/.themes/oomox-darker/xfwm4/themerc new file mode 120000 index 0000000..737ee25 --- /dev/null +++ b/.themes/oomox-darker/xfwm4/themerc @@ -0,0 +1 @@ +assets/themerc \ No newline at end of file diff --git a/.themes/oomox-darker/xfwm4/title-1-active.svg b/.themes/oomox-darker/xfwm4/title-1-active.svg new file mode 120000 index 0000000..a45337c --- /dev/null +++ b/.themes/oomox-darker/xfwm4/title-1-active.svg @@ -0,0 +1 @@ +assets/title.svg \ No newline at end of file diff --git a/.themes/oomox-darker/xfwm4/title-1-inactive.svg b/.themes/oomox-darker/xfwm4/title-1-inactive.svg new file mode 120000 index 0000000..a45337c --- /dev/null +++ b/.themes/oomox-darker/xfwm4/title-1-inactive.svg @@ -0,0 +1 @@ +assets/title.svg \ No newline at end of file diff --git a/.themes/oomox-darker/xfwm4/title-2-active.svg b/.themes/oomox-darker/xfwm4/title-2-active.svg new file mode 120000 index 0000000..a45337c --- /dev/null +++ b/.themes/oomox-darker/xfwm4/title-2-active.svg @@ -0,0 +1 @@ +assets/title.svg \ No newline at end of file diff --git a/.themes/oomox-darker/xfwm4/title-2-inactive.svg b/.themes/oomox-darker/xfwm4/title-2-inactive.svg new file mode 120000 index 0000000..a45337c --- /dev/null +++ b/.themes/oomox-darker/xfwm4/title-2-inactive.svg @@ -0,0 +1 @@ +assets/title.svg \ No newline at end of file diff --git a/.themes/oomox-darker/xfwm4/title-3-active.svg b/.themes/oomox-darker/xfwm4/title-3-active.svg new file mode 120000 index 0000000..a45337c --- /dev/null +++ b/.themes/oomox-darker/xfwm4/title-3-active.svg @@ -0,0 +1 @@ +assets/title.svg \ No newline at end of file diff --git a/.themes/oomox-darker/xfwm4/title-3-inactive.svg b/.themes/oomox-darker/xfwm4/title-3-inactive.svg new file mode 120000 index 0000000..a45337c --- /dev/null +++ b/.themes/oomox-darker/xfwm4/title-3-inactive.svg @@ -0,0 +1 @@ +assets/title.svg \ No newline at end of file diff --git a/.themes/oomox-darker/xfwm4/title-4-active.svg b/.themes/oomox-darker/xfwm4/title-4-active.svg new file mode 120000 index 0000000..a45337c --- /dev/null +++ b/.themes/oomox-darker/xfwm4/title-4-active.svg @@ -0,0 +1 @@ +assets/title.svg \ No newline at end of file diff --git a/.themes/oomox-darker/xfwm4/title-4-inactive.svg b/.themes/oomox-darker/xfwm4/title-4-inactive.svg new file mode 120000 index 0000000..a45337c --- /dev/null +++ b/.themes/oomox-darker/xfwm4/title-4-inactive.svg @@ -0,0 +1 @@ +assets/title.svg \ No newline at end of file diff --git a/.themes/oomox-darker/xfwm4/title-5-active.svg b/.themes/oomox-darker/xfwm4/title-5-active.svg new file mode 120000 index 0000000..a45337c --- /dev/null +++ b/.themes/oomox-darker/xfwm4/title-5-active.svg @@ -0,0 +1 @@ +assets/title.svg \ No newline at end of file diff --git a/.themes/oomox-darker/xfwm4/title-5-inactive.svg b/.themes/oomox-darker/xfwm4/title-5-inactive.svg new file mode 120000 index 0000000..a45337c --- /dev/null +++ b/.themes/oomox-darker/xfwm4/title-5-inactive.svg @@ -0,0 +1 @@ +assets/title.svg \ No newline at end of file diff --git a/.themes/oomox-darker/xfwm4/top-left-active.svg b/.themes/oomox-darker/xfwm4/top-left-active.svg new file mode 120000 index 0000000..a45337c --- /dev/null +++ b/.themes/oomox-darker/xfwm4/top-left-active.svg @@ -0,0 +1 @@ +assets/title.svg \ No newline at end of file diff --git a/.themes/oomox-darker/xfwm4/top-left-inactive.svg b/.themes/oomox-darker/xfwm4/top-left-inactive.svg new file mode 120000 index 0000000..a45337c --- /dev/null +++ b/.themes/oomox-darker/xfwm4/top-left-inactive.svg @@ -0,0 +1 @@ +assets/title.svg \ No newline at end of file diff --git a/.themes/oomox-darker/xfwm4/top-right-active.svg b/.themes/oomox-darker/xfwm4/top-right-active.svg new file mode 120000 index 0000000..a45337c --- /dev/null +++ b/.themes/oomox-darker/xfwm4/top-right-active.svg @@ -0,0 +1 @@ +assets/title.svg \ No newline at end of file diff --git a/.themes/oomox-darker/xfwm4/top-right-inactive.svg b/.themes/oomox-darker/xfwm4/top-right-inactive.svg new file mode 120000 index 0000000..a45337c --- /dev/null +++ b/.themes/oomox-darker/xfwm4/top-right-inactive.svg @@ -0,0 +1 @@ +assets/title.svg \ No newline at end of file diff --git a/.xinitrc b/.xinitrc new file mode 100644 index 0000000..671e916 --- /dev/null +++ b/.xinitrc @@ -0,0 +1,8 @@ +# Stop tearing on Nvidia + Intel laptops. +# That's not enough: please, refer to chapter 32 of NVIDIA driver readme. +xrandr --setprovideroutputsource modesetting NVIDIA-0 +xrandr --output eDP-1-1 --set "PRIME Synchronization" 1 +xrandr --auto +# Start GNOME +export XDG_MENU_PREFIX=gnome- +exec gnome-session diff --git a/.zshrc b/.zshrc new file mode 100644 index 0000000..ffebd66 --- /dev/null +++ b/.zshrc @@ -0,0 +1,125 @@ +# If you come from bash you might have to change your $PATH. +# export PATH=$HOME/bin:/usr/local/bin:$PATH + +# Path to your oh-my-zsh installation. + export ZSH="/home/inex/.oh-my-zsh" + +# Set name of the theme to load --- if set to "random", it will +# load a random theme each time oh-my-zsh is loaded, in which case, +# to know which specific one was loaded, run: echo $RANDOM_THEME +# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes +ZSH_THEME="spaceship" + +SPACESHIP_JULIA_SYMBOL="๐Ÿคน " +SPACESHIP_CONDA_SYMBOL="๐Ÿ‰ " +SPACESHIP_PROMPT_DEFAULT_PREFIX=" " + +# Uncomment the following line to use case-sensitive completion. +# CASE_SENSITIVE="true" + +# Uncomment the following line to use hyphen-insensitive completion. +# Case-sensitive completion must be off. _ and - will be interchangeable. +HYPHEN_INSENSITIVE="true" + +# Uncomment the following line to disable bi-weekly auto-update checks. +# DISABLE_AUTO_UPDATE="true" + +# Uncomment the following line to change how often to auto-update (in days). +# export UPDATE_ZSH_DAYS=13 + +# Uncomment the following line to disable colors in ls. +# DISABLE_LS_COLORS="true" + +# Uncomment the following line to disable auto-setting terminal title. +# DISABLE_AUTO_TITLE="true" + +# Uncomment the following line to enable command auto-correction. +ENABLE_CORRECTION="true" + +# Uncomment the following line to display red dots whilst waiting for completion. +# COMPLETION_WAITING_DOTS="true" + +# Uncomment the following line if you want to disable marking untracked files +# under VCS as dirty. This makes repository status check for large repositories +# much, much faster. +# DISABLE_UNTRACKED_FILES_DIRTY="true" + +# Uncomment the following line if you want to change the command execution time +# stamp shown in the history command output. +# You can set one of the optional three formats: +# "mm/dd/yyyy"|"dd.mm.yyyy"|"yyyy-mm-dd" +# or set a custom format using the strftime function format specifications, +# see 'man strftime' for details. +# HIST_STAMPS="mm/dd/yyyy" + +# Would you like to use another custom folder than $ZSH/custom? +# ZSH_CUSTOM=/path/to/new-custom-folder + +# Which plugins would you like to load? +# Standard plugins can be found in ~/.oh-my-zsh/plugins/* +# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ +# Example format: plugins=(rails git textmate ruby lighthouse) +# Add wisely, as too many plugins slow down shell startup. +plugins=( + z + catimg + copyfile + encode64 + extract + lol + npm + pip + python + git + zsh-autosuggestions + zsh-syntax-highlighting +) + +source $ZSH/oh-my-zsh.sh + +# User configuration + +# export MANPATH="/usr/local/man:$MANPATH" + +# You may need to manually set your language environment +# export LANG=en_US.UTF-8 + +# Preferred editor for local and remote sessions +# if [[ -n $SSH_CONNECTION ]]; then +# export EDITOR='vim' +# else +# export EDITOR='mvim' +# fi + +export EDITOR=nvim + +# Compilation flags +# export ARCHFLAGS="-arch x86_64" + +# ssh +# export SSH_KEY_PATH="~/.ssh/rsa_id" + +# Set personal aliases, overriding those provided by oh-my-zsh libs, +# plugins, and themes. Aliases can be placed here, though oh-my-zsh +# users are encouraged to define aliases within the ZSH_CUSTOM folder. +# For a full list of active aliases, run `alias`. +# +# Example aliases +# alias zshconfig="mate ~/.zshrc" +# alias ohmyzsh="mate ~/.oh-my-zsh" +if [ -f ~/.aliases ]; then + . ~/.aliases +fi + + +if [ -f "/home/inex/anaconda3/etc/profile.d/conda.sh" ]; then + . "/home/inex/anaconda3/etc/profile.d/conda.sh" + CONDA_CHANGEPS1=false conda activate base +else + \export PATH="/home/inex/anaconda3/bin:$PATH" +fi +unset __conda_setup + +export PATH="$PATH:/home/inex/Dev/Utils/flutter/bin" + +ponysay -q diff --git a/zsh-incognito/.oh-my-zsh/custom/themes/spaceship-prompt/sections/incognito.zsh b/zsh-incognito/.oh-my-zsh/custom/themes/spaceship-prompt/sections/incognito.zsh new file mode 100644 index 0000000..5a6c079 --- /dev/null +++ b/zsh-incognito/.oh-my-zsh/custom/themes/spaceship-prompt/sections/incognito.zsh @@ -0,0 +1,12 @@ +# +# Line separator +# + +# ------------------------------------------------------------------------------ +# Section +# ------------------------------------------------------------------------------ + +# Should it write prompt in two lines or not? +spaceship_incognito() { + [[ $HISTSIZE -eq 1 ]] && echo -n "๐Ÿ•ต " +} diff --git a/zsh-incognito/.oh-my-zsh/custom/themes/spaceship-prompt/spaceship.zsh b/zsh-incognito/.oh-my-zsh/custom/themes/spaceship-prompt/spaceship.zsh new file mode 100644 index 0000000..943d4ac --- /dev/null +++ b/zsh-incognito/.oh-my-zsh/custom/themes/spaceship-prompt/spaceship.zsh @@ -0,0 +1,218 @@ +# +# Spaceship ZSH +# +# Author: Denys Dovhan, denysdovhan.com +# License: MIT +# https://github.com/denysdovhan/spaceship-prompt + +# Current version of Spaceship +# Useful for issue reporting +export SPACESHIP_VERSION='3.10.0' + +# Common-used variable for new line separator +NEWLINE=' +' + +# Determination of Spaceship working directory +# https://git.io/vdBH7 +if [[ -z "$SPACESHIP_ROOT" ]]; then + if [[ "${(%):-%N}" == '(eval)' ]]; then + if [[ "$0" == '-antigen-load' ]] && [[ -r "${PWD}/spaceship.zsh" ]]; then + # Antigen uses eval to load things so it can change the plugin (!!) + # https://github.com/zsh-users/antigen/issues/581 + export SPACESHIP_ROOT=$PWD + else + print -P "%F{red}You must set SPACESHIP_ROOT to work from within an (eval).%f" + return 1 + fi + else + # Get the path to file this code is executing in; then + # get the absolute path and strip the filename. + # See https://stackoverflow.com/a/28336473/108857 + export SPACESHIP_ROOT=${${(%):-%x}:A:h} + fi +fi + +# ------------------------------------------------------------------------------ +# CONFIGURATION +# The default configuration that can be overridden in .zshrc +# ------------------------------------------------------------------------------ + +if [ -z "$SPACESHIP_PROMPT_ORDER" ]; then + SPACESHIP_PROMPT_ORDER=( + time # Time stampts section + user # Username section + dir # Current directory section + host # Hostname section + git # Git section (git_branch + git_status) + hg # Mercurial section (hg_branch + hg_status) + package # Package version + node # Node.js section + ruby # Ruby section + elm # Elm section + elixir # Elixir section + xcode # Xcode section + swift # Swift section + golang # Go section + php # PHP section + rust # Rust section + haskell # Haskell Stack section + julia # Julia section + docker # Docker section + aws # Amazon Web Services section + venv # virtualenv section + conda # conda virtualenv section + pyenv # Pyenv section + dotnet # .NET section + ember # Ember.js section + kubecontext # Kubectl context section + terraform # Terraform workspace section + exec_time # Execution time + line_sep # Line break + incognito # incognito indicator + battery # Battery level and status + vi_mode # Vi-mode indicator + jobs # Background jobs indicator + exit_code # Exit code section + char # Prompt character + ) +fi + +if [ -z "$SPACESHIP_RPROMPT_ORDER" ]; then + SPACESHIP_RPROMPT_ORDER=( + # empty by default + ) +fi + +# PROMPT +SPACESHIP_PROMPT_ADD_NEWLINE="${SPACESHIP_PROMPT_ADD_NEWLINE=true}" +SPACESHIP_PROMPT_SEPARATE_LINE="${SPACESHIP_PROMPT_SEPARATE_LINE=true}" +SPACESHIP_PROMPT_FIRST_PREFIX_SHOW="${SPACESHIP_PROMPT_FIRST_PREFIX_SHOW=false}" +SPACESHIP_PROMPT_PREFIXES_SHOW="${SPACESHIP_PROMPT_PREFIXES_SHOW=true}" +SPACESHIP_PROMPT_SUFFIXES_SHOW="${SPACESHIP_PROMPT_SUFFIXES_SHOW=true}" +SPACESHIP_PROMPT_DEFAULT_PREFIX="${SPACESHIP_PROMPT_DEFAULT_PREFIX="via "}" +SPACESHIP_PROMPT_DEFAULT_SUFFIX="${SPACESHIP_PROMPT_DEFAULT_SUFFIX=" "}" + +# ------------------------------------------------------------------------------ +# LIBS +# Spaceship utils/hooks/etc +# ------------------------------------------------------------------------------ + +# Load utils +source "$SPACESHIP_ROOT/lib/utils.zsh" + +# load hooks +source "$SPACESHIP_ROOT/lib/hooks.zsh" + +# load section utils +source "$SPACESHIP_ROOT/lib/section.zsh" + +# ------------------------------------------------------------------------------ +# SECTIONS +# Sourcing sections the prompt consists of +# ------------------------------------------------------------------------------ + +for section in $(spaceship::union $SPACESHIP_PROMPT_ORDER $SPACESHIP_RPROMPT_ORDER); do + if [[ -f "$SPACESHIP_ROOT/sections/$section.zsh" ]]; then + source "$SPACESHIP_ROOT/sections/$section.zsh" + elif spaceship::defined "spaceship_$section"; then + # Custom section is declared, nothing else to do + continue + else + echo "Section '$section' have not been loaded." + fi +done + +# ------------------------------------------------------------------------------ +# BACKWARD COMPATIBILITY WARNINGS +# Show deprecation messages for options that are set, but not supported +# ------------------------------------------------------------------------------ + +spaceship::deprecated SPACESHIP_PROMPT_SYMBOL "Use %BSPACESHIP_CHAR_SYMBOL%b instead." +spaceship::deprecated SPACESHIP_BATTERY_ALWAYS_SHOW "Use %BSPACESHIP_BATTERY_SHOW='always'%b instead." +spaceship::deprecated SPACESHIP_BATTERY_CHARGING_SYMBOL "Use %BSPACESHIP_BATTERY_SYMBOL_CHARGING%b instead." +spaceship::deprecated SPACESHIP_BATTERY_DISCHARGING_SYMBOL "Use %BSPACESHIP_BATTERY_SYMBOL_DISCHARGING%b instead." +spaceship::deprecated SPACESHIP_BATTERY_FULL_SYMBOL "Use %BSPACESHIP_BATTERY_SYMBOL_FULL%b instead." + +# ------------------------------------------------------------------------------ +# PROMPTS +# An entry point of prompt +# ------------------------------------------------------------------------------ + +# PROMPT +# Primary (left) prompt +spaceship_prompt() { + # Retrieve exit code of last command to use in exit_code + # Must be captured before any other command in prompt is executed + # Must be the very first line in all entry prompt functions, or the value + # will be overridden by a different command execution - do not move this line! + RETVAL=$? + + # Should it add a new line before the prompt? + [[ $SPACESHIP_PROMPT_ADD_NEWLINE == true ]] && echo -n "$NEWLINE" + spaceship::compose_prompt $SPACESHIP_PROMPT_ORDER +} + +# $RPROMPT +# Optional (right) prompt +spaceship_rprompt() { + # Retrieve exit code of last command to use in exit_code + RETVAL=$? + + spaceship::compose_prompt $SPACESHIP_RPROMPT_ORDER +} + +# PS2 +# Continuation interactive prompt +spaceship_ps2() { + # Retrieve exit code of last command to use in exit_code + RETVAL=$? + + local char="${SPACESHIP_CHAR_SYMBOL_SECONDARY="$SPACESHIP_CHAR_SYMBOL"}" + spaceship::section "$SPACESHIP_CHAR_COLOR_SECONDARY" "$char" +} + +# ------------------------------------------------------------------------------ +# SETUP +# Setup requirements for prompt +# ------------------------------------------------------------------------------ + +# Runs once when user opens a terminal +# All preparation before drawing prompt should be done here +prompt_spaceship_setup() { + autoload -Uz vcs_info + autoload -Uz add-zsh-hook + + # This variable is a magic variable used when loading themes with zsh's prompt + # function. It will ensure the proper prompt options are set. + prompt_opts=(cr percent sp subst) + + # Borrowed from promptinit, sets the prompt options in case the prompt was not + # initialized via promptinit. + setopt noprompt{bang,cr,percent,subst} "prompt${^prompt_opts[@]}" + + # Add exec_time hooks + add-zsh-hook preexec spaceship_exec_time_preexec_hook + add-zsh-hook precmd spaceship_exec_time_precmd_hook + + # Disable python virtualenv environment prompt prefix + VIRTUAL_ENV_DISABLE_PROMPT=true + + # Configure vcs_info helper for potential use in the future + add-zsh-hook precmd spaceship_exec_vcs_info_precmd_hook + zstyle ':vcs_info:*' enable git + zstyle ':vcs_info:git*' formats '%b' + + # Expose Spaceship to environment variables + PROMPT='$(spaceship_prompt)' + PS2='$(spaceship_ps2)' + RPS1='$(spaceship_rprompt)' +} + +# ------------------------------------------------------------------------------ +# ENTRY POINT +# An entry point of prompt +# ------------------------------------------------------------------------------ + +# Pass all arguments to the spaceship_setup function +prompt_spaceship_setup "$@" diff --git a/zsh-incognito/.oh-my-zsh/lib/history.zsh b/zsh-incognito/.oh-my-zsh/lib/history.zsh new file mode 100644 index 0000000..e3a7ba0 --- /dev/null +++ b/zsh-incognito/.oh-my-zsh/lib/history.zsh @@ -0,0 +1,50 @@ +## History wrapper +function omz_history { + local clear list + zparseopts -E c=clear l=list + + if [[ -n "$clear" ]]; then + # if -c provided, clobber the history file + echo -n >| "$HISTFILE" + echo >&2 History file deleted. Reload the session to see its effects. + elif [[ -n "$list" ]]; then + # if -l provided, run as if calling `fc' directly + builtin fc "$@" + else + # unless a number is provided, show all history events (starting from 1) + [[ ${@[-1]-} = *[0-9]* ]] && builtin fc -l "$@" || builtin fc -l "$@" 1 + fi +} + +# Timestamp format +case ${HIST_STAMPS-} in + "mm/dd/yyyy") alias history='omz_history -f' ;; + "dd.mm.yyyy") alias history='omz_history -E' ;; + "yyyy-mm-dd") alias history='omz_history -i' ;; + "") alias history='omz_history' ;; + *) alias history="omz_history -t '$HIST_STAMPS'" ;; +esac + +## History file configuration +[ -z "$HISTFILE" ] && HISTFILE="$HOME/.zsh_history" +HISTSIZE=50000 +SAVEHIST=10000 + +## History command configuration +setopt extended_history # record timestamp of command in HISTFILE +setopt hist_expire_dups_first # delete duplicates first when HISTFILE size exceeds HISTSIZE +setopt hist_ignore_dups # ignore duplicated commands history list +setopt hist_ignore_space # ignore commands that start with space +setopt hist_verify # show command with history expansion to user before running it +setopt inc_append_history # add commands to HISTFILE in order of execution +setopt share_history # share command history data + +function incognito { + if [ $HISTSIZE -eq 1 ] && [ $SAVEHIST -eq 0 ]; then + HISTSIZE=50000 + SAVEHIST=10000 + else + HISTSIZE=1 + SAVEHIST=0 + fi +}